@charset "utf-8";

@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont/iconfont.eot?t=1497855280632');
  src: url('../fonts/iconfont/iconfont.eot?t=1497855280632#iefix') format('embedded-opentype'), url('../fonts/iconfont/iconfont.woff?t=1497855280632') format('woff'), url('../fonts/iconfont/iconfont.ttf?t=1497855280632') format('truetype'), url('../fonts/iconfont/iconfont.svg?t=1497855280632#iconfont') format('svg')
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-next:before {
  content: "\e601"
}

.icon-next2:before {
  content: "\e636"
}

.icon-prev2:before {
  content: "\e637"
}

.icon-prev1:before {
  content: "\e648"
}

.icon-next1:before {
  content: "\e655"
}

.icon-prev:before {
  content: "\e606"
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px
}

.slick-slide:not(:first-child) {
  display: none
}

[dir='rtl'] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto
}

.slick-arrow.slick-hidden {
  display: none
}

.webui-popover-content {
  display: none
}

.webui-popover-rtl {
  direction: rtl;
  text-align: right
}

.webui-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  min-width: 50px;
  min-height: 32px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
  margin-top: -10px
}

.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
  margin-left: 10px
}

.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
  margin-top: 10px
}

.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
  margin-left: -10px
}

.webui-popover.pop {
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
  -o-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
  opacity: 0;
  filter: alpha(opacity=0)
}

.webui-popover.pop-out {
  -webkit-transition-property: "opacity,transform";
  -o-transition-property: "opacity,transform";
  transition-property: "opacity,transform";
  -webkit-transition: .15s linear;
  -o-transition: .15s linear;
  transition: .15s linear;
  opacity: 0;
  filter: alpha(opacity=0)
}

.webui-popover.fade,
.webui-popover.fade-out {
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  opacity: 0;
  filter: alpha(opacity=0)
}

.webui-popover.out {
  opacity: 0;
  filter: alpha(opacity=0)
}

.webui-popover.in {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100)
}

.webui-popover .webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: block
}

.webui-popover .webui-popover-content>div:first-child {
  width: 99%
}

.webui-popover-inner .close {
  font-family: arial;
  margin: 8px 10px 0 0;
  float: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
  text-decoration: none
}

.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
  opacity: .5;
  filter: alpha(opacity=50)
}

.webui-popover-inner .close:after {
  content: "\00D7";
  width: .8em;
  height: .8em;
  padding: 4px;
  position: relative
}

.webui-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0
}

.webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: none
}

.webui-popover-inverse {
  background-color: #333;
  color: #eee
}

.webui-popover-inverse .webui-popover-title {
  background: #333;
  border-bottom: 1px solid #3b3b3b;
  color: #eee
}

.webui-no-padding .webui-popover-content {
  padding: 0
}

.webui-no-padding .list-group-item {
  border-right: none;
  border-left: none
}

.webui-no-padding .list-group-item:first-child {
  border-top: 0
}

.webui-no-padding .list-group-item:last-child {
  border-bottom: 0
}

.webui-popover>.webui-arrow,
.webui-popover>.webui-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.webui-popover>.webui-arrow {
  border-width: 11px
}

.webui-popover>.webui-arrow:after {
  border-width: 10px;
  content: ""
}

.webui-popover.top>.webui-arrow,
.webui-popover.top-right>.webui-arrow,
.webui-popover.top-left>.webui-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0
}

.webui-popover.top>.webui-arrow:after,
.webui-popover.top-right>.webui-arrow:after,
.webui-popover.top-left>.webui-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0
}

.webui-popover.right>.webui-arrow,
.webui-popover.right-top>.webui-arrow,
.webui-popover.right-bottom>.webui-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25)
}

.webui-popover.right>.webui-arrow:after,
.webui-popover.right-top>.webui-arrow:after,
.webui-popover.right-bottom>.webui-arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff
}

.webui-popover.bottom>.webui-arrow,
.webui-popover.bottom-right>.webui-arrow,
.webui-popover.bottom-left>.webui-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
  border-top-width: 0
}

.webui-popover.bottom>.webui-arrow:after,
.webui-popover.bottom-right>.webui-arrow:after,
.webui-popover.bottom-left>.webui-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #fff;
  border-top-width: 0
}

.webui-popover.left>.webui-arrow,
.webui-popover.left-top>.webui-arrow,
.webui-popover.left-bottom>.webui-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25)
}

.webui-popover.left>.webui-arrow:after,
.webui-popover.left-top>.webui-arrow:after,
.webui-popover.left-bottom>.webui-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px
}

.webui-popover-inverse.top>.webui-arrow,
.webui-popover-inverse.top-left>.webui-arrow,
.webui-popover-inverse.top-right>.webui-arrow,
.webui-popover-inverse.top>.webui-arrow:after,
.webui-popover-inverse.top-left>.webui-arrow:after,
.webui-popover-inverse.top-right>.webui-arrow:after {
  border-top-color: #333
}

.webui-popover-inverse.right>.webui-arrow,
.webui-popover-inverse.right-top>.webui-arrow,
.webui-popover-inverse.right-bottom>.webui-arrow,
.webui-popover-inverse.right>.webui-arrow:after,
.webui-popover-inverse.right-top>.webui-arrow:after,
.webui-popover-inverse.right-bottom>.webui-arrow:after {
  border-right-color: #333
}

.webui-popover-inverse.bottom>.webui-arrow,
.webui-popover-inverse.bottom-left>.webui-arrow,
.webui-popover-inverse.bottom-right>.webui-arrow,
.webui-popover-inverse.bottom>.webui-arrow:after,
.webui-popover-inverse.bottom-left>.webui-arrow:after,
.webui-popover-inverse.bottom-right>.webui-arrow:after {
  border-bottom-color: #333
}

.webui-popover-inverse.left>.webui-arrow,
.webui-popover-inverse.left-top>.webui-arrow,
.webui-popover-inverse.left-bottom>.webui-arrow,
.webui-popover-inverse.left>.webui-arrow:after,
.webui-popover-inverse.left-top>.webui-arrow:after,
.webui-popover-inverse.left-bottom>.webui-arrow:after {
  border-left-color: #333
}

.webui-popover i.icon-refresh:before {
  content: ""
}

.webui-popover i.icon-refresh {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -15px;
  margin-right: -15px;
  background: url('../images/plugins/webui-popover/../img/loading.gif') no-repeat
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg)
  }
}

.webui-popover-backdrop {
  background-color: rgba(0, 0, 0, .65);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998
}

.webui-popover .dropdown-menu {
  display: block;
  position: relative;
  top: 0;
  border: none;
  box-shadow: none;
  float: none
}

.hidden {
  display: none
}

a:hover,
a:active {
  text-decoration: none
}

body.ny-nobanner.met-navfixed {
  padding-top: 100px
}

body.ny-nobanner.met-navfixed-navclamp {
  padding-top: 147px
}

#tophead {
  height: 35px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(181, 181, 181, 0.1);
  font-size: 14px;
  color: #212121;
  color: #ffffff
}

#tophead .tophead-contact li {
  display: inline-block;
  margin-right: 10px
}

.dropdown-submenu.animate>.dropdown-item {
  -webkit-animation: slide-left .5s both;
  -o-animation: slide-left .5s both;
  animation: slide-left .5s both
}

#tophead i {
  color: #0096e6;
  color: #27bed1;
  padding-right: 10px
}

#tophead a {
  color: #212121;
  color: #ffffff
}

.dropdown-menu.overflow-visible {
  overflow: visible
}

.head_nav_met_28_7_11 {
  min-height: 60px;
  transition: padding .5s;
  border-radius: 0
}

.head_nav_met_28_7_11 {
  background: transparent
}

body.ny-nobanner .head_nav_met_28_7_11 {
  background: ;
  background:
}

body.ny-nobanner #tophead {
  background: !important;
  background: !important
}

.head_nav_met_28_7_11.navbar-shadow {
  padding: 0
}

.met-head.navbar-fixed-top {
  z-index: 1500
}

.head_nav_met_28_7_11.header-zindex {
  z-index: 1601
}

.head_nav_met_28_7_11 .met-langlist .dropdown a {
  line-height: normal
}

.head_nav_met_28_7_11 .met-logo img {
  max-height: 50px
}

.head_nav_met_28_7_11 .met-logo,
.head_nav_met_28_7_11 .navbar-toggler,
.met-navfixed-navclamp .head_nav_met_28_7_11 .met-langlist .dropdown {
  height: 50px;
  line-height: normal
}

.met-navfixed-navclamp .head_nav_met_28_7_11 .input-search {
  height: 50px;
  line-height: 50px
}

.head_nav_met_28_7_11 .navbar-toggler {
  width: auto
}

.head_nav_met_28_7_11 .navbar-collapse {
  overflow-x: hidden
}

.head_nav_met_28_7_11 .navbar-collapse.flex-navlist {
  width: 100%
}

.head_nav_met_28_7_11 .navlist.flex {
  width: 100%;
  margin-right: 0 !important
}

.head_nav_met_28_7_11 .navlist.flex .nav-item {
  flex: auto;
  text-align: center
}

.head_nav_met_28_7_11 .navlist.flex .nav-item .nav-link {
  height: 50px;
  line-height: 50px;
  padding: 0
}

.head_nav_met_28_7_11 .navlist.flex .nav-item>.dropdown-menu {
  top: 50px
}

.head_nav_met_28_7_11 .navlist.flex>.nav-item>a:before {
  height: 50px;
  line-height: 50px
}

.head_nav_met_28_7_11 .dropdown-menu {
  background-color: ;
  background-color: #525252;
  border: none
}

.head_nav_met_28_7_11 .navlist .nav-item>.dropdown-menu .dropdown-item {
  color: #212121;
  color: #ffffff
}

.dropdown-menu.dropdown-menu-bullet:before,
.dropdown-menu.dropdown-menu-bullet:after {
  border-bottom-color: ;
  border-bottom-color: #525252
}

.head_nav_met_28_7_11 .navlist .dropdown-menu .dropdown-item:hover,
.head_nav_met_28_7_11 .navlist .dropdown-menu .dropdown-item.active,
.head_nav_met_28_7_11 .navlist .dropdown-menu .dropdown-item:hover span,
.head_nav_met_28_7_11 .navlist .dropdown-menu .dropdown-item.active span {
  background: #27bed1 !important;
  color: #0096e6 !important;
  color: #ffffff !important
}

.head_nav_met_28_7_11 .met-head-user .dropdown-item:hover i {
  color: #0096e6;
  color: #ffffff
}

.head_nav_met_28_7_11.navbar-default .navbar-nav>.open>.nav-link,
.head_nav_met_28_7_11.navbar-default .navbar-nav>.open>.nav-link:focus,
.head_nav_met_28_7_11.navbar-default .navbar-nav>.open>.nav-link:hover {
  color: #0096e6;
  color: #27bed1
}

.head_nav_met_28_7_11 .met-head-user .shop_cart {
  font-size: 1rem
}

@media screen\0 {
  .head_nav_met_28_7_11 .navlist.flex {
    text-align: center
  }

  .head_nav_met_28_7_11 .navlist.flex .nav-item {
    display: inline-block;
    float: none
  }

  .head_nav_met_28_7_11 .navlist.flex .nav-item .nav-link {
    padding: 0 20px
  }
}

