/*all*/
/* 米拓企业建站系统 Copyright (C) 长沙米拓信息技术有限公司 (https://www.metinfo.cn). All rights reserved. */
/* #region */
a {
  color: $first_color$;
}
.btn-outline.btn-primary {
  color: $first_color$;
  background-color: transparent;
  border-color: $first_color$;
}
.btn-primary {
  border-color: $thirdcolor$;
  background-color: $thirdcolor$;
}
.btn-outline.btn-primary.active,
.btn-outline.btn-primary:active,
.btn-outline.btn-primary:focus,
.btn-outline.btn-primary:hover,
.open > .btn-outline.btn-primary.dropdown-toggle {
  border-color: $first_color$;
  background-color: $first_color$;
}
.modal-primary .modal-header {
  background-color: $first_color$;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: $first_color$;
}
/* @media (min-width: 991px) {
  .container {
    width: 90%;
  }
} */
.met-index-body {
  padding: 50px 0;
}
.met-index-body h2 {
  position: relative;
}

.met-index-body h2 {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: -2px;
  color: #333333;
  margin-bottom: 0;
}
.met-index-body p.desc {
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #ddd;
  /* opacity: 0.19; */
}
@media (max-width: 991px) {
  .met-index-body {
    padding: 40px 0px;
  }
}
@media (max-width: 767px) {
  .met-index-body h2 {
    font-size: 30px;
  }
  .met-index-body {
    padding: 30px 0px;
  }
}
/* #endregion */

