/*all*/

a {

    color: #000
}


.btn-outline.btn-primary {

    color: #a40000;

    background-color: transparent;

    border-color: #a40000;

}


.btn-primary {

    border-color: #a40000;

    background-color: #a40000
}


.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: #a40000;

    background-color: #a40000;

}


.modal-primary .modal-header {

    background-color: #a40000;

}


.radio-primary input[type=radio]:checked + label::before {

    border-color: #a40000;

}


@media (min-width: 992px) {

    .container {

        width: 90%;

    }

}


.met-index-body {

    padding: 50px 0;

}


.met-index-body h2 {

    position: relative;

}


.met-index-body h2:after {

    content: '';

    position: absolute;

    bottom: -11px;

    left: 50%;

    margin-left: -30px;

    width: 60px;

    height: 2px;

    background-color: #a40000;

}


.met-index-body h2 {

    font-size: 30px;

    color: #333;

}


.met-index-body p.desc {

    font-size: 16px;

    color: #666;

}


@media (max-width: 991px) {

    .met-index-body {

        padding: 40px 0px;

    }

}


@media (max-width: 767px) {

    .met-index-body h2 {

        font-size: 24px;

    }


    .met-index-body {

        padding: 30px 0px;

    }

}


/*头部*/

body.met-navfixed {

    padding-top: 60px
}


.met-logo {

    height: 60px
}


.met-logo img {

    max-height: 50px
}


.met-nav {

    min-height: 60px;

    margin-bottom: 0;

    box-shadow: none
}


.met-nav [class*=animation-] {

    -webkit-animation-duration: .5s;

    animation-duration: .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: .7s;

    animation-duration: .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: #fff !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: #fff;

}


.met-nav .nav-item {

    position: relative;

}


.met-nav .nav-item .nav-link {

    padding-left: 15px;

    padding-right: 15px;

}


.met-nav .nav-item .nav-link:after {

    content: '';

    width: 100%;

    height: 30px;

    opacity: 0;

    background-color: #a40000;

    left: 0;

    position: absolute;

    top: 0;

    margin-top: 0px;

    margin-left: 0px;

    -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);

    transition: all .66s cubic-bezier(.17, .84, .44, 1);

    z-index: -1;

    border: none;

    border-radius: 20px;

}


.met-nav .nav-item:hover .nav-link:after,
.met-nav .nav-item .nav-link.active::after {

    opacity: 1;

    top: 50%;

    margin-top: -15px;

}


.met-nav .nav-item:hover .nav-link,
.met-nav .navlist .nav-item a.nav-link:hover {

    color: #fff;

}


.met-nav .nav-item .nav-link i {

    -webkit-transition: all .3s ease-out;

    transition: all .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 .66s cubic-bezier(.17, .84, .44, 1);

    transition: all .66s cubic-bezier(.17, .84, .44, 1)
}


.met-nav #met-head-user-collapse .dropdown-item {

    line-height: initial
}


.met-nav #met-head-user-collapse .btn-primary {

    color: #a40000;

    background-color: transparent;

    border-color: #a40000;

    padding: 4px 10px;

    -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);

    transition: all .66s cubic-bezier(.17, .84, .44, 1)
}


.met-nav #met-head-user-collapse .btn-primary:hover {

    color: #fff;

    background-color: #a40000;

    border-color: #a40000;

}


.met-nav #met-head-user-collapse .btn-success {

    color: #666;

    background-color: transparent;

    border-color: #666;

    padding: 4px 10px;

    -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);

    transition: all .66s cubic-bezier(.17, .84, .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: #a40000;

}


.met-nav .nav > li > a i {

    -webkit-transition: all .3s ease-out;

    transition: all .3s ease-out
}


.met-nav .nav li .link.active:after {

    content: '';

    width: 100%;

    background-color: #a40000;

    left: 0;

    position: absolute;

    top: 0;

    height: 2px;

    -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);

    transition: all .66s cubic-bezier(.17, .84, .44, 1);

    z-index: -1
}


.met-nav .nav > li > .link:after {

    content: '';

    width: 0;

    background-color: #a40000;

    left: 0;

    position: absolute;

    top: 0;

    height: 2px;

    -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);

    transition: all .66s cubic-bezier(.17, .84, .44, 1);

    z-index: -1
}


.met-nav .nav > li > .link:hover:after {

    content: '';

    width: 100%;

    background-color: #a40000;

    left: 0;

    position: absolute;

    top: 0;

    height: 2px;

    -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);

    transition: all .66s cubic-bezier(.17, .84, .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 .3s ease-out;

    transition: all .3s ease-out
}


.met-nav .dropdown-menu > li > a:hover {

    background: #f2f2f2 none repeat scroll 0 0;

    text-indent: 5px;

    -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);

    transition: all .66s cubic-bezier(.17, .84, .44, 1)
}


@media (min-width: 768px) {

    .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;

    }

}


@media (max-width: 991px) {

    .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: 767px) {

    .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
    }


    .met-nav .pclogo {

        display: none;

    }

}


.navbar-shadow {

    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1)
}


/*banner*/

.met-banner .carousel-inner.met-banner-mh {

    background: #ddd;

    min-height: 300px
}


.met-banner .carousel-control.right .icon {

    border-radius: 50%
}


.met-banner .carousel-control.left .icon {

    border-radius: 50%
}


@media (max-width: 767px) {

    .met-banner .carousel-inner {

        min-height: auto
    }

}


@media (max-width: 488px) {

    .met-banner .carousel-inner.met-banner-mh {

        min-height: 100px
    }

}


.met-banner .met-banner-text {

    width: 100%;

    height: 100%;

    position: absolute;

    left: 0;

    top: 0;

    z-index: 10
}


.met-banner .met-banner-text .container {

    height: 100%;

    width: 85%;

}


.met-banner .met-banner-text .container .met-banner-text-con {

    width: 100%;

    height: 100%;

    display: table;

    text-align: center
}


.met-banner .met-banner-text .container .met-banner-text-con.p-0 {

    max-width: 50%;

    text-align: left;

    float: left
}