.head_nav_met_28_7_11 .page-search-form {
  display: inline-block
}

.head_nav_met_28_7_11 .input-search-btn {
  z-index: 9
}

.head_nav_met_28_7_11 .searchBase small.form-control-label {
  position: absolute;
  left: 0;
  top: 50%
}

.head_nav_met_28_7_11 .input-search {
  width: 150px;
  height: 60px;
  line-height: 60px
}

.head_nav_met_28_7_11 .input-search input {
  display: inline-block;
  outline: none;
  height: 36px;
  border-radius: 3px;
  border: none;
  padding-left: 10px;
  padding-right: 30px;
  color: #666666;
  color: ;
  border: 1px solid;
  border-color: #666666;
  border-color: ;
  background: transparent
}

.head_nav_met_28_7_11 .input-search button {
  outline: none
}

.head_nav_met_28_7_11 .input-search button i {
  color: #666666;
  color: ;
  cursor: pointer;
  font-size: 16px
}

.head_nav_met_28_7_11 .input-search button i:hover {
  color: #0096e6;
  color:
}

.head_nav_met_28_7_11 .navlist .nav-item a.nav-link:hover {
  background: none !important;
  color: #0096e6;
  color: #27bed1
}

.head_nav_met_28_7_11 .dropdown-item,
.head_nav_met_28_7_11 .navlist .nav-item a.nav-link {
  color: #212121;
  background: transparent
}

.ny-nobanner .navlist .nav-item a.nav-link,
.head_nav_met_28_7_11.navbar-shadow .navlist .nav-item a.nav-link {
  color: #212121;
}

.head_nav_met_28_7_11 .navlist .nav-item a:hover,
.head_nav_met_28_7_11 .navlist .nav-item a.active,
.head_nav_met_28_7_11 .navlist .nav-item a:hover span,
.head_nav_met_28_7_11 .navlist .nav-item a.active span {
  background: none !important;
  color: #0096e6 !important;
  color: #fff !important
}

.ny-nobanner .navlist .nav-item a.active,
.head_nav_met_28_7_11.navbar-shadow .navlist .nav-item a.active {
  color: #0096e6;
  color: #27bed1
}

.head_nav_met_28_7_11 .dropdown-submenu>.dropdown-item.dropdown-a:after {
  border-top: 0.286rem solid;
  border-right: 0.286rem solid transparent;
  border-left: 0.286rem solid transparent
}

.head_nav_met_28_7_11 .dropdown-submenu .dropdown-menu.block {
  position: static;
  border-right: none;
  border-left: none;
  padding-left: 10px
}

@media (max-width:767px) {
  .met-head {
    position: relative;
  }
  body.ny-nobanner.met-navfixed,
  body.met-navfixed {
    padding-top: 0
  }
  /* body.ny-nobanner.met-navfixed,
  body.met-navfixed {
    padding-top: 50px
  } */

  .head_nav_met_28_7_11 .dropdown-submenu .dropdown-menu {
    padding-left: 10px
  }

  .head_nav_met_28_7_11 .dropdown-menu-right.dropdown-menu-bullet:after,
  .head_nav_met_28_7_11 .dropdown-menu-right.dropdown-menu-bullet:before {
    display: none
  }

  .head_nav_met_28_7_11 .navlist .nav-item a.active {
    background: none !important
  }

  .head_nav_met_28_7_11 .met-head-shop li {
    display: block !important;
    margin: 0
  }
}

.head_nav_met_28_7_11 .met-langlist .dropdown-menu {
  top: 43px;
  padding: 0
}

.head_nav_met_28_7_11 .met-langlist .dropdown-menu a+a {
  border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.head_nav_met_28_7_11 .met-langlist .dropdown-item {
  color: #212121;
  color: #ffffff
}

.head_nav_met_28_7_11 .met-langlist .modal {
  background: rgba(0, 0, 0, .3)
}

@media (min-width:768px) {
  .head_nav_met_28_7_11 {
    padding: 20px 0
  }

  .head_nav_met_28_7_11 .met-langlist .dropdown {
    height: 60px;
    line-height: 60px
  }

  .head_nav_met_28_7_11 .navlist .nav-item .nav-link {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 60px;
    line-height: 60px
  }

  .head_nav_met_28_7_11 .navlist .nav-item>.dropdown-menu {
    top: 65px;
    padding: 0
  }

  .head_nav_met_28_7_11 .navlist .nav-item>.dropdown-menu>.dropdown-submenu .dropdown-menu {
    padding: 0
  }

  .head_nav_met_28_7_11 .navlist .nav-item>.dropdown-menu {
    border: none
  }

  .head_nav_met_28_7_11 .navlist .nav-item>.dropdown-menu .border-top1 {
    border-top: 1px solid rgba(255, 255, 255, 0.2)
  }

  .head_nav_met_28_7_11 .navlist .nav-item>.dropdown-menu.dropdown-menu-bullet {
    top: 67px
  }

  .head_nav_met_28_7_11 .met-head-user {
    height: 60px
  }

  .head_nav_met_28_7_11 .met-langlist,
  .head_nav_met_28_7_11 .met-head-user {
    margin-left: 15px !important
  }
}

@media (max-width:767px) {
  .head_nav_met_28_7_11 .navlist .searchBase {
    display: inline-block
  }

  .head_nav_met_28_7_11 .input-search {
    padding-left: 1.072rem
  }
  .lang-select-container{
    padding: 5px 10px 5px 15px !important;
  }
  .lang-select-container .left{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .lang-select-container .left .contact-logo{
    width: 16px;
    margin-right: 6px !important;
  }
  .lang-select-container .left .contact-item:not(:last-child){
    padding-right: 4px !important;
  }

  #tophead {
    display: none
  }

  .head_nav_met_28_7_11.notopacity {
    background: #000000 !important
  }

  .head_nav_met_28_7_11 .met-langlist .dropdown {
    padding: .715rem 1.072rem
  }

  .head_nav_met_28_7_11 .met-langlist a {
    padding: 5px 15px 5px 5px !important
  }

  .head_nav_met_28_7_11 .navlist .nav-item {
    margin-left: 0 !important
  }

  .head_nav_met_28_7_11 .met-logo {
    margin-left: 10px
  }

  .head_nav_met_28_7_11 .met-logo img {
    max-width: 150px
  }

  .head_nav_met_28_7_11 .navbar-collapse {
    width: 100%
  }

  .met-head.navbar-fixed-top .head_nav_met_28_7_11 .navbar-collapse {
    max-height: 340px;
    overflow-y: auto
  }

  .head_nav_met_28_7_11 .navbar-nav {
    margin: 10px 0 !important
  }

  .head_nav_met_28_7_11 .navlist .nav-item a.active {
    background: #f5f5f5
  }

  .head_nav_met_28_7_11 .met-langlist {
    margin-right: 5px
  }

  .head_nav_met_28_7_11 .navlist .nav-item a.nav-link {
    color: #212121;
    color: #ffffff
  }

  .head_nav_met_28_7_11 .met-langlist .btn-outline.btn-default {
    color: #212121;
    color: #ffffff;
    border-color: #212121;
    border-color: #ffffff
  }

  .head_nav_met_28_7_11.navbar-default .navbar-nav .open .dropdown-menu .dropdown-item {
    color: #212121;
    color: #ffffff
  }

  .head_nav_met_28_7_11 .navlist .nav-item>.dropdown-menu .border-top1 {
    border-top: 0px solid rgba(255, 255, 255, 0.2)
  }
}

.navbar-default .navbar-nav .nav-link:focus,
.navbar-default .navbar-nav .nav-link:hover {
  background-color: transparent
}

.met-mask {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  /* z-index: 1499; */
  z-index: 9;
  background: rgba(0, 0, 0, .2)
}

.met-head-user .dropdown>a {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 40px;
  line-height: 40px;
  color: #212121;
  color: #ffffff;
  background: transparent
}

.ny-nobanner .met-head-user .dropdown>a,
.head_nav_met_28_7_11.navbar-shadow .met-head-user .dropdown>a {
  color: #212121;
  color: #ffffff
}

.met-head-user .dropdown .dropdown-item>a {
  color: #212121;
  color: #ffffff
}

.met-head-user .dropdown-menu {
  top: 45px;
  padding: 0
}

.met-head-user .dropdown-menu-footer {
  line-height: 35px
}

.met-head-user .met-head-user-column .avatar img {
  max-height: 30px
}

@media (min-width:768px) {

  .met-head-user>li:nth-child(2) {
    margin-left: 10px
  }

  .head_nav_met_28_7_11 .navbar-nav>.nav-item:first-child>a:before {
    display: none
  }

  .head_nav_met_28_7_11 .navbar-nav>.nav-item>a:before {
    content: "/\00a0";
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    height: 60px;
    line-height: 60px
  }

  .head_nav_met_28_7_11 .navbar-nav>.nav-item>a:before
}

@media (max-width:991px) {
  .head_nav_met_28_7_11 .navbar-nav>.nav-item>a:before {
    height: 50px;
    line-height: 50px
  }

  .met-navfixed-navclamp .head_nav_met_28_7_11 .met-langlist .dropdown {
    height: 50px
  }
}

@media (max-width:767px) {
  .met-head-user>li {
    display: block
  }

  .met-head-user>li:first-child {
    margin-bottom: 10px
  }

  .head_nav_met_28_7_11 .navbar-toggler {
    color: #212121;
    color: #ffffff
  }
}

.met-head-user-toggler.active i {
  display: none
}

.met-head-user-toggler.active i:first-child {
  display: inline-block
}

.met-head-user-toggler i {
  position: relative;
  top: -5px
}

.met-head-user-toggler i:first-child {
  display: none
}

.met-head-user li a.btn-outline {
  color: #212121;
  color: #ffffff;
  background-color: transparent;
  border-color: #212121;
  border-color: #ffffff
}

.ny-nobanner .met-head-user li a.btn-outline,
.head_nav_met_28_7_11.navbar-shadow .met-head-user li a.btn-outline {
  color: #212121;
  color: #ffffff;
  border-color: #212121;
  border-color: #ffffff
}

.met-head-user li a.btn-outline:hover {
  border-color: #212121;
  background-color: #212121;
  color: #0096e6;
  border-color: #ffffff;
  background-color: #ffffff;
  color:
}

.met-head-user li a.btn-success {
  border-color: #212121;
  background-color: #212121;
  color: #0096e6;
  border-color: #ffffff;
  background-color: #ffffff;
  color:
}

.ny-nobanner .met-head-user li a.btn-success,
.head_nav_met_28_7_11.navbar-shadow .met-head-user li a.btn-success {
  border-color: #212121;
  border-color: #ffffff;
  background-color: #212121;
  background-color: #ffffff
}

.head_nav_met_28_7_11 .met-head-user li .dropdown-menu li+li .dropdown-item {
  border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.head_nav_met_28_7_11 .met-head-user .dropdown i,
.head_nav_met_28_7_11 .met-head-user li .dropdown-menu .dropdown-item {
  color: #212121;
  color: #ffffff
}

.head_nav_met_28_7_11 .met-head-user li .dropdown-menu .dropdown-item:hover {
  background: #27bed1 !important;
  color: #0096e6;
  color: #ffffff
}

.head_nav_met_28_7_11.navbar-default .hamburger .hamburger-bar,
.head_nav_met_28_7_11.navbar-default .hamburger:after,
.head_nav_met_28_7_11.navbar-default .hamburger:before {
  background-color: #212121;
  background-color: #ffffff
}

.met-langlist .btn-outline.btn-default {
  color: #212121;
  color: #ffffff;
  background-color: transparent;
  border-color: #212121;
  border-color: #ffffff
}

.ny-nobanner .met-langlist .btn-outline.btn-default,
.head_nav_met_28_7_11.navbar-shadow .met-langlist .btn-outline.btn-default {
  color: #212121;
  color: #ffffff;
  border-color: #212121;
  border-color: #ffffff
}

.met-langlist .btn-outline.btn-default:hover,
.met-langlist .btn-outline.btn-default:active,
.met-langlist .btn-outline.btn-default:focus {
  border-color: #212121;
  border-color: #ffffff;
  background-color: #212121;
  background-color: #ffffff;
  color: #0096e6;
  color:
}

.head_nav_met_28_7_11 .met-head-shop .shop_cart i {
  color: #212121;
  color: #ffffff
}

.ny-nobanner .met-head-shop .shop_cart i,
.head_nav_met_28_7_11.navbar-shadow .met-head-shop .shop_cart i {
  color: #212121;
  color: #ffffff
}

#topcart-body {
  color: #212121;
  color: #ffffff
}

.banner_met_11_1_73 {
  width: 100%;
  height: auto;
  display: table;
  margin-top: 100px;
}

.banner_met_11_1_73.slick-slider {
  display: block
}

.banner_met_11_1_73 .slick-list,
.banner_met_11_1_73 .slick-track {
  height: 100%
}

.banner_met_11_1_73 .slick-slide {
  height: auto;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%
}

.banner_met_11_1_73 .slick-slide img {
  display: none
}

.banner_met_11_1_73 .slick-slide:nth-child(1) img {
  display: block !important;
  height: auto
}

.banner_met_11_1_73 .animation-fade {
  -webkit-animation-duration: .66s !important;
  -o-animation-duration: .66s !important;
  animation-duration: .66s !important
}

@media (max-width:767px) {
  .banner_met_11_1_73 .slick-dots {
    bottom: 5px
  }

  .banner_met_11_1_73 .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0
  }
}

