/*all*/
/* 西藏技师星空在线emc全站 */
/* .myrow_box{
    overflow-x: auto;
} */
/* .product-right{
    width: 1200px;
} */
/* #region */
a {
    color: #000;
}
.btn-outline.btn-primary {
    color: #298dff;
    background-color: transparent;
    border-color: #fff;
}
.btn-primary {
    border-color: #298dff;
    background-color: #298dff;
}
.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: #fff;
    background-color: #fff;
}
.modal-primary .modal-header {
    background-color: #fff;
}
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #fff;
}
/* @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: 28px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0;
    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;
}
@media (max-width: 767px){
    body.met-navfixed {
        padding-bottom: 48px;
    }
}
.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: #298dff !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: #298dff;
}
.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: #298dff;
    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: #298dff;
}
.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: #fff;
    background-color: transparent;
    border-color: #fff;
    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: #fff;
    border-color: #fff;
}
.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: #fff;
}
.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: #fff;
    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: #fff;
    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: #fff;
    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: 0;
    font-size: 20px;
    text-align: left;
}
.met-banner .btn-outline.btn-default {
    background: none !important;
    border-color: #298dff !important;
    color: #298dff !important;
    border-radius: 5px 0;
}

.met-banner .btn-outline.btn-default:hover {
    background: #298dff !important;
    color: #fff !important;
}
.met-banner .carousel-indicators li {
    transform: unset;
    position: unset;
    background-color: #fff;
    transition: 0.3s;
    height: 8px;
    width: 8px;
}
.met-banner .carousel-indicators li.active {
    position: unset;
    transform: unset;
    background-color: #298dff;
}
.met-banner .carousel-indicators li:after {
    /* background: #298dff; */
    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: #ffffff;
    height: 120px;
    text-align: center;
}
.met-banner-ny h2,
.met-banner-ny h3 {
    color: #0c0d0d;
    font-size: 35px;
    font-weight: 300;
    padding: 10px 30px;
    margin: 0;
    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: #fff;
}
@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: 10px;
        margin-right: 10px;
    }
    .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 */

/* 首页中间区块 */
.slideBox{ height:250px;overflow:hidden; position:relative; }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute;bottom:10px; z-index:1; }
.slideBox .hd ol{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ol li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd img{ height:250px; display:block;  }
/*跑马灯*/
.pmd{
    font-size: 20px;padding: 3px;
}
.listd{
    margin-top: 10px;
}
.listd li{
    font-size: 20px;
}
.col-md-4 h2{
    margin-top: 5px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    color:#298dff
}

/* 切换卡 */
.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: #298dff;
    color: #000;
    border-color: #298dff;
}
.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: #298dff;
    border-color: #298dff;
}
@media (min-width: 1310px) {
    .container {
        padding: 0;
    }
}

/* 切换卡 */
.met-index-product .tab-content > .active {
    display: flex;
    justify-content: space-between;
}
.met-index-product .leftbox {
    position: relative;
    margin-top: 15px;
    max-width: 0%;
}
.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 .rightbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 15px;
    max-width: 100%;
    min-height: 250px;
}
.met-index-product .itembox {
    /* max-width: 50%; */
    position: relative;
    margin-top: 15px;
}
.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%;
    min-height: 250px;
    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: #298dff;
    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: #fff;
}

.met-index-product .index-product-list {
    margin-top: 40px;
}
@media (max-width: 1600px) {
    .met-index-product .itembox {
        width: 49%;
    }
}

/* @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;
    }
    .met-index-product .rightbox {
        width: 100%;
        min-height: 250px;
        max-width: 100%;
        margin: 0;
    }
    .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: #298dff;
}
.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: #298dff;
        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;
}
.met-index-case .a_box {
    padding: 0 3px;
    display: block;
}
.met-index-case .a_box h4 {
    font-size: 18px;
    margin: 0;
    padding: 10px 0;
    background-color: #eeeeee;
    transform: translateY(-1%);
}
.met-index-case .a_box h4:hover {
    background-color: #298dff;
    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: #298dff;
    border-color: #298dff;
}

.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: #292e44;
    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 {
    width: 150px;
    max-width: 100%;
    /* border: solid 2px #298dff; */
}