.met-banner .met-banner-text .container .met-banner-text-con.p-1 {

    max-width: 50%;

    text-align: right;

    float: right
}


.met-banner .met-banner-text .container .met-banner-text-con.p-2 > div {

    vertical-align: top;

    padding-top: 5%;

}


.met-banner .met-banner-text .container .met-banner-text-con.p-3 > div {

    vertical-align: bottom;

    padding-bottom: 5%;

}


.met-banner .met-banner-text .container .met-banner-text-con > div {

    display: table-cell;

    vertical-align: middle
}


.met-banner .met-banner-text .container .met-banner-text-con > div h3 {

    margin: 0;

    font-size: 50px;

    font-weight: 300
}


.met-banner .met-banner-text .container .met-banner-text-con > div p {

    margin: 20px 0 0;

    font-size: 24px;

    font-weight: 300;

    line-height: 1.2;

    text-shadow: none
}


/* .met-banner .met-banner-text .container .met-banner-text-con>div .btn {

  position: relative;

  z-index: 14;

  margin-top: 30px;

  font-size: 20px;

  margin-left: $btn_margin$px;

  margin-right: $btn_margin$px;

} */


.met-banner .btn-outline.btn-default {

    background: none !important;

    border-color: #a40000 !important;

    color: #a40000 !important;

    border-radius: 5px 0
}


.met-banner .btn-outline.btn-default:hover {

    background: #a40000 !important;

    color: #fff !important
}


.met-banner .carousel-indicators li:after {

    background: #a40000;

}


.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: #a40000;

    height: 120px;

    text-align: center
}


.met-banner-ny h2,
.met-banner-ny h3 {

    color: #a40000;

    font-size: 35px;

    font-weight: 300;

    padding: 10px 30px;

    margin: 0px;

    text-shadow: none
}


.met-banner .carousel-control {

    width: 10%;

    z-index: 10;

    display: block;

}


.met-banner:hover .carousel-control {

    display: block;

    opacity: .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: #a40000;

}


@media (max-width: 767px) {

    .met-banner .met-banner-text .container .met-banner-text-con > div h3 {

        font-size: 30px
    }


    .met-banner .met-banner-text .container .met-banner-text-con > div p {

        font-size: 16px
    }


    .met-banner .met-banner-text .container .met-banner-text-con > div .btn {

        font-size: 16px
    }


    .met-banner .carousel-control .icon {

        width: 40px;

        height: 40px;

        margin-top: -20px;

        font: 30px/40px '宋体'

    }


    /* .met-banner .met-banner-text .container .met-banner-text-con>div .btn {

    margin-left: $mbtn_margin$px;

    margin-right: $mbtn_margin$px;

  } */
    .met-banner-ny {

        height: 90px
    }

}


@media (max-width: 488px) {

    .met-banner .met-banner-text .container .met-banner-text-con > div h3 {

        font-size: 20px
    }


    .met-banner .met-banner-text .container .met-banner-text-con > div p {

        font-size: 14px;

        margin-top: 10px
    }


    .met-banner .met-banner-text .container .met-banner-text-con > div .btn {

        margin-top: 10px;

        font-size: 12px
    }


    .met-banner .carousel-control .icon {

        width: 30px;

        height: 30px;

        margin-top: -15px;

        font: 20px/30px '宋体'

    }

}


/* 首页产品区块 */

.met-index-product .index-product-list li {

    padding: 15px;

    margin-bottom: 0px;

}


.met-index-product .index-product-list li .card-shadow {

    border-bottom-width: 3px;

    border-bottom-color: #ffffff;

    border-bottom-style: solid;

}


.met-index-product .index-product-list h4 {

    font-size: 18px;

    color: #333;

}


.met-index-product .index-product-list p {

    font-size: 14px;

    color: #666;

    margin-top: 10px;

    display: block;

}


.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,
.met-index-product .index-product-list li .card-shadow {

    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 .card-shadow {

    border-bottom-color: #a40000;

    border-bottom-width: 3px;

}


.met-index-product .index-product-list li:hover h4 {

    color: #a40000;

}


.met-index-product .index-product-list .card {

    border-radius: 0px;

}


.met-index-product .index-product-list {

    margin-top: 40px;

}


.met-index-product .index-product-list .card {

    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .15);

    box-shadow: 0 1px 10px rgba(0, 0, 0, .15);

}


@media (max-width: 767px) {

    .met-index-product .index-product-list {

        margin: 0 -5px;

        margin-top: 20px;

    }


    .met-index-product .index-product-list li {

        padding: 5px;

    }

}


/*首页新闻区块*/

.met-index-news .list-group li {

    padding: 20px 15px;

    margin-bottom: 0px;

}


.met-index-news .list-group li .media {

    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .15);

    box-shadow: 0 1px 10px rgba(0, 0, 0, .15);

    padding: 0px;

    transition: color 300ms ease 0ms, color 300ms ease 0ms, margin 300ms ease 0ms, background-color 300ms ease 0ms;

}


.met-index-news .list-group .media .media-heading {

    font-size: 18px;

    margin-top: 15px;

}


.met-index-news .list-group .media .media-left {

    padding: 0px;

}


.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 {

        margin-right: 10px !important;

        margin-left: -10px !important;

        color: #a40000;

    }

}


@media (max-width: 1600px) {

    .met-index-news .media-lg .media-object {

        width: 200px;

        height: 100%;

        object-fit: cover;

    }

}


@media (max-width: 992px) {

    .met-index-news .list-group {

        margin: 0px;

    }

}


@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 .9375rem;

    }

}


/*图片区块*/

.met-index-case .met-index-list {

    margin-top: 40px;

}


.met-index-case .case-list {

    padding: 10px;

    text-align: center;

}


.met-foot-info .foot-nav a {

    color: #333
}


.met-foot-info .foot-nav a:hover {

    color: #a40000;

}


@media (max-width: 767px) {

    .met-index-case .met-index-list {

        margin-top: 20px;

    }

}


/*底部版权信息*/

.met-foot-info {

    padding: 20px 0px;

    color: #aaa;

    height: auto;

    line-height: 1.8;

}