.banner_met_11_1_73 .slick-arrow {
  width: 40px;
  height: 40px;
  top: 50%;
  text-align: center;
  display: none !important;
  z-index: 1;
  position: absolute
}

.banner_met_11_1_73 .slick-arrow:before {
  display: none
}

.banner_met_11_1_73:hover .slick-arrow {
  display: block
}

.banner_met_11_1_73 .slick-arrow.slick-prev {
  background: #0096e6;
  background: #27bed1;
  opacity: .58;
  left: 20px
}

.banner_met_11_1_73 .slick-arrow.slick-prev i {
  background: url(../images/jiantou.png) repeat 0 0
}

.banner_met_11_1_73 .slick-arrow.slick-next {
  background: #0096e6;
  background: #27bed1;
  opacity: .58;
  right: 20px
}

.banner_met_11_1_73 .slick-arrow.slick-next i {
  background: url(../images/jiantou.png) repeat -39px 0
}

.banner_met_11_1_73 .slick-arrow:hover {
  opacity: .9;
  -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
  transition: all .66s cubic-bezier(.17, .84, .44, 1)
}

.banner_met_11_1_73 .slick-arrow:hover i {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100)
}

.banner_met_11_1_73 .slick-arrow i {
  font-size: 0;
  color: #fff !important;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px
}

@media (max-width:767px) {
  .banner_met_11_1_73 .slick-arrow i {
    font-size: 50px
  }
}

.banner_met_11_1_73 .slick-dots {
  margin: 0;
  bottom: 20px
}

.banner_met_11_1_73 .slick-dots li {
  margin: 0 2px
}

@media (max-width:991px) {}

@media (min-width:768px) {
  .banner_met_11_1_73:hover .slick-arrow {
    display: block !important
  }
}

@media (max-width:767px) {
  .banner_met_11_1_73 .slick-dots {
    bottom: 5px
  }
}

.banner_met_11_1_73 .banner-text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}

.banner_met_11_1_73 .banner-text .container {
  height: 100%;
  display: table;
  text-align: center
}

.banner_met_11_1_73 .banner-text .container .banner-text-con {
  display: table-cell;
  vertical-align: middle
}

.banner_met_11_1_73 .banner-text.p-0 .container {
  text-align: left
}

.banner_met_11_1_73 .banner-text.p-0 .container .banner-text-con div {
  width: 60%;
  float: left
}

.banner_met_11_1_73 .banner-text.p-1 .container {
  text-align: right
}

.banner_met_11_1_73 .banner-text.p-1 .container .banner-text-con div {
  width: 60%;
  float: right
}

.banner_met_11_1_73 .banner-text.p-2 {
  top: 10%
}

.banner_met_11_1_73 .banner-text.p-2 .container .banner-text-con {
  vertical-align: top
}

.banner_met_11_1_73 .banner-text.p-3 {
  top: auto;
  bottom: 10%
}

.banner_met_11_1_73 .banner-text.p-3 .container .banner-text-con {
  vertical-align: bottom
}

.banner_met_11_1_73 .banner-text.p-2 .container .banner-text-con div,
.banner_met_11_1_73 .banner-text.p-3 .container .banner-text-con div,
.banner_met_11_1_73 .banner-text.p-4 .container .banner-text-con div {
  width: 60%;
  display: inline-block
}

.banner_met_11_1_73 .banner-text h3,
.banner_met_11_1_73 .banner-text p {
  color: #fff
}

.banner_met_11_1_73 .banner-text h3 {
  margin: 0;
  font-size: 42px
}

.banner_met_11_1_73 .banner-text p {
  font-size: 28px;
  margin: 20px 0 0;
  text-shadow: none
}

.banner_met_11_1_73 .banner-text .btn {
  margin-top: 30px;
  font-size: 20px
}

.banner_met_11_1_73 .banner-text .btn {
  position: relative;
  z-index: 2
}

.banner_met_11_1_73 .banner-text>a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1
}

@media (max-width:991px) {
  .banner_met_11_1_73 .banner-text h3 {
    font-size: 30px
  }

  .banner_met_11_1_73 .banner-text p {
    font-size: 20px
  }
}

@media (max-width:767px) {
  .banner_met_11_1_73 .banner-text .container {
    width: 100%
  }

  .banner_met_11_1_73 .banner-text.p-4 .container .banner-text-con {
    width: 100%
  }

  .banner_met_11_1_73 .banner-text h3 {
    font-size: 24px
  }

  .banner_met_11_1_73 .banner-text p {
    margin-top: 15px;
    font-size: 18px
  }

  .banner_met_11_1_73 .banner-text .btn {
    margin-top: 20px;
    font-size: 16px
  }
}

@media (max-width:479px) {
  .banner_met_11_1_73 .banner-text h3 {
    font-size: 20px
  }

  .banner_met_11_1_73 .banner-text p {
    margin-top: 10px;
    font-size: 16px
  }
}

.banner_met_11_1_73-ny {
  background-color: ;
  background-color: #000000;
  height: 120px
}

.banner_met_11_1_73-ny h1 {
  margin: 0px;
  padding: 10px 30px;
  font-size: 35px;
  text-shadow: none;
  color: #212121;
  color:
}

.link_met_21_1_93 {
  background-color: ;
  background-color: ;
  padding: 20px 0
}

.link_met_21_1_93 .breadcrumb-item {
  float: none;
  display: inline-block;
  padding: 0 5px
}

.link_met_21_1_93 .breadcrumb-item.split {
  padding: 0
}

.link_met_21_1_93 .breadcrumb-item a {
  color: #666666;
  color: ;
  transition: color 0.2s ease-out;
  font-size: 13px
}

.link_met_21_1_93 .breadcrumb-item a:hover {
  color: #0096e6;
  color:
}

.link_met_21_1_93 .breadcrumb-item+.breadcrumb-item::before {
  color: #666666;
  color:
}

.link_met_21_1_93 .breadcrumb-item:nth-child(1) {
  color: #212121;
  color: ;
  font-size: 14px
}

.link_met_21_1_93 .container {
  position: relative;
  background: #eeeeee;
  border: 5px solid #cccccc;
  box-shadow: 0px 10px 20px #dedede
}

.link_met_21_1_93 .breadcrumb-item+.breadcrumb-item::before {
  display: none
}

.link_met_21_1_93 .breadcrumb-item+.breadcrumb-item.split::before {
  display: inline-block
}

.link_met_21_1_93 .itemtitle {
  display: block;
  text-align: left;
  border-bottom: #666666 dotted 1px
}

@media (max-width:767px) {
  .link_met_21_1_93 .container {
    text-align: left
  }
}

.link_met_21_1_93 .lt {
  position: absolute;
  width: 20px;
  height: 20px;
  left: -5px;
  top: -5px;
  border-top: 5px solid;
  border-left: 5px solid;
  border-color: #0096e6;
  border-color:
}

.link_met_21_1_93 .rt {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -5px;
  top: -5px;
  border-top: 5px solid;
  border-right: 5px solid;
  border-color: #0096e6;
  border-color:
}

.link_met_21_1_93 .lb {
  position: absolute;
  width: 20px;
  height: 20px;
  left: -5px;
  bottom: -5px;
  border-bottom: 5px solid;
  border-left: 5px solid;
  border-color: #0096e6;
  border-color:
}

.link_met_21_1_93 .rb {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -5px;
  bottom: -5px;
  border-bottom: 5px solid;
  border-right: 5px solid;
  border-color: #0096e6;
  border-color:
}

.met-footnav {
  padding: 15px 0px;
  background-color: ;
  background-color: #000000
}

.met-footnav .list {
  flex: auto;
  text-align: center;
  position: relative
}

.met-footnav .list+.list::before {
  display: inline-block;
  position: absolute;
  left: 0px;
  content: '/';
  color: #ccd5db
}

.met-footnav .list h4 a {
  color: #212121;
  color: #ffffff;
  font-size: 16px
}

.met-footnav .list h4 a:hover,
.met-footnav .list h4 a:hover span {
  color: #0096e6 !important;
  color: !important
}

.met-footnav h4 {
  margin-top: 0px;
  text-shadow: none;
  margin-bottom: 0;
  display: inline-block
}

.met-footnav h4 a {
  color: #fff;
  text-decoration: none;
  transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s
}

@media (max-width:767px) {
  .met-footnav .list h4 a {
    font-size: 16px;
    line-height: 30px
  }

  .foot_nav_met_16_4_82 .mob-masonry {
    display: block
  }

  .foot_nav_met_16_4_82.met-footnav .list {
    width: 33.3333%;
    float: left
  }
}

.foot_info_met_11_1_84 {
  line-height: 1.8;
  background-color: #000000;
}

.foot_info_met_11_1_84 p {
  margin-bottom: 0px;
  color: #212121;
  color: #ffffff
}

.foot_info_met_11_1_84 p img {
  max-width: 100%;
  height: auto !important
}

.foot_info_met_11_1_84 .powered_by_metinfo {
  color: #666666;
  color: #ffffff
}

.foot_info_met_11_1_84 .met-langlist .btn-lang {
  background: transparent;
  color: #212121;
  color: #ffffff;
  border-color: #212121;
  border-color: #ffffff
}