/*头部*/
/* #region */
body.met-navfixed {
  padding-top: 60px;
}
.met-logo {
  height: 60px;
}
.met-logo img {
  max-height: 50px;
}
.met-nav {
  min-height: 60px;
  margin-bottom: 0;
  box-shadow: none;
}
.met-nav [class*="animation-"] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.met-nav .met-head-user {
  margin-left: 15px;
  line-height: initial;
}
.met-nav .no-login {
  height: 60px;
}
.met-nav.navbar-shadow {
  -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.met-nav.navbar-fixed-top .navbar-right {
  margin-right: 0;
}
.met-nav .navbar-logo {
  height: 60px;
  margin: 0;
  margin-left: 0;
  padding: 0;
  display: block;
}
.met-nav .navbar-logo img {
  max-height: 50px;
}
.met-nav .nav-item .nav-link {
  color: #666;
  position: relative;
  z-index: 2;
  font-size: 15px;
}
.met-nav .dropdown.open > a,
.met-nav .nav li > a.active {
  color: $thirdcolor$ !important;
  background-color: transparent;
}
.met-nav .navbar-nav > .open > .nav-link,
.met-nav .navbar-nav > .open > .nav-link:hover,
.met-nav .navbar-nav .nav-link.active:hover,
.met-nav .navbar-nav .nav-link.active {
  background-color: transparent;
  color: $thirdcolor$;
}
.met-nav .nav-item {
  position: relative;
}
.met-nav .nav-item .nav-link {
  padding-left: 7px;
  padding-right: 7px;
}
.met-nav .nav-item .nav-link:after {
  content: "";
  width: 100%;
  height: 5px;
  opacity: 0;
  background-color: $thirdcolor$;
  left: 0;
  position: absolute;
  top: 0;
  margin-top: 0px;
  margin-left: 0px;
  /* -webkit-transition: all 0.66s cubic-bezier(0.17, 0.84, 0.44, 1); */
  /* transition: all 0.66s cubic-bezier(0.17, 0.84, 0.44, 1); */
  z-index: -1;
  border: none;
}

.met-nav .nav-item:hover .nav-link:after,
.met-nav .nav-item .nav-link.active::after {
  opacity: 1;
  top: auto;
  bottom: 0;
}
.met-nav .nav-item:hover .nav-link,
.met-nav .navlist .nav-item a.nav-link:hover {
  color: $thirdcolor$;
}
.met-nav .nav-item .nav-link i {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-left: 5px;
}
.met-nav .nav-item .nav-link:hover i,
.met-nav .dropdown.open > a i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.66s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: all 0.66s cubic-bezier(0.17, 0.84, 0.44, 1);
}
.met-nav #met-head-user-collapse .dropdown-item {
  line-height: initial;
}
.met-nav #met-head-user-collapse .btn-primary {
  color: $first_color$;
  background-color: transparent;
  border-color: $first_color$;
  padding: 4px 10px;
  -webkit-transition: all 0.66s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: all 0.66s cubic-bezier(0.17, 0.84, 0.44, 1);
}
.met-nav #met-head-user-collapse .btn-primary:hover {
  color: #fff;
  background-color: $first_color$;
  border-color: $first_color$;
}
.met-nav #met-head-user-collapse .btn-success {
  color: #666;
  background-color: transparent;
  border-color: #666;
  padding: 4px 10px;
  -webkit-transition: all 0.66s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: all 0.66s cubic-bezier(0.17, 0.84, 0.44, 1);
}
.met-nav #met-head-user-collapse .btn-success:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.met-nav .dropdown-item {
  color: #666;
}
.met-nav .overflow-visible {
  overflow: visible !important;
}
.met-nav .navlist-2 {
  transform: translateY(-10%);
}
.met-nav .navbar-toggler {
  height: 60px;
  line-height: 60px;
}
.met-nav .nav > li > a {
  color: $first_color$;
}
.met-nav .nav > li > a i {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.met-nav .nav li .link.active:after {
  content: "";
  width: 100%;
  background-color: $first_color$;
  left: 0;
  position: absolute;
  top: 0;
  height: 2px;
  -webkit-transition: all 0.66s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: all 0.66s cubic-bezier(0.17, 0.84, 0.44, 1);
  z-index: -1;
}
.met-nav .nav > li > .link:after {
  content: "";
  width: 0;
  background-color: $first_color$;
  left: 0;
  position: absolute;
  top: 0;
  height: 2px;
  -webkit-transition: all 0.66s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: all 0.66s cubic-bezier(0.17, 0.84, 0.44, 1);
  z-index: -1;
}
.met-nav .nav > li > .link:hover:after {
  content: "";
  width: 100%;
  background-color: $first_color$;
  left: 0;
  position: absolute;
  top: 0;
  height: 2px;
  -webkit-transition: all 0.66s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: all 0.66s cubic-bezier(0.17, 0.84, 0.44, 1);
  z-index: -1;
}
.met-nav .met-nav-login {
  padding-top: 15px;
  text-align: center;
}
.met-nav .dropdown-menu > li > a {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.met-nav .dropdown-menu > li > a:hover {
  background: #f2f2f2 none repeat scroll 0 0;
  text-indent: 5px;
  -webkit-transition: all 0.66s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: all 0.66s cubic-bezier(0.17, 0.84, 0.44, 1);
}
@media (min-width: 1200px) {
  .navbar-nav > .nav-item {
    padding: 0px;
  }
  .met-nav .nav > li > a {
    padding: 0;
    height: 60px;
    line-height: 60px;
  }
  .met-nav .dropdown-menu {
    top: 48px;
    border-radius: 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  }
  .met-nav .dropdown-menu .dropdown-submenu > a:after {
    display: none;
  }
  .met-nav .dropdown-menu .dropdown-submenu > a i {
    position: absolute;
    right: 10px;
  }
  .met-nav .dropdown-menu.bullet {
    top: 60px;
  }
  .met-nav .met-nav-login {
    height: 60px;
    padding-top: 0;
    margin-left: 10px;
  }
  .navbar-nav .nav-item .nav-link {
    line-height: 18px;
  }
  .met-nav .mblogo {
    display: none;
  }
  .met-nav .navbar-collapse-toolbar{
    display: block;
  }
}
@media (max-width: 1199px) {
  .met-nav .navbar-logo img {
    max-height: 30px;
  }
  .met-nav .nav > li > a > i {
    float: right;
  }
  .met-nav .dropdown-menu .dropdown-submenu > a:after {
    display: none;
  }
  .met-nav .dropdown-menu .dropdown-submenu > a > i {
    float: right;
  }
}
@media (max-width: 1199px) {
  .met-nav .nav-item .nav-link:after {
    content: unset;
  }
  .met-nav-btn:after {
    display: table;
    clear: both;
    content: "";
  }
  .met-nav .nav > li {
    margin-left: 0 !important;
  }
  .met-nav .nav > li > a {
    padding: 10px 15px;
    line-height: 25px;
  }
  .met-nav .nav li .link.active:after {
    height: 1px;
    bottom: 0;
    top: auto;
    left: 15px;
  }
  .met-nav .nav > li > .link:after {
    height: 1px;
    bottom: 0;
    top: auto;
    left: 15px;
  }
  .met-nav .nav > li > .link:hover:after {
    height: 1px;
    bottom: 0;
    top: auto;
    left: 15px;
  }
  .met-nav .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 40px;
  }
  .met-nav .dropdown-menu.bullet:before,
  .met-nav .dropdown-menu.bullet:after {
    display: none;
  }
  .met-nav .navbar-collapse.in {
    -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
  }
  .met-nav .navbar-logo {
    float: none;
    max-width: 90px;
    margin: 0 auto;
  }
  .met-nav .navbar-collapse {
    width: 100%;
  }
  .met-nav .navlist {
    margin-left: 0;
    margin-right: 0;
  }

  .met-nav .met-head-user {
    width: 100%;
    margin: 0;
    text-align: center;
    /* display: none; */
  }
  .met-nav .pclogo {
    display: none;
  }
  .navbar-header.pull-xs-left {
    margin-left: 0.9375rem;
  }
  .met-nav .navbar-toggler{
    display: block;
  }
  .met-nav .navbar-collapse-toolbar{
    height: 0;
    width: 100%;
  }
  .met-nav .collapse.in{
    height: auto;
  }

}
.navbar-shadow {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
/* #endregion */
/* -------------------------------------------------- */

/*banner*/
/* #region */
.met-banner .carousel-inner.met-banner-mh {
  background: #ddd;
  min-height: 300px;
}
.met-banner .carousel-control.right .icon {
  border-radius: 50%;
}
.met-banner .carousel-control.left .icon {
  border-radius: 50%;
}
@media (max-width: 767px) {
  .met-banner .carousel-inner {
    min-height: auto;
  }
}
@media (max-width: 488px) {
  .met-banner .carousel-inner.met-banner-mh {
    min-height: 100px;
  }
}
.met-banner .met-banner-text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.met-banner .met-banner-text .container {
  height: 100%;
  /* width: 85%; */
}
.met-banner .met-banner-text .container .met-banner-text-con {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
}
.met-banner .met-banner-text .container .met-banner-text-con.p-0 {
  max-width: 50%;
  text-align: left;
  float: left;
}
.met-banner .met-banner-text .container .met-banner-text-con.p-1 {
  max-width: 50%;
  text-align: right;
  float: right;
}
.met-banner .met-banner-text .container .met-banner-text-con.p-2 > div {
  vertical-align: top;
  padding-top: 5%;
}
.met-banner .met-banner-text .container .met-banner-text-con.p-3 > div {
  vertical-align: bottom;
  padding-bottom: 5%;
}
.met-banner .met-banner-text .container .met-banner-text-con > div {
  display: table-cell;
  vertical-align: middle;
}
.met-banner .met-banner-text .container .met-banner-text-con > div h3 {
  margin: 0;
  font-size: 50px;
  font-weight: 300;
}
.met-banner .met-banner-text .container .met-banner-text-con > div p {
  margin: 20px 0 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  text-shadow: none;
}
.met-banner .met-banner-text .container .met-banner-text-con > div .btn {
  position: relative;
  z-index: 14;
  margin-top: 30px;
  font-size: 20px;
  margin-left: $btn_margin$px;
  margin-right: $btn_margin$px;
}
.met-banner .btn-outline.btn-default {
  background: none !important;
  border-color: $thirdcolor$ !important;
  color: $thirdcolor$ !important;
  border-radius: 5px 0;
}

.met-banner .btn-outline.btn-default:hover {
  background: $thirdcolor$ !important;
  color: #fff !important;
}
.met-banner .carousel-indicators li {
  transform: unset;
  position: unset;
  background-color: #fff;
  transition: 0.3s;
  height: 14px;
  width: 14px;
}
.met-banner .carousel-indicators li.active {
  position: unset;
  transform: unset;
  width: 37px;
  background-color: $thirdcolor$;
}
.met-banner .carousel-indicators li:after {
  /* background: $thirdcolor$; */
  content: unset;
}
.met-banner a.all-imgmask {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 13;
}
.met-banner-ny {
  background-color: $page_top_bgcolor$;
  height: 120px;
  text-align: center;
}
.met-banner-ny h2,
.met-banner-ny h3 {
  color: $bannersub_color$;
  font-size: 35px;
  font-weight: 300;
  padding: 10px 30px;
  margin: 0px;
  text-shadow: none;
}
.met-banner .carousel-control {
  width: 10%;
  z-index: 10;
  display: block;
}
.met-banner:hover .carousel-control {
  display: block;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .met-banner a.mobile {
    display: none;
  }
  .met-banner .mobile_img {
    display: none !important;
  }
  .met-banner .mobile-content {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .met-banner a.pc {
    display: none;
  }
  .met-banner .pc_img {
    display: none !important;
  }
  .met-banner .pc-content {
    display: none !important;
  }
  .met-banner .met-banner-text .container .met-banner-text-con.p-0 {
    max-width: 90%;
  }
  .met-banner .met-banner-text .container .met-banner-text-con.p-1 {
    max-width: 90%;
  }
}
@media (max-width: 400px) {
  .met-banner .met-banner-text .container .met-banner-text-con > div h3 {
    font-size: 16px;
  }
  .met-banner .met-banner-text .container .met-banner-text-con > div p {
    font-size: 12px;
  }
  .met-banner .met-banner-text .container .met-banner-text-con > div .btn {
    padding: 5px 10px;
  }
}
.met-banner .carousel-control .icon {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border-radius: 100%;
  /* background: #fff; */
  font: 40px/50px "宋体";
  text-align: center;
  color: $first_color$;
}
@media (max-width: 767px) {
  .met-banner .met-banner-text .container .met-banner-text-con > div h3 {
    font-size: 30px;
  }
  .met-banner .met-banner-text .container .met-banner-text-con > div p {
    font-size: 16px;
  }
  .met-banner .met-banner-text .container .met-banner-text-con > div .btn {
    font-size: 16px;
  }
  .met-banner .carousel-control .icon {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font: 30px/40px "宋体";
  }
  .met-banner .met-banner-text .container .met-banner-text-con > div .btn {
    margin-left: $mbtn_margin$px;
    margin-right: $mbtn_margin$px;
  }
  .met-banner-ny {
    height: 90px;
  }
}
@media (max-width: 488px) {
  .met-banner .met-banner-text .container .met-banner-text-con > div h3 {
    font-size: 20px;
  }
  .met-banner .met-banner-text .container .met-banner-text-con > div p {
    font-size: 14px;
    margin-top: 10px;
  }
  .met-banner .met-banner-text .container .met-banner-text-con > div .btn {
    margin-top: 10px;
    font-size: 12px;
  }
  .met-banner .carousel-control .icon {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font: 20px/30px "宋体";
  }
}
/* #endregion */

/* 首页产品区块 */
/* #region */
/* 切换卡 */
.met-index-product ul.nav-pills {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.met-index-product .index-product-list li {
  padding: 15px;
  margin-bottom: 0px;
}
.met-index-product .nav-pills .nav-link {
  border-radius: 20px;
  /* max-width: 130px; */
  height: 39px;
  line-height: 18px;
  margin: 0 10px;
  border: 1px solid #afafaf;
}
.met-index-product .nav-pills .nav-link:hover {
  background-color: $thirdcolor$;
  color: #fff;
  border-color: $thirdcolor$;
}
.met-index-product .nav-pills .nav-item.open .nav-link,
.met-index-product .nav-pills .nav-item.open .nav-link:focus,
.met-index-product .nav-pills .nav-item.open .nav-link:hover,
.met-index-product .nav-pills .nav-link.active,
.met-index-product .nav-pills .nav-link.active:focus,
.met-index-product .nav-pills .nav-link.active:hover {
  background-color: $thirdcolor$;
  border-color: $thirdcolor$;
}
@media (min-width: 1310px) {
  .container {
    padding: 0;
  }
}

/* 切换卡 */
.met-index-product .tab-content > .active {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}
@media (min-width: 768px) {
  .met-index-product .leftbox {
    position: relative;
    margin-top: 15px;
    width: calc(44% - 10px);
    flex: 0 0 calc(44% - 10px);
    max-width: 44%;
  }
  .met-index-product .rightbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0;
    width: calc(56% - 10px);
    flex: 0 0 calc(56% - 10px);
    max-width: 56%;
  }
}
.met-index-product .leftbox a {
  height: 100%;
}
.met-index-product .titlebox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  padding-left: 42px;
}
.met-index-product .titlebox h4 {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
}
.met-index-product .titlebox p {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #4971a0;
  opacity: 0.56;
  margin-bottom: 55px;
}
.met-index-product .itembox {
  width: calc(50% - 8px);
  flex: 0 0 calc(50% - 8px);
  position: relative;
  margin-top: 15px;
  box-sizing: border-box;
}
.met-index-product .itembox .txt-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.met-index-product .itembox:hover .txt-info {
  display: flex;
  background-color: rgba(0, 0, 0, 0.63);
}

.met-index-product img {
  width: 100%;
  height: 100%;
  height: 100%;
  object-fit: cover;
}
.met-index-product .index-product-list h4.card-title {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  /* line-height: 24px; */
  letter-spacing: 1px;
  color: #ffffff;
  width: 100%;
}

.met-index-product .index-product-list p.moretext {
  /* width: 154px; */
  /* height: 45px; */
  background-color: $thirdcolor$;
  border-radius: 23px;
  padding: 7px 20px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #ffffff;
}
.met-index-product .index-product-list li a.txt-info {
  padding: 10px;
}
.met-index-product .index-product-list li,
.met-index-product .index-product-list li a {
  transition: color 300ms ease 0ms, font-size 300ms ease 0ms,
    color 300ms ease 0ms, margin 300ms ease 0ms, padding 300ms ease 0ms,
    border 300ms ease 0ms, border 300ms ease 0ms, color 300ms ease 0ms;
}

.met-index-product .index-product-list li:hover h4 {
  color: $first_color$;
}

.met-index-product .index-product-list {
  margin-top: 40px;
}
@media (max-width: 1600px) {
  .met-index-product .itembox {
    width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
  }
}

/* @media (max-width: 768px) {
  .met-index-product .tab-content > .active {
    flex-wrap: wrap;
    width: 100%;
  }
  .met-index-product .leftbox {
    width: 100%;
    max-width: 100%;
  }
  .met-index-product .rightbox {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
} */
@media (max-width: 767px) {
  .met-index-product .leftbox {
    display: none !important;
  }
  .met-index-product .rightbox {
    width: 100% !important;
    flex: 1 1 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .met-index-product .index-product-list {
    margin: 0 -5px;
    margin-top: 20px;
  }
  .met-index-product .index-product-list li {
    padding: 5px;
  }

  /* .met-index-product .itembox {
    width: 100%;
  } */
  .met-index-product .itembox .txt-info{
    display: flex;
    background-color: rgba(0,0,0,0.63);
  }
  .met-index-product .index-product-list h4.card-title{
    font-size: 16px;
  }
  .met-index-product .index-product-list p.moretext{
    font-size: 14px;
    display: none;
  }
  .met-index-product ul.nav-pills {
    justify-content: inherit;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .met-index-product .titlebox h4 {
    font-size: 18px;
  }
  .met-index-product .titlebox p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .met-index-body p.desc {
    font-size: 16px;
  }
  .met-index-product .titlebox {
    padding-left: 20px;
  }
}

/* #endregion */

/*首页新闻区块*/
/* #region */
.met-index-news {
  background-color: #f1f1f3 !important;
}
.met-index-news .list-group li {
  padding: 20px 15px;
  margin-bottom: 0px;
}
.met-index-news .col-md-6 {
  padding: 0;
}
.met-index-news .index-news-list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}
.met-index-news .imgbox img {
  max-width: 100%;
  height: auto;
}
.met-index-news .right_box .imgbox {
}
.met-index-news .right_box h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.met-index-news .right_box .info {
  margin-bottom: 15px;
}
.met-index-news .right_box .info + p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.met-index-news .right_box .media {
  padding: 12px 15px 14px 15px;
  background: #fff;
  margin-top: 11px;
  display: block;
  align-items: center;
  overflow: hidden;
  /* justify-content: space-between; */
}
.met-index-news .right_box .media:first-child {
  margin-top: 0;
}
.met-index-news .right_box .imgbox {
  /* margin-right: 15px; */
}
.met-index-news .left_box .itembox {
  display: block;
  position: relative;
  height: 100%;
}
.met-index-news .left_box .itembox img {
  object-fit: cover;
  height: 100%;
}
.met-index-news .left_box .imgbox {
  height: 100%;
}
.met-index-news .left_box .textbox {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.met-index-news .left_box h4 {
  height: 70px;
  padding-left: 39px;
  line-height: 70px;
  color: #fff;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.met-index-news .right_box .media:hover h4 {
  color: $thirdcolor$;
}
.met-index-news .right_box .media:hover {
  color: unset;
}

.met-index-news .right_box {
  padding-left: 15px;
}
@media (max-width: 1400px) {
}
@media (max-width: 767px) {
  .met-index-news .right_box,
  .met-index-news .left_box {
    width: 100%;
  }
  .met-index-news .imgbox img {
    width: 100%;
  }
  .met-index-news .left_box .itembox {
    width: 100%;
  }
  .met-index-news .right_box {
    padding: 0;
    margin-top: 15px;
  }
  .met-index-news .index-news-list{
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .met-index-news .index-news-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .met-index-news .right_box .imgbox {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    display: none;
  }

}

.met-index-news .list-group li .media {
  background-color: #fff;
  /* -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15); */
  /* box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15); */
  padding: 0px;
  transition: color 300ms ease 0ms, color 300ms ease 0ms, margin 300ms ease 0ms,
    background-color 300ms ease 0ms;
  padding-top: 10px;
}
.met-index-news .list-group .media .media-heading {
  font-size: 18px;
  margin-top: 15px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news-list-text .list-group {
  width: 100%;
}
.index-news-list-text .list-group .flex {
  display: flex;
}
.met-index-news .list-group .media .media-left {
  padding: 0px;
  padding-left: 20px;
  font-size: 74px;
  font-weight: normal;
  font-stretch: normal;
  /* line-height: 24px; */
  letter-spacing: 0px;
  color: #d7d8dd;
}
.met-index-news .list-group .media .media-body {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 9px;
}
.met-index-news .media-lg .media-object {
  width: 200px;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .met-index-news .list-group li .media:hover {
    background-color: $thirdcolor$;
    color: #fff;
  }
  .met-index-news .list-group li .media:hover h4 {
    color: #fff;
  }
}
@media (max-width: 1600px) {
  .met-index-news .media-lg .media-object {
    width: 200px;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .met-index-news .list-group {
    margin: 0px;
  }
  .met-index-news .list-group li {
    padding: 5px 0.9375rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .met-index-news .list-group {
    margin-top: 20px;
  }
}
@media (max-width: 479px) {
  .met-index-news .media-lg .media-object {
    width: 100%;
    height: auto;
  }
  .met-index-news .list-group li {
    padding: 5px 0.9375rem;
    width: 100%;
  }
}
@media (max-width: 320px) {
  .met-index-news .list-group li .media {
    flex-wrap: wrap;
  }
}
/* #endregion */

/*首页图片区块*/
/* #region */
.met-index-case {
  background-color: #fff !important;
}
.met-index-case ul {
  margin-top: 40px;
  list-style: none;
  padding: 0;
}

.met-index-case .case-list {
  padding: 10px;
  text-align: center;
}
.met-index-case .swiper-button {
  display: flex;
  justify-content: center;
  margin-top: 0px;
}
.met-index-case .a_box {
  padding: 0 15px;
  display: block;
}
.met-index-case .a_box h4 {
  font-size: 18px;
  margin: 0;
  padding: 30px 0;
  background-color: #eeeeee;
  transform: translateY(-50%);
}
.met-index-case .a_box h4:hover {
  background-color: $thirdcolor$;
  color: #fff;
}

.met-index-case .swiper-button-prev1,
.met-index-case .swiper-button-next1 {
  margin: 0 10px;
  width: 120px;
  height: 46px;
  /* background-color: #1486ce; */
  border-radius: 20px;
  border: solid 1px #afafaf;
  display: flex;
  align-items: center;
  justify-content: center;
}
.met-index-case .swiper-button-prev1:hover,
.met-index-case .swiper-button-next1:hover {
  background-color: $thirdcolor$;
  border-color: $thirdcolor$;
}

.met-index-case .swiper-button-next1::after,
.met-index-case .swiper-button-prev1::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-color: #afafaf;
}
.met-index-case .swiper-button-next1:hover::after,
.met-index-case .swiper-button-prev1:hover::before {
  border-color: #fff;
}

.met-index-case .swiper-button-next1::after {
  transform: translateX(-12px) rotate(-135deg);
}
.met-index-case .swiper-button-prev1::before {
  transform: translateX(12px) rotate(45deg);
}

.met-index-case .swiper-button-next1::before,
.met-index-case .swiper-button-prev1::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #afafaf;
}
.met-index-case .swiper-button-next1:hover::before,
.met-index-case .swiper-button-prev1:hover::after {
  background-color: #fff;
}

@media (max-width: 767px) {
  .met-index-case ul {
    margin-top: 20px;
  }
  .met-index-case .a_box h4 {
    padding: 15px 0;
    font-size: 16px;
  }
}
/* #endregion */

/*底部版权信息*/
/* #region */
.met-foot-info {
  background-color: $bg_color$;
  padding: 20px 0px;
  color: #fff;
  height: auto;
  line-height: 1.8;
  padding-top: 88px;
}

.met-foot-info .foot-nav {
  text-align: left;
}
.met-foot-info .info {
  text-align: left;
}
.met-foot-info .info p {
  color: #fff;
}
.met-foot-info .info .weekbox {
  color: #9b9ca0;
}
.met-foot-info .erweima img {
  max-width: 100%;
  /* border: solid 2px $thirdcolor$; */
}
.met-foot-info .masonry-item h4 {
  text-align: left;
  color: #fff;
}
.met-foot-info .masonry-item a {
  color: #fff !important;
}

.met-foot-info .foot-nav a {
  color: #fff !important;
}
.met-foot-info .weixintext {
  color: #9b9ca0 !important;
  margin-top: 6px;
}
.met-foot-info .met_footright,
.met-foot-info .ulstyle a {
  color: #9b9ca0 !important;
}
.met-foot-info .border-top1 {
  border-color: rgba(255, 255, 255, 0.11);
}

.met-foot-info .powered_by_metinfo a,
.met-foot-info p a,
.met-foot-info p {
  margin-bottom: 0px;
  color: #fff;
}

.met-foot-info .powered_by_metinfo a:hover,
.met-foot-info p a:hover,
.met-foot-info .ulstyle a:hover,
.met-foot-info .foot-nav a:hover {
  color: $thirdcolor$ !important;
}
@media (max-width: 991px) {
  .met-foot-info .masonry-item{margin-bottom: 15px;}
}
@media (max-width: 767px) {
  .met-foot-info {
    padding-top: 20px;
  }
  .met-foot-info .foot-nav {
    text-align: left;
  }
  .met-foot-info .masonry-item {
    text-align: center;
  }
  .met-foot-info .masonry-item h4 {
    text-align: center;
  }
}
/* #endregion */

/*多语言*/
/* #region */
.met-langlist .met-lang-other {
  font-size: 15px;
  color: #2a333c;
}
.met-langlist img {
  margin-right: 2px;
  position: relative;
  top: -1px;
}
@media (max-width: 767px) {
  #met-langlist-modal .modal-center {
    height: auto !important;
  }
}
#met-langlist-modal .modal-content {
  border-radius: 0px;
}
#met-langlist-modal .modal-content .modal-body {
  padding: 40px 40px 20px;
  position: relative;
}
#met-langlist-modal .modal-content .modal-body .close {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 40px;
}
#met-langlist-modal .modal-content a.btn {
  border: none;
  font-size: 16px;
  text-align: left;
  color: #2a333c;
  height: 50px;
  line-height: 50px;
  padding: 0px 15px;
}
#met-langlist-modal .modal-content a.btn:hover {
  color: #aaa;
}
#met-langlist-modal .modal-content a.btn span.flag-icon {
  font-size: 30px;
  margin-top: 10px;
  margin-right: 8px;
}
/* #endregion */