.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 .powe#298dff_by_metinfo a,
.met-foot-info p a,
.met-foot-info p {
    margin-bottom: 0px;
    color: #fff;
}

.met-foot-info .powe#298dff_by_metinfo a:hover,
.met-foot-info p a:hover,
.met-foot-info .ulstyle a:hover,
.met-foot-info .foot-nav a:hover {
    color: #298dff !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: #000;
}

/*内页二级导航子栏目*/

.met-column-nav {
    text-align: center;
    background: #fff;
    /* border-bottom: 1px solid;
    border-color: #fff;
    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 5px;
    height: 75px;
    color: #000;
    -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: #298dff;
}
.met-column-nav .met-column-nav-ul > li > ul > li > a.active {
    color: #298dff !important;
}
.met-column-nav .met-column-nav-ul > li a.active:after {
    content: "";
    background: #fff;
}
.met-column-nav .met-column-nav-ul > li .dropdown-menu {
    top: 60px;
    background-color: #fff;
}
.met-column-nav .dropdown-item:hover,
.met-column-nav .dropdown-item.active {
    background-color: #fff !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: #298dff;
}
/* .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: #fff;
}
.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: #298dff;
    -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: #298dff;
}
.met-column-nav .subcolumn-nav-location .fa {
    padding: 0 10px;
}
.met-column-nav .subcolumn-nav {
}
.met-column-nav .subcolumn-nav .dropdown-menu a {
    color: #298dff !important;
}
.met-column-nav .subcolumn-nav .dropdown-menu a:hover,
.met-column-nav .subcolumn-nav .dropdown-menu a.active {
    color: #298dff !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: #fff;
    padding: 10px 0px;
}
@media (max-width: 991px) {
    .para_search {
        padding: 10px 0px;
    }
}

.para_search .btn-outline.btn-primary {
    color: #298dff;
    border-color: #298dff;
}
.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: #298dff;
    color: #fff !important;
}
.para_search .order a {
    color: #000;
    font-size: 14px;
    background: #fff;
    border-radius: 2px;
}
.para_search .order a:hover {
    color: #298dff;
}
.para_search .pricetxt {
    color: #fff;
}
.para_search .price_num {
    border-color: #fff;
}
.para_search .pricesearch {
    border-color: #fff;
    background-color: #fff;
    color: #fff;
}
.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: #fff;
}
.para_search .type-order > div {
    background: #e5e5e5;
    border-bottom: 1px solid #ededed;
}
.para_search .type-order > div {
    background: #fff;
    border-color: #fff;
    color: #fff;
}
.para_search .type-order ul {
    background: #fafafa;
}
.para_search .type-order ul {
    padding: 0;
    margin: 0;
    background: #fff;
}

.para_search .type-order .attr-value a {
    color: #fff;
}
.para_search .type-order .attr-value a:hover,
.para_search .type-order ul li.para_select_option a {
    color: #298dff;
}
.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: 10px 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: 100% !important;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .para_search .type-order .attr-name {
        width: 16.66667%;
        width: 100% !important;
    }
}

@media (max-width: 767px) and (min-width: 481px) {
    .para_search .type-order .attr-name {
        width: 25%;
        width: 100% !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: #fff;
}
.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 */
.mdtt_rtxt a {
    font-size: 22px;
    color: #298dff;
    flex: 0;
    display: flex;
}
.mdtt_l {
    align-items: flex-end;
}
.mdtt_r{
    margin-left: auto;
}
.flex_wrap{
    flex-wrap: wrap;
    margin-top: 20px;
    display: flex;
}
.bdrls{
    border-radius: 4px;
}
.boxshow{
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.m9box{
    width: 49.5%;
    padding: 20px;
}
.m9a{
    font-size: 16px;
    line-height: 38px;
    font-weight: 300;
    display: flex;
}
.m9a a{text-decoration: none;}
.m9a p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.m9a span{
    margin-left: auto;
}
.m9a i{
    margin-left: 15px;
}
.m9a:hover a{
    color: #BD0018;
}
/*截止*/
.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: #fff;
}
.met-news-list .met-news-list li h4 a:hover,
.met-news-list .met-news-list li h4 a:hover span {
    color: #298dff !important;
    color: #fff !important;
}
.met-news-list .met-news-list li p {
    font-size: 16px;
}
.met-news-list .met-news-list li p.des {
    color: #fff;
    margin-bottom: 10px;
}
.met-news-list .met-news-list li p.des {
    color: #fff;
}
.met-news-list .met-news-list li p.info {
    margin-bottom: 0px;
    font-size: 16px !important;
    color: #fff;
}
.met-news-list .met-news-list .card-metas {
    color: #fff;
}
.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: #fff;
}
.met-news-list .met-news-list .card-body {
    padding: 25px;
}
.met-news-list .met-news-list .card-body .card-title a {
    color: #fff;
}
.met-news-list .met-news-list .card-body .card-title a:hover {
    color: #298dff;
}
.met-news-list .met-news-list .card-body p.m-b-0 {
    color: #fff;
}
@media (max-width: 991px) {
    .met-news-list .met-news-list li h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    /*新增*/
    .m9box h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .mdtt_rtxt a{
        font-size: 20px;
    }
    .m9a{
        flex-wrap: wrap;
        font-size: 12px;
    }
    .m9box{
        width: 100%;
        margin-top: 15px;
    }
    .m9a span,.m9a i{
        margin-left: 10px;
    }
    .m9a span{
        margin-left: auto;
    }
}
@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('/img/bg.jpg');
    background-size: cover;
    background-position: center;
}