.met-foot-info p {

    margin-bottom: 0px
}


.met-foot-info a {

    color: #a40000;

}


/*多语言*/

.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
}


/*位置*/

.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: #a40000
}


/*子栏目*/

.met-column-nav ul {

    list-style: none;

    margin: 0;

    z-index: 51;

    padding: 10px 0px;

}


.met-column-nav ul li {

    padding: 0 15px;

    font-size: 16px;

    display: inline-block;

}


.met-column-nav ul li a:hover,
.met-column-nav ul li a.active {

    color: #a40000
}


.met-column-nav ul li a {

    color: #666;

    text-decoration: none
}


.met-column-nav ul li:first-child {

    padding-left: 0
}


.met-column-nav .met-col-search {

    padding: 10px 0px;

}


.met-column-nav .form-group {

    margin-bottom: 0px;

    width: 450px;

    max-width: 90%;

    margin: 0 auto;

}


.swiper-navtab .swiper-slide {

    width: auto
}


.overflow-visible {

    overflow: visible !important
}


@media (max-width: 767px) {

    .met-column-nav {

        width: 96%;

        margin: 0 auto
    }

}


/*简介模块*/

.met-show-body {

    background: #fff;

}


.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
    }

}


/*反馈模块*/

.met-feedback {

    padding: 30px 0px;

    background: #fff
}


.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
    }

}


/*留言模块*/

.met-message {

    padding: 30px 0px;

    background: #fff
}


.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: 992px) {

    .met-message .met-message-submit {

        margin-left: 30px
    }

}


/*分页*/

.met_pager {

    margin-top: 20px;

    text-align: center;

    display: table;

    margin: auto;

}


.met_pager * {

    display: inline-block;

    /* float: left; */

    line-height: 30px;

    transition: color 0.5s;

    -moz-transition: color 0.5s;

    -webkit-transition: color 0.5s;

    -o-transition: color 0.5s
}


.met_pager a {

    width: auto;

    padding: 9px 15px;

    color: #5e7387;

    border: 1px solid #eee;

    border-right: none;

    border-left: none;

    text-decoration: none;

    background: #fff
}


.met_pager a:active,
.met_pager a:focus,
.met_pager a:hover {

    text-decoration: none
}


.met_pager a:not(.Ahover) {

    color: #2a333c
}


.met_pager a:not(.Ahover):hover {

    color: #a40000;

}


.met_pager a:not(.Ahover).NextA:hover,
.met_pager a:not(.Ahover).PreA:hover {

    background: #fff
}


.met_pager a.Ahover {

    background: #a40000;

    border: 1px solid #a40000;

    color: #fff;

    cursor: default
}


.met_pager .PreSpan,
.met_pager .NextSpan,
.met_pager a.NextA,
.met_pager a.PreA {

    width: auto;

    padding: 9px 15px;

    border: 1px solid #eee;

    background: #fff;

    color: #999
}


.met_pager .PreSpan,
.met_pager .NextSpan {

    cursor: default
}


.met_pager .firstPage,
.met_pager .lastPage {

    min-width: 40px
}


.met_pager .PageText {

    margin-left: 10px;

    color: #aaa;

    display: none
}


.met_pager input {

    display: none
}


/*新闻列表页*/


/*文章模块*/

.met-news {

    padding: 0px;

    background: #fff
}

.met-news .top-litpic {
    margin: 0 auto;
    width: 1200px;
    padding: 30px 30px 0;
}

.met-news .top-litpic img {
    width: 100%;
    height: 100%;
}


.met-news .met-news-body {

    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}


.met-news .met-news-list {

    background: #fff;

    padding: 30px
}


.met-news .met-news-list h4 {

    margin: 0px
}


.met-news .met-news-list ul {

    padding: 0px;

    list-style: none
}


.met-news .met-news-list ul li {

    border-bottom: 1px solid #ddd;

    padding-bottom: 30px;

    margin-bottom: 30px
}


.met-news .met-news-list ul li h4 {

    font-weight: 300
}


.met-news .met-news-list ul li h4 a {

    color: #2a333c;

    text-decoration: none;

    transition: color 0.5s;

    -moz-transition: color 0.5s;

    -webkit-transition: color 0.5s;

    -o-transition: color 0.5s
}


.met-news .met-news-list ul li h4 a:hover {

    color: #a40000;

}


.met-news .met-news-list ul li h4 a:active,
.met-news .met-news-list ul li h4 a:focus,
.met-news .met-news-list ul li h4 a:hover {

    text-decoration: none
}


.met-news .met-news-list ul li p {

    margin-bottom: 0px
}


.met-news .met-news-list ul li p.des {

    color: #76838f;

    font-size: 16px;

    font-weight: 300;

    margin: 10px 0
}


.met-news .met-news-list ul li p.info {

    color: #a3afb7;

    font-size: 16px;

    font-weight: 300
}


.met-news .met-news-list ul li p.info i {

    color: #a40000;

}


@media (max-width: 767px) {

    .met-news {

        padding: 0px
    }


    .met-news .met-news-list {

        padding: 10px;

        padding-top: 20px
    }


    .met-news .met-news-list ul li {

        padding-bottom: 20px;

        margin-bottom: 20px
    }


    .met-news .met-news-list ul li h4 {

        font-size: 18px;

        margin-bottom: 10px
    }


    .met-news .met-news-list ul li.media .media-left {

        padding-right: 10px;

        display: table-cell
    }


    .met-news .met-news-list ul li.media p.des {

        display: none
    }


    .met-news .met-news-list ul li.media.media-lg .media-object {

        width: 100px
    }

}


/*社会化分享按钮*/

.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
    }

}


/*侧栏*/

.met-bar {

    background: #fff;

    border-radius: 1px;

    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);

    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);

    padding: 20px 15px;

    margin-left: 30px
}


.met-bar .sidebar-news-list h3 {

    color: #a40000;

    font-size: 20px
}


.met-bar .sidebar-news-list .list-group li a {

    color: #666;

    display: block;

    text-overflow: ellipsis;

    overflow: hidden;

    white-space: nowrap;

    width: 100%
}