/*位置*/
/* #region */
.met-crumbs {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.met-crumbs .border-bottom {
  border-bottom: 1px solid #eee;
}
.met-crumbs .subcolumn-crumbs {
  color: #999;
  padding-left: 0;
  padding-right: 0;
}
.met-crumbs .subcolumn-crumbs > .breadcrumb-item > a {
  color: #999;
  text-decoration: none;
}
.met-crumbs .subcolumn-crumbs > .breadcrumb-item > a:hover {
  color: $first_color$;
}

/*内页二级导航子栏目*/

.met-column-nav {
  text-align: center;
  background: $bodybgcolor$;
  background: $bgcolor$;
  /* border-bottom: 1px solid;
  border-color: $secondcolor$;
  border-color: $solidcolor$; */
}
.overflow-visible {
  overflow: visible !important;
}
.met-column-nav .met-column-nav-ul {
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 51;
}
.met-column-nav .met-column-nav-ul > li {
  white-space: nowrap;
  display: inline-block;
  float: none;
}
.met-column-nav .met-column-nav-ul > li a.link {
  text-decoration: none;
  display: block;
  margin: 0 5px;
  font-size: 16px;
  line-height: 75px;
  text-align: center;
  padding: 0 20px;
  height: 75px;
  color: $firstcolor$;
  color: $titlecolor$;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  position: relative;
  font-weight: 300;
}
.met-column-nav .met-column-nav-ul > li a.link:active,
.met-column-nav .met-column-nav-ul > li a.link:focus,
.met-column-nav .met-column-nav-ul > li a.link:hover {
  text-decoration: none;
}
.met-column-nav .met-column-nav-ul > li a.link:hover,
.met-column-nav .met-column-nav-ul > li a.link.active {
  color: $thirdcolor$;
  color: $hovercolor$;
}
.met-column-nav .met-column-nav-ul > li > ul > li > a.active {
  color: $thirdcolor$ !important;
  color: $hovercolor$ !important;
}
.met-column-nav .met-column-nav-ul > li a.active:after {
  content: "";
  background: $hovercolor$;
}
.met-column-nav .met-column-nav-ul > li .dropdown-menu {
  top: 60px;
  background-color: $sanjibgc$;
}
.met-column-nav .dropdown-item:hover,
.met-column-nav .dropdown-item.active {
  background-color: $hoversanji$ !important;
}
.met-column-nav .input-search-dark .form-control {
  background: #fff;
}
.met-column-nav .product-search:first-child {
  margin-top: 10px;
}
.met-column-nav .product-search .form-group {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 1.429rem;
}
.met-column-nav .input-search .form-control {
  border-radius: 0;
}
.met-column-nav .form-control.focus,
.form-control:focus {
  border-color: $thirdcolor$;
  border-color: $hovercolor$;
}
/* .met-column-nav .subcolumn-nav {
  overflow: hidden;
} */
.met-column-nav .subcolumn-nav-location {
  float: left;
  font-size: 12px;
  padding: 10px 0;
}
.met-column-nav .subcolumn-nav-location .location {
  color: $firstcolor$;
  color: $titlecolor$;
}
.met-column-nav .subcolumn-nav-location li {
  line-height: 30px;
  float: left;
}
.met-column-nav .subcolumn-nav-location a {
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: $firstcolor$;
  color: $titlecolor$;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
.met-column-nav .subcolumn-nav-location a:active,
.met-column-nav .subcolumn-nav-location a:focus,
.met-column-nav .subcolumn-nav-location a:hover {
  text-decoration: none;
}
.met-column-nav .subcolumn-nav-location a:hover {
  color: $thirdcolor$;
  color: $hovercolor$;
}
.met-column-nav .subcolumn-nav-location .fa {
  padding: 0 10px;
}
.met-column-nav .subcolumn-nav {
}
.met-column-nav .subcolumn-nav .dropdown-menu a {
  color: $firstcolor$ !important;
  color: $titlecolor$ !important;
}
.met-column-nav .subcolumn-nav .dropdown-menu a:hover,
.met-column-nav .subcolumn-nav .dropdown-menu a.active {
  color: $thirdcolor$ !important;
  color: $hovercolor$ !important;
}
@media (max-width: 767px) {
  .met-column-nav .row {
    margin: 0;
  }
  .met-column-nav .subcolumn-nav {
    height: 75px;
    float: none;
  }
  .met-column-nav .subcolumn-nav-location {
    float: none;
  }
}

/* #endregion */

/* 搜索模块 */
/* #region */
.para_search {
  background: $bgcolor$;
  padding: $padding$px 0px;
}
@media (max-width: 991px) {
  .para_search {
    padding: $padding_p$px 0px;
  }
}

.para_search .btn-outline.btn-primary {
  color: $thirdcolor$;
  border-color: $thirdcolor$;
  color: $hovercolor$;
  border-color: $hovercolor$;
}
.para_search .btn-outline.btn-primary.active,
.btn-outline.btn-primary:active,
.btn-outline.btn-primary:focus,
.btn-outline.btn-primary:hover,
.open > .btn-outline.btn-primary.dropdown-toggle {
  background-color: $thirdcolor$;
  color: #fff !important;
  background-color: $hovercolor$;
}
.para_search .order a {
  color: $firstcolor$;
  color: $sort_textcolor$;
  font-size: 14px;
  background: #fff;
  background: $sort_bgcolor$;
  border-radius: 2px;
}
.para_search .order a:hover {
  color: $thirdcolor$;
  color: $sort_hovercolor$;
}
.para_search .pricetxt {
  color: $firstcolor$;
  color: $pricecolor$;
}
.para_search .price_num {
  border-color: $priceline$;
}
.para_search .pricesearch {
  border-color: $confirmbgcolor$;
  background-color: $confirmbgcolor$;
  color: $confirmcolor$;
}
.para_search .pricesearch:hover {
  opacity: 0.8;
}
/*搜索*/
.para_search .type-order {
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}
.para_search .type-order {
  border-color: $border_color$;
}
.para_search .type-order > div {
  background: #e5e5e5;
  border-bottom: 1px solid #ededed;
}
.para_search .type-order > div {
  background: $attr_namebgcolor$;
  border-color: $border_color$;
  color: $attr_nametextcolor$;
}
.para_search .type-order ul {
  background: #fafafa;
}
.para_search .type-order ul {
  padding: 0;
  margin: 0;
  background: $attr_vbgcolor$;
}

.para_search .type-order .attr-value a {
  color: $secondcolor$;
  color: $attr_vtextcolor$;
}
.para_search .type-order .attr-value a:hover,
.para_search .type-order ul li.para_select_option a {
  color: $thirdcolor$;
  color: $hovercolor$;
}
.para_search .type-order ul li {
  height: 40px;
  line-height: 40px;
}

@media (min-width: 481px) {
  .para_search .type-order ul li {
    height: unset;
    line-height: unset;
  }
  .para_search .type-order ul {
    display: flex;
    align-items: center;
    min-height: 40px;
    flex-wrap: wrap;
  }

  .para_search .type-order > .my_box {
    min-height: 40px;
    display: flex;
    /* align-items: center; */
  }
  .para_search .type-order .attr-name {
    display: flex;
    align-items: center;
    word-break: keep-all;
    white-space: pre-wrap;
    word-wrap: normal;
  }
}

@media (max-width: 767px) {
  .para_search {
    padding: $padding_m$px 0px;
  }
  .para_search .order .order-list {
    margin-bottom: 13px;
  }
  .para_search .w-100 {
    width: 70px !important;
  }
}

@media (max-width: 480px) {
  .para_search .type-order .attr-name {
    /* height: 40px; */
    /* line-height: 40px; */
    /* white-space: nowrap; */
    position: relative;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  .para_search .type-order .attr-name {
    width: 8.333333%;
    width: $xl_width$% !important;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .para_search .type-order .attr-name {
    width: 16.66667%;
    width: $lg_width$% !important;
  }
}

@media (max-width: 767px) and (min-width: 481px) {
  .para_search .type-order .attr-name {
    width: 25%;
    width: $sm_width$% !important;
  }
}
/* #endregion */

/*简介模块*/
/* #region */
.met-show-body {
  background: #f2f2f2;
}
.met-show {
  min-height: 450px;
  padding: 30px 0px;
  background: #fff;
}
.met-editor {
  padding: 30px;
  line-height: 1.8;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .met-show {
    padding: 10px 0;
  }
  .met-editor {
    padding: 15px;
  }
}
/* #endregion */

/*反馈模块*/
/* #region */
.met-feedback {
  padding: 30px 0px;
  background: #f2f2f2;
}
.met-feedback .container {
  max-width: 800px;
}
.met-feedback .met-feedback-body {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .met-feedback {
    padding: 10px;
  }
  .met-feedback .met-feedback-body {
    padding: 10px;
  }
}
/* #endregion */

/*留言模块*/
/* #region */
.met-message {
  padding: 30px 0px;
  background: #f2f2f2;
}
.met-message .media-body {
  width: calc(100% - 46px);
}
.met-message .col-md-6 {
  float: none;
  margin: auto;
}
.met-message .met-message-body {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .met-message {
    padding: 0px;
  }
  .met-message .met-message-body {
    padding: 10px;
  }
}
.met-message .met-message-body .media-left {
  padding-right: 0px;
}
.met-message .met-message-body .media-left i {
  font-size: 36px;
  color: #aaa;
}
.met-message .met-message-body .media-body p {
  font-size: 14px;
  color: #5e7387;
}
.met-message .met-message-submit {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .met-message .met-message-submit {
    padding: 10px;
    padding-bottom: 20px;
  }
}
@media (min-width: 991px) {
  .met-message .met-message-submit {
    margin-left: 30px;
  }
}
/* #endregion */

/*文章模块列表*/
/* #region */
.met-news-list.met-news {
  background-color: $bgcolor$;
}
.met-news-list.met-news {
  padding: 30px 0px;
  border-top: 1px solid #f0f2f5;
}
.width-full {
  width: 100%;
}
.met-news-list .media-left {
  display: none;
}
/*头条*/
.met-news-list.met-news .news-headlines {
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f2f5;
  margin-bottom: 30px;
  overflow: hidden;
}
.met-news-list.met-news .slick-dots li {
  padding: 0;
}
.met-news-list.met-news .news-headlines .slick-slide {
  width: 100%;
  position: relative;
}
.met-news-list.met-news .news-headlines .slick-slide:first-child {
  display: block;
}
.met-news-list.met-news .news-headlines .headlines-text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
  text-align: center;
}
.met-news-list.met-news .news-headlines .headlines-text h3 {
  margin: 0px;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
.met-news-list.met-news .news-headlines .slick-dots {
  bottom: 5px;
}
.met-news-list.met-news .slick-prev,
.met-news-list.met-news .slick-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .met-news-list.met-news {
    padding: 0;
  }
  .met-news-list.met-news .news-headlines {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .met-news-list.met-news .news-headlines .headlines-text {
    bottom: 15px;
  }
  .met-news-list.met-news .news-headlines .headlines-text h3 {
    font-size: 16px;
  }
  .met-news-list.met-news .news-headlines .slick-dots {
    bottom: 0px;
  }
  .met-news .container > .row {
    padding: 0 17px;
  }
}
/* #endregion */

/* 新闻列表 */
/* #region */
.met-news-list.met-news .met-news-body {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.met-news-list .met-news-list {
  padding: 30px;
  background: #fff;
}
.met-news-list .met-news-list li {
  padding: 30px 0;
}
.met-news-list .met-news-list li h4 {
  margin: 0 0 20px;
  font-size: 22px;
}
.met-news-list .met-news-list li h4 a {
  color: $firstcolor$;
  color: $titlecolor$;
}
.met-news-list .met-news-list li h4 a:hover,
.met-news-list .met-news-list li h4 a:hover span {
  color: $thirdcolor$ !important;
  color: $hovercolor$ !important;
}
.met-news-list .met-news-list li p {
  font-size: 16px;
}
.met-news-list .met-news-list li p.des {
  color: $secondcolor$;
  color: $desccolor$;
  margin-bottom: 10px;
}
.met-news-list .met-news-list li p.des {
  color: $secondcolor$;
  color: $desccolor$;
}
.met-news-list .met-news-list li p.info {
  margin-bottom: 0px;
  font-size: 16px !important;
  color: $hitscolor$;
}
.met-news-list .met-news-list .card-metas {
  color: $hitscolor$;
}
.met-news-list .met-news-list li p.info span {
  margin-left: 10px;
}
.met-news-list .met-news-list li p.info span:first-child {
  margin: 0;
}
.met-news-list .met-news-list li p.info i {
  color: $hitscolor$;
}
.met-news-list .met-news-list .card-body {
  padding: 25px;
}
.met-news-list .met-news-list .card-body .card-title a {
  color: $firstcolor$;
  color: $titlecolor$;
}
.met-news-list .met-news-list .card-body .card-title a:hover {
  color: $thirdcolor$;
  color: $hovercolor$;
}
.met-news-list .met-news-list .card-body p.m-b-0 {
  color: $secondcolor$;
  color: $desccolor$;
}
@media (max-width: 991px) {
  .met-news-list .met-news-list li h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .met-news-list .met-news-list {
    padding: 15px;
  }
  .met-news-list .met-news-list li {
    padding: 15px 0;
  }
  .met-news-list .met-news-list .card-body {
    padding: 10px;
  }
  .met-news-list .met-news-list li .media-left {
    padding-right: 10px;
  }
  .met-news-list .met-news-list li .media-left .media-object {
    width: 100px;
  }
  .met-news-list .met-news-list li h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .met-news-list .met-news-list li p {
    font-size: 14px;
  }
  .met-news-list .met-news-list li p.des {
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 479px) {
  .met-news-list .met-news-list li .media-left {
    display: table-cell;
  }
}
@media (max-width: 349px) {
  .met-news-list .met-news-list li .media-left,
  .met-news-list .met-news-list li .media-body {
    width: 100%;
    display: block;
  }
  .met-news-list .met-news-list li .media-left {
    padding: 0;
  }
  .met-news-list .met-news-list li .media-left .media-object {
    width: auto;
    max-width: 100%;
  }
  .met-news-list .met-news-list li .media-body {
    margin-top: 15px;
  }
}
/* #endregion */

/* 首页关于列表 */
.met-index-about {
  background-image: url($uiBgImage$);
  background-size: cover;
  background-position: center;
}
/* 首页关于列表 */

/*分页useing*/
/* #region */
.met_pager {
  margin-top: 20px;
  text-align: center;
}
.met_pager * {
  display: inline-block;
}
.met_pager a {
  padding: 9px 15px;
  border: 1px solid $pagelinecolor$;
  border-right: none;
  background: $pagebg$;
  text-align: center;
  color: $pagetxt$;
}
.met_pager a:hover {
  background: $hoverpagebg$;
  color: $pagetxt$;
  color: $hoverpagetxt$;
  text-decoration: none;
}
.met_pager a.NextA {
  border-right: 1px solid $pagelinecolor$;
}
.met_pager .PreSpan,
.met_pager .NextSpan {
  padding: 9px 15px;
  border: 1px solid $pagelinecolor$;
  background: $nopagebg$;
  color: $nopagetxt$;
  cursor: default;
}
.met_pager .firstPage,
.met_pager .lastPage {
  min-width: 40px;
  height: 28px;
  line-height: 28px;
}

.met_pager a.Ahover {
  background: $thirdcolor$;
  background: $curpagebg$;
  border-color: $thirdcolor$;
  border-color: $curpagebg$;
  color: #ffffff;
  cursor: default;
}
.met_pager a.Ahover:hover {
  background: $thirdcolor$;
  background: $curpagebg$;
  border-color: $thirdcolor$;
  border-color: $curpagebg$;
  color: #ffffff;
}
.met_pager a {
  text-decoration: none;
}
.met_pager a:active,
.met_pager a:focus,
.met_pager a:hover {
  text-decoration: none;
}
.met_pager .PageText {
  display: none;
  margin-left: 10px;
  color: #aaa;
}
.met_pager input {
  display: none;
}
.met_pager .firstPage,
.met_pager .lastPage {
  height: auto;
  line-height: inherit;
}
.pager li {
  width: 49%;
  display: inline-block;
}
.pager li a {
  max-width: 100%;
}
.met-news-list #met-pager-btn {
  background: $thirdcolor$;
  background: $curpagebg$;
  border-color: $thirdcolor$;
  border-color: $curpagebg$;
  color: $curpagetxt$;
}
/* #endregion */

/*社会化分享按钮*/
/* #region */
.met_tools_code {
  text-align: center;
  margin-top: 30px;
  font-size: 0px;
}
.met_tools_code .bdsharebuttonbox {
  display: inline;
}
.met_tools_code .bdsharebuttonbox a {
  float: none;
  display: inline-block;
}
@media (max-width: 767px) {
  .met_tools_code {
    margin-top: 10px;
  }
}
/* #endregion */

/*侧栏*/
/* #region */
.met-sidebar {
  margin-left: 30px;
  padding: 20px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  background-color: $bgcolor$;
}

.met-sidebar .list-group-item {
  border: none;
}
.met-sidebar .list-group-item {
  background-color: $bgcolor$;
  border-color: $linecolor$;
}
.met-sidebar .sidebar-column li {
  list-style-type: none;
  padding-bottom: 10px;
}
.met-sidebar .sidebar-column li a {
  display: block;
  font-size: 16px;
}
.met-sidebar .sidebar-column li i {
  float: right;
  margin-top: 2px;
  font-size: 14px;
}
.met-sidebar .sidebar-column li ul a {
  font-size: 14px;
}
.met-sidebar .sidebar-news-list .list-group a {
  color: $firstcolor$;
  color: $ccolor$;
}
.met-sidebar .input-search .iconcolor {
  color: $sbutcolor$;
}
.met-sidebar .sidebar-column li a {
  color: $firstcolor$;
  color: $ccolor$;
  font-weight: 100;
}

.met-sidebar .sidebar-column li a:hover {
  color: $thirdcolor$;
  color: $hover_color$;
  font-weight: 400;
}
.met-sidebar .sidebar-news-list h3 {
  color: $thirdcolor$;
  color: $titlecolor$;
}

.met-sidebar .sidebar-news-list li a:hover {
  color: $thirdcolor$;
  color: $hover_color$;
}
.met-sidebar .form-control.focus,
.met-sidebar .form-control:focus {
  border-color: $thirdcolor$;
  color: $hover_color$;
}
.met-sidebar .form-control {
  background-color: $butbgcolor$;
  border-color: $bkcolor$;
}
.met-sidebar input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: $txtcolor$;
}
.met-sidebar .form-control:hover {
  border-color: $hover_color$;
}
.met-sidebar .wb-search:before {
  color: $sbutcolor$;
}
@media (max-width: 991px) {
  .met-sidebar {
    margin-left: 10px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .met-sidebar {
    margin-top: $sidebar_top$px;
    margin-left: 0;
  }
  .met-sidebar .m0 {
    margin: 0px;
  }
}
.met-sidebar > :not(:first-child) {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid $linecolor$;
}
.met-sidebar .leftsidebar {
  margin-left: 0 !important;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .met-sidebar .leftsidebar {
    margin-right: 0px;
  }
}
.met-sidebar .form-control {
  background-color: $butbgcolor$;
  color: $txtcolor$;
  border-color: $bkcolor$;
}

@media (max-width: 767px) {
  .met-sidebar {
    margin-top: $sidebar_top$px;
  }
  .met-sidebar .m0 {
    margin: 0px;
  }
}
@media (max-width: 991px) {
  .met-sidebar {
    margin-top: 0; /*margin-left: 30px;*/
  }
}

/* #endregion */

/*上下翻页*/
.met-page .pagination {
  border-top: 1px solid #f7f7f7;
}
.page-link {
  border-radius: 24px !important;
}

/* 文章模块详情页 */
/* #region */
/* ------------------------- */
.met-shownews {
  padding: 30px 0;
  background: $bgcolor$;
}
.met-shownews .met-shownews-body {
  background: $bgconcolor$;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.met-shownews .border-bottom1,
.met-shownews .border-top1,
.met-shownews .met-page .pagination li a {
  border-color: $secondcolor$;
  border-color: $linecolor$;
}
.met-shownews .details-title {
  padding: 20px;
}
.met-shownews .details-title h1 {
  font-size: 30px;
  line-height: 1.5;
  color: $firstcolor$;
  color: $titlecolor$;
}
.met-shownews .details-title .info {
  font-size: 16px;
  color: $infocolor$;
}
.met-shownews .details-title .info span {
  padding-right: 10px;
}
.met-shownews .met-page .pagination li a {
  color: $secondcolor$;
  color: $textcolor$;
  background-color: $bodybgcolor$;
  background-color: $pagecolor$;
}
.met-shownews .met-page .pagination li a:hover {
  background-color: transparent;
  background-color: $pagebgcolor$;
}
.met-shownews .page-link:focus,
.met-shownews .page-link:hover {
  background-color: transparent;
  background-color: $pagebgcolor$;
}
.met-shownews .met-editor {
  padding: 30px;
  width: 100%;
  max-width: 100%;
  word-wrap: break-word;
}
.met-shownews .tag {
  font-size: 14px;
  color: $firstcolor$;
  color: $tagtitle$;
  padding: 0 30px 30px;
}
.met-shownews .tag a {
  color: $firstcolor$;
  color: $tag$;
  padding: 5px;
}
.met-shownews .tag a:hover {
  color: $thirdcolor$;
  color: $taghover$;
}
.met-shownews .met-page {
  padding-top: 0 !important;
}
.met-shownews .met-page a:hover {
  color: $thirdcolor$ !important;
  color: $hovercolor$ !important;
}
.met-shownews .met-page .pagination li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.met-shownews .met-editor img {
  max-width: 100% !important;
  height: auto !important;
}
@media (min-width: 768px) {
  .met-shownews.right .met-shownews-body {
    float: right;
  }
  .met-shownews.right .met-sidebar {
    margin-left: 0px;
    margin-right: 30px;
  }
}
@media (max-width: 1440px) {
  .met-shownews .details-title h1 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .met-shownews .details-title {
    padding: 15px 10px;
  }
  .met-shownews .details-title h1 {
    font-size: 22px;
  }
  .met-shownews .details-title .info {
    font-size: 14px;
  }
  .met-shownews {
    padding: 15px 0px;
  }
  .met-shownews .sm0 {
    margin: 0px;
  }
  .met-shownews .met-editor {
    padding: 15px;
  }
  .met-shownews .met-page {
    padding-bottom: 15px !important;
  }
  .met-shownews .met-page > .container {
    padding-top: 15px !important;
  }
}
@media (max-width: 349px) {
  .met-shownews .details-title h1 {
    font-size: 20px;
  }
}

/* #endregion */

/*社会化分享按钮*/
/* #region */
.met_tools_code {
  margin-top: 30px;
  text-align: center;
  font-size: 0px;
}
@media (max-width: 767px) {
  .met_tools_code {
    margin-top: 10px;
  }
}
.met_tools_code .bdsharebuttonbox {
  display: inline;
}
.met_tools_code .bdsharebuttonbox a {
  float: none;
  display: inline-block;
}
/* #endregion */

/*产品列表页*/
/* #region */
.met-product-list {
  padding: 30px 0;
}
.met-product-list .ih-item a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px 15px;
  background-color: $centerbgcolor$;
  text-decoration: none;
  transition: transform 0.5s, box-shadow 0.5s;
  -moz-transition: transform 0.5s, box-shadow 0.5s;
  -ms-transition: transform 0.5s, box-shadow 0.5s;
  -o-transition: transform 0.5s, box-shadow 0.5s;
  -webkit-transition: transform 0.5s, box-shadow 0.5s;
}

.met-product-list .ih-item a:hover {
  transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.met-product-list .myh2 {
  font-size: 18px;
  color: $firstcolor$;
  color: $titlecolor$;
  font-weight: 600;
  text-align: left;
  margin-top: 0;
}

.met-product-list .nodata {
  color: $firstcolor$;
  color: $titlecolor$;
}

.met-product-list .desc {
  font-weight: 400;
  margin-left: 10px;
  display: inline-block;
}

.met-product-list .bottom_to_top {
  text-align: center;
}

.met-product-list .ih-item a h3 {
  margin: 0;
  font-weight: normal;
  font-size: 15px;
  color: $firstcolor$;
  color: $centercolor$;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.met-product-list .ih-item a h3 span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.met-product-list .ih-item a h3:hover,
.met-product-list .ih-item a h3:hover span {
  color: $thirdcolor$ !important;
  color: $hovercolor$ !important;
}

.met-product-list .price {
  color: $pricecolor$;
}

.met-product-list.met-product {
  background: $bodybgcolor$;
  background: $bgcolor$;
}

.met-product-list.met-product {
  padding: 30px 0px;
}

@media (min-width: 768px) {
  .met-product-list .right .col-md-9 {
    float: right;
  }

  .met-product-list .right .met-sidebar {
    margin-left: 0px !important;
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .met-product-list .row.m0 {
    margin: 0px;
  }

  .met-product-list .block-xs-100 > li {
    width: 100%;
  }

  .met-product-list .ih-item a {
    padding: 5px;
  }

  .met-product-list .blocks-xs-2 .prd-li {
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .met-product-list .blocks-xs-2 {
    margin: 0 -5px;
  }

  .met-product-list .col-md-3 {
    overflow: hidden;
  }
}
/* #endregion */

/*产品详情页*/
/* #region */
.met-showproduct {
  background: #f2f2f2;
}
.met-showproduct.pagetype1 .met-showproduct-head {
  background: rgb(255, 255, 255);
  padding: 30px 0px;
}
.met-showproduct-head .product-para {
  margin: 0;
}
.product-hot {
  border-radius: 0;
}
.met-showproduct.pagetype1 {
  background: #f2f2f2;
}
.met-showproduct.pagetype1 .less-page-content {
  background: #f2f2f2;
}
.met-showproduct.pagetype1 .met-showproduct-head {
  background: #fff;
  padding: 30px 0px;
}
.met-showproduct.pagetype1
  .met-showproduct-head
  .ad-gallery
  .ad-thumbs
  li
  a.ad-active
  img {
  border: 2px solid #7dc01d;
}
.met-showproduct.pagetype1 .met-showproduct-head .ad-image {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.met-showproduct.pagetype1 .met-showproduct-head .product-intro h1 {
  font-size: 28px;
  margin-top: 0px;
}
.met-showproduct.pagetype1 .met-showproduct-head .product-intro p.description {
  color: #5e7387;
  margin-bottom: 15px;
}
.met-showproduct.pagetype1 .met-showproduct-head .product-intro .para {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px;
  padding-bottom: 0px;
}
.met-showproduct.pagetype1 .met-showproduct-head .product-intro .tools {
  margin: 15px 15px 0px;
}
.met-showproduct.pagetype1 .met-showproduct-body {
  padding: 30px 0px;
}
.met-showproduct.pagetype1 .met-showproduct-body .panel {
  border-radius: 0px;
}
.met-showproduct.pagetype1
  .met-showproduct-body
  .product-content-body
  .met-editor {
  padding: 0px;
}
.met-showproduct.pagetype1
  .met-showproduct-body
  .product-content-body
  ul.nav-tabs {
  margin-bottom: 30px;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot h4.example-title {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.img {
  margin: 0px auto;
  display: block;
  margin-bottom: 5px;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.img img {
  margin: 0px auto;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt {
  color: #5e7387;
  text-decoration: none;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:active,
.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:focus,
.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:hover {
  text-decoration: none;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:hover {
  color: #7dc01d;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list p {
  color: #f96868;
  margin-bottom: 0px;
}
.sidebar-piclist-ul li h4 a:hover,
.sidebar-piclist-ul li h4 a:hover span {
  color: $first_color$ !important;
}
@media (min-width: 991px) {
  .met-showproduct.pagetype1
    .met-showproduct-body
    .product-content-body
    .panel {
    margin-right: 15px;
  }
  .met-showproduct.pagetype1 .met-showproduct-body .product-hot {
    margin-left: 45px;
  }
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list {
  padding: 0px 15px;
}
@media (min-width: 768px) {
  .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list {
    padding: 0px 15px;
  }
}
@media (max-width: 991px) {
  .met-showproduct.pagetype1
    .met-showproduct-body
    .product-hot-list:nth-child(3n + 1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .met-showproduct.pagetype1 .met-showproduct-body {
    padding: 15px 0px 0px;
  }
  .met-showproduct.pagetype1 .met-showproduct-body .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px;
  }
  .met-showproduct.pagetype1 .met-showproduct-body .panel-body {
    padding: 15px;
    margin-bottom: 15px !important;
  }
  .met-showproduct.pagetype1
    .met-showproduct-body
    .product-content-body
    .panel {
    margin-right: 0px;
  }
  .met-showproduct.pagetype1
    .met-showproduct-body
    .product-content-body
    ul.nav-tabs {
    margin-bottom: 15px;
    margin-top: -10px;
  }
}
@media (max-width: 488px) {
  .met-showproduct.pagetype1 .met-showproduct-head .product-intro h1 {
    margin-top: 10px !important;
  }
  .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list {
    width: 50%;
  }
  .met-showproduct.pagetype1
    .met-showproduct-body
    .product-hot-list:nth-child(3n + 1) {
    clear: none;
  }
  .met-showproduct.pagetype1
    .met-showproduct-body
    .product-hot-list:nth-child(2n + 1) {
    clear: both;
  }
}
/* #endregion */

/*下载模块*/
/* #region */
.met-download {
  padding: 30px 0px;
  background: #f2f2f2;
}
.met-download ul {
  padding: 0;
}
.met-download .list-group {
  margin-bottom: 30px;
}
.met-download .met-download-body {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.met-download .met-download-list {
  background: #fff;
  padding: 30px;
}
.met-download .met-download-list .list-group-item {
  padding: 30px 0px;
  border-bottom: 1px solid #ddd;
  background: transparent;
}
.met-download .met-download-list .media-left {
  padding-right: 5px;
  padding-left: 10px;
}
.met-download .met-download-list .media-left i {
  font-size: 38px;
  color: #a3afb7;
}
.met-download .met-download-list h4.media-heading a {
  color: #2a333c;
  font-size: 16px;
}
.met-download .met-download-list h4.media-heading a:hover {
  color: $first_color$;
}
.met-download .met-download-list small {
  color: #76838f;
  font-size: 14px;
}
.met-download .met-download-list a.btn {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .met-download {
    padding: 0px;
  }
  .met-download .met-download-list {
    padding: 10px;
  }
}
/* #endregion */

/* 下载模块详情页 */
/* #region */
.met-showdownload {
  padding: 30px 0px;
  border-top: 1px solid #f7f7f7;
  background: #f2f2f2;
}
.met-showdownload .met-showdownload-body {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.met-showdownload .met-showdownload-content {
  padding-top: 30px;
}
.met-showdownload .details-title,
.met-showdownload .met-showdownload-footer {
  padding: 30px;
}
.met-showdownload .details-title {
  padding-bottom: 0;
}
.met-showdownload .met-showdownload-header {
  padding-bottom: 0px;
}
.met-showdownload h1 {
  margin: 0px;
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 300;
}
.met-showdownload .info {
  padding-bottom: 20px;
  border-bottom: 1px solid #f7f7f7;
  font-size: 16px;
  font-weight: 300;
  color: #a3afb7;
}
.met-showdownload .info span {
  padding-right: 10px;
}
.met-showdownload .met-showdownload-footer {
  padding-top: 0px;
}
.met-showdownload .met-showdownload-footer ul.pager {
  margin: 0px;
  border-top: 1px solid #f7f7f7;
  padding-top: 20px;
}
.met-showdownload .download-paralist {
  padding: 30px;
  padding-bottom: 0px;
}
.met-showdownload .met-editor {
  padding: 30px;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 300;
  color: #222;
}
.met-showdownload .paralist dl {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
.met-showdownload .paralist dl dd {
  color: #76838f;
  margin-bottom: 5px;
}
.met-showdownload .paralist .met-showdownload-btn {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .met-showdownload .paralist dl {
    padding-bottom: 25px;
  }
  .met-showdownload .paralist dl dt {
    width: 100px;
    margin-bottom: 5px;
  }
  .met-showdownload .paralist dl dd {
    margin-left: 120px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .met-showdownload {
    padding: 0px;
  }
  .met-showdownload .info {
    padding-bottom: 20px;
  }
  .met-showdownload h1 {
    font-size: 24px;
  }
  .met-showdownload .met-showdownload-header,
  .met-showdownload .met-showdownload-footer {
    padding: 10px;
  }
  .met-showdownload .met-showdownload-header {
    padding-top: 20px;
  }
  .met-showdownload .met-showdownload-content {
    padding: 15px 0;
  }
  .met-showdownload .paralist {
    padding: 10px;
  }
}
.met-showdownload .dl-horizontal {
  margin: 0;
}
/* #endregion */

/*图片模块*/
/* #region */
.met-img {
  padding: 30px 0;
  background: #f2f2f2;
}
.met-img-showbtn {
  width: 100%;
  padding: 0;
}
.met-img .cover {
  overflow: hidden;
}
.met-img .widget {
  background: none;
  padding: 5px !important;
}
.overlay-fade {
  opacity: 0;
}
.cover-title {
  background: #393939;
  text-align: center;
  padding: 15px 0;
  line-height: 2;
  transition: all 0.5s;
}
.cover-title h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  display: block;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.cover-title h3 a {
  color: #fff;
}
.cover-title p {
  margin: 0;
  padding: 5px 0 0 0;
  display: block;
  color: #aaa;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.cover-title p a {
  color: #aaa;
}
.cover-title p a:hover {
  text-decoration: underline;
}
.met-img .widget:hover .cover-title {
  background: $first_color$;
}
/* #endregion */

/* 图片列表 */
/* #region */
.met-showimg {
  background-color: $bodybgcolor$;
  background-color: $bgcolor$;
}
.met-showimg .met-showimg-body {
  background-color: transparent;
  background-color: $bgconcolor$;
}
.met-showimg .details-title {
  padding-bottom: 20px;
  border-bottom: 1px solid;
  border-bottom-color: $secondcolor$;
  border-bottom-color: $linecolor$;
}
.met-showimg .details-title h1 {
  font-size: 30px;
  line-height: 1.5;
  color: $firstcolor$;
  color: $titlecolor$;
}
.met-showimg .details-title .info {
  font-size: 16px;
  color: $secondcolor$;
  color: $desccolor$;
}
.met-showimg .details-title .info span {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .met-showimg .details-title {
    padding-bottom: 10px;
  }
  .met-showimg .details-title h1 {
    font-size: 24px;
  }
  .met-showimg .details-title .info {
    font-size: 14px;
  }
}
@media (max-width: 349px) {
  .met-showimg .details-title h1 {
    font-size: 20px;
  }
}
.met-showimg.bigimg .met-showimg-con {
  display: none;
}
/* #endregion */

/* 产品详情与图片详情轮播切换列表 */
/* #region */
.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-prev {
  left: 0;
  z-index: 2;
}
.slick-next {
  right: 0;
  z-index: 2;
}
#met-imgs-slick {
  min-height: 150px;
}
#met-imgs-slick.slick-dotted {
  padding-bottom: 80px;
}
#met-imgs-slick.slick-slider:not(.slick-fade) .slick-slide {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
#met-imgs-slick.fngallery.slick-fade .slick-slide:not(.slick-active) {
  visibility: hidden;
}
#met-imgs-slick.fngallery .slick-slide a,
#met-imgs-slick.fngallery .slick-slide img {
  cursor: zoom-in;
}
.lg-outer .iconfont {
  display: none;
}

@media screen\0 {
  #met-imgs-slick.fngallery .slick-slide a,
  #met-imgs-slick.fngallery .slick-slide img {
    cursor: url(https://gsp0.baidu.com/5aAHeD3nKhI2p27j8IqW0jdnxx1xbK/tb/img/frs/cur_zin.cur?t=1489493164029),
      pointer;
  }
}
#met-imgs-slick .slick-slide a {
  display: inline-block;
}
#met-imgs-slick .slick-slide img {
  max-height: 700px;
  display: inline;
}
#met-imgs-slick .slick-slide {
  display: block;
  float: none;
}
#met-imgs-slick.slick-initialized .slick-slide {
  float: left;
  display: block;
}
@media (max-height: 900px) {
  #met-imgs-slick .slick-slide img {
    max-height: 600px;
  }
}
@media (max-height: 800px) {
  #met-imgs-slick .slick-slide img {
    max-height: 500px;
  }
}
@media (max-height: 700px) {
  #met-imgs-slick .slick-slide img {
    max-height: 400px;
  }
}
@media (max-height: 600px) {
  #met-imgs-slick .slick-slide img {
    max-height: 350px;
  }
}
@media (max-height: 500px) {
  #met-imgs-slick .slick-slide img {
    max-height: 300px;
  }
}
#met-imgs-slick .slick-img-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}
#met-imgs-slick .swiper-navtab {
  width: 100%;
  height: 69px;
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: grab;
}
#met-imgs-slick .swiper-navtab .slick-dots {
  bottom: 5px;
}
#met-imgs-slick .slick-dots {
  height: 64px;
  bottom: 0;
  z-index: 2;
}
#met-imgs-slick .slick-dots li {
  width: 60px;
  height: 60px;
  margin: 0 0 0 10px;
  border: 2px solid #ddd;
  opacity: 0.7;
}
#met-imgs-slick .slick-dots li:first-child {
  margin: 0;
}
#met-imgs-slick .slick-dots li.slick-active {
  border-color: $thirdcolor$;
  border-color: $hovercolor$;
}
#met-imgs-slick .slick-dots li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#met-imgs-slick.slick-slider .slick-arrow {
  height: calc(100% - 80px);
}
#met-imgs-slick .slick-arrow {
  width: 15%;
  height: 100%;
  top: 0;
  transform: translate(0, 0);
}
#met-imgs-slick .slick-arrow.slick-prev {
  text-align: left;
}
#met-imgs-slick .slick-arrow.slick-next {
  text-align: right;
}
#met-imgs-slick .slick-arrow i {
  font-size: 50px;
  color: $secondcolor$;
  color: $linecolor$;
}
.met-editor {
  word-wrap: break-word;
}
@media (max-width: 767px) {
  #met-imgs-slick.slick-slider .slick-arrow {
    height: calc(100% - 60px);
  }
  #met-imgs-slick.slick-dotted {
    padding-bottom: 60px;
  }
  #met-imgs-slick .swiper-navtab {
    height: 47px;
  }
  #met-imgs-slick .slick-dots {
    height: 42px;
  }
  #met-imgs-slick .slick-dots li {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    border-width: 1px;
  }
}
/* #endregion */