.foot_info_met_11_1_84 .met-langlist .btn-lang:hover,
.foot_info_met_11_1_84 .met-langlist .btn-lang:focus,
.foot_info_met_11_1_84 .met-langlist .btn-lang:active {
  color: #fff;
  border-color: #0096e6;
  border-color: ;
  background-color: #0096e6;
  background-color:
}

.foot_info_met_11_1_84 .met-langlist .dropdown-menu .dropdown-item {
  color: #212121;
  color:
}

.foot_info_met_11_1_84 .met-langlist {
  margin-top: 10px
}

.foot_info_met_11_1_84 .met-langlist .btn-lang .flag-icon {
  margin-right: 3px
}

.foot_info_met_11_1_84 .met-langlist .dropdown-menu {
  min-width: 0
}

.foot_info_met_11_1_84 .met-langlist .dropdown-menu .dropdown-item {
  white-space: nowrap
}

.foot_info_met_11_1_84 .met-langlist .dropdown-menu {
  min-width: 100%
}

@media (max-width:479px) {
  .met-langlist .btn-lang {
    padding-left: 5px;
    padding-right: 5px
  }
}

.foot_info_met_11_1_84 .powered_by_metinfo a {
  color: #0096e6;
  color: #cccccc
}

.foot_info_met_11_1_84_bottom {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%
}

.foot_info_met_11_1_84_bottom a.item {
  color: #cccccc;
  padding: 5px 0;
  display: inline-block
}

.foot_info_met_11_1_84_bottom a.item i {
  color: #ffffff;
  font-size: 16px;
  display: block
}

.foot_info_met_11_1_84_bottom {
  display: none
}

.foot_info_met_11_1_84_bottom.iskeshi {
  display: block
}

.foot_info_met_11_1_84_bottom .main {
  display: flex
}

.foot_info_met_11_1_84_bottom .main>div {
  flex: 1
}

@media (max-width:767px) {
  .foot_info_met_11_1_84_bottom {
    display: block
  }
}

.back_top_met_76_1_7.back-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  font-size: 0;
  cursor: pointer
}

.back_top_met_76_1_7.back-top>div {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1
}

.back_top_met_76_1_7 .back-top-text {
  margin-right: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s ease;
  color: #212121;
  color:
}

.back_top_met_76_1_7.back-top .go-top-icon {
  position: relative;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  color: #212121;
  color: #27bed1;
  font-size: 18px
}

.back_top_met_76_1_7.back-top .go-top-icon:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: ;
  background-color: #27bed1;
  opacity: 0
}

.back_top_met_76_1_7.back-top .go-top-icon i {
  position: relative;
  z-index: 1
}

.back_top_met_76_1_7.back-top:hover .back-top-text {
  opacity: 1
}

.back_top_met_76_1_7.back-top:hover .go-top-icon {
  color: #2e2e2e
}

.back_top_met_76_1_7.back-top:hover .go-top-icon:before {
  background-color: #0096e6;
  background-color:
}

@media screen and (max-width:1024px) {
  .back_top_met_76_1_7.back-top {
    right: 0px;
    bottom: 50px
  }
}

@media screen and (max-width:992px) {
  .back_top_met_76_1_7 .back-top-text {
    display: none !important
  }
}

.service_list_met_36_1_87.met-index-body {
  padding: 20px 0 20px;
  background-color: ;
  background-color: ;
  background-image: url();
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 110px 0px 20px
}

@media (max-width:991px) {
  .service_list_met_36_1_87.met-index-body {
    padding: 20px 0px
  }
}

@media (max-width:767px) {
  .service_list_met_36_1_87.met-index-body {
    padding: 110px 0px 20px
  }
}

.service_list_met_36_1_87 .process-item {
  margin-top: 30px
}

.service_list_met_36_1_87 .text-center {
  text-align: center
}

.service_list_met_36_1_87 .process-item-content {
  border-top: 1px solid #f2f2f2;
  padding: 30px;
  position: relative
}

.service_list_met_36_1_87 .process-item-number {
  background-color: #212121;
  background-color: #000000;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  left: 50%;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: -30px;
  transform: translateX(-50%);
  width: 60px
}

.service_list_met_36_1_87 .process-item-title {
  color: #212121;
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 15px 0;
  text-transform: capitalize
}

.service_list_met_36_1_87 p {
  color: #666666;
  color: #000000;
  font-size: 17px;
  font-weight: 300;
  font-family: "Dosis", sans-serif;
  line-height: 26px
}

.service_list_met_36_1_87 .process-item:hover .process-item-number {
  background-color: #0096e6;
  background-color: #27bed1;
  -webkit-transition: 2s ease;
  -moz-transition: 2s ease;
  -ms-transition: 2s ease;
  -o-transition: 2s ease
}

.service_list_met_36_1_87 .section-title {
  margin-bottom: 80px;
  position: relative;
  text-align: center
}

.service_list_met_36_1_87 .section-title h2 {
  color: #212121;
  color: #000000;
  font-weight: 600;
  margin-bottom: 18px;
  padding-bottom: 0;
  position: relative;
  text-transform: uppercase
}

.service_list_met_36_1_87 .text p {
  color: #666666;
  color: #000000;
  font-size: 17px;
  font-weight: 300;
  font-family: "Dosis", sans-serif;
  line-height: 26px
}

.case_list_met_16_3_85 {
  padding: 50px 0 57px;
  background-color: #eeeeee;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.case_list_met_16_3_85 h3 {
  margin-top: 0;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  color: #212121;
}

.case_list_met_16_3_85 h3 i {
  font-style: normal;
}

.case_list_met_16_3_85 h3 em {
  font-style: normal;
  margin: 0px 20px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Georgia"
}

@media (max-width:991px) {
  .case_list_met_16_3_85 {
    padding: 40px 0
  }
}

@media (max-width:480px) {
  .case_list_met_16_3_85 {
    padding: var(--body-gap) 0 10px
  }
}

.case_list_met_16_3_85 .ulstyle {
  margin: 0
}

.case_list_met_16_3_85 .list {
  padding: 5px;
  margin-bottom: 0
}

.case_list_met_16_3_85 .grid {
  overflow: hidden;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center
}

.case_list_met_16_3_85 .grid figure {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  margin-bottom: 0
}

.case_list_met_16_3_85 .grid figure img {
  opacity: 1;
  width: 100%
}

.case_list_met_16_3_85 .grid figure figcaption {
  padding: 2em;
  color: #0096e6;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.case_list_met_16_3_85 .grid figure figcaption::after,
.grid figure figcaption::before {
  pointer-events: none
}

.case_list_met_16_3_85 .grid figure a,
.grid figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.case_list_met_16_3_85 .grid figure p {
  letter-spacing: 1px;
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  padding: 0 3em
}

.case_list_met_16_3_85 figure.effect-layla {
  background: #000
}

.case_list_met_16_3_85 figure.effect-layla figcaption {
  padding: 3em
}

.case_list_met_16_3_85 figure.effect-layla figcaption::after,
figure.effect-layla figcaption::before {
  position: absolute;
  content: '';
  opacity: 0
}

.case_list_met_16_3_85 figure.effect-layla figcaption::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #0096e6;
  border-top: 1px solid #858585;
  border-bottom: 1px solid #0096e6;
  border-bottom: 1px solid #858585;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}

.case_list_met_16_3_85 figure.effect-layla figcaption::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #0096e6;
  border-right: 1px solid #858585;
  border-left: 1px solid #0096e6;
  border-left: 1px solid #858585;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.case_list_met_16_3_85 figure.effect-layla p {
  text-transform: none;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0)
}

.case_list_met_16_3_85 figure.effect-layla figcaption::after,
figure.effect-layla figcaption::before,
figure.effect-layla p {
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s
}

.case_list_met_16_3_85 figure.effect-layla:hover img {
  opacity: .7
}

.case_list_met_16_3_85 figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover figcaption::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.case_list_met_16_3_85 figure.effect-layla:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.news_list_met_16_2_80.met-index-body {
  background: ;
}

.news_list_met_16_2_80.met-index-body.bgcolor {
  background: #f9f9f9
}

.news_list_met_16_2_80.met-index-body.bgpic {
  background: url() no-repeat;
  background-size: cover;
  background-position: center
}

.news_list_met_16_2_80.met-index-body {
  padding: 70px 0px
}

.news_list_met_16_2_80.met-index-body h2 {
  font-size: 36px;
  color: #212121;
  color:
}

.news_list_met_16_2_80.met-index-body p.desc {
  padding: 0 10%;
  font-size: 16px;
  color: #666666;
  color:
}

.news_list_met_16_2_80 .index-news-list {
  margin-top: 20px
}

.news_list_met_16_2_80 .index-news-list li {
  padding: 15px;
  border: 1px solid transparent;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin-bottom: 15px
}

.news_list_met_16_2_80 .index-news-list li .media {
  position: relative
}

.news_list_met_16_2_80 .index-news-list li h4 {
  font-size: 16px;
  color: #212121;
  color: ;
  color:
}

.news_list_met_16_2_80 .index-news-list li p.des {
  line-height: 1.8;
  font-size: 13px
}

.news_list_met_16_2_80 .index-news-list li .media-body {
  padding: 5% 25px;
  text-align: left;
  padding-right: 80px
}

.news_list_met_16_2_80 .index-news-list li img {
  width: 100%;
  border-radius: 3px
}

.news_list_met_16_2_80 .index-news-list li a {
  color: #212121;
  color: ;
  color:
}

.news_list_met_16_2_80 .index-news-list li p {
  color: #666666;
  color: ;
  color:
}

.news_list_met_16_2_80 .index-news-list li.shadow:hover {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3)
}

.news_list_met_16_2_80 .index-news-list li .details {
  position: absolute;
  bottom: 34px;
  right: 25px;
  display: block;
  width: 29px;
  height: 29px;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: transparent;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  text-indent: 6px
}

.news_list_met_16_2_80 .index-news-list li .details i {
  font-size: 18px;
  color: #ddd;
  line-height: 28px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s
}

.news_list_met_16_2_80 .index-news-list li:hover a,
.news_list_met_16_2_80 .index-news-list li:hover a span,
.news_list_met_16_2_80 .index-news-list li:hover .details i {
  color: #0096e6 !important;
  color: !important
}

.news_list_met_16_2_80 .index-news-list li:hover .details {
  right: 0;
  border-color: #0096e6;
  border-color:
}

@media (max-width:991px) {
  .news_list_met_16_2_80.met-index-body {
    padding: 60px 0px
  }

  .news_list_met_16_2_80 .index-news-list li p.des {
    max-height: 5.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
  }
}

@media (max-width:767px) {
  .news_list_met_16_2_80.met-index-body {
    padding: px 0px
  }

  .news_list_met_16_2_80 .index-news-list li {
    width: 100% !important;
    margin-top: 20px
  }

  .news_list_met_16_2_80 .index-news-list li h4 {
    font-size: 16px
  }

  .news_list_met_16_2_80 .index-news-list li p.des {
    max-height: 3.6em;
    -webkit-line-clamp: 2
  }
}

@media (max-width:991px) {
  .news_list_met_16_2_80 .index-news-list {
    margin-top: 10px
  }
}

