/*²úÆ·ÁÐ±í*/


.blocks,
[class*="blocks-"] {
    padding: 0;
    margin: 0;
    margin-right: -15px;
    margin-left: -15px;
    list-style: none;
}
.blocks > li,
[class*="blocks-"] > li {
    position: relative;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 22px;
}
[class*="blocks-"] > li > .widget {
    margin-bottom: 0;
}


.blocks-2 > li:nth-child(2n+3),
.blocks-3 > li:nth-child(3n+4),
.blocks-4 > li:nth-child(4n+5),
.blocks-5 > li:nth-child(5n+6),
.blocks-6 > li:nth-child(6n+7),
.block-first {
    clear: both;
}

.blocks-100 > li {
    width: 100%;
}

.blocks-2 > li {
    width: 100%;
}

.blocks-2 > li:nth-child(2n+3),
.blocks-3 > li:nth-child(3n+4),
.blocks-4 > li:nth-child(4n+5),
.blocks-5 > li:nth-child(5n+6),
.blocks-6 > li:nth-child(6n+7),
.block-first {
    clear: none;
}

@media (min-width: 768px) {
    .blocks-sm-2 > li {
        width: 50%;
    }
     .widget-body-footer {
        top: 10px;
        right: 10px;
    }
     .widget-body-footer .btn {
        padding: 3px 10px;
        font-size: 12px;
         overflow: hidden;
         text-overflow: ellipsis;
         white-space: nowrap;
    }
}
@media (min-width: 992px) {
    .blocks-md-4 > li {
        width: 25%;
    }
}

@media (min-width: 1600px) {
    .blocks-xlg-4 > li {
        width: 25%;
    }
}