/* 图片模块-内容详情 */
/* #region */
@media (max-width: 767px) {
  .met-showimg .met-img {
    padding: 0;
  }
  .met-showimg {
    padding: 0px;
  }
}
.met-showimg .met-showimg-con,
.met-showimg .img-paralist {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .met-showimg .met-showimg-con,
  .met-showimg .img-paralist {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .met-showimg .met-showimg-con,
  .met-showimg .img-paralist {
    margin-top: 15px;
  }
}
.met-showimg .sidebar-column a {
  color: $secondcolor$;
}
.met-showimg .sidebar-news-list .list-group-item a {
  color: $secondcolor$;
}
.met-showimg .panel {
  border-radius: 0px;
  box-shadow: none;
}

.met-showimg .met-page .container {
  border-top: 1px solid;
  border-top-color: $secondcolor$;
  border-top-color: $linecolor$;
}
.met-showimg .page-link {
  border-color: $secondcolor$;
  border-color: $linecolor$;
}
.met-showimg .met-page li a {
  background-color: $btncolor$;
}
.met-showimg .met-page .pagination li a:hover {
  background-color: transparent;
  background-color: $pagebgcolor$;
  color: $thirdcolor$;
  color: $hovercolor$;
}
.met-showimg .met-page .pagination li a {
  color: $secondcolor$;
  color: $textcolor$;
  background-color: $bodybgcolor$;
  background-color: $pagebg$;
}
.met-showimg .met-page {
  border: none;
}
.met-showimg .tags {
  font-size: 14px;
  color: $tagcolor$;
  display: block;
  text-align: left;
}
.met-showimg .tags a {
  color: $tagcolor$;
  padding: 5px;
}
.met-showimg .tags a:hover {
  color: $thirdcolor$;
  color: $hovercolor$;
}
@media (min-width: 768px) {
  .met-showimg .met-showimg-body.pright {
    float: right;
  }
}
/* #endregion */

/*招聘模块*/
/* #region */
.met-job {
  padding: 30px 0px;
  background: #f2f2f2;
}
.met-job .widget {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.met-job .widget .widget-body:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.met-job .widget .widget-title a {
  color: #2a333c;
}
.met-job .widget .widget-title a:hover {
  color: #32a4fc;
}
.met-job .widget .widget-metas span {
  margin-right: 10px;
}
.met-job .widget .met-editor {
  padding: 0px 20px;
}
#met-job-cv .modal-header {
  border-radius: 0px;
}
.met-form .form-group .control-label {
  font-weight: normal;
}
.met-job .card-shadow {
  padding: 20px;
}
.met-job .card-title span {
  font-size: 24px !important;
}
@media (max-width: 767px) {
  .met-job {
    padding: 10px;
  }
  .met-job .widget {
    margin: 15px 10px;
  }
  .met-job .widget .widget-body {
    padding: 15px 10px;
  }
  .met-job .widget .met-editor {
    padding: 0px;
  }
  .met-job .widget hr {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #met-job-cv .modal-body {
    padding: 15px;
  }
}
/* #endregion */

/*友情链接*/
/* #region */
.met-link .breadcrumb-item {
  float: none;
  display: inline-block;
}
.met-link .breadcrumb-item::before {
  content: "";
}
.met-link .breadcrumb-item a {
  color: #fff;
}
.met-link .breadcrumb-item a:hover {
  color: $thirdcolor$;
}
.met-link .breadcrumb-item:nth-child(1) {
  color: #9b9ca0;
}
/* #endregion */

/* 搜索模块 */
/* #region */
.met-search {
  padding: 30px 0px;
  border-top: 1px solid #f5f5f5;
  background: #f2f2f2;
}
.met-search .met-search-body {
  min-height: 500px;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.met-search-body em {
  color: #ff0000;
}
.met-search .met-search-body .page-search-form {
  margin-bottom: 10px;
}
.met-search .met-search-body .met_pager {
  margin-top: 30px;
  text-align: left;
}
.met-search .met-search-body .page-search-title {
  font-size: 26px;
}
.met-search .met-search-body .list-group-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.met-search .met-search-body .list-group-item p {
  color: #76838f;
}
.met-search .met-search-body .list-group-item > h4 {
  margin-bottom: 5px;
}
.met-search .met-search-body .list-group-item > h4 a {
  text-decoration: none;
  color: #526069;
}
.met-search .met-search-body .list-group-item > h4 a:hover {
  text-decoration: none;
  color: #37474f;
}
.met-search .met-search-body .list-group-item > p:last-child {
  margin-bottom: 0;
}
.met-search .met-search-body select {
  margin: 5px 0px;
}
.met-search .met-search-body [data-plugin] select {
  margin-right: 0px !important;
}
.met-search .met-search-body [data-plugin] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .met-search {
    padding: 0px;
  }
  .met-search .met-search-body {
    padding: 20px 10px;
  }
  .met-search .met-search-body {
    padding: 10px;
  }
}
/* #endregion */

/* 网站地图 */
/* #region */
.met-sitemap {
  padding: 30px 0px;
  background: #f2f2f2;
}
.met-sitemap .met-sitemap-body {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.sitemap-list {
  padding: 0;
  margin: 0px;
  list-style-type: none;
}
.sitemap-list a {
  color: #76838f;
}
.sitemap-list > li {
  margin-bottom: 25px;
}
.sitemap-list > li:last-child {
  margin-bottom: 0px;
}
.sitemap-list > li.is-single {
  margin-bottom: 10px;
}
.sitemap-list > li > a {
  display: block;
  padding: 14px 15px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #e4eaec;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.sitemap-list > li > ul {
  position: relative;
  padding: 10px 10px 20px 40px;
  margin: 0;
  list-style-type: none;
}
.sitemap-list > li > ul a:hover {
  color: #62a8ea;
}
.sitemap-list > li > ul::before {
  position: absolute;
  top: 0;
  left: 20px;
  width: 1px;
  height: 100%;
  content: " ";
  background: #e4eaec;
}
.sitemap-list > li > ul > li > a {
  position: relative;
  display: block;
  min-width: 220px;
  padding: 10px;
  margin-bottom: 5px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #e4eaec;
}
.sitemap-list > li > ul > li > a::after,
.sitemap-list > li > ul > li > a::before {
  position: absolute;
  top: 50%;
  content: " ";
  background: #e4eaec;
}
.sitemap-list > li > ul > li > a::before {
  left: -20px;
  width: 20px;
  height: 1px;
  margin-top: -1px;
}
.sitemap-list > li > ul > li > a::after {
  left: -23px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.sitemap-list-sub {
  position: relative;
  padding: 5px 0 9px 40px;
  margin-top: -5px;
  list-style-type: none;
}
.sitemap-list-sub::before {
  position: absolute;
  top: 0;
  left: 20px;
  width: 1px;
  height: 100%;
  content: " ";
  background: #e4eaec;
}
.sitemap-list-sub > li {
  position: relative;
  line-height: 30px;
}
.sitemap-list-sub > li::after,
.sitemap-list-sub > li::before {
  position: absolute;
  top: 50%;
  left: -22px;
  content: " ";
  background: #e4eaec;
}
.sitemap-list-sub > li::before {
  width: 15px;
  height: 1px;
  margin-top: -1px;
}
.sitemap-list-sub > li::after {
  width: 5px;
  height: 5px;
  margin-top: -3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .met-sitemap {
    padding: 0px;
  }
  .met-sitemap .met-sitemap-body {
    padding: 10px;
  }
}
@media (max-width: 479px) {
  .sitemap-list {
    padding-left: 40px;
    list-style-type: disc;
  }
  .sitemap-list .icon {
    display: none;
  }
  .sitemap-list > li:first-child {
    margin-bottom: 20px;
    margin-left: -16px;
    list-style-type: none;
  }
  .sitemap-list > li > a {
    display: inline;
    padding: 10px;
    border: none;
  }
  .sitemap-list > li > a i {
    display: none;
  }
  .sitemap-list > li > ul {
    padding: 5px 0 5px 26px;
    list-style-type: circle;
  }
  .sitemap-list > li > ul::before {
    display: none;
  }
  .sitemap-list > li > ul > li > a {
    display: inline;
    padding: 10px 0;
    border: none;
  }
  .sitemap-list > li > ul > li > a::after,
  .sitemap-list > li > ul > li > a::before {
    display: none;
  }
  .sitemap-list-sub {
    padding: 5px 0 5px 20px;
    list-style-type: square;
  }
  .sitemap-list-sub::before {
    display: none;
  }
  .sitemap-list-sub > li {
    line-height: normal;
  }
  .sitemap-list-sub > li::after,
  .sitemap-list-sub > li::before {
    display: none;
  }
}
/* #endregion */

/*多语言*/
/* #region */
.met-langlist {
  display: inline-block;
}
.met-langlist span {
  font-size: 14px;
  cursor: pointer;
}
#btn-convert {
  margin-top: 6px;
}
.metlang #btn-convert {
  margin-top: 0px;
  cursor: pointer;
  display: inline-block;
}
.met-head-user {
  font-size: 0;
}
.met_navbtn {
  color: #666;
}
.met-head-user li a {
  padding: 0 5px;
  font-size: 14px;
}
.met-head-user li a + a {
  border-left: 1px solid #ccc;
}
.met-nav #met-head-user-collapse a {
  color: #666;
}
.border-left1 {
  border-left: 1px solid #ccc;
  padding: 0 5px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .met-nav #met-head-user-collapse a.navbar-avatar {
    height: 60px;
    line-height: 60px;
    display: block;
  }
  .metlang {
    height: 60px;
    line-height: 60px;
  }
  .metlang a {
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .met-head-user .dropdown > a,
  .metlang .met_navbtn {
    line-height: 40px;
    height: 40px;
    display: block;
  }
  .metlang {
    margin: 0 !important;
  }
  .met-langlist {
    padding-left: 15px;
  }

  /*.met-langlist .dropdown-menu{position: initial;box-shadow: none;border: none;}*/
}
/* #endregion */