.about_list_met_28_3_86#feature {
  width: 100%;
  display: block;
  position: relative;
  overflow: visible;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 0
}

.about_list_met_28_3_86.imgbg {
  /* background: url(../images/1584198772.jpg); */
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.about_list_met_28_3_86.bgcolor {
  background: ;
  background:
}

.about_list_met_28_3_86#feature h2 {
  margin-top: -2px;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #212121;
  color: #ffffff
}

.about_list_met_28_3_86#feature p,
.contentdiv p {
  color: #666666;
  color: #ffffff;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 20px
}

.about_list_met_28_3_86#feature .btn-view-works {
  background: #009d85;
  color: #ffffff;
  padding: 10px 20px;
  transition: all .5s
}

.about_list_met_28_3_86#feature .btn-view-works:hover {
  background: #0096e6;
  background: #126155
}

.about_list_met_28_3_86 .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

@media (max-width:1199px) {
  .about_list_met_28_3_86#feature {
    padding: 50px 0
  }
}

@media (min-width:992px) {
  .about_list_met_28_3_86 .right {
    float: right
  }

  .about_list_met_28_3_86 .fl_right {
    float: right
  }
}

@media (max-width:767px) {
  .about_list_met_28_3_86#feature {
    padding: 40px 0 0;
  }

  .about_list_met_28_3_86.imgbg {
    background-attachment: scroll
  }
}

.service_list_met_36_3_76.met-index-body {
  padding: 57px 0 0;
  background-color: ;
  background-color: #ffffff;
  background-image: url();
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media(max-width:768px) {

  .service_list_met_36_3_76.met-index-body {
    padding: 50px 0 0
  }
}

@media(max-width:767px) {
  .service_list_met_36_3_76.met-index-body {
    padding: 0 0 0
  }
}

.service_list_met_36_3_76 .s_tit1 {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #42444C;
  color:
}

.service_list_met_36_3_76 .s_tit2 {
  font-size: 16px;
  padding-top: 10px;
  text-align: center;
  color: #666666;
  color:
}

.service_list_met_36_3_76 .count {
  width: 100%;
  margin: 0 auto;
  border-bottom: 2px solid;
  border-bottom-color: #666666;
  border-bottom-color: #00948f;
  padding-top: 20px;
  padding-bottom: 10px
}

.service_list_met_36_3_76 .count ul {
  width: 100%;
  overflow: hidden;
  padding: 0
}

.service_list_met_36_3_76 .count ul li {
  float: left;
  display: inline-block;
  text-align: center
}

.service_list_met_36_3_76 .count ul li span.c_tit {
  font-size: 42px;
  line-height: 42px;
  padding: 50px 0 10px
}

.service_list_met_36_3_76 .count ul li span {
  display: block;
  font-size: 24px;
  color: #212121;
  color:
}

.service_list_met_36_3_76 .dc_list ul li {
  margin-top: 40px;
  display: inline-block;
  float: left;
  padding: 15px 55px;
  box-sizing: border-box
}

.service_list_met_36_3_76 .dc_list ul li img {
  width: 100%
}

.service_list_met_36_3_76 .dc_list ul li h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  display: none
}

.service_list_met_36_3_76 .dc_list ul li p {
  text-align: left;
  line-height: 22px
}

.service_list_met_36_3_76 .dc_list ul li:hover {
  box-shadow: 0px 5px 10px #ccc
}

.service_list_met_36_3_76 .dc_list ul li content-title {
  color: #212121;
  color:
}

.service_list_met_36_3_76 .dc_list ul li:hover content-title {
  color: #0096e6;
  color:
}

.service_list_met_36_3_76 .dc_list ul li p.content-desc {
  color: #212121;
  text-align: center;
  margin-bottom: 0;
  margin-top: 14px;
}

.contact_list_met_21_2_83.bgcolor {
  background: ;
  background: #bdbdbd
}

.contact_list_met_21_2_83.bgpic {
  background: url(../images/1590508938.jpg) no-repeat;
  background-size: cover;
  background-position: center
}

.contact_list_met_21_2_83.bgpic.bgfex {
  background-attachment: fixed
}

.contact_list_met_21_2_83 {
  padding: 0
}

@media (max-width:991px) {
  .contact_list_met_21_2_83 {
    padding: 60px 0px
  }

  .contact_list_met_21_2_83 .met-editor {
    margin-top: 40px
  }
}

@media (max-width:767px) {
  .contact_list_met_21_2_83 {
    padding: 50px 0px
  }

  .contact_list_met_21_2_83 .met-editor {
    margin-top: 30px
  }
}

.contact_list_met_21_2_83 img {
  max-width: 100%
}

.contact_list_met_21_2_83 ul,
.contact_list_met_21_2_83 dl,
.contact_list_met_21_2_83 li,
.contact_list_met_21_2_83 dt,
.contact_list_met_21_2_83 dd {
  list-style: none
}

.contact_list_met_21_2_83 a {
  transition: ease .65s
}

.contact_list_met_21_2_83 .lh-about-h2 {
  color: #212121;
  color: #212121;
  font-size: 30px;
  max-width: 170px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 20px
}

.contact_list_met_21_2_83 .lh-about-h2.text_y {
  width: calc(20px + 1em)
}

.contact_list_met_21_2_83 .lh-about-h2 {
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  padding-left: 20px;
  transform: translateY(-50%);
  color: #212121;
  color: #212121
}

.contact_list_met_21_2_83 .lh-about-h2:after {
  content: '';
  display: block;
  width: 250%;
  height: 1px;
  background: #0096e6;
  background: #55e1eb;
  position: absolute;
  left: -150%;
  bottom: -20px
}

.contact_list_met_21_2_83 .lh-about-h2:after {
  animation: logoWidth linear 1s;
  animation-fill-mode: both;
  width: 0;
  animation-delay: 1s
}

.contact_list_met_21_2_83 .lh-about-h2 {
  animation: logoFade linear 1s;
  animation-fill-mode: both
}

.contact_list_met_21_2_83 .lh-wapAbout-h2 {
  display: none;
  color: #212121;
  color: #212121;
  text-align: center;
  font-size: 30px;
  padding: 20px 0;
  position: relative
}

.contact_list_met_21_2_83 .lh-wapAbout-h2:after {
  content: '';
  display: block;
  width: 10vw;
  height: 1px;
  background: #0096e6;
  background: #55e1eb;
  background: ;
  position: absolute;
  left: 45%;
  bottom: 10px
}

.contact_list_met_21_2_83 .lh-wapAbout-h2 {
  display: none
}

.contact_list_met_21_2_83 .clearfix:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both
}

.contact_list_met_21_2_83 .clearfix {
  position: relative;
  *zoom: 1
}

.contact_list_met_21_2_83 h1,
.contact_list_met_21_2_83 h2,
.contact_list_met_21_2_83 h3,
.contact_list_met_21_2_83 h4,
.contact_list_met_21_2_83 h5,
.contact_list_met_21_2_83 h6 {
  font-size: 100%;
  font-weight: normal
}

.contact_list_met_21_2_83 i {
  font-style: normal
}

.contact_list_met_21_2_83 .noscript {
  position: fixed;
  left: 0px;
  top: 0px;
  background: #ddd;
  color: red;
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px
}

.contact_list_met_21_2_83 em {
  font-style: normal
}

.contact_list_met_21_2_83 .pace-progress {
  width: 100%;
  height: 2px;
  background: #b72024;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 5000
}

.contact_list_met_21_2_83 .pace-inactive {
  display: none
}

.contact_list_met_21_2_83 .lh-flex {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap
}

.contact_list_met_21_2_83 .lh-footer-gz li img {
  max-width: 140px
}

.contact_list_met_21_2_83 .container {
  margin: auto;
  position: relative;
  z-index: 3
}

.contact_list_met_21_2_83 .lh-section {
  position: relative
}

.contact_list_met_21_2_83 .lh-footer {
  padding: 0 0 4%
}

.contact_list_met_21_2_83 .lh-footer:before {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background: url() no-repeat;
  position: absolute;
  right: 0%;
  top: -50px;
  z-index: 1
}

.contact_list_met_21_2_83 .lh-footer-cont {
  position: relative;
  z-index: 2
}

.contact_list_met_21_2_83 .lh-footer-l {
  padding-top: 96px;
  padding-bottom: 127px;
}

.contact_list_met_21_2_83 .lh-footer-l h2 {
  font-size: 30px;
  font-weight: bold;
  color: #212121
}

.contact_list_met_21_2_83 .lh-footer-l h3 {
  position: relative;
  margin: 10px 0 25px;
  line-height: 2;
  display: inline-block;
  color: #212121
}

.contact_list_met_21_2_83 .lh-footer-l h3:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #0096e6;
  background: #55e1eb;
  position: absolute;
  left: 0;
  bottom: -10px
}

.contact_list_met_21_2_83 .lh-footer-item .item .dz {
  color: #000000
}

.contact_list_met_21_2_83 .lh-footer-item .item .dh {
  color: #000000
}

.contact_list_met_21_2_83 .lh-footer-item .item .yx {
  color: #000000
}

.contact_list_met_21_2_83 .lh-footer-item .item .rx {
  color: #000000
}

.contact_list_met_21_2_83 .lh-footer-item .item .lh-fonts {
  color: #0096e6;
  color: #ff0088
}

.contact_list_met_21_2_83 .weixin {
  color: #000000
}

.contact_list_met_21_2_83 .lh-footer-item {
  padding-left: 0
}

.contact_list_met_21_2_83 .lh-footer-item li {
  margin-top: 30px;
  position: relative
}

.contact_list_met_21_2_83 .lh-footer-item li:last-child {
  margin-top: 50px
}

.contact_list_met_21_2_83 .lh-footer-item li:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both
}

.contact_list_met_21_2_83 .lh-footer-item li span {
  vertical-align: middle
}

.contact_list_met_21_2_83 .lh-footer-item li em {
  width: 280px;
  float: left
}

.contact_list_met_21_2_83 .lh-footer-item li b {
  margin-top: 20px;
  display: block;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  vertical-align: middle
}

.contact_list_met_21_2_83 .lh-footer-item li i {
  position: absolute;
  right: 20px;
  top: 30px
}

.contact_list_met_21_2_83 .lh-footer-logo {
  margin: auto;
  width: 164px;
  display: block
}

.contact_list_met_21_2_83 .lh-footer-gz {
  margin-top: 40px;
  padding-left: 0;
  text-align: center
}

.contact_list_met_21_2_83 .lh-footer-gz li {
  max-width: 50%;
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  vertical-align: top
}

.contact_list_met_21_2_83 .lh-footer-gz li h2 {
  margin-top: 10px
}

.contact_list_met_21_2_83 .lh-footer-share {
  text-align: center;
  margin-top: 40px
}

.contact_list_met_21_2_83 .lh-footer-share a {
  color: #fff !important;
  display: inline-block;
  width: 40px !important;
  height: 40px !important;
  background: none !important;
  text-align: center;
  line-height: 40px !important;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 15px !important;
  font-size: 20px;
  padding: 0 !important
}

.contact_list_met_21_2_83 .lh-footer-share a:hover {
  text-decoration: none !important;
  opacity: 1 !important;
  border-radius: 15%
}

.contact_list_met_21_2_83 .lh-footer-nav {
  margin-top: 70px;
  background: #252525;
  padding: 40px 0;
  background: #252525;
  text-align: center
}