.met-grid li {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

.met-grid li.shown {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.met-grid li.animate {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-animation: moveUp 0.65s ease forwards;
    -moz-animation: moveUp 0.65s ease forwards;
    -o-animation: moveUp 0.65s ease forwards;
    -ms-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}

.widget {
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
}

.widget .cover {
    width: 100%;
    height: 65%;
}

[class*="blocks-"] > li > .widget {
    margin-bottom: 0;
}

.widget-shadow {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.widget {
    border-radius: 3px;
}

.widget .widget-header {
    border-radius: 3px 3px 0 0;
}

.widget .widget-header:last-child {
    border-radius: inherit;
}

.widget .widget-body:last-child {
    border-radius: 0 0 3px 3px;
}
.widget-body {
    position: relative;
    padding: 30px 25px;
    height: 35%;
}

.met-img .widget,
.met-img .cover,
.met-img .cover-image {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.cover {
    overflow: hidden;
}


.btn {
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57142857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
    color: #76838f;
    text-decoration: none
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #76838f;
    background-color: #e4eaec;
    border-color: #e4eaec
}

.btn-default.focus, .btn-default:focus {
    color: #76838f;
    background-color: #c6d3d7;
    border-color: #99b0b7
}

.btn-default:hover {
    color: #76838f;
    background-color: #c6d3d7;
    border-color: #c0ced3
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #76838f;
    background-color: #c6d3d7;
    border-color: #c0ced3
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #76838f;
    background-color: #b1c2c8;
    border-color: #99b0b7
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #e4eaec;
    border-color: #e4eaec
}

.btn-default .badge {
    color: #e4eaec;
    background-color: #76838f
}

.btn-primary {
    color: #fff;
    background-color: #62a8ea;
    border-color: #62a8ea
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #358fe4;
    border-color: #1869b4
}

.btn-primary:hover {
    color: #fff;
    background-color: #358fe4;
    border-color: #2c8ae3
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #358fe4;
    border-color: #2c8ae3
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #1d7dd8;
    border-color: #1869b4
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #62a8ea;
    border-color: #62a8ea
}

.btn-primary .badge {
    color: #62a8ea;
    background-color: #fff
}



input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}


.btn-primary {
    color: #fff;
    background-color: #62a8ea;
    border-color: #62a8ea
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #358fe4;
    border-color: #1869b4
}

.btn-primary:hover {
    color: #fff;
    background-color: #358fe4;
    border-color: #2c8ae3
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #358fe4;
    border-color: #2c8ae3
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #1d7dd8;
    border-color: #1869b4
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #62a8ea;
    border-color: #62a8ea
}


.btn-primary {
    background-color: #0082cb;
    border-color: #0082cb;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #0082cb;
    border-color: #0082cb;
}
.shown .widget-shadow:hover{
    color:#0F9E5E;
    border:2px solid #0F9E5E;
}
@media (max-width: 767px) {
    #met-imgs-carousel .slick-arrow i {
        font-size: 50px;
    }
}
.met-showproduct {
    /* ±ê×¼Ä£Ê½ */
    /* Ê±ÉÐÄ£Ê½ */
}
.met-showproduct .para li {
    margin: 0;
    padding: 3px 15px;
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
    color: #5e7387;
}
@media (min-width: 992px) {
    .met-showproduct .para.blocks-md-4 li:nth-child(4n+3) {
        clear: none;
    }
}
.met-showproduct .met-showproduct-list {
    margin: 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 .product-intro h1 {
    margin-top: 0px;
    font-size: 28px;
}
.met-showproduct.pagetype1 .met-showproduct-head .product-intro p.description {
    margin-bottom: 15px;
    color: #5e7387;
}
.met-showproduct.pagetype1 .met-showproduct-head .product-intro .btn.ceshi {
    margin-right: 20px;
    font-weight: normal;
}
@media (max-width: 992px) {
    .met-showproduct.pagetype1 .met-showproduct-head .product-intro {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .met-showproduct.pagetype1 .met-showproduct-head {
        padding: 15px 0;
    }
}
.met-showproduct.pagetype1 .para {
    margin: 0;
    padding: 10px 0;
}
.met-showproduct.pagetype1 .met-showproduct-body {
    padding: 30px 0px 0px;
}
.met-showproduct.pagetype1 .met-showproduct-body .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .met-editor {
    padding: 0px;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .met-editor .para {
    margin-bottom: 15px;
    border-top: none;
}
@media (min-width: 992px) {
    .met-showproduct.pagetype1 .met-showproduct-body .product-content-body .panel {
        margin-right: 15px;
    }
}
.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .nav-tabs {
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .met-showproduct.pagetype1 .met-showproduct-body .product-hot {
        margin-left: 45px;
    }
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry li {
    text-align: center;
    clear: none;
}
@media (min-width: 992px) {
    .met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry li {
        width: 100%;
    }
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.img {
    margin: 0px auto;
    margin-bottom: 5px;
    display: block;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.img img {
    margin: 0px auto;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt {
    color: #5e7387;
    text-decoration: none;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt:active,
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt:focus,
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt:hover {
    text-decoration: none;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt:hover {
    color: #0082cb;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry p {
    color: #f96868;
    margin-bottom: 0px;
}
@media (max-width: 767px) {
    .met-showproduct.pagetype1 .met-showproduct-body {
        padding: 15px 0px 0px;
    }
    .met-showproduct.pagetype1 .met-showproduct-body .panel {
        margin-bottom: 15px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }
    .met-showproduct.pagetype1 .met-showproduct-body .panel-body {
        padding: 15px;
    }
    .met-showproduct.pagetype1 .met-showproduct-body .product-content-body .panel {
        margin-right: 0px;
    }
    .met-showproduct.pagetype1 .met-showproduct-body .product-content-body .nav-tabs {
        margin-bottom: 15px;
        margin-top: -10px;
    }
}
.met-showproduct.pagetype2 {
    background: #fff;
}
.met-showproduct.pagetype2 .less-page-content {
    background: #f2f2f2;
}
.met-showproduct.pagetype2 nav.navbar {
    min-height: 50px;
    margin-bottom: 0px;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.met-showproduct.pagetype2 nav.navbar.navbar-fixed-top {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.95);
}
.met-showproduct.pagetype2 nav.navbar h1 {
    margin: 0px;
    height: 50px;
    line-height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.met-showproduct.pagetype2 nav.navbar .nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}
.met-showproduct.pagetype2 nav.navbar .nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
}
.met-showproduct.pagetype2 nav.navbar .navbar-toggle {
    height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.met-showproduct.pagetype2 nav.navbar .navbar-right li.active a {
    color: #0082cb;
}
@media (max-width: 767px) {
    .met-showproduct.pagetype2 nav.navbar .nav {
        float: none;
    }
}
.met-showproduct.pagetype2 .content {
    padding: 30px 0px;
}
.met-showproduct.pagetype2 .content-2,
.met-showproduct.pagetype2 .content-4,
.met-showproduct.pagetype2 .content-6 {
    background: #f2f2f2;
}
.met-showproduct.pagetype2 .content-2 .met-editor,
.met-showproduct.pagetype2 .content-4 .met-editor,
.met-showproduct.pagetype2 .content-6 .met-editor {
    background: #f2f2f2;
}
@media (max-width: 767px) {
    .met-showproduct.pagetype2 .content {
        padding: 10px 0px;
    }
    .met-showproduct.pagetype2 .blocks {
        padding-left: 10px;
    }
    .met-showproduct.pagetype2 .blocks li {
        width: 50%;
        word-wrap: break-word;
    }
    .met-showproduct.pagetype2 .blocks li:nth-child(2n+1) {
        clear: both;
    }
    .met-showproduct.pagetype2 .blocks li .widget {
        margin-right: 10px;
    }
}
.product-head{
    position:relative;
    height: auto;
    width: 100%;

}
.product-litpic-d{
    position:relative;
    width: 45%;
    float: left;
}
.product-litpic-i{
    max-width: 65% !important;
}
.product-head .newsData_info{
    position:relative;
    float: left;
    width: 45%;
    margin: 15px;
    font-size: 18px ;
    text-align: left;
}
@media (max-width: 550px) {
    .newsData_top .product-litpic-jianjie{
        display: none;
    }
    .product-head .newsData_info{
        position:relative;
        float: left;
        width: 80%;
        margin: 15px;
        font-size: 18px ;
        text-align: left;
    }
    .product-litpic-d{
        position:relative;
        width: 100%;
        float: left;
    }
}

/*ÁôÑÔÄ£¿é*/
/* ÁôÑÔÄ£¿é */
.met-message {
    padding: 30px 0px;
    background: #f2f2f2;
}
@media (max-width: 767px) {
    .met-message {
        padding: 0px;
    }
}
.met-message .col-md-6 {
    float: none;
    margin: auto;
}
.met-message .met-message-body,
.met-message .met-message-submit {
    padding: 30px;
    background: #ffffff;
    -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);
}
@media (max-width: 767px) {
    .met-message .met-message-body,
    .met-message .met-message-submit {
        padding: 10px;
    }
}
.met-message  .form-group{
    font-size: 16px;
    color: #000;
}
.met-message .met-message-body .media-left {
    padding-right: 0px;
    display: block;
    float: left;
}
.met-message .met-message-body .media-left i {
    font-size: 36px;
    color: #a3afb7;
}
.met-message .met-message-body .media-body {
    width: calc(54%);
    word-wrap: break-word;
    display: block;
    float: left;
}
.met-message .met-message-body .media-body p {
    font-size: 14px;
    color: #76838f;
}
@media (min-width: 992px) {
    .met-message .met-message-submit {
        margin-left: 30px;
    }
}
@media (max-width: 767px) {
    .met-message .met-message-submit {
        padding-bottom: 20px;
    }
}