.met-bar .column h3 {

    font-size: 20px;

    color: #a40000;

    margin-top: 0px;

}


.met-bar .list-icons > li a {

    color: #666;

    text-decoration: none;

}


.met-bar .list-icons > li a.active {

    color: #a40000;

}


.met-bar .list-icons > li.met-bar-son {

    position: relative;

    padding-left: 20px;

}


.met-bar .list-icons > li a:hover {

    color: #a40000;

}


.met-bar .list-icons > li i {

    position: absolute;

    left: 0px;

    top: 0px;

}


@media (max-width: 767px) {

    .met-bar {

        margin-left: 0;

    }

}


/*上下翻页*/

.met-page .pagination {

    border-top: 1px solid #f7f7f7
}


.page-link {

    border-radius: 24px !important
}


/* 文章模块详情页 */

.met-shownews {

    padding: 30px 0px;

    border-top: 1px solid #f7f7f7;

    background: #fff
}


.met-shownews .met-news-body {

    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}


.met-shownews .met-shownews-body {

    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-shownews .met-shownews-content {

    padding-top: 30px
}


.met-shownews .details-title,
.met-shownews-footer {

    padding: 30px;

    background: #fff
}


.met-shownews-footer {

    padding-top: 0;

}


.met-shownews .details-title {

    padding-bottom: 0
}


.met-shownews .met-shownews-header,
.met-shownews .met-shownews-footer {

    background: #fff;

    padding: 30px
}


.met-shownews .met-shownews-header {

    padding-bottom: 0px
}


.met-shownews h1,
.met-showimg h1 {

    margin: 0px;

    margin-bottom: 5px;

    font-size: 32px;

    line-height: 1.5;

    font-weight: 300
}


.met-shownews .info {

    padding-bottom: 20px;

    border-bottom: 1px solid #f7f7f7;

    font-size: 16px;

    font-weight: 300;

    color: #a3afb7
}


.met-shownews .info span {

    padding-right: 10px
}


.met-shownews .met-shownews-footer {

    padding-top: 0px
}


.met-shownews .met-shownews-footer ul.pager {

    margin: 0px;

    border-top: 1px solid #f7f7f7;

    padding-top: 20px
}


@media (max-width: 767px) {

    .met-shownews {

        padding: 0px
    }


    .met-shownews h1 {

        font-size: 24px
    }


    .met-shownews .met-shownews-header,
    .met-shownews .met-shownews-footer {

        padding: 10px
    }


    .met-shownews .met-shownews-header {

        padding-top: 20px
    }


    .met-shownews .met-shownews-content {

        padding: 15px 0
    }


    .met-shownews .info {

        padding-bottom: 20px
    }

}


/*社会化分享按钮*/

.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
}


/*产品列表页*/

.met-product-list {

    padding: 30px 0;

    background: #fff
}


.met-product-list ul {

    margin: 0 -10px 0 0
}


.met-product-list .blocks > .block,
.met-product-list [class*=blocks-] > .block,
.met-product-list [class*=blocks-] > li {

    padding-left: 0;

    margin-bottom: 10px
}


/*产品详情页*/

.met-showproduct {

    background: #fff
}


.met-showproduct.pagetype1 .met-showproduct-head {

    background: rgb(255, 255, 255);

    padding: 30px 0px
}


.met-showproduct-head .product-para {

    margin: 0
}


.product-hot {

    border-radius: 0
}


.met-showproduct.pagetype1 {

    background: #f2f2f2
}


.met-showproduct.pagetype1 .less-page-content {

    background: #f2f2f2
}


.met-showproduct.pagetype1 .met-showproduct-head {

    background: #fff;

    padding: 30px 0px
}


.met-showproduct.pagetype1 .met-showproduct-head .ad-gallery .ad-thumbs li a.ad-active img {

    border: 2px solid #7dc01d
}


.met-showproduct.pagetype1 .met-showproduct-head .ad-image {

    cursor: -webkit-zoom-in;

    cursor: zoom-in
}


.met-showproduct.pagetype1 .met-showproduct-head .product-intro h1 {

    font-size: 28px;

    margin-top: 0px
}


.met-showproduct.pagetype1 .met-showproduct-head .product-intro p.description {

    color: #5e7387;

    margin-bottom: 15px
}


.met-showproduct.pagetype1 .met-showproduct-head .product-intro .para {

    border-top: 1px solid #ddd;

    border-bottom: 1px solid #ddd;

    padding: 15px;

    padding-bottom: 0px
}


.met-showproduct.pagetype1 .met-showproduct-head .product-intro .tools {

    margin: 15px 15px 0px
}


.met-showproduct.pagetype1 .met-showproduct-body {

    padding: 30px 0px
}


.met-showproduct.pagetype1 .met-showproduct-body .panel {

    border-radius: 0px
}


.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .met-editor {

    padding: 0px
}


.met-showproduct.pagetype1 .met-showproduct-body .product-content-body ul.nav-tabs {

    margin-bottom: 30px
}


.met-showproduct.pagetype1 .met-showproduct-body .product-hot h4.example-title {

    font-size: 16px;

    font-weight: 300;

    margin-bottom: 15px
}


.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.img {

    margin: 0px auto;

    display: block;

    margin-bottom: 5px
}


.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.img img {

    margin: 0px auto
}


.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt {

    color: #5e7387;

    text-decoration: none
}


.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:active,
.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:focus,
.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:hover {

    text-decoration: none
}


.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:hover {

    color: #7dc01d
}


.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list p {

    color: #f96868;

    margin-bottom: 0px
}


.sidebar-piclist-ul li h4 a:hover,
.sidebar-piclist-ul li h4 a:hover span {

    color: #a40000 !important;

}


@media (min-width: 992px) {

    .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
    }

}


/*下载模块*/

.met-download {

    padding: 30px 0px;

    background: #fff
}


.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: #a40000;

}


.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
    }

}


/* 下载模块详情页 */

.met-showdownload {

    padding: 30px 0px;

    border-top: 1px solid #f7f7f7;

    background: #fff
}