/*分页useing*/
/* #region */
/* 分页 */
.page {
    text-align: right;
    font-size: 20px;
    color: #000;
    margin: 25px 0;
    background: #fff;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: -10px 0;
    border-radius: 4px
}
.pagination > li {
    display: inline
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.ban {
    width: 100%;
    height: 460px;
    text-align: center;
}
.met_pager {
    margin-top: 20px;
    text-align: center;
}
.met_pager * {
    display: inline-block;
}

/* #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: #fff;
}

.met-sidebar .list-group-item {
    border: none;
}
.met-sidebar .list-group-item {
    background-color: #fff;
    border-color: #fff;
}
.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: #fff;
}
.met-sidebar .input-search .iconcolor {
    color: #000;
}
.met-sidebar .sidebar-column li a {
    color: #000;
    font-weight: 100;
}

.met-sidebar .sidebar-column li a:hover {
    color: #000;
    font-weight: 400;
}
.met-sidebar .sidebar-news-list h3 {
    color: #000;
}

.met-sidebar .sidebar-news-list li a:hover {
    color: #000;
}
.met-sidebar .form-control.focus,
.met-sidebar .form-control:focus {
    border-color: #a3afb7;
}
.met-sidebar .form-control {
    background-color: #fff;
    border-color: #a3afb7;
}
.met-sidebar input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #a3afb7;
}
.met-sidebar .form-control:hover {
    border-color: #a3afb7;
}
.met-sidebar .wb-search:before {
    color: #a3afb7;
}
@media (max-width: 991px) {
    .met-sidebar {
        margin-left: 10px;
        margin-top: 0px;
    }
}
@media (max-width: 767px) {
    .met-sidebar {
        margin-top: 10px;
        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 #fff;
}
.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: #fff;
    color: #000;
    border-color: orange#298dff;
}

@media (max-width: 767px) {
    .met-sidebar {
        margin-top: 10px;
    }
    .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: #fff;
}
.met-shownews .met-shownews-body {
    background: #fff;
    -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: #fff;
}
.met-shownews .details-title {
    padding: 20px;
    color: #000;
}
.met-shownews .details-title h1 {
    font-size: 30px;
    line-height: 1.5;
    color: #000;
}
.met-shownews .details-title .info {
    font-size: 16px;
    color: #000;
}
.met-shownews .details-title .info span {
    padding-right: 10px;
}
.met-shownews .met-page .pagination li a {
    color: #fff;
    background-color: #298dff;
}
.met-shownews .met-page .pagination li a:hover {
    background-color: transparent;
    background-color: #298dff;
}
.met-shownews .page-link:focus,
.met-shownews .page-link:hover {
    background-color: transparent;
    background-color: #298dff;
}
.met-shownews .met-editor {
    padding: 30px;
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
}
.met-shownews .tag {
    font-size: 14px;
    color: #fff;
    padding: 0 30px 30px;
}
.met-shownews .tag a {
    color: #fff;
    padding: 5px;
}
.met-shownews .tag a:hover {
    color: #298dff;
}
.met-shownews .met-page {
    padding-top: 0 !important;
}
.met-shownews .met-page a:hover {
    color: #298dff !important;
    color: #fff !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: #fff;
    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: #fff;
    font-weight: 600;
    text-align: left;
    margin-top: 0;
}

.met-product-list .nodata {
    color: #fff;
}

.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: #fff;
    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;
    color: #000;
    text-overflow: ellipsis;
}

.met-product-list .ih-item a h3:hover,
.met-product-list .ih-item a h3:hover span {
    color: #298dff !important;
}

.met-product-list .price {
    color: #697788;
}

.met-product-list.met-product {
    background: #fff;
}

.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: 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: #fff !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: #fff;
}
.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: #fff;
}
/* #endregion */

/* 图片列表 */
/* #region */
.met-showimg {
    background-color: #fff;
}
.met-showimg .met-showimg-body {
    background-color: transparent;
    background-color: #fff;
}
.met-showimg .details-title {
    padding-bottom: 20px;
    border-bottom: 1px solid;
    border-bottom-color: #fff;
}
.met-showimg .details-title h1 {
    font-size: 30px;
    line-height: 1.5;
    color: #fff;
}
.met-showimg .details-title .info {
    font-size: 16px;
    color: #fff;
}
.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: 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: #298dff;
    border-color: #fff;
}
#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: #fff;
}
.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: #fff;
}
.met-showimg .sidebar-news-list .list-group-item a {
    color: #fff;
}
.met-showimg .panel {
    border-radius: 0px;
    box-shadow: none;
}