/*排序*/
/* #region */
.order {
  padding: 0;
  float: left;
  margin-bottom: 10px !important;
}
.order li {
  display: inline-block;
  padding: 0 5px;
}
.order li a {
  color: #666;
}
.order li a:hover {
  color: $first_color$;
}

/*上下页*/
.column.list-icons {
  padding: 0;
}
/* #endregion */

/*tag*/
/* #region */
.detail_tag {
  padding: 0 30px 30px;
  background: #fff;
}
.detail_tag span {
  font-size: 14px;
}
.detail_tag a {
  color: #333;
  padding: 0 5px;
}
.detail_tag a:hover {
  color: $first_color$;
}
/* #endregion */

/*404*/
/* #region */
.page404 {
  background: #f5f5f5;
}
.box404 {
  display: table;
  min-height: 500px;
}
.size404 {
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 50px;
  color: #333;
}
@media (max-width: 767px) {
  .box404 {
    min-height: 250px;
  }
  .size404 {
    font-size: 25px;
  }
}
/* #endregion */

/*搜索*/
/* #region */
.type-order {
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}
.type-order > div {
  background: #e5e5e5;
  border-bottom: 1px solid #ededed;
}
.type-order ul {
  background: #fafafa;
}
.type-order ul {
  padding: 0;
  margin: 0;
}
.type-order ul li {
  height: 40px;
  line-height: 40px;
}
.type-order .attr-name {
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.type-order .attr-value a {
  color: #333;
}
.type-order .attr-value a:hover,
.type-order .attr-value.para_select_option a {
  color: $first_color$;
}
.order li a {
  background: #fff;
}
/* #endregion */

/*TAG聚合*/
/* #region */
.met-relevant ul {
  background: #fff;
  margin: 0px;
  padding-top: 10px;
  margin-top: 2px;
}
.met-relevant ul li {
  margin-bottom: 10px;
  margin-left: 0px;
  padding-left: 0px;
}
.met-relevant ul li h4 a {
  color: #333;
  font-size: 14px;
}
.tag-border {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  margin: 0 30px;
  padding: 10px;
  margin-bottom: 20px;
}
.tag-border .detail_tag {
  padding: 0px;
}
/* #endregion */

/*底部菜单*/
/* #region */
.met-menu-list {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
.met-menu-list a.item {
  padding: 5px 0;
  display: inline-block;
}
.met-menu-list a.item i {
  font-size: 16px;
  display: block;
}
.met-menu-list {
  display: none;
}
.met-menu-list.iskeshi {
  display: block;
}
.met-menu-list .main {
  display: flex;
}
.met-menu-list .main > div {
  flex: 1;
}
@media (max-width: 767px) {
  .met-menu-list {
    display: block;
  }
}
/* #endregion */

.met-page .pagination {
  border: none;
}
.page-link {
  border-radius: unset !important;
}

/* ===== bora-amber 琥珀黃 ===== */
body { background: #fffef8; color: #3d2a0f; }
.bora-head-amber { background: #3d2a0f !important; border-bottom: 2px solid #b8860b; }
.bora-head-amber .met-nav { background: transparent; }
.bora-head-amber .met-nav .nav-item .nav-link { color: #c4a870; font-weight: 500; }
.bora-head-amber .met-nav .nav-item .nav-link:hover, .bora-head-amber .met-nav .nav-link.active { color: #b8860b !important; }
.bora-head-amber .met-nav .nav-item .nav-link:after { background-color: #b8860b; height: 3px; }
.met-index-product { background: #fffef8; }
.met-index-about { background: #fff5e0; }
.met-index-case { background: #fffef8; }
.met-index-news { background: #fff5e0; }
.met-index-body h2 { color: #3d2a0f; font-weight: 700; }
.met-index-body p.desc { color: #f0e0c0; }
.met-index-product .nav-pills .nav-link { background: #fff5e0; color: #7a5a2a; border: 1px solid #f0d4a0; border-radius: 6px; margin-right: 8px; }
.met-index-product .nav-pills .nav-link.active { background: #c67c00; color: #ffffff; border-color: #c67c00; }
.met-index-product .itembox { background: #ffffff; border-radius: 8px; box-shadow: 0 2px 10px rgba(61,42,15,0.06); border: 1px solid #f0e0c8; transition: transform 0.3s, box-shadow 0.3s; }
.met-index-product .itembox:hover { transform: translateY(-4px); box-shadow: 0 4px 20px rgba(61,42,15,0.12); border-color: #c67c00; }
.met-index-product .itembox h4 { color: #3d2a0f; }
.met-index-product .itembox .moretext { color: #c67c00; }
.met-index-news a { color: #3d2a0f; }
.met-index-news a:hover { color: #c67c00; }
.met-index-news .media:hover h4 { color: #c67c00; }
.met-index-news .media-left { color: #e0c898; font-size: 24px; font-weight: 700; }
.bora-foot-amber { background: #251a08 !important; border-top: 2px solid #b8860b !important; }
.bora-foot-amber .met-footnav { background: #251a08; }
.bora-foot-amber .met-footnav h4 a { color: #b8860b !important; }
.bora-foot-amber .met-footnav ul a { color: #8a7050; }
.bora-foot-amber .met-footnav ul a:hover { color: #b8860b; }
.bora-foot-amber .copy { background: #1a1005; color: #6a5030; }
.bora-foot-amber .fa { color: #b8860b; }
.btn-primary { background: #c67c00; border-color: #c67c00; border-radius: 6px; }
.btn-primary:hover { background: #a86800; border-color: #a86800; }
.met-position { background: #fffef8; border-bottom: 1px solid #f0e0c8; }
.met-position a { color: #7a5a2a; }
.met-position a:hover { color: #c67c00; }
.met-banner-ny { background: #fff5e0; color: #3d2a0f; }
.met-banner-ny h2, .met-banner-ny h3 { color: #3d2a0f; }
.met-sidebar .panel-heading { background: #fff5e0; color: #3d2a0f; border-left: 3px solid #c67c00; }