.contact_list_met_21_2_83 .lh-footer-nav li {
  display: inline-block;
  padding: 0 80px;
  position: relative;
  height: 18px;
  line-height: 18px
}

.contact_list_met_21_2_83 .lh-footer-nav li a {
  color: #9a9a9a;
  font-size: 18px
}

.contact_list_met_21_2_83 .lh-footer-nav li:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #9a9a9a;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(15deg)
}

.contact_list_met_21_2_83 .lh-footer-nav li:first-child:before {
  display: none
}

.contact_list_met_21_2_83 .lh-footer-nav li a:hover {
  color: #fff
}

.contact_list_met_21_2_83 .lh-footer.other:before {
  display: none
}

.contact_list_met_21_2_83 .lh-footer-l.other {
  border: none;
  padding: 0
}

.contact_list_met_21_2_83 .lh-footer-item.other {
  width: auto
}

.contact_list_met_21_2_83 .lh-footer-item.other li {
  margin-top: 10px;
  color: #999
}

.contact_list_met_21_2_83 .lh-footer-item.other li em {
  width: auto
}

.contact_list_met_21_2_83 .lh-footer-l.other h3 {
  margin: 10px 0 40px
}

.contact_list_met_21_2_83 .lh-footer-share.other {
  text-align: left
}

.contact_list_met_21_2_83 .lh-footer-share.other a:first-child {
  margin-left: 0 !important
}

.contact_list_met_21_2_83 .lh-footer-tel {
  text-align: right;
  color: #999
}

.contact_list_met_21_2_83 .lh-footer-tel h2 {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  font-style: italic
}

.contact_list_met_21_2_83 .lh-footer-gz.other li {
  color: #999
}

.contact_list_met_21_2_83 .lh-footer-nav.other {
  padding: 25px 0;
  margin-top: 50px
}

.contact_list_met_21_2_83 .lh-footer.other .lh-about-h2 {
  display: none
}

@keyframes updown {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-10px)
  }

  .contact_list_met_21_2_83 100% {
    transform: translateY(0)
  }
}

@keyframes shadowOpacity {
  0% {
    opacity: 0
  }

  100% {
    opaciy: 1
  }
}

@keyframes mapLine {
  0% {
    width: 0
  }

  100% {
    width: 50%
  }
}

@keyframes mapLine1 {
  0% {
    height: 0
  }

  100% {
    height: 100%
  }
}

@media screen and (max-width:1024px) {
  .contact_list_met_21_2_83 .container {
    width: 100%;
    padding: 0 10px
  }

  .contact_list_met_21_2_83 .lh-map-btn {
    border: none
  }

  .contact_list_met_21_2_83 .lh-moblie-nav {
    display: block
  }

  .contact_list_met_21_2_83 .lh-about-h2 {
    display: none
  }

  .contact_list_met_21_2_83 .lh-wapAbout-h2 {
    display: block;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 9
  }

  .contact_list_met_21_2_83 .lh-wapAbout-h2 img {
    height: 100%;
    width: auto;
    margin: auto
  }

  .contact_list_met_21_2_83 .lh-footer-gz li {
    padding: 0 15px
  }
}

@media screen and (max-width:767px) {
  .contact_list_met_21_2_83 .lh-footer .lh-wapAbout-h2 {
    margin-left: 280px;
    margin-bottom: 20px
  }

  .contact_list_met_21_2_83 .lh-footer.other .lh-wapAbout-h2 {
    display: none
  }

  .contact_list_met_21_2_83 .lh-footer-gz,
  .contact_list_met_21_2_83 .lh-footer-share {
    margin-top: 20px
  }

  .contact_list_met_21_2_83 .lh-footer-nav li {
    padding: 0 60px
  }

  .contact_list_met_21_2_83 .lh-footer:before,
  .contact_list_met_21_2_83 .lh-footer-nav,
  .contact_list_met_21_2_83 .lh-footer-l h2,
  .contact_list_met_21_2_83 .lh-footer-l h3 {
    display: none
  }

  .contact_list_met_21_2_83 .lh-footer .lh-wapAbout-h2 {
    margin: auto
  }

  .contact_list_met_21_2_83 .lh-footer-cont {
    padding: 20px 10px
  }

  .contact_list_met_21_2_83 .lh-footer-l {
    padding: 0 15px;
    border: none
  }

  .contact_list_met_21_2_83 .lh-footer-item li,
  .contact_list_met_21_2_83 .lh-footer-item.other li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px dashed #4C4C4C;
    color: #fff
  }

  .contact_list_met_21_2_83 .lh-footer-item.other li em {
    width: 280px
  }

  .contact_list_met_21_2_83 .lh-footer-item.other li:last-child {
    margin-top: 0
  }

  .contact_list_met_21_2_83 .lh-footer-tel,
  .contact_list_met_21_2_83 .lh-footer-share.other {
    text-align: center
  }

  .contact_list_met_21_2_83 .lh-footer-gz.other {
    margin-bottom: 20px
  }

  .contact_list_met_21_2_83 .lh-footer-item li:last-child {
    border: none;
    margin-top: 30px
  }

  .contact_list_met_21_2_83 .lh-footer-r {
    margin-top: 20px
  }

  .contact_list_met_21_2_83 .lh-footer-gz li {
    padding: 0 10px
  }

  .contact_list_met_21_2_83 .lh-footer-gz li img {
    max-width: 120px
  }

  .contact_list_met_21_2_83 .lh-footer-item {
    width: auto;
    display: table;
    margin-left: auto;
    margin-right: auto
  }

  .contact_list_met_21_2_83 .lh-footer-l h2 {
    display: block;
    text-align: center
  }

  .contact_list_met_21_2_83 .lh-footer-l h3 {
    display: block;
    text-align: center;
    margin: 10px 0 10px
  }
}

.contact_list_met_21_2_83 .lhShow .lh-news-b li:nth-child(1),
.contact_list_met_21_2_83 .lhShow .lh-footer-item li:nth-child(1) {
  animation-delay: .1s
}

.contact_list_met_21_2_83 .lhShow .lh-news-b li:nth-child(2),
.contact_list_met_21_2_83 .lhShow .lh-footer-item li:nth-child(2) {
  animation-delay: .2s
}

.contact_list_met_21_2_83 .lhShow .lh-news-b li:nth-child(3),
.contact_list_met_21_2_83 .lhShow .lh-footer-item li:nth-child(3) {
  animation-delay: .3s
}

.contact_list_met_21_2_83 .lhShow .lh-news-b li:nth-child(4),
.contact_list_met_21_2_83 .lhShow .lh-footer-item li:nth-child(4) {
  animation-delay: .4s
}

@keyframes lhImgRight {
  0% {
    transform: translateX(-100%) scale(1.2);
    opacity: 0
  }

  50% {
    transform: translateX(0) scale(1.1);
    opacity: 1
  }

  100% {
    transform: translateX(0) scale(1);
    opacity: 1
  }
}