.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-img {

    padding: 30px 0;

    background: #fff
}


.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: #a40000;

}


/* 图片切换列表 */

.met-showimg {

    padding: 30px 0;

    background: #fff
}


#met-imgs-slick .slick-prev:before,
#met-imgs-slick .slick-next:before {

    display: none
}


#met-imgs-slick .slick-arrow.slick-next {

    right: 0
}


#met-imgs-slick .slick-arrow.slick-prev {

    left: 0
}


#met-imgs-slick {

    min-height: 150px
}


#met-imgs-slick.slick-dotted {

    padding-bottom: 80px
}


#met-imgs-slick.slick-slider:not(.slick-fade) .slick-slide {

    cursor: -webkit-grab;

    cursor: -moz-grab;

    cursor: grab
}


#met-imgs-slick.fngallery .slick-slide a,
#met-imgs-slick.fngallery .slick-slide img {

    cursor: zoom-in
}


@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:first-child {

    display: block
}


#met-imgs-slick .slick-slide {

    width: 100%
}


#met-imgs-slick .slick-slide a {

    display: inline-block
}


#met-imgs-slick .slick-slide img {

    display: inline
}


#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%;

    padding-bottom: 5px;

    position: absolute;

    left: 0;

    bottom: 0;

    cursor: grab
}


#met-imgs-slick .slick-dots {

    bottom: 0;

    z-index: 2
}


#met-imgs-slick .slick-dots li {

    width: 60px;

    height: auto;

    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: #4e97d9
}


#met-imgs-slick .slick-dots li img {

    width: 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: #999
}


@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 .slick-dots li {

        width: 40px;

        margin-left: 5px;

        border-width: 1px
    }

}


.met-showimg-body {

    background: #ffff
}


.details-title {

    padding: 30px;

    background: #fff
}


/* 图片模块-内容详情 */

.met-showimg-con,
.img-paralist {

    margin-top: 30px;

    list-style: none
}


@media (max-width: 991px) {


    .met-showimg-con,
    .img-paralist {

        margin-top: 20px
    }

}


@media (max-width: 767px) {

    .met-img {

        padding: 0
    }


    .met-showimg-con,
    .img-paralist {

        margin-top: 15px
    }

}


/*招聘模块*/

.met-job {

    padding: 30px 0px;

    background: #fff
}


.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 {

    padding: 30px 25px
}


@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
    }


    .met-job .card {

        padding: 15px 10px
    }


    .card {

        margin-bottom: 10px
    }

}


/*友情链接*/

.met-link .breadcrumb-item {

    float: none;

    display: inline-block
}


.met-link .breadcrumb-item a {

    color: #666
}


.met-link .breadcrumb-item:nth-child(1) {

    color: #a40000;

}


/* 搜索模块 */

.met-search {

    padding: 30px 0px;

    border-top: 1px solid #f5f5f5;

    background: #fff
}


.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
    }

}


/* 网站地图 */

.met-sitemap {

    padding: 30px 0px;

    background: #fff
}


.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
    }

}


/*多语言*/

.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;}*/

}


/*排序*/

.order {

    padding: 0;

    float: right;

    margin-bottom: 10px !important
}


.order li {

    display: inline-block;

    padding: 0 5px
}


.order li a {

    color: #666
}


.order li a:hover {

    color: #a40000;

}


/*上下页*/

.column.list-icons {

    padding: 0
}


/*tag*/

.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: #a40000;

}


/*404*/

.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
    }

}


/*搜索*/

.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: #a40000;

}


.order li a {

    background: #fff
}


/*TAG聚合*/

.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;

}


/*底部菜单*/

.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;

    }

}


.page {

    width: 1200px;

    background: none;

    margin: 0 auto;

}


ul,
li {

    margin: 0;

    padding: 0;

    list-style: none;

}


h1,
h2,
h3,
h4,
h5,
h6,
p {

    margin: 0;

}


a {

    color: #313131;

}

a:hover {

    color: #a40000;

}

.holder {

    padding: 0 50px;

}


/* 页头 */

.headPc .page {

    display: flex;

    justify-content: space-between;

    align-items: center;

}


.headPc .logo {

    width: 230px;

}


.headPc .logo img {

    width: 100%;

}


.headColumn > ul {

    display: flex;

}


.headColumn > ul > li {

    min-width: 110px;

    height: 100px;

    position: relative;

}


.headColumn > ul > li > a {

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 16px;

    text-align: center;

    flex-direction: column;

    padding: 0 10px;

}


.headColumn > ul > li > a span {
    width: max-content;
}

.headColumn > ul > li > a:hover,
.headColumn > ul > li > a.active {

    color: #fff;

    background: #a40000;

}


.column2 {

    position: absolute;

    z-index: 10;

    width: 100%;

    left: 0;

    display: none;

}


.column2 > li {

    height: 50px;

    font-size: 16px;

    margin-bottom: 1px;

}


.column2 > li > a {

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #f4f4f4;

}


.column2 > li > a:hover {

    background: #a40000;

    color: #fff;

}


.column2 > li:last-child {

    margin-bottom: 0;

}


/* 模块 */

.part_1 {

    background: #f3f3f3;
    padding: 50px 0;
    width: 1200px;
    margin: 0 auto;

}


.part_1 ul {

    display: flex;

    justify-content: space-between;

    align-items: center;

}


/* .part1Item {

  width: 102px;

} */


.part1Item .img {

    width: 102px;

    height: 102px;

    background-color: #fff;

    border-radius: 50%;

    display: flex;

    align-items: flex-end;

    justify-content: center;

    overflow: hidden;

    margin: 0 auto;
}


.part1Item:nth-child(1) .img {
    background-color: rgb(116, 114, 126);
}

.part1Item:nth-child(2) .img {
    background-color: rgb(172, 161, 150);
}

.part1Item:nth-child(3) .img {
    background-color: rgb(119, 198, 186);
}

.part1Item:nth-child(4) .img {
    background-color: rgb(119, 198, 136);
}

.part1Item:nth-child(5) .img {
    background-color: rgb(198, 178, 119);
}