.met-showimg .met-page .container {
    border-top: 1px solid;
    border-top-color: #fff;
    border-top-color: #fff;
}
.met-showimg .page-link {
    border-color: #fff;
    border-color: #fff;
}
.met-showimg .met-page li a {
    background-color: #fff;
}
.met-showimg .met-page .pagination li a:hover {
    background-color: transparent;
    background-color: #298dff;
    color: #298dff;
    color: #fff;
}
.met-showimg .met-page .pagination li a {
    color: #fff;
    background-color: #fff;
}
.met-showimg .met-page {
    border: none;
}
.met-showimg .tags {
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: left;
}
.met-showimg .tags a {
    color: #fff;
    padding: 5px;
}
.met-showimg .tags a:hover {
    color: #298dff;
}
@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;
    }
}
.xz{
    width: 35%;line-height: 25px;margin-top: 3px;border: 1px solid #ddd;float: left;border-radius: 3px;
}
table.dataTable thead .sorting_asc {
    background: url('/img/sort_asc.png') no-repeat center right;
}

table.dataTable thead .sorting_desc {
    background: url('/img/sort_desc.png') no-repeat center right;
}


table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50, 50, 50, .5)
}
/* #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: #298dff;
}
.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: #fff;
}

/*上下页*/
.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: #fff;
}
/* #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: #fff;
}
.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;
}

/*用户中心*/
.met-member .met-form{max-width:450px;}
.met-member input.form-control,
.met-member select.form-control{height:43px !important;}
.met-member .form-group1{margin-bottom: 30px;}
.met-member .input-group .input-group-addon{ border-radius:0;}
.met-member .form-control{border-radius:0px;border-color: #ddd;}
.met-member .input-group-addon{border-color: #ddd;}
.met-member .user-code-img img{height:38px !important;}
.met-form-lable{padding-right: 0;}
.met-form-tips{padding: 10px 0;line-height: 1.8;}
.met-form .met-upfile .dropify-wrapper{border-width:1px;}
/*注册*/
.help-block{
    font-size: 18px;
    color: red;
}
.met-login-register .met-form-wrapper{display: table;background-color:rgba(255,255,255,.8);border-radius:20px;}
.met-login-register .met-form-top{align-items: center;justify-content: space-between;border-bottom-color: #ddd;}
.met-login-register .login-type,
.met-login-register .login-type-list,
.met-login-register .met-login-register-right{align-items: center;}
.met-login-register .login-type p{margin-bottom: 0;}
.met-login-register .login-type-list,
.met-login-register .form-list{justify-content: center}
.met-login-register .met-login-register-right{border-left: 1px solid #ddd;}
@media (min-width: 768px) {
    .met-login-register .met-form{width: 450px;padding: 40px 60px;}
}
@media (max-width: 991px) {
    .met-login-register .form-list{flex-direction: column;align-items: center;}
    .met-login-register .met-login-register-right{border-left: none;border-top: 1px solid #ddd;}
}
@media (max-width: 767px) {
    .met-login-register .met-form-top{justify-content: center;}
    .met-login-register .met-form-wrapper{width: 100%;}
    .met-login-register .form-list{align-items: inherit;}
    .met-login-register .met-form{max-width: none;padding: 30px 20px;}
}
/*??¨???é??é??*/
.register-index .met-more{position:relative;}
.register-index .met-more span{position:absolute;left:50%;top:3px;-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);}
.register-index .phonecode-wrapper{position: relative;z-index: 2;}
.register-index .code-wrapper{position: absolute;left: 0;bottom: 100%;box-shadow: 0 0 20px 10px #ddd;}
.register-index .code-wrapper::after{content: '';width: 0;height: 0;border: 10px solid transparent;border-top-color:#ccc;position: absolute;right: 70px;top: 100%;}
@media (min-width: 768px) {
    .register-index .met-form{width: 550px;max-width: none;}
    .register-index .met-form-register-collapse .row{display: flex;align-items: center;}
}
/*??§? ?*/
.met-sidebar-nav .list-group-item a{color:#76838f;}
.met-sidebar-nav .list-group-item a:hover{color:#000;text-decoration:none;}
.met-sidebar-nav .list-group-item.active a{color:#62a8ea;}
/*é????±é??è??*/
.valid-email-content{margin:0px auto;max-width:800px;background-color:#fff;padding:100px 20px;color:#555;}
.valid-email .breadcrumb{margin:0px auto;max-width:800px;text-align:center;}
.valid-email .send-email{margin-right:20px;}
.valid-email .loading{background:url(/img/loading1.gif) no-repeat right center;}
/*??????é??è??*/
.phone-code{height:43px;}
.phone-code .badge{font-weight:normal;color:#fff;}
/* ?‰??????‘??? */
/*????‘???????*/
.met-member-index .basic>.row,.met-member-index .para>.row{margin:0;padding:15px 0;border-top:1px solid #ddd;}
.met-member-index .para>.row{display: flex;align-items: center;}
@media (max-width: 767px) {
    .met-member-index .para>.row{flex-direction: column;align-items: inherit;}
    .met-member-index .para>.row .met-form-lable{margin-bottom: 10px;}
}
/*?????·??‰?…¨*/
.met-member-safety .media{padding:30px 0px;border-top:1px solid #ddd;position:relative;}
.met-member-safety .media:first-child{border-top:none;}
.met-member-safety .media button{}
.met-member-safety .media i{width:50px;height:40px;text-align:center;font-size:25px;line-height:40px;color:#62a8ea;}
.met-member-safety .media i.fa-lock{font-size:33px;}
.met-member-safety .media i.fa-mobile{font-size:48px;}
.met-member-safety .media .media-body{color:#999;}
.met-member-safety .media .media-heading{font-size:18px;line-height: 25px;color:#444;}
.met-member-safety .media .media-heading span{vertical-align: top;}
.member-profile .modal .loading{background:#fff url(/img/loading1.gif) no-repeat center center;color:#fff;}