@keyframes lhFadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes lhFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100%)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes lhFadeInDown {
  0% {
    transform: translateY(-100%);
    opacity: 0
  }

  100% {
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes logoFade {
  0% {
    opacity: 0;
    transform: translateY(-100%)
  }

  100% {
    opacity: 100;
    transform: translateY(-50%)
  }
}

@keyframes logoWidth {
  0% {
    width: 0
  }

  100% {
    width: 250%
  }
}

@keyframes lineWidth {
  0% {
    width: 0
  }

  100% {
    width: 100%
  }
}

@keyframes lineHeight {
  0% {
    height: 0
  }

  100% {
    height: 100%
  }
}

.dc_list {
  margin-bottom: 20px;
}

.foot_info_met_11_1_84 {
  position: relative;
}

.foot_info_met_11_1_84 .footer_bg {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
}

.serve {
  padding: 13px 0 20px;
}

.index-serve.serve {
  padding: 63px 0 70px;
}

.serve-title {
  display: flex;
  justify-content: center;
}

.serve-title h2 {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
}

.serve-right {
  text-align: right;
}

.serve-right h4 {
  font-weight: bold;
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 1;
  color: #000;
}

.serve-right p {
  color: #000;
  margin-bottom: 0;
}

.serve-right img {
  width: 100%;
  user-select: none;
}

.serve-right {
  width: 212px;
  /* text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end; */
}

.serve-right i {
  margin-top: 15px;
  width: 50px;
  height: 2px;
  background-color: #636263;
  display: inline-block;
}

.serve-left h4 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.serve-left h2 {
  margin-top: 0;
  color: #080808;
  font-size: 30px;
}

.serve-content li {
  /* width: 20%; */
  flex: 1;
  height: 490px;
  padding-left: 31px;
  padding-right: 11px;
  list-style-type: none;
  background: url(../images/s_bg_en.png) no-repeat;
  background-position: left bottom;
}

.serve-content li:hover {
  background: url(../images/s_bg_en_on.png) no-repeat;
  background-position: left bottom;
}

.serve-content {
  display: flex;
  padding-left: 0;
}

.serve-content li:nth-child(1) i {
  background: url(../images/icon/1.png) center no-repeat;
}

.serve-content li:nth-child(2) i {
  background: url(../images/icon/2.png) center no-repeat;
}

.serve-content li:nth-child(3) i {
  background: url(../images/icon/3.png) center no-repeat;
}

.serve-content li:nth-child(4) i {
  background: url(../images/icon/4.png) center no-repeat;
}

.serve-content li:nth-child(5) i {
  background: url(../images/icon/5.png) center no-repeat;
}
.serve-content li:nth-child(6) i {
  background: url(../images/icon/6.png) center no-repeat;
  background-size: 90% 90%;
}

@media screen and (min-width: 768px) {
  .serve-content li:nth-child(1):hover i {
    background: url(../images/icon/1_on.png) center no-repeat;
  }

  .serve-content li:nth-child(2):hover i {
    background: url(../images/icon/2_on.png) center no-repeat;
  }

  .serve-content li:nth-child(3):hover i {
    background: url(../images/icon/3_on.png) center no-repeat;
  }

  .serve-content li:nth-child(4):hover i {
    background: url(../images/icon/4_on.png) center no-repeat;
  }

  .serve-content li:nth-child(5):hover i {
    background: url(../images/icon/5_on.png) center no-repeat;
  }

  .serve-content li:nth-child(6):hover i {
    background: url(../images/icon/6_on.png) center no-repeat;
    background-size: 90% 90%;
  }

  .serve-content li:hover p,
  .serve-content li:hover h4 {
    color: #27becf;
  }
}

.serve-content li i {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 15px;
}

.serve-content {
  margin-top: 70px;
  display: flex;
}

.serve-content p {
  font-size: 13px;
  line-height: 24px;
  font-weight: var(--body-font-lighter);
  color: #5d5d5d;
}


.serve-content h4 {
  font-size: 14px;
  font-weight: bold;
  color: #5d5d5d;
}

.serve-content h4:hover {
  color: #16927c;
  cursor: default;
}

.serve-content p:hover {
  /* font-weight: bold; */
  cursor: default;
}

.top-3 li a {
  display: block;
  position: relative;
  transition: all .2s ease-in-out;
}

.top-3 li figure {
  margin-bottom: 0;
}

.top-3 li a:hover {
  box-shadow: -10px 6px 30px 2px rgba(88, 93, 94, 0.4);
  background: url(../images/bgbgbg.png) no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}

.top-3 li img {
  width: 100%;
  mix-blend-mode: multiply;
  transition: all .2s ease-in-out;
}

.top-3 li figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease-in-out;
}

.top-3 li a:hover figcaption {
  visibility: visible;
  opacity: 1;
}

.top-3 li figcaption p {
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  position: absolute;
  top: 27%;
}

.top-3 li figcaption span {
  display: block;
  width: 110px;
  margin: 0 auto;
  height: 34px;
  line-height: 34px;
  border-radius: 34px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 13%;
}

.footer-top {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.footer-top ul {
  padding-left: 0;
}

.footer-top li {
  list-style: none;
}

.footer-top h4 {
  margin: 0;
  text-align: left;
  color: #fff;
  font-size: 18px;
  margin-bottom: 7px;
  line-height: 1;
  opacity: 0.6;
}

.footer-left ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.footer-left li a:hover {
  color: #27becf;
}

.footer-left li a {
  display: block;
  text-align: left;
  color: #a0a0a0;
  font-size: 1rem;
}

.footer-left li {}

.footer-left {
  width: 70%;
}

.footer-bottom {
  color: rgb(115 102 102);
  font-size: 14px;
  line-height: 1;
  font-weight: var(--body-font-lighter);
  text-align: left;
}

.footer-bottom a+a {
  margin-left: 10px;
}

.footer-bottom a {
  font-size: 14px;
  color: rgb(115 102 102);
}

.footer-right .qrcode {
  width: 124px;
  margin-bottom: 18px;
}

.footer-right {
  /* margin-top: 40px; */
}

.footer-right {
  text-align: right;
}

.footer-right .met-editor {
  font-size: 14px;
}

.table-info {
  display: flex;
}

.table-info-right {
  width: 50%;
}

.table-info-left {
  width: 50%;
}

/* form */
.jh-culvert-pc-form-list {
  padding-left: 0;
}

.jh-culvert-pc-wrap-right {
  margin-top: 100px;
  width: 413px;
  float: right;
}

.jh-culvert-pc-wrap-right .jh-culvert-pc-form-p1 {
  font-size: 24px;
  color: #444;
  text-align: center;
  margin-top: 14px;
}

.jh-culvert-pc-wrap-right .jh-culvert-pc-form-p2 {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-top: 5px;
}

.jh-culvert-pc-wrap-right .jh-culvert-pc-form-list {
  margin: 0 -20px;
}

.jh-culvert-pc-wrap-right .jh-culvert-pc-form-list .jh-culvert-pc-form-item {
  width: 190px;
  height: 65px;
  display: inline-block;
  margin: 20px 16px 0;
}

.jh-culvert-pc-wrap-right .jh-culvert-pc-form-list .jh-culvert-pc-form-item .jh-culvert-pc-form-xm {
  font-size: 14px;
  color: #444;
  margin-bottom: 8px;
}

.jh-culvert-pc-wrap-right .jh-culvert-pc-form-list .jh-culvert-pc-form-item .jh-culvert-pc-form-dow .jh-culvert-pc-form-input {
  width: 100%;
  height: 38px;
  border: 1px solid #e5e5e5;
  text-indent: 10px;
}

.jh-culvert-pc-wrap-right .jh-culvert-pc-form-xu {
  font-size: 14px;
  color: #444;
  margin-top: 15px;
  margin-bottom: 13px;
}

.jh-culvert-pc-wrap-right .jh-culvert-pc-form-check {
  margin: 0 -14px;
  color: #616161;
}

.jh-culvert-pc-wrap-right .jh-culvert-pc-form-check .jh-culvert-pc-form-check-item {
  display: inline-block;
  margin: 0px 12px;
}

.jh-culvert-pc-wrap-right .jh-culvert-pc-form-check .jh-culvert-pc-form-check-item .jh-culvert-pc-form-check-item-left {
  display: inline-block;
  margin-right: 2px;
}

.jh-culvert-pc-wrap-right .jh-culvert-pc-form-check .jh-culvert-pc-form-check-item .jh-culvert-pc-form-check-item-right {
  display: inline-block;
  font-size: 14px;
  color: #333;
  vertical-align: top;
}

.jh-culvert-pc-wrap-right .jh-culvert-pc-form-jb {
  font-size: 14px;
  color: #444;
  margin-top: 20px;
  margin-bottom: 5px;
}

input,
button,
select,
.form-control-culvert {
  outline: none;
  resize: none;
  border-radius: 2px;
}

.jh-culvert-pc-wrap-right .jh-culvert-pc-wrap-right-tj {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  background-color: #ea0974;
  font-size: 16px;
  color: #fff;
  border: none;
  margin-top: 20px;
}

.jh-culvert-pc-wrap-right .jh-culvert-pc-wrap-right-food {
  text-align: center;
  font-size: 14px;
  color: #999;
  margin-top: 12px;
}

/* .form-control:focus {
  border-color: #ff6d9b !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(228, 1, 73, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(228, 1, 73, 0.6) !important;
} */


.table-info-right {
  border-left: 1px solid #ddd;
}

.met-editor .table-info-left img {
  max-width: unset !important;
}

.table-info-left,
.table-info-right {
  width: 50%;
}

.contact-right {
  margin: 80px auto 80px;
  float: none;
  max-width: unset !important;
}

.table-info * {
  max-width: unset !important;
}

.oxa {
  overflow-x: unset !important;
}

.table-info {
  border: 1px solid #ddd;
  border-top: 0;
}

.met-editor video {
  width: 100%;
}


.product-menu {
  float: left;
  width: 233px;
}

.product-list {
  float: right;
  width: calc(100% - 330px);
}

.product-title {
  font-size: 14px;
  color: #000000;
}

.product-title h4 {
  margin: 0;
}

.product-title p {
  margin: 0;
}

.case-menu h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 12px;
  top: 10px;
  right: 15px;
  background: url(../images/icon_arrow_menu.png) no-repeat;
  background-size: cover;
}

.case-menu h4 {
  margin: 0;
  position: relative;
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-indent: 15px;
  font-size: 14px;
  color: #fff;
}

.case-menu-1 h4 {
  background-color: #006775;
}

.case-menu-1 {
  margin-top: 15px;
}

.case-menu a {
  font-size: 14px;
  color: #000000;
  display: block;
  text-indent: 15px;
  font-weight: var(--body-font-lighter);
  height: 30px;
  line-height: 30px;
  border-bottom: 1px dashed #006775;
}

.case-menu a:hover,
.case-menu a.on {
  color: #27bed1;
  font-weight: normal;
}

.case-menu-2 h4 {
  background-color: #0091a3;
}

.case-menu-2 {
  margin-top: 40px;
}

.case-menu-3 h4 {
  background-color: #27bed1;
}

.case-menu-3 {
  margin-top: 50px;
}

.p-t-65 {
  padding-top: 65px;
}

.p-b-85 {
  padding-bottom: 85px;
}

.bg-product img {
  cursor: default !important;
}

.bg-product {
  position: relative;
  cursor: default !important;
  /* pointer-events: none; */
}

.bg-show {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(255, 255, 255, .4);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s;
}

.bg-product:hover .bg-show {
  opacity: 1;
  visibility: visible;
}

.bg-button-show {
  display: block;
  width: 160px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #e3007f;
  cursor: pointer;
}

.footer-top h4:hover {
  opacity: 1;
}

.footer-top h4 a:hover {
  color: #27becf;
}

.Cooperationright .contact-right {
  margin: 0 auto;
}

.Cooperationbox {
  position: fixed;
  top: 0px;
  _position: absolute;
  _top: expression(documentElement.scrollTop + 0 + "px");
  background: #fff;
  z-index: 9999999999;
  width: 100%;
  display: none;
}

.Cooperation {
  width: 970px;
  margin: auto;
  padding: 35px 0px;
  position: relative;
}

.Cooperationleft {
  float: left;
  width: 450px;
  color: #212121;
}

.Cooperationleft h3 {
  font-size: 40px;
  line-height: 42px;
  color: #16927c;
  padding-bottom: 25px;
}

.Cooperationleft h4 {
  font-size: 45px;
  line-height: 48px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 35px;
}

.Cooperationleft h5 {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 20px;
}

.Cooperationleft h5 span {
  font-size: 24px;
  font-weight: bold;
  color: #212121;
}

.Cooperationleft p {
  font-size: 13px;
}

.Cooperationleft p.coopb {
  padding: 35px 0px;
}

.Cooperationclose {
  position: absolute;
  right: -70px;
  top: 20px;
  width: 39px;
  height: 39px;
  background: url(../images/index_09.png) no-repeat;
  cursor: pointer;
}

.Cooperationright {
  float: right;
  width: 425px;
}

.commonposition {
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 999999;
  display: none;
}

.commonposition a {
  display: block;
  width: 45px;
  height: 45px;
  position: relative;
  background-color: #27becf;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  margin-top: 1px;
}

.commonposition a span {
  display: none;
  box-sizing: content-box;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 45px;
  padding-left: 50px;
  color: #fff;
  line-height: 45px;
  font-size: 16px;
  text-indent: -5px;
  background-color: #262626;
}

.commonposition a.HomeQQ {
  background-position: -362px -186px;
}

.commonposition a.Homedianhua {
  background-position: -362px -231px;
}

.commonposition a.Homexuqiu {
  background-position: -362px -275px;
}

.commonposition a.Homeweixin {
  background-position: -362px -322px;
}

.commonposition a.Hometop {
  background-position: -362px -370px;
  /*background-color:#4e4e4e;*/
}

.commonposition a span.QQbggray {
  background-position: -360px -186px;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  width: 90px;
}

.commonposition a span.weixinerweima {
  right: 45px;
  padding: 0px;
}

.commonposition a span.dianhuabggray {
  background-position: -362px -231px;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  width: 120px;
  width: 148px;
  text-indent: -5px;
}

.commonposition a span.Homexuqiu {
  background-position: -362px -275px;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  width: 120px;
}

@media screen and (max-width: 1439px) {
  .serve-content {
    flex-wrap: wrap;
  }

  .serve-content li {
    /* padding-right: 26px; */
  }
}

@media screen and (max-width: 1090px) {
  .serve-content li {
    flex: unset;
    width: 33.333334%;
  }
}

@media screen and (max-width: 1024px) {
  .commonposition {
    display: none !important;
  }

  .contact_list_met_21_2_83 .lh-footer-r {
    width: 100%;
  }

  .contact_list_met_21_2_83 .lh-footer-l {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .jh-culvert-pc-wrap-right {
    margin: 0 auto;
    float: none;
  }

  .serve-content {
    margin-top: 60px;
  }

  .footer-left {
    width: 100%;
  }

  .footer-top {
    flex-wrap: wrap;
  }

  .footer-right {
    margin-top: 40px;
    text-align: center;
  }

  .table-info {
    flex-wrap: wrap;
  }

  .table-info .table-info-left {
    width: 100%;
    height: 400px;
  }

  .table-info .table-info-right {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .mobile-logo {
    display: none;
  }

  .cur-nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cur-nav {
    display: block;
    float: right;
    height: 60px;
    line-height: 60px;
    text-align: right;
    width: 101px;
    margin-right: 10px;
  }

  .scale-logo {
    display: none !important;
  }

  .mobile-logo img {
    max-width: 235px !important;
  }

  .mobile-logo {
    position: absolute;
    top: 17px;
    left: 17px;
    display: block;
  }

  .head_nav_met_28_7_11 .navbar-toggler {
    font-size: 22px;
  }

  .case_list_met_16_3_85 h3 i {
    display: block;
  }

  .service_list_met_36_3_76 .dc_list ul li {
    width: 100%;
    margin-top: 0;
  }

  .dc_list {
    margin-bottom: 10px;
  }

  .top-3 li {
    width: 100%;
    margin: 0 auto 1rem;
  }

  .service_list_met_36_1_87.met-index-body {
    padding-top: 40px;
  }

  .serve-content {
    margin-top: 50px;
  }

  .serve-content li {
    width: 50%;
    padding-right: 10px;
  }

  .serve {
    padding: 50px 0px 30px;
  }

  .serve-left h2 {
    font-size: 1.5rem;
  }

  .serve-left h4 {
    font-size: 1.2rem;
  }

  .serve-right {
    width: 180px;
  }

  .contact_list_met_21_2_83 {
    padding-top: 0;
  }

  .footer-left ul {
    flex-wrap: wrap;
  }

  .footer-top h4 {
    margin-top: 10px;
  }

  .footer-top h4,
  .footer-left li h4 a {
    color: #fff;
    opacity: 1;
  }

  .footer-right,
  .footer-left li {
    width: 100%;
  }

  /* .footer-top{
    padding-top: 30px;
  } */
  .footer-top li div {
    display: none;
  }

  .product-menu {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  .product-list {
    float: none;
    width: 100%;
  }

  .img_list_detail_met_11_2_60,
  .img_list_page_met_16_5_53 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .case-menu div {
    display: none;
  }

  .case-menu-3,
  .case-menu-2 {
    margin-top: 10px;
  }


  .page-anli .methods .methods-title h2 {
    font-size: 20px !important;
    margin-top: 14px;
    margin-bottom: 0;
  }

  .mb-line,
  .methods .methods-title {
    text-align: center;
    overflow: hidden;
  }

  .mb-line span::before,
  .mb-line span::after,
  .methods .methods-title span::before,
  .methods .methods-title span::after {
    position: absolute;
    left: calc(-200% - 6px);
    width: 200%;
    top: 50%;
    height: 1px;
    transform: translateY(-50%);
    display: block;
    content: "";
    background-color: #2a333c;
  }

  .mb-line span::after,
  .methods .methods-title span::after {
    left: unset;
    right: calc(-200% - 6px);
  }

  .mb-line span,
  .methods .methods-title span {
    position: relative;
    display: inline-block !important;
    font-size: var(--body-font-p) !important;
    font-weight: bold;
    vertical-align: top;
  }

  .index-serve.serve {
    margin-top: var(--body-gap);
    padding: 0;
  }

  .methods {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .serve-content li {
    width: 100%;
    height: 284px;
    padding-right: 40px;
    background-position: bottom left;
  }

  .serve-content li:hover {
    background: unset;
  }

  .jh-culvert-pc-wrap-right {
    padding: 20px 10px;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    background-color: rgba(255, 255, 255, .5);
  }

  .jh-culvert-pc-wrap-right .jh-culvert-pc-form-list {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .jh-culvert-pc-wrap-right .jh-culvert-pc-form-list .jh-culvert-pc-form-item {
    width: 48.5%;
    height: 65px;
    display: inline-block;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .jh-culvert-pc-wrap-right .jh-culvert-pc-wrap-right-food {
    color: #334;
  }

  .footer-left li h4 a::after {
    font-size: 18px;
    line-height: 14px;
    content: "+";
    float: right;
    display: block;
    transition: all .2s;
  }

  .footer-left li h4 a.on::after {
    transform: rotate(45deg)
  }

  .footer-left li div {
    padding-bottom: 14px;
  }

  .footer-left li h4 a {
    font-size: 16px;
  }

  .product_list_page_met_21_2_66 ul.met-product-list li {
    text-align: center;
  }

  .product_list_page_met_21_2_66 ul.met-product-list {
    text-align: left;
  }

  .subcolumn_nav_met_11_3_18 .subcolumn_nav_met_11_3_18-ul {
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    flex-direction: row;
    justify-content: flex-start;
    overflow-x: scroll;
  }

  .serve-content {
    margin-top: 30px;
  }


  /* .serve-content li+li+li {
    position: relative;
    background: none;
    height: auto;
    flex: unset;
    width: calc(33.3% - 14px);
    padding: 20px 0;
  } */

  
  .serve-content li:first-child,
  .serve-content li:first-child + li{
    padding-top: 0;
  }
  .serve-content li {
    padding: 16px 0 10px;
    position: relative;
    flex: unset;
    width: calc(50% - 15px);
    padding-right: 0;
    padding-left: 0;
    background: none;
    height: auto;
  }

  .serve-content li:nth-child(2n)::before {
    position: absolute;
    left: -18px;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e0e0e0;
  }

  .serve-content li:nth-child(2n)::after {
    position: absolute;
    left: -18px;
    bottom: 0;
    content: "";
    display: block;
    width: calc(100% + 18px);
    border-bottom: 1px solid #e0e0e0;
  }
  .serve-content li:nth-child(odd)::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: calc(100% + 10px);
    border-bottom: 1px solid #e0e0e0;
  }

  .serve-content li:nth-child(2n) {
    margin-left: 30px;
  }

  .serve-content p {
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
  }


}

.elementor-widget-heading .elementor-heading-title {
  white-space: nowrap;
}

#cnzz_stat_icon_1278707064 * {
  vertical-align: middle;
}

#cnzz_stat_icon_1278707064 {
  vertical-align: middle;
}

/*.ny-banner .slick-prev.slick-arrow,
.ny-banner .slick-next.slick-arrow{
  display: none !important;
}*/
.banner_met_11_1_73 .slick-dots {
  bottom: 40px;
}

.slick-dots li,
.slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
}

.banner_met_11_1_73 .slick-dots li {
  margin: 0 6px;
}

.slick-dots li.slick-active button:before {
  background: #fff;
  color: #fff;
}

.slick-dots li button:before {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #fff;
  border-radius: 50%;
}

#newBridge .icon-right-center {
  top: 80% !important;
}

.banner_met_11_1_73 .slick-arrow.slick-next,
.banner_met_11_1_73 .slick-arrow.slick-prev {
  display: none !important;
}

.kkkf {
  background: #27becf url(../images/kkkf.png) center center no-repeat !important;
  background-size: 80% 80% !important;
}


.service_list_met_36_3_76 .s_tit1 {
  font-weight: bold;
}

.methods .s_tit222 {
  font-weight: normal;
}

.case_list_met_16_3_85 h3 span {
  font-weight: bold;
}

.case-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px auto 0;
  text-align: center;
  box-sizing: border-box;
  width: 255px;
  height: 50px;
  border-radius: 255px;
  font-size: 17px;
  color: rgb(35, 25, 22);
  border: 1px solid #929292;
  cursor: pointer;
  transition: all .2s linear;
}

.case-btn:hover a {
  /*color: #2f3c4c;*/
  color: #fff !important;
}

.case-btn:hover {
  /*color: #2f3c4c;
  border-color: rgba(255,255,255,.25);*/
  background-color: #25b2c6;
  border-color: #25b2c6;
  color: #fff !important;
}

.case-btn a {
  display: block;
  color: #42444c;
  transition: all .2s linear;

}


.case-btn::after {
  margin-left: 6px;
  margin-right: -2px;
  content: ">";
  display: block;
}

.mask-form {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, .6);
}