.part1Item:nth-child(6) .img {
    background-color: rgb(119, 165, 198);
}

.part1Item:nth-child(7) .img {
    background-color: rgb(249, 138, 116);
}

.part1Item:nth-child(8) .img {
    background-color: rgb(130, 180, 244);
}

.part1Item p {

    margin-top: 12px;

    text-align: center;

    color: #313131;

}


/* 简介 */

.part_2 {

    padding: 50px 0 0px 0px;

}

.part_2 .page-body {
    width: 1200px;
    margin: 0 auto;
}

.part_2 .page-body img {
    width: 100%;
}

.part_2 .page-foot {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.part_2 .page-foot img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

.part_2 .page {

    display: flex;

    justify-content: space-between;

}


.part2Content {

    width: 48%;

    line-height: 30px;

    font-size: 16px;

    color: #666;

    text-indent: 2em;

}


.part2Img {

    width: 48%;

    height: 360px;

    overflow: hidden;

}


.part2Img img {

    width: 100%;

    transition: all ease-in 0.5s;

    -moz-transition: all ease-in 0.5s;

    -ms-transition: all ease-in 0.5s;

    -o-transition: all ease-in 0.5s;

    -webkit-transition: all ease-in 0.5s;

}


.part2Img img:hover {

    transform: scale(1.1);

    -moz-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    -webkit-transform: scale(1.1);

}


.more {

    background: #a40000;

    border-radius: 20px;

    display: flex;

    width: 100px;

    margin-top: 30px;

}


.more a {

    color: #fff;

}


/* 新闻 */

.part3Main {

    margin-top: 30px;

}


.title h2 {

    text-align: center;

    font-size: 24px;

    line-height: 32px;

    color: #000;

}


.title h2::after {

    width: 50px;

    background: #a40000;

    height: 1px;

    content: '';

    display: block;

    text-align: center;

    margin: 15px auto 0;

}


.part_3 {

    padding: 50px 0;

}


.part3Top {

    display: flex;

    justify-content: space-between;

}


.part3Top li {

    width: 31%;

}


.part3Top li .part3Img {

    width: 100%;

    height: 160px;

    overflow: hidden;

}


.part3Top li .part3Img img {

    width: 100%;

    transition: all ease-in 0.5s;

    -moz-transition: all ease-in 0.5s;

    -ms-transition: all ease-in 0.5s;

    -o-transition: all ease-in 0.5s;

    -webkit-transition: all ease-in 0.5s;

}


.part3Top li h4 {

    height: 51px;

    line-height: 51px;

    overflow: hidden;

    border-bottom: 1px dashed #dadada;

}


.part3Top li p {

    font-size: 14px;

    color: #666;

    height: 50px;

    margin: 8px 0px;

    overflow: hidden;

    line-height: 24px;

}


.part3Top li span {

    font-size: 14px;

    color: #666;

}


.part3Top li:hover a,
.part3Top li:hover h4,
.part3Top li:hover p,
.part3Top li:hover span {

    color: #a40000;

}


.part3Img:hover img {

    transform: scale(1.1);

    -moz-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    -webkit-transform: scale(1.1);

}


.part3Bottom {

    margin-top: 30px;

    display: flex;

    justify-content: space-between;

}


.part3Bottom ul {

    width: 31%;

}


.part3Bottom ul h3 {

    width: 100%;

    height: 18px;

    line-height: 18px;

    border-left: 3px solid #a40000;

    padding-left: 15px;

    font-size: 18px;

    color: #000;

}


.part3Bottom ul li {

    color: #7d7d7d;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    font-size: 14px;

}


.part3Bottom ul li:nth-child(2) {

    margin-top: 20px;

}


.part3Bottom ul li a {

    display: flex;

    justify-content: space-between;

    align-items: center;

    line-height: 24px;
}


.part3Bottom ul li:hover a,
.part3Bottom ul li:hover h4 {

    color: #a40000;

}


.part3Bottom ul li a h4 {

    width: 70%;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    font-size: 14px;

}


/* 页尾 */

footer {

    padding: 50px 0;

}


footer .footTop {

    display: flex;

    justify-content: space-between;

}

.footTops {
    display: flex;

    justify-content: space-between;
}


.information {

    flex: 3;

}


.ewm {

    flex: 1;

    display: flex;

    align-items: center;

    justify-content: flex-end;

    text-align: center;

}


.ewm p {

    height: 25px;

    line-height: 25px;

}


.information h4 {

    margin-bottom: 28px;

    font-weight: bold;

    font-size: 20px;

    color: #444444;

}


.information p {

    color: #666666;

    font-size: 16px;

    line-height: 30px;

}


.footBot {

    text-align: center;

    color: #777777;

    margin-top: 30px;

}

.footBot a {

    color: #777777;

}

/* 内页标题 */

.showTitle {

    padding: 10px 80px 10px 35px;

    width: max-content;

    background: #a6a6a6;

}


.showTitle h2 {

    color: #fff;

    font-size: 30px;

    font-weight: bold;

}


.show_serveMian h3 {

    font-size: 28px;

}


.show_serveMian p {

    line-height: 30px;

    font-size: 16px;

}

.show_serveMian img {

    max-width: 100%;

}

.show_serveMian video {

    max-width: 100%;

}

/* 法律代理 */

.law {

    /* background: url(/upload/image/3.jpg) no-repeat; */

    padding-top: 50px;

    /* height: 675px; */

    overflow: hidden;

    display: flex;

    justify-content: space-between;
}

.show_serveMian .left,
.show_serveMian .right {
    width: 48%;
}

.show_serveMian .left h3 {
    font-size: 30px;
    /* padding-bottom: 15px;
  position: relative;*/
    color: #a40000;
    letter-spacing: 2px;
    /*margin-bottom: 25px;
  margin-top: 20px;
  border-bottom: 2px solid #a40000;
  width: max-content;*/
}

.show_serveMian .left .desc p {
    text-indent: 2em;
    margin-bottom: 25px;
    line-height: 30px;
    letter-spacing: 1px;
}

.show_serveMian .right img {
    width: 100%;
}

.law .left h3::after {
    content: '';
    width: 115px;
    height: 2px;
    background: #a40000;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

*

/

/* .lawAbout h3 {

  text-align: center;

  margin: 20px 0;

}



.lawAbout .lawMian {

  display: flex;

  align-items: center;

  justify-content: space-around;

  margin-bottom: 20px;

}



.lawAbout .lawMian img {

  width: 260px;

}



.lawAbout .content p {

  width: 785px;

  text-indent: 2em;

}



.lawAbout img {

  width: 100%;

}



.lawMian .content {

  line-height: 26px;

  font-size: 16px;

  text-align: left;

} */


/* 财税评估 */

.finance {

    /* background: url(/upload/image/4.jpg) no-repeat; */

    padding-top: 50px;

    /* height: 675px; */

    overflow: hidden;

    display: flex;

    justify-content: space-between;
}


.financeAbout .top {

    margin-bottom: 30px;

}


.financeAbout .top h3 {

    margin: 20px 0;

}


.finance .bottom {

    display: flex;

    /* width: 65%; */

}


.finance .bottom h5 {

    background: url(/upload/image/5.png) no-repeat center;

    font-size: 20px;

    font-weight: bold;

    width: 65px;

    height: 350px;

    background-size: contain;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0 20px;

}


.finance .bottom ul li {

    font-size: 16px;

    border-bottom: 1px dashed #d9d9d9;

    padding-bottom: 3px;

    margin-bottom: 3px;

    padding-left: 20px;

}


.finance .bottom ul li h6 {

    color: #c00000;

    font-size: 16px;

    font-weight: bold;

}


.finance .bottom ul li p {

    line-height: 25px;

}

/* .financeImg {

  display: none;

} */


/* 检测认证D */

.detection {

    /* background: url(/upload/image/5.jpg) no-repeat; */

    padding-top: 50px;

    /* height: 675px; */

    overflow: hidden;
    display: flex;
    justify-content: space-between;

}


.detectionAbout h3 {

    height: 55px;

    line-height: 55px;

    background: #fff;

    width: max-content;

    margin: 15px 0 5px;

}


.detectionAbout p {

    background: #fff;

}


/* 知识产权 */

.property {

    /* background: url(/upload/image/6.jpg) no-repeat; */

    padding-top: 50px;

    /* height: 675px; */

    overflow: hidden;

    display: flex;

    justify-content: space-between;

}


.propertyAbout {

    width: 65%;

}


.propertyAbout h3 {

    margin: 20px 0;

}


/* 企业托管 */

.collocation {

    /* background: url(/upload/image/7.jpg) no-repeat; */

    padding-top: 50px;

    /* height: 675px; */

    overflow: hidden;

    display: flex;

    justify-content: space-between;
}


.collocationAbout {

    width: 50%;

}


.collocationAbout h3 {

    margin: 95px 0 20px 0;

}


/* 管理咨询 */

.administration {

    padding-top: 50px;

    /* background: url(/upload/image/8.jpg) no-repeat; */

    /* height: 675px; */

    overflow: hidden;
    display: flex;
    justify-content: space-between;

}


.administrationAbout h3 {

    margin: 20px 0;

}


/* 科技升级 */

.science {

    padding-top: 50px;

    /* background: url(/upload/image/9.jpg) no-repeat; */

    /* height: 675px; */

    overflow: hidden;

}


.science .scienceAbout {

    display: flex;

    justify-content: space-between;

}


.science .scienceAbout .left {

    width: 52%;

}


.science .scienceAbout .right {

    width: 45%;

}


.science .scienceAbout .right img {

    width: 100%;

}


.scienceAbout .left h3 {

    margin: 60px 0 30px;

}


.scienceAbout .left h4 {

    font-size: 16px;

    font-weight: bold;

    text-align: center;

    line-height: 30px;

    margin: 35px 30px 0 auto;

    width: max-content;

}


/* 关于我们 */

.aboutUs {

    background: url(/upload/image/10.jpg) no-repeat;

    padding-top: 50px;

    height: 675px;

    overflow: hidden;

}


.aboutContent {

    width: 55%;

    margin-left: auto;

}


.aboutContent p {

    text-indent: 2em;

    line-height: 35px;

}

.coreTeam {

    background: url(/upload/image/11.jpg) no-repeat;

    height: 675px;

    padding-top: 50px;

    overflow: hidden;

}

.business {

    background: url(/upload/image/12.jpg) no-repeat;

    height: 675px;

    padding-top: 50px;

    overflow: hidden;

}

.busContent {

    width: 60%;

    text-align: center;

}

.coreCon {

    display: none;

}


/* 企业文化 */

.culture {

    background: url(/upload/image/14.jpg) no-repeat;

    height: 675px;

    padding-top: 50px;

    overflow: hidden;

}

.culContent {

    width: 80%;

    margin-left: auto;

    text-align: center;

}

.culContent h3 {
    font-weight: bold;
    margin-top: 15px;
}


/* 七大板块 */

.plateMain {

    display: flex;

    flex-wrap: wrap;

}

.plateMain li {

    width: 33%;

    text-align: center;

    margin-top: 30px;

}

.plateMain .platImg {

    width: 102px;

    height: 102px;

    margin: 0 auto;

    overflow: hidden;

    display: flex;

    align-items: flex-end;

}

.plateMain li p {

    text-indent: inherit;

    width: 102px;

    margin: 0 auto;

}

.plateMain li:nth-child(1) .platImg {

    background: rgb(116, 114, 126);

}

.plateMain li:nth-child(2) .platImg {

    background: rgb(172, 161, 150);

}

.plateMain li:nth-child(3) .platImg {

    background: rgb(119, 198, 186);

}

.plateMain li:nth-child(4) .platImg {

    background: rgb(119, 198, 136);

}

.plateMain li:nth-child(5) .platImg {

    background: rgb(198, 178, 119);

}

.plateMain li:nth-child(6) .platImg {

    background: rgb(119, 165, 198);

}

.plateMain li:nth-child(7) .platImg {

    background: rgb(249, 138, 116);

}

.pcplate {
    display: block;
}

/* 移动端 */

.headMo {

    display: none;

}

.mainMo {

    display: none;

}

.deteImg,
.propImg,
.admiImg,
.cultImg,
.footMo,
.collImg,
.mo {

    display: none;

}


.xial {
    position: absolute;
    bottom: 130px;
    left: 49.4%;
}

.xial img:nth-child(1) {
    -webkit-animation: bounceY 2s infinite;
    -moz-animation: bounceY 2s infinite;
    -o-animation: bounceY 2s infinite;
    -ms-animation: bounceY 2s infinite;
    animation: bounceY 2s infinite;
    position: absolute;
    cursor: pointer;
}

.xial img:nth-child(2) {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 10px;
    top: 50px;
    -webkit-animation: ico_opa_B 2s infinite;
    -moz-animation: ico_opa_B 2s infinite;
    -o-animation: ico_opa_B 2s infinite;
    -ms-animation: ico_opa_B 2s infinite;
    animation: ico_opa_B 2s infinite;
    position: absolute;
}

.xial img:nth-child(3) {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 9px;
    top: 53px;
    -webkit-animation: ico_opa_B 2s infinite 1s;
    -moz-animation: ico_opa_B 2s infinite 1s;
    -o-animation: ico_opa_B 2s infinite 1s;
    -ms-animation: ico_opa_B 2s infinite 1s;
    animation: ico_opa_B 2s infinite 1s;
    position: absolute;
}

@-webkit-keyframes ico_opa_B {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-moz-keyframes ico_opa_B {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-o-keyframes ico_opa_B {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes ico_opa_B {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes bounceY {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-moz-keyframes bounceY {

    0%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-o-keyframes bounceY {

    0%,
    100% {
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounceY {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

@media (max-width: 767px) {

    .headPc {

        display: none;

    }

    .headMo {

        display: block;

    }

    .footTops {
        flex-direction: column;
        align-items: center;
    }

    .mainPc {

        display: none;

    }

    .mainMo {

        display: block;

    }

    .footPC {

        display: none;

    }

    .deteImg,
    .propImg,
    .admiImg,
    .cultImg,
    .collImg,
    .mo {

        display: block;

    }

    .pcplate,
    .xial {
        display: none;
    }

    .footMo {

        display: block;

        padding: 20px 0;

        text-align: center;

        color: #777;

    }

    .page {

        width: 100%;

    }

    .holder {
        padding: 0 10px;
    }

    .headMo .page {

        display: flex;

        padding: 10px;

        justify-content: space-between;

        align-items: center;

    }

    .headMo .logo {

        width: 100%;

        text-align: center;

        height: 50px;
    }

    .headMo .logo img {

        max-height: 100%;

        max-width: 100%;

    }

    .mainMo .nav {

        display: flex;

        flex-wrap: wrap;

    }

    .mainMo .nav li {

        width: 50%;

        text-align: center;

        padding: 18px;

    }

    .mainMo .nav li img {

        width: 75px;

        height: 75px;

        margin-bottom: 10px;

    }

    .mainMo .nav li:nth-child(1) {

        background: rgb(116, 114, 126);

    }

    .mainMo .nav li:nth-child(2) {

        background: rgb(172, 161, 150);

    }

    .mainMo .nav li:nth-child(3) {

        background: rgb(119, 198, 186);

    }

    .mainMo .nav li:nth-child(4) {

        background: rgb(119, 198, 136);

    }

    .mainMo .nav li:nth-child(5) {

        background: rgb(198, 178, 119);

    }

    .mainMo .nav li:nth-child(6) {

        background: rgb(119, 165, 198);

    }

    .mainMo .nav li p {

        color: #fff;

    }

    .footMo a {

        color: #777;

    }

    .showTitle {

        padding: 5px 30px 5px 10px;

    }

    .showTitle h2,
    .show_serveMian h3 {

        font-size: 20px;

    }

    .aboutContent {

        width: auto;

        padding: 0 10px;

    }

    .aboutContent p {

        line-height: 30px;

        font-size: 15px;

    }

    .aboutUs {

        background-size: cover;

        height: auto;

    }

    .coreTeam {

        height: auto;

        background: none;

    }

    .coreCon {

        display: block;

        padding: 0 10px;

    }

    .busContent {

        width: auto;

        padding: 0 10px;

    }

    .busContent h2 {

        font-size: 20px;

    }

    .lawAbout .lawMian {

        flex-direction: column;

    }

    .lawAbout .content p {

        width: 100%;

        text-indent: 2em;

    }

    .show_serveMian p {

        font-size: 15px;

        text-indent: 2em;

    }

    .finance {

        height: auto;

    }

    .financeAbout .bottom {

        width: 100%;

    }

    .financeImg {

        display: block;

    }

    .financeAbout .bottom h5 {

        padding: 10px;

        align-items: baseline;

        height: max-content;
    }

    .detection,
    .property,
    .collocation,
    .administration,
    .science,
    .culture {

        background: none;

        height: auto;

    }

    .deteImg img {

        margin: 5px 0;

    }

    .propertyAbout,
    .collocationAbout,
    .science .scienceAbout .left,
    .science .scienceAbout .right,
    .culContent {

        width: 100%;

    }

    .detectionAbout h3 {

        height: max-content;

        line-height: 24px;

        margin: 20px 0;

    }

    .collocationAbout h3,
    .scienceAbout .left h3,
    .culContent h3 {

        margin: 20px 0;

    }

    .science .scienceAbout {

        flex-direction: column;

    }

    .law,
    .finance,
    .detection,
    .property,
    .collocation,
    .administration,
    .science {
        flex-direction: column;
        height: auto;
        padding: 0 10px;
    }

    .show_serveMian .left,
    .show_serveMian .right {
        width: 100%;
    }

    .show_serveMian .left h3 {
        font-size: 18px;
    }

    .show_serveMian .left .desc p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .finance .bottom ul li p,
    .finance .bottom ul li h6 {
        font-size: 14px;
    }

}

.show_serveMian p {
    text-indent: 0%;
}