#anli-form {
  z-index: 99999999;
}


.open-anli-form {
  position: fixed;
  right: 30px;
  bottom: 5px;
  cursor: pointer;
  z-index: 999;
  width: 123px;
  height: 123px;
  border-radius: 50%;
  /*overflow: hidden;*/
  opacity: 0;
  visibility: hidden;
  transform: translateX(50px);
  transition: all .2s ease-in-out;
  background: url('../images/icon_finger_bottom_bg.png') center no-repeat;
}

.open-anli-form.on {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.open-anli-form>i {
  margin: 9px auto 10px;
  display: block;
  width: 24px;
  height: 33px;
  background: url('../images/icon_finger_bottom.png') center no-repeat;
  animation: draw 1s ease-out infinite;
}

.open-anli-form p {
  font-size: 13px;
  color: #fff;
  line-height: 1.1;
  text-align: center;
  padding: 0 6px;
}


.navtop {
  position: absolute;
  top: -32px;
  left: 33px;
  width: 50px;
  height: 25px;
  display: inline-block;
}

.navtop .fix_ruturn_top {
  background: url(../images/ftop.png) center center no-repeat;
  background-size: 100% 100% !important;
  width: 31px;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: 11px;
  top: 0;
  animation: bounce;
  animation-duration: 1s;
}

.single-fixed {
  z-index: 9999;
  position: fixed;
  bottom: 135px;
  right: 70px;
  width: 50px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
  display: none !important;
}

.single-fixed .fix_ruturn_top2:hover {
  transform: scale(1.4);
}

.fix_ruturn_top2 {
  background: url(../images/ftop.png) center center no-repeat;
  background-size: 100% 100% !important;
  width: 31px;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: 11px;
  top: 0;
  animation: bounce;
  animation-duration: 1s;
  transition: all .22s linear;
}

/* .navtop span::after{
  content: "返回顶部";
  text-align: center;
  display: inline-block;
  color: #969696;
  font-size: 12px;
  font-weight: var(--body-font-lighter);
  width: 50px;
  display: none;
} */
/* .fixed-icon:hover i{
  transform: scale(1.1);
  transition: all .3s;
} */
/* 手指动画 */
@keyframes draw {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.1);
  }
}


@keyframes bounce {

  20%,
  53%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom
}

.methods.service_list_met_36_3_76.met-index-body {
  /* margin-top: 0 !important; */
}

.methods.service_list_met_36_3_76.met-index-body .s_tit2 {
  margin-bottom: 2rem;
}

.methods.service_list_met_36_3_76 .methods-serve ul li:hover img {
  cursor: default;
  /*display: none;*/
}

.about_list_met_28_3_86#feature .btn-view-works {
  margin-top: 20px;
}

.about_list_met_28_3_86#feature p {
  margin-bottom: 0;
}

.lang-select-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #eee;
  color: #595757;
  padding: 5px calc(2.2%) 5px 24px;
}

.top-title-text {
  margin-left: 10px;
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
}

.lang-select-container .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lang-select-container .left .contact-item {
  display: inline-flex;
  align-items: center;
  line-height: 1.5em;
}

.lang-select-container .left .contact-item:not(:last-child) {
  padding-right: 40px;
}

.lang-select-container .lang-select {
  float: right;
  line-height: 1.5em;
}

.lang-select-container .lang-select .other-lang a {
  color: #595757;
}

.lang-select-container .lang-select .cur-lang {
  font-weight: bold;
}

.lang-select-container .lang-select .other-lang {
  padding-left: 40px;
}

.lang-select-container .lang-select .cur-lang,
.lang-select-container .lang-select .other-lang {
  text-align: center;
  display: inline-block;
}
.lang-select-container .left .contact-logo{
  margin-right: 6px;
  width: 18px;
}