ul{
    list-style: none;
    padding: 0;
}
.browserVersion {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    text-align: justify
}

.browserVersion .browserVersionBac {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: .7
}

.browserVersion .browserVersionCon {
    width: 600px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 20%;
    background: #fff;
    z-index: 10;
    border-top: 3px solid #1f98fc;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.browserVersion .btitle {
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    border-bottom: 1px solid #d8d8d8;
    color: #000;
    overflow: hidden
}

.browserVersion .btitle .bclose {
    float: right;
    font-weight: 400;
    color: #999;
    cursor: pointer
}

.browserVersion .bcon {
    padding: 40px 40px
}

.browserVersion .bh {
    color: #000;
    line-height: 30px
}

.browserVersion .bi {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 2px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAABQGlDQ1BJQ0MgUHJvZmlsZQAAKJFjYGASSCwoyGFhYGDIzSspCnJ3UoiIjFJgf8LAycABxLwMWonJxQWOAQE+QCUMMBoVfLvGwAiiL+uCzOKd+n3S7xvPT+vsOiXr1X9PE1M9CuBKSS1OBtJ/gDgpuaCohIGBMQHIVi4vKQCxW4BskSKgo4DsGSB2OoS9BsROgrAPgNWEBDkD2VeAbIHkjMQUIPsJkK2ThCSejsSG2gsCHIFGJpYG4YYEnEo6KEmtKAHRzvkFlUWZ6RklCo7AEEpV8MxL1tNRMDIwMmBgAIU3RPXnG+BwZBTjQIhlxTAwmAHDkEkVIZYWwcCwrwjoZV2EmJoSAwN3KgPDntsFiUWJcAcwfmMpTjM2grC5tzMwsE77//9zOAMDO9DMv9f///+9/f//v8sYGJhvMTAc+AYA865ec/tQtS0AAAA4ZVhJZk1NACoAAAAIAAGHaQAEAAAAAQAAABoAAAAAAAKgAgAEAAAAAQAAAB6gAwAEAAAAAQAAAB4AAAAA6YkVPwAAAjNJREFUSA3llr9rFEEYhp87EyIxd95p0CTNFTZRjGUEEYKFjZaKBJtoBBNS6d+RJqUIMQgaRBA7GwsJiIWtojYKqZIiMXrR/EBzcV6XJZuZ2dlVFlLkhWG/mf3meXdnv93Z0rYRe6DyHnj+tdx/xm25l3rjO3x4CZ/mYGkeVleiqZU6dDegfwhOXYSDh3MhS5nF9XsTXj+AN09gcy0M7eiEc8NwfhTaOoK5YePmIszegYXPQYhzsvcEXJ+Cao9zKh5IN5bp/RGzpF/j3H87Vo7A7Yep5v6q1vLqTkOm5QOglibNFUMsj/zGeqah5W03z+/u86gpTpMYYnnkGqt6VUghHTNVXO2NmuKQxBLTkmusVyarei1IsCuWmJZcY72nRcvDdI31cShaHqZrHH+RijT3MF3j0CvyvxfjYbrGtePZ+NXlnZxkvDO6O6q7THeTqPfB4pfdE+1e0xhP34hGFWepZpiW3DvWLpNH6+bdVMsjD9M1PnMZOithnL7DE0+jpjgkscS05BqX2+HsVSvN6m78gG9mE1FTHJJYYlry707bLZi5BfPvrfREN67U1lZi0Aobp+HmNJQ892elRl0lXpuE0DLKMGRaPRoxPKYycS8lvpKubhh/DI2BeCT/UXPGHoEYKfIvdTJZyz53D94+g5/N5Bk3PlSFwSswNO5d3uSEbOM4u/UL3r2Aj69gZSEqLJ2rmd+butkiT16AgUveQooRyWN+4+SsAuL0Z1wAPITYf8Z/AH2LqEKe8nAbAAAAAElFTkSuQmCC)
}

.browserVersion .bn {
    padding: 0 7px
}

.browserVersion .bt {
    color: #666;
    padding: 40px 0 20px;
    margin: 0
}

.browserVersion .bp {
    color: #000;
    margin: 0
}

.browserVersion .bbtn {
    text-align: center;
    padding-bottom: 20px
}

.browserVersion .bconfirm {
    background: #1f98fc;
    border: 0;
    color: #fff;
    padding: 8px 25px;
    border-radius: 4px
}

:root{
    --color: #008cd6;
}
.index .navbar-default .navbar-nav .nav-link:hover,.index .navbar-default .navbar-nav>.open>.nav-link:hover{
    color: #fff;
}
.navbar-default .navbar-nav .nav-link:hover span{
    border-color:  var(color);
}
.nav-item.search{
    position: relative;
}
.nav-item.search img{
    position: absolute;
    right: 0;
    top: 26px;
    cursor: pointer;
}
.nav-item.search form{
    display: block;
}
.nav-item.search form{
    position: absolute;
    top: 60px;
    right: 0;
    display: none;
}
.nav-item.search form input{
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
    padding: 5px 10px;
}
.nav-item.search .nav-link{
    padding-right: 35px;
    padding-left: 60px;
    position: relative;
}
.nav-item.search .nav-link:before{
    content: ' ';
    position: absolute;
    left: 18px;
    height: 15px;
    width: 1px;
    background: #333333;
    top: 29px;
}
body.index .nav-item.search .nav-link:before{
    background: #fff;
}
.banner_met_16_1_22 .slick-dots li{
    margin: 0 6px;
}
.slick-dots li{
    height: 5px;
    width: 90px;
}
.slick-dots li button{
    height: 5px;
    padding: 0;
    width: 90px;
}
.slick-dots li button:before{
    height: 5px;
    width: 90px;
    background: #fff;
    content: ' ';
    opacity: 0.6;
}
.head_nav_met_16_1_61.navbar-shadow{
    box-shadow: none;
}
.slick-dots li.slick-active button:before{
    opacity: 1;
}
.index-about{
    background: #f4f6f9 url("../images/index_about.jpg") no-repeat;
    background-size: 100% auto;
}
.about-num{
    display: flex;
    margin-bottom: 60px;
}
.about-num-item{
    width: 25%;
    text-align: center;
    color: #008cd6;
    position: relative;
}
.about-num-item p{
    font-size: 16px;
}
.about-num-item:after{
    position: absolute;
    right: 0;
    bottom: 0;
    content: ' ';
    width: 1px;
    height: 80px;
    background: #008cd6;
    top: 10px;
}
.about-num-item:last-child::after{
    display: none;
}
.about-num-item b{
    font-size: 50px;
    font-weight: normal;
    height: 70px;
    display: block;
}
.about_list_met_16_1_21 .panel-body{
    padding: 15px;
    border-radius: 0;
}
.about-box{
    padding: 45px 0 0 0;
}
.index-about-title{
    font-size: 24px;
    color: #4c4c4c;
    margin-bottom: 15px;
}
.index-about-title span{
    position: relative;
}
.index-about-title span::before{
    content: ' ';
    top: -10px;
    left: 0;
    height: 2px;
    background: #008cd6;
    width: 75%;
    position: absolute;
}
.index-about-link{
    margin-top: 60px;
}
.index-about-link a{
    background: var(--color) url('../images/about-arrow.png') no-repeat;
    color: #fff;
    padding: 10px 60px 10px 20px;
    background-position: 101px center;
    transition: all 0.5s;
    display: inline-block;
    width: 136px;
}
.index-about-link a:hover{
    color: #fff;
    border-radius: 5px;
}
.about-box p{
    color: #666666;
    font-size: 14px;
}
.about-cate{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 0;
    float: right;
    width: 45%;
}
.about-cate-item{
    width: 49%;
    background: #e7e9eb;
    height: 160px;
    overflow: hidden;
    position: relative;
}
.about-cate-item:nth-of-type(1),.about-cate-item:nth-of-type(2){
    margin-bottom: 12px;
}
.about-cate-item-name{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color);
    font-size: 28px;
}
.index-about-desc{
    width: 48%;
    margin-left: 4%;
    padding: 0;
}
.about_list_met_16_1_21 .met-editor div.row{
    margin: 0;
}
.about_list_met_16_1_21 .met-editor div.container{
    padding: 0;
}
.about-cate-item-content{
    transition: all 0.5s;
}
.about-cate-item-content-desc{
    line-height: 26px;
    font-size: 14px;
}
.about-cate-item-content-name{
    font-size: 24px;
    margin-bottom: 10px;
}
.about-cate-item-content {
    transition: all 0.5s;
    height: 100%;
    position: absolute;
    top: 100%;
    background: var(--color);
    color: #fff;
    padding: 15px 20px;
    width: 100%;
}
.about-cate-item:hover .about-cate-item-content{
    top: 0;
}
.about-cate-item-content a{
    color: #fff;
}
.service_list_met_16_1_45.met-index-body.bgcolor{
    background: #fff;
}
.service_list_met_16_1_45.met-index-body h2{
    font-size: 30px;
    font-weight: 500;
    font-family: "黑体";
}
.service_list_met_16_1_45.met-index-body h2 span{
    background: #008cd6;
    height: 2px;
    display: block;
    width: 45px;
    margin: 10px auto 0 auto;
}
.swiper-brand{
    margin: 70px 0;
    overflow: hidden;
}
.index-item-brand-img{
    width: 223px;
    height: 223px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    transition: all 0.5s;
}
.index-item-brand-img img{
    max-height: 100%;
    max-width: 100%;
    transition: all 0.5s;
}
.index-item-brand-img:hover img{
    transform: scale(1.2);
}
.index-item-brand:hover .index-item-brand-img{
    border-color: var(--color);
}
.index-item-brand a{
    color: #333333;
    font-size: 18px;
}
.index-brand .swiper-button-prev-brand{
    left: -65px;
    top: 220px;
    background: url('../images/brand-arrow.png') no-repeat;
    width: 48px;
    height: 48px;
}
.index-brand .swiper-button-next-brand{
    right: -65px;
    top: 220px;
    background: url('../images/brand-arrow-right.png') no-repeat;
    width: 48px;
    height: 48px;
}
.index-item-brand:hover a{
    color: var(--color);
}
.news_list_met_16_1_18.met-index-body h2{
    font-size: 30px;
    font-weight: 500 !important;
    font-family: "黑体";
}
.news_list_met_16_1_18.met-index-body h2 span{
    background: #008cd6;
    height: 2px;
    display: block;
    width: 45px;
    margin: 10px auto 0 auto;
}
.index-news{
    padding: 40px 0 50px 0;
    overflow: hidden;
    position: relative;
}
.index-news-item{
    display: flex;
}
.index-news-item-img{
    width: 640px;
}
.index-news-item-info{
    width: 534px;
    padding: 50px 20px 0 50px;
    background: #fff;
}
.index-news-item-info-time{
    color: #666666;
    font-size: 16px;
}
.index-news-item-info-time span{
    display: block;
    width: 30px;
    height: 1px;
    background: #cecece;
    margin-top: 2px;
}
.index-news-item-info-title{
    font-size: 20px;
    color: #333333;
    display: block;
    margin-bottom: 15px;
}
.index-news-item-info-desc{
    color: #666666;
}
.index-news-item-info-more a{
    color: #f45c31;
}
.index-news-item-info-more{
    margin-top: 30px;
}
.swiper-pagination-news .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #c0c0c0;
    border-radius: 100%;
    opacity: 1;
}
.swiper-pagination-news .swiper-pagination-bullet-active{
    background: #f45c31;
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-news{
    bottom: 0;
}
.news_list_met_16_1_18.met-index-body {
    padding: 70px 0 30px 0;
    margin-bottom: 60px;
}
.foot_nav_met_16_1_46{
    background: #12ACFD;
    padding: 40px 0 0 0;
}
.footer-tel{
    font-size: 26px;
    color: #fff;
}
.footer-tel-tips{
    color: #999999;
}
.masonry-item{
    width: auto;
    margin-right: 8%;
    padding: 0;
    color: #fff;
}
.masonry-item h4{
    color: #fff;
}
.info-1.masonry-item{
    margin-left: 3%;
    margin-right: 10%;
}
.masonry-item:last-child{
    margin-right: 0;
}
.footer-third{
    margin-top: 15px;
}
.foot_nav_met_16_1_46 .info .footer-third>a{
    margin-right: 50px;
    margin-left: 0;
}
.footer-third a p{
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
}
.footer-copyright{
    margin: 30px -15px 0 -15px;
    color: #fff;
}
.footer-copyright a{
    color: #fff;
}
.foot_nav_met_16_1_46 .info p{
    color: #fff;
}
.footer-copyright p{
    margin-bottom: 0;
}
.banner_met_16_1_22:hover .slick-arrow{
    display: none !important;
}
.swiper-banner{
    position: relative;
}
.swiper-banner .swiper-slide img{
    width: 100%;
    display: block;
}
.swiper-banner .swiper-pagination-bullet{
    width: 95px;
    height: 5px;
    background: #fff;
    border-radius: 0;
    opacity: 0.7;
}
.swiper-banner .swiper-pagination-bullet-active{
    opacity: 1;
}
.news_list_met_16_1_18.met-index-body.bgcolor {
    background: #f4f6f9;
}
.head_nav_met_16_1_61 .navlist>.nav-item>a.active span {
    border-bottom: 2px solid var(--color);
    padding-bottom: 5px;
    color: #333333 !important;
    transition: all 0.5s;
}
body.index .head_nav_met_16_1_61 .navlist>.nav-item>a.active span{
    color: #fff !important;
}
.head_nav_met_16_1_61 .navlist .nav-item .dropdown-menu.two-menu a:hover span{
    color: var(--color) !important;
}
.head_nav_met_16_1_61 .navlist .nav-item .dropdown-menu.two-menu a:hover{
    color: var(--color) !important;
}
.banner_met_16_1_22 .banner-text p {
    font-size: 16px;
    margin: 10px 0 0;
}
.position{
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.position a{
    color: #000;
}
.fzlcSwiper{
    overflow: hidden;
    margin-top: 70px;
}
.fzlcSwiper .swiper-slide img{
    max-width: 100%;
}
.fzlcSwiper .swiper-slide .fzlcTxt{
    display: none;
}
.fzlcSwiper .swiper-slide-active .fzlcTxt{
    display: block;
    width: 520px;
}
.fzlcSwiper .swiper-slide{
    /*transform: scale(0.7);*/
}
.fzlcSwiper .swiper-slide-active,.fzlcSwiper .swiper-slide-duplicate-active{
    /*transform: scale(1);*/
}
.fzlcSwiper .swiper-slide .img{
    height: 180px;
    width: 290px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 70px;
}
.fzlcSwiper .swiper-slide-active .img{
    height: 320px;
    width: 520px;
    margin-top: 0;
}
.fzlcSwiper .swiper-slide-active{
    margin-left: -230px;
}
.fnt_40{
    margin-top: 20px;
    font-size: 24px;
    font-style: italic;
}
.fzlcTxt p{
    color: #3f3f3f;
    font-size: 16px;
}
.fzlcRight .swiper-pagination {
    margin-top: 113px;
    border-radius: 50px;
    position: static;
    left: auto;
    bottom: auto;
    width: 100%;
    height: 30px;
    background: linear-gradient(to right, #2cb3fb, #008cd6), url(../images/fzlc-bg.jpg) center top repeat-y;
    background-size: 100% auto;
}
.fzlcRight .swiper-pagination-clickable .swiper-pagination-bullet {
    color: #333;
    position: relative;
    top: -48px;
    opacity: 1;
    height: auto;
    border-radius: 0px;
    background: 0;
    width: 11.11%;
}
.fzlcRight .swiper-pagination-clickable .swiper-pagination-bullet i {
    position: absolute;
    left: 50%;
    top: 28px;
    display: block;
    width: 1px;
    height: 30px;
    background: #2cb3fb;
}
.fzlcRight .swiper-pagination-clickable .swiper-pagination-bullet em {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
}
.fzlcRight .swiper-pagination-clickable .swiper-pagination-bullet:nth-child(2n) {
    top: auto;
    bottom: -54px;
}
.fzlcRight .swiper-pagination-clickable .swiper-pagination-bullet:nth-child(2n) i {
    top: auto;
    bottom: 28px;
}
.fzlcRight .swiper-pagination-clickable .swiper-pagination-bullet em {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    font-style: normal;
}
.fzlcRight .nextDiv {
    padding-top: 100px;
    text-align: center;
    width: 100%;
}
.fzlcRight .nextDiv a {
    display: inline-block;
    margin: 0 54px;
    width: 48px;
    height: 48px;
}
.fzlcRight .nextDiv a.fzlcPrev {
    background: url(../images/arrow-prev.png) center center no-repeat;
    background-size: 100%;
}
.fzlcRight .nextDiv a.fzlcPrev:hover{
    background: url(../images/brand-arrow.png) center center no-repeat;
}
.fzlcRight .nextDiv a.fzlcNext {
    background: url(../images/arrow-next.png) center center no-repeat;
    background-size: 100%;
}
.fzlcRight .nextDiv a.fzlcNext:hover{
    background: url(../images/brand-arrow-right.png) center center no-repeat;
}
.fzlcRight .swiper-pagination-clickable .swiper-pagination-bullet-active em {
    background: #008cd6;
}
.fzlcRight .swiper-pagination-clickable .swiper-pagination-bullet-active {
    color: #fff;
    background: 0;
}
.fzlcRight{
    max-width: 688px;
    padding-bottom: 50px;
    width: 100%;
    margin: 0 auto;
}
.pinpaijieshao-1{
    position: relative;
}
.pinpaijieshao-1 .position{
    border-bottom: none;
    color: #fff;
}
.pinpaijieshao-1 .position a{
    color: #fff;
}
.show_met_16_1_8.met-show-body{
    padding-top: 0;
}
.banner_met_16_1_22{
    background: #fff;
}
.pinpaijieshao-1 .pinpaijieshao-1-content{
    position: absolute;
    top: 30px;
    width: 100%;
    height: 100%;
}
.pinpaijieshao-1-content .container{
    position: relative;
    height: 100%;
}
.pinpaijieshao-1-content-text{
    right: 0;
    width: 530px;
    color: #ffffff;
    line-height: 35px;
    font-size: 16px;
}
.pinpaijieshao-1-content-container{
    display: flex;
    justify-content: flex-end;
    padding-top: 20%;
}
.pinpaijieshao-1-content-text p{
    margin-bottom: 5px;
}
.pinpaijieshao-img{
    display: block;
    width: 100%;
}
.pinpaijieshao-2{
    position: relative;
}
.pinpaijieshao-2-content{
    position: absolute;
    top: 0;
    width: 100%;
}
.pinpaijieshao-2-content-text{
    width: 49%;
    font-size: 16px;
    line-height: 35px;
    margin-top: 17%;
}
.pinpaijieshao-2-content p{
    margin-bottom: 5px;
}
.pinpaijieshao-3{
    background: #5b9bd5;
    padding-top: 130px;
}
.pinpaijieshao-3-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 190px;
    align-items: center;
}
.pinpaijieshao-3-item-img{
    width: 569px;
    height: 320px;
    background: #fff;
    object-fit: fill;
}
.pinpaijieshao-3-item-info{
    width: 518px;
    color: #fff;
}
.pinpaijieshao-3-item-info-title{
    font-size: 24px;
    margin-bottom: 30px;
}
.pinpaijieshao-3-item-info-desc{
    line-height: 30px;
    font-size: 16px;
}
.pinpaijieshao-3-item:nth-of-type(even){
    flex-flow: row-reverse;
}
.pinpaijieshao-4{
    position: relative;
}
.pinpaijieshao-4-info{
    position: absolute;
    left: 14%;
    top: 30%;
    width: 465px;
    font-size: 16px;
    line-height: 35px;
}
.pinpaijieshao-4-info p{
    margin-bottom: 5px;
}
.qywh-1{
    padding: 30px 0 90px 0;
}
.qywh-1 p{
    margin-bottom: 0;
}
.qywh-title{
    font-size: 22px;
}
.qywh-title span{
    display: block;
    height: 4px;
    width: 77px;
    background: #e3a253;
    margin-top: 5px;
}
.qywh-desc{
    color: #808080;
    font-size: 16px;
    margin-top: 15px;
}
.qywh-2-list{
    display: flex;
    margin: 30px 0 50px 0;
    flex-wrap: wrap;
}
.qywh-2-list-img{
    width: 24%;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.qywh-2-list-img:nth-of-type(4n){
    margin-right: 0;
}
.qywh-2-list-img img{
    max-width: 100%;
    max-height: 100%;
    transition: all 0.5s;
}
.qywh-2-list-img:hover img{
    transform: scale(1.2);
}
.qywh-3-content{
    display: flex;
    margin: 35px 0 80px 0;
    justify-content: space-between;
    align-items: center;
}
.qywh-3-content-img{
    width: 546px;
}
.qywh-3-content-img img{
    max-height: 100%;
}
.qywh-3-content-info{
    width: 590px;
    color: #808080;
    line-height: 32px;
    font-size: 16px;
}
.qywh-4{
    position: relative;
}
.qywh-4 .qywh-title{
    text-align: center;
}
.qywh-4 .qywh-title span{
    margin: 5px auto 0 auto;
}
.swiper-cert{
    margin: 30px auto 80px auto;
    overflow: hidden;
    width: 1062px;
}
.cert-img{
    border: 1px solid #ddd;
}
.swiper-cert .swiper-button-next, .swiper-cert .swiper-button-prev{
    top: 48%;
    width: 32px;
    height: 57px;
}
.swiper-cert .swiper-button-next{
    background: url("../images/qywh-12.jpg") no-repeat;
}
.swiper-cert .swiper-button-prev{
    background: url("../images/qywh-11.jpg") no-repeat;
}
.cert-title{
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #000000;
    font-size: 16px;
}
.qywh-5-img{
    position: relative;
}
.qywh-5-img img{
    display: block;
}
.qywh-5-title{
    position: absolute;
    bottom: 0;
    height: 58px;
    background: rgba(0,0,0,0.5);
    line-height: 58px;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 16px;
}
.foot_nav_met_16_1_46 .list h4 a:hover, .foot_nav_met_16_1_46 .list h4 a:hover span, .foot_nav_met_16_1_46 .list ul li a:hover, .foot_nav_met_16_1_46 .list ul li a:hover span {
    color: var(--color) !important;
}
.rcfz-1:nth-of-type(2){
    margin-top: 40px;
}
.rcfz-1{
    margin-bottom: 80px;
}
.rcfz-1-content{
    color: #808080;
    font-size: 16px;
    line-height: 32px;
    margin-top: 10px;
}
.rcfz-1-content p{
    margin-bottom: 0;
}
.rcfz-3-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rcfz-3-list{
    list-style: none;
    padding: 0;
    margin-top: 34px;
}
.rcfz-3-list li{
    width: 24%;
}
.rcfz-3-list-img{
    width: 284px;
    height: 238px;
    overflow: hidden;
}
.rcfz-3-list-img img{
    max-height: 100%;
    max-width: 100%;
    transition: all 0.5s;
}
.rcfz-3-list-img:hover img{
    transform: scale(1.2);
}
.rcfz-3-list li p{
    height: 70px;
    line-height: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #000000;
}
.pinpaichanpin{
    padding-top: 35px !important;
    border-top: 1px solid #ddd;
}
.pinpaijieshao-3-swiper{
    width: 600px;
    overflow: hidden;
    position: relative;
}
.pinpaijieshao-3-swiper .swiper-pagination-bullet{
    opacity: 0.4;
}
.pinpaijieshao-3-swiper .swiper-pagination-bullet-active{
    opacity: 1;
    background: #000;
}
.met-navfixed .navbar-fixed-top{
    position: fixed;
}
.head_nav_met_16_1_61 .met-logo{
    height: 70px;
    margin-left: 115px;
}
.qywh-5-img-swiper{
    overflow: hidden;
    position: relative;
    margin: 40px 0 60px 0;
}
.qywh-5-img-swiper .swiper-button-next, .qywh-5-img-swiper .swiper-button-prev {
    top: 48%;
    width: 32px;
    height: 57px;
}
.qywh-5-img-swiper .swiper-button-next{
    background: url("../images/qywh-12.png") no-repeat;
}
.qywh-5-img-swiper .swiper-button-prev{
    background: url("../images/qywh-11.png") no-repeat;
}
.swiper-style{
    position: relative;
}
.swiper-style .swiper-pagination-bullet{
    opacity: .4;
    width: 12px;
    height: 12px;
}
.swiper-style .swiper-pagination-bullet-active{
    opacity: 1;
    background: var(--color);
}
.product-tab{
    display: flex;
    flex-wrap: wrap;
}
.product-tab a{
    border: 1px solid #d2d2d2;
    min-width: 140px;
    padding: 0 15px;
    height: 43px;
    line-height: 43px;
    color: #000000;
    border-radius: 10px;
    margin-right: 29px;
    text-align: center;
    font-size: 16px;
    transition: all 0.5s;
}
.pinpaichanpin .product-tab a.on,.pinpaichanpin .product-tab a:hover{
    background: #81511c;
    color: #fff;
}
.pinpaichanpin .position{
    border-bottom: 0;
}
.pinpaichanpin-list{
    width: 98%;
    margin: 10px auto;
}
.pinpaichanpin-item-title{
    font-size: 30px;
    text-align: center;
    margin-bottom: 48px;
    font-family: "黑体";
    display: none;
}
.pinpaichanpin-item-title span{
    border-bottom: 4px solid #e3a253;
    padding-bottom: 18px;
}
.pinpaichanpin-item-img{
    position: relative;
}
.pinpaichanpin-item-img img{
    display: block;
    width: 100%;
}
.pinpaichanpin-item-img .prod-link{
    position: absolute;
    right: 22px;
    bottom: 30px;
    width: 116px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    background: #fff;
    border-radius: 5px;
    transition: all 0.5s;
}
.pinpaichanpin-item-img a:hover{
    transform: scale(1.1);
}
.pinpaichanpin-item{
    margin-bottom: 5px;
}
.product-list-desc{
    color: #7d7d7d;
    margin: 20px 0 30px 0;
    text-align: center;
}
.product-list-desc p{
    margin-bottom: 0;
}
.product_list_page_met_16_1_70.met-product.type-1 .met-product-list li h4 a{
    color: #000;
}
.met_pager a.Ahover{
    border-color: var(--color);
    background: var(--color);
}
.met-product-list li .cover-image{
    transition: all 0.5s;
}
.met-product-list li .cover-image:hover{
    transform: scale(1.1);
}
.product-video{
    width: 100%;
    position: absolute;
    top: 48%;
}
.videoDiv{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.videoDiv video{
    border: 6px solid #fff;
    overflow: hidden;
    width: 294px;
    height: 170px;
    object-fit: fill;
}
.product_list_detail_met_16_1_56{
    /*padding-top: 70px;*/
}.product_list_detail_met_16_1_56 #met-imgs-slick.fngallery .slick-slide a, #met-imgs-slick.fngallery .slick-slide img{
    cursor: default;
 }
.lg-backdrop{
    display: none;
}
.lg-outer{
    display: none;
}
.product-detail-main{
    padding: 45px 0 0 0;
}
.met-showproduct-list{
    border: 1px solid #ddd;
}
.product_list_detail_met_16_1_56 #met-imgs-slick .slick-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 430px;
}
.product_list_detail_met_16_1_56 .met-showproduct-head .product-intro h1{
    color: #000;
    font-size: 24px;
}
.prod-spec{
    color: #000;
    margin: 30px 0;
}
.prod-spec em{
    font-style: normal;
    color: #7c7c7c;
}
.prod-desc{
    color: #7c7c7c;
    font-size: 16px;
}
.prod-zxdl{
    margin-top: 60px;
}
.prod-zxdl a{
    background: #e5aa62;
    color: #fff;
    width: 227px;
    height: 43px;
    display: block;
    text-align: center;
    line-height: 43px;
    font-size: 16px;
}
.product-detail-main .col-lg-5{
    max-width: 430px;
    padding: 0;
}
.product-detail-main .col-lg-7{
    float: right;
    width: 61%;
}
.product_list_detail_met_16_1_56 .met-showproduct-body{
    background: #fff;
    padding-top: 0;
}
.product_list_detail_met_16_1_56 .panel{
    padding: 0;
}
#product-content0{
    padding: 0 0 20px 0;
}
#product-content0 p img{
    /*display: block;*/
}
.news-list{
    padding: 55px 0;
    list-style: none;
}
.news-list li{
    position: relative;
    padding-left: 270px;
    padding-bottom: 55px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 55px;
}
.news-list li .news-img{
    position: absolute;
    left: 0;
    width: 240px;
    height: 180px;
    overflow: hidden;
}
.news-list li .news-img img{
    transition: all 0.5s;
    max-width: 100%;
}
.news-list li:hover .news-img img{
    transform: scale(1.1);
}
.news-info a{
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.news-info-desc{
    margin: 30px 0;
    height: 70px;
    line-height: 25px;
    color: #858585;
}
.news-info-time{
    color: #646262;
}
.met_pager {
    margin-top: 20px;
    text-align: center;
}
.met_pager * {
    display: inline-block;
}
.met_pager a {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    border-right: none;
    background: #ffffff;
    text-align: center;
    color: #76838f;
}
.met_pager a {
    text-decoration: none;
}
.met_pager a:last-child {
    border-right: 1px solid #e4eaec;
}
.met_pager a.Ahover {
    background: var(--color);
    border-color: var(--color);
    color: #ffffff;
    cursor: default;
}
.jiameng-tab{
    margin: 25px 0 50px 0;
}
.jiameng-tab a{
    color: #000000;
    margin-right: 70px;
}
.swiper-jiameng{
    overflow: hidden;
    position: relative;
    padding-bottom: 35px;
}
.swiper-jiameng .swiper-pagination{
    bottom: 0
}
.swiper-jiameng .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
}
.swiper-jiameng .swiper-pagination-bullet-active{
    background: #000000;
}
.jiameng-1{
    padding-bottom: 70px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 70px;
}
.jiameng-2{
    color: #808080;
    font-size: 16px;
    margin-bottom: 50px;
}
.jiameng-2 p{
    margin-bottom: 0;
}
.jiameng-2-title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}
.jiameng-3-list{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    padding: 5px 0 0 0;
    margin-bottom: 0;
}
.jiameng-3-list li{
    width: 31%;
    margin-bottom: 20px;
}
.jiameng-4 table{
    width: 100%;
}
.jiameng-4 table thead th{
    background: #00a0e9;
    color: #fff;
    height: 50px;
    text-align: center;
    border: none;
}
.jiameng-4 table td{
    border: none;
    height: 50px;
    text-align: center;
    font-size: 16px;
}
.jiameng-4 table tbody tr:nth-of-type(odd) td{
    background: #c0eafe;
}
.jiameng-5{
    margin: 70px 0;
}
.jiameng-5-tips{
    font-size: 16px;
}
.jiameng-5-tips p{
    margin-bottom: 0;
}
.jiameng-5-tips p:nth-of-type(1){
    font-size: 22px;
    color: #00a0e9;
}
.jiameng-5-form form{
    width: 650px;
    margin: 0 auto;
}
.jiameng-5-form-item{
    position: relative;
    padding-left: 100px;
    margin-bottom: 25px;
}
.jiameng-5-form-item span{
    position: absolute;
    left: 0;
    line-height: 45px;
    font-size: 16px;
}
.jiameng-5-form-item input, .jiameng-5-form-item textarea{
    width: 100%;
    background: #fff;
    height: 45px;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 0 2%;
    font-size: 16px;
}
.jiameng-5-form-item textarea{
    height: 215px;
    padding: 10px 2%;
    resize: none;
}
.jiameng-5-form-item input[type='submit']{
    background: #00a0e9;
    color: #fff;
    width: 150px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}
.contact-main-title{
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 16px;
}
.contact-main-title .pos{
    float: right;
    font-weight: normal;
    font-size: 14px;
    color: #000;
}
.contact-main-title .pos a{
    color: #000;
}
.contact-main{

}
.contact-content{
    padding: 35px 0 0 0;
    line-height: 26px;
}
.contact-content p{
    margin-bottom: 0;
}
.contact-info{
    display: flex;
    margin-bottom: 80px;
}
.contact-info-map{
    width: 700px;
    height: 402px;
}
.contact-info-text{
    padding: 20px;
    width: 500px;
    border: 1px solid #ddd;
    border-left: 0;
}
.contact-info-text p{
    margin-bottom: 5px;
}
.search-list li{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
}
.search-list{
    padding: 0;
    list-style: none;
}
.search-list .news-info a{
    font-weight: normal;
    color: #666;
    font-size: 15px;
}
.news-detail{
    padding: 30px 0;
}
.news-detail-title{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}
.news-detail-subtitle{
    text-align: center;
    color: #6f6f6f;
    margin-bottom: 20px;
}
.news-detail-subtitle span{
    margin-right: 30px;
}
.news-detail-content{
    padding: 50px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
    color: #616161;
    font-size: 16px;
    line-height: 32px;
}
.news-detail-content img{
    max-width: 100%;
}
.news-detail-prev-next a{
    color: #000;
}
.back_top_met_16_1_80.met-scroll-top{
    background: var(--color);
    border-color: var(--color);
}
.back_top_met_16_1_80.met-scroll-top:hover, .back_top_met_16_1_80.met-scroll-top:focus{
    border-color: var(--color);
    background-color: var(--color);
}
.product_list_detail_met_16_1_56 .nav-tabs-line .nav-link.active{
    color: #000;
    border-bottom: 2px solid #e5aa62;
    font-size: 22px;
    padding: 0 0 6px;
}
.met_pager{
    margin-bottom: 30px;
}
.foot_nav_met_16_1_46.en .masonry-item{
    margin-right: 3.5%;
}
.foot_nav_met_16_1_46.en .masonry-item:last-child{
    margin-right: 0;
}
.head_nav_met_16_1_61 .navlist>.nav-item>a span{
    font-size: 16px;
}
.nav-link{
    padding: 0 30px;
}
.head_nav_met_16_1_61 .navlist .nav-item .nav-link{
    height: 70px;
    line-height: 70px;
}
.navbar-nav{
    position: relative;
}
.navbar-nav>.nav-item{
    position: static;
}
.head_nav_met_16_1_61 .navlist .nav-item > .dropdown-menu.dropdown-menu-bullet {
    top: 67px;
    left: -20%;
    width: 120%;
    background: none;
    border: none;
    box-shadow: none;
    text-align: center;
}
.head_nav_met_16_1_61 .navlist .nav-item > .dropdown-menu.two-menu a {
    background: var(--color);
    color: #fff !important;
    transform: skew(-20deg);
    display: inline-block;
    border-radius: 0;
    margin-right: 10px;
    width: auto;
}
.dropdown-menu.dropdown-menu-bullet:before, .dropdown-menu.dropdown-menu-bullet:after{
    display: none;
}
.dropdown-toggle::after{
    display: none;
}
.head_nav_met_16_1_61 .met-logo img{
    max-height: 60px;
}
.list-news-video{
    display: flex;
    justify-content: space-between;
}
.list-news-video .list-news-video-item{
    width: 31%;
    height: 210px;
}
.list-news-video-item:nth-of-type(2){
}
.list-news-video-item video{
    width: 100%;
    object-fit: fill;
    height: 100%;
}
.contact-content{
    display: flex;
}
.contact-content-left{
    width: 50%;
}
.contact-content-right{
    width: 50%;
}
.contact-content-left-text{
    margin-top: 50px;
}
.contact-content-title h2{
    font-size: 28px;
    color: var(--color);
    font-weight: bold;
    margin-bottom: 0;
}
.contact-content-title p{
    text-align: left;
    font-size: 14px;
    line-height: 40px;
    display: block;
    color: #8c8c8c;
}
.contact-content-left-text{
    text-align: left;
    font-size: 16px;
    line-height: 40px;
    display: block;
    color: #8c8c8c;
}
.contact-content-right-form{
    padding-top: 20px;
}
.contact-content-right-form .jiameng-5-form-item input, .contact-content-right-form .jiameng-5-form-item textarea{
    background: #fff;
    border: 1px solid #ddd;
    height: 45px;
}
.contact-content-right-form .jiameng-5-form-item textarea{
    height: 200px;
}
.contact-content-right-form .jiameng-5-form-item span{
    line-height: 45px;
}
.contact-content-right-form .jiameng-5-form-item input[type='submit']{
    background: #00a0e9;
}

.ppyqy{
    padding-top: 10%;
    color: #fff;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}
.about-1{
    position: relative;
}
.about-1-content{
    position: absolute;
    width: 100%;
    top: 0;
}
.about-common-title{
    font-size: 60px;
    position: relative;
    display: inline-block;
    padding: 0 100px;
    color: #fff;
}
.about-common-title img{
    position: absolute;
    left: 0;
    top: 0;
}
.about-common-title img:last-child{
    position: absolute;
    left: auto;
    right: 0;
}
.ppyqy-text{
    margin-top: 50px;
    font-size: 22px;
    line-height: 44px;
}
.about-more{
    position: absolute;
    bottom: -8px;
    text-align: right;
    width: 100%;
    height: 43px;
    right: 0;
}
.about-more .container{
    margin: 0 auto;
}
.about-more a{
    padding: 12px 52px 12px 30px;
    background: var(--color) url('../images/about-jt.png') no-repeat 105px center;
    color: #fff;
    margin-right: -15px;
}
.about-2{
    margin-top: 10px;
    position: relative;
    padding-bottom: 45px;
}
.about-2:nth-of-type(1){
    margin-top: 50px;
}
.about-2-img{
    float: left;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}
.about-2>.row{
    display: flex;
    background: #ffffff;
}
.about-2-content{
    background: #ffffff;
    padding: 20px 35px;
    line-height: 28px;
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.about-2-content p{
    margin-bottom: 0;
}
.about-fzlc{
    background: url("../images/fzlc-bg2.png") no-repeat center top;
}
.about-2-title{
    height: 58px;
    text-align: center;
    font-size: 30px;
    color: #000;
    margin-bottom: 40px;
    font-family: '黑体';
}
.about-2-title span{
    padding: 9px 66px;
    /*background: url(../images/abou-title-bg2.png) no-repeat;*/
}
.about-fzlc .fzlcSwiper{
    margin-top: 30px;
}
.about-58{
    margin-top: 10px;
}
.about-58 .rcfz-3-list{
    margin-top: 0;
}
.met-head.navbar-fixed-top {
    z-index: 99999;
}
.head_nav_met_16_1_61 .navlist .nav-item:nth-of-type(2) > .dropdown-menu.dropdown-menu-bullet{
    text-align: left;
    padding-left: 195px;
}

.pinpaijieshao-2-imgs{
    position: absolute;
    right: 0;
}
.pinpaijieshao-2-imgs img{
    display: block;
    position: absolute;
}
.pinpaijieshao-2-imgs img:nth-of-type(1){
    right: 339px;
    top: -127px;
}
.pinpaijieshao-2-imgs img:nth-of-type(2){
    right: 233px;
    top: 66px;
}
.pinpaijieshao-2-imgs img:nth-of-type(3){
    right: 418px;
    top: 255px;
}
.foot_nav_met_16_1_46 .list h4 a{
    color: #fff;
}
.foot_nav_met_16_1_46 .list ul li a{
    color: #fff;
}
.head_nav_met_16_1_61 .navlist .nav-item:nth-of-type(6) > .dropdown-menu.dropdown-menu-bullet{
    padding-left: 580px;
}
.list-icons>li:first-child a{
    font-size: 24px;
}
.sidebar-column li a {
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 39px;
    padding-left: 20px;
}
.sidebar-column li a.active, .met-column-nav-ul li a.active,.sidebar-column li a:hover {
    color: #fff;
    background: var(--color);
}
.page-main .position{
    display: flex;
    justify-content: space-between;
}
.page-name{
    font-size: 24px;
    color: var(--color);
}
.page-pos{
    line-height: 36px;
}
.show_met_16_1_8 .my-show.left .col-md-3 .met-sidebar{
    box-shadow: none;
}
.container.popular-product.left{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
#product-content0 p{
    margin-bottom: 0;
}
.about-main .container{
    width: 100%;
    max-width: 1500px;
}
.about-main .about-fzlc .container{
    max-width: 1200px;
}
.met-head-user-toggler{
    display: none;
}
.phone-show{
    display: none;
}
.product_list_detail_met_16_1_56 .container{
    width: 100%;
}
.product_list_detail_met_16_1_56 .position{
    padding-left: 15px;
    margin-bottom: 0;
}
.product_list_detail_met_16_1_56 .page-content{
    padding: 0;
}
.qywh-3-content-img img{
    max-width: 100%;
}
.banner-text{
    display: none;
}
.product-cover-title{
    font-size: 30px;
    margin-bottom: 15px;
    font-family: "黑体";
    text-align: center;
}
.product-cover-title span{
    border-bottom: 4px solid #e3a253;
    padding-bottom: 18px;
}
@media (max-width: 1440px){
    .pinpaijieshao-1-content-container{
        padding-top: 5%;
    }
    .pinpaijieshao-2-content-text{
        margin-top: 10%;
    }
    .pinpaijieshao-4-info{
        left: 6%;
        top: 16%;
    }
    .pinpaijieshao-3{
        margin-top: -1px;
    }
}
@media (max-width: 1024px){
    .phone-hide{
        display: none;
    }
    .phone-show{
        display: inherit;
    }
    .head_nav_met_16_1_61 .navbar-toggler{
        height: 40px;
        padding-top: 1.22rem;
    }
    .index.cover .head_nav_met_16_1_61{
        background: #fff;
    }
    .nav-item.search img{
        display: none;
    }
    .nav-item.search .nav-link:before{
        display: none;
    }
    /*.index .head_nav_met_16_1_61.navbar-default .hamburger .hamburger-bar, .index .head_nav_met_16_1_61.navbar-default .hamburger:after, .index .head_nav_met_16_1_61.navbar-default .hamburger:before{
        background: #f2f2f2;
    }*/
    .hamburger .hamburger-bar, .hamburger:after, .hamburger:before{
        width: 1.2em;
    }
    .index.cover .head_nav_met_16_1_61.navbar-default .hamburger .hamburger-bar, .index.cover .head_nav_met_16_1_61.navbar-default .hamburger:after, .index.cover .head_nav_met_16_1_61.navbar-default .hamburger:before{
        background-color: #5f615a;
    }
    .hamburger-close:before{
        transform-origin: 18%;
    }
    .hamburger-close:after{
        transform-origin: 6%;
    }
    body.index .head_nav_met_16_1_61 .navlist>.nav-item>a.active span {
        color: #333333 !important;
        padding-bottom: 0;
    }
    .head_nav_met_16_1_61 .navlist .nav-item{
        position: relative;
    }
    .head_nav_met_16_1_61 .navlist .nav-item.dropdown::before{
        position: absolute;
        content: ' ';
        right: 30px;
        top: 8px;
        background: url(../images/arrow_down.png) no-repeat left center;
        background-size: cover;
        width: 15px;
        height: 15px;
        transition: all 0.5s;
    }
    .head_nav_met_16_1_61 .navlist .nav-item.dropdown.open::before{
        transform: rotate(180deg);;
    }
    .head_nav_met_16_1_61 .navlist .nav-item .nav-link {
        height: 40px;
        line-height: 40px;
        padding: 0 30px;
    }
    .head_nav_met_16_1_61 .navlist .nav-item > .dropdown-menu.dropdown-menu-bullet{
        padding-left: 35px !important;
        width: 100%;
        text-align: left;
        padding-top: 0;
    }
    .head_nav_met_16_1_61 .navlist .nav-item > .dropdown-menu.two-menu a{
        display: block;
        background: #fff;
        color: #333333 !important;
        transform: inherit;
    }
    .head_nav_met_16_1_61 .navlist>.nav-item>a span{
        display: block;
        padding-bottom: 0;
    }
    .head_nav_met_16_1_61 .navlist .nav-item:last-child{
        border-bottom: 0;
    }
    .met-head-user-toggler i:first-child{
        display: block;
    }
    .head_nav_met_16_1_61 .met-head-user-toggler{
        float: right;
        position: relative;
        padding: 0;
        margin-top: 14px !important;
        height: 30px;
        line-height: normal;
        background: none;
        border: none;
        outline: none;
        display: block;
    }
    .met-head-user-toggler form{
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        background: #fff;
        height: 100%;
        padding: 20px;
        display: none;
    }
    .met-head-user-toggler form input[type='text']{
        border: 1px solid #ddd;
        background: #fff;
        outline: none;
        height: 40px;
        padding: 0 10px;
        width: 85%;
        float: left;
        border-radius: 20px;
    }
    .met-head-user-toggler form input[type='submit'],.met-head-user-toggler form input[type='button']{
        color: #333;
        background: none;
        border: none;
        height: 40px;
        float: left;
        width: 15%;
        text-align: center;
    }
    .head_nav_met_16_1_61 .met-logo {
        height: 50px;
        margin-left: 15px;
    }
    .head_nav_met_16_1_61 .met-logo img {
        max-height: 35px;
    }
    .head_nav_met_16_1_61 .navbar-nav {
        overflow: hidden;
    }
    .swiper-banner .swiper-pagination-bullet{
        width: 40px;
        height: 3px;
    }
    .phone-top-nav{
        position: absolute;
        top: 50px;
        width: 96%;
        text-align: center;
        display: flex;
        justify-content: space-between;
        left: 2%;
        background: #fff;
        padding: 0 2% 10px;
    }
    .index .phone-top-nav{
        display: flex;
    }
    .phone-top-nav a{
        background: #c5e6eb;
        color: #0491Fb;
        padding: 3px 0;
        width: 24%;
    }
    .phone-top-nav a:nth-of-type(1){
        background: #0491Fb;
        color: #fff;
    }
    .met-head.navbar-fixed-top .head_nav_met_16_1_61 .navbar-collapse{
        position: relative;
        z-index: 1;
        background: #fff;
    }
    .about_list_met_16_1_21.met-index-body{
        margin-top: 0;
    }
    .about-num-item b{
        font-size: 24px;
        height: 35px;
    }
    .about-num-item p {
        font-size: 14px;
    }
    .about-num-item:after{
        height: 45px;
    }
    .about-num{
        margin-bottom: 0;
    }
    .about_list_met_16_1_21 .met-editor{
        margin-top: 20px;
    }
    .about-box {
        padding: 25px 0 0 0;
    }
    .index-about-title{
        font-size: 22px;
    }
    .index-about-desc{
        width: auto;
        float: none;
        margin: 0;
        padding: 5px 20px;
    }
    .about-cate{
        float: none;
        width: auto;
        padding-left: 0;
        margin-top: 25px;
    }
    .about_list_met_16_1_21 .panel-body{
        padding: 0;
    }
    .about-cate-item{
        height: 130px;
    }
    .about-cate-item-name{
        font-size: 22px;
    }
    .index-about {
        background: #fff url(../images/index_about.jpg) no-repeat;
    }
    .about-cate-item-content-name {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .about-cate-item-content-desc {
        line-height: 16px;
        font-size: 12px;
    }
    .service_list_met_16_1_45.met-index-body {
        padding: 20px 0;
    }
    .index-item-brand-img{
        width: 100%;
        height: 115px;
    }
    .index-brand .swiper-button-next-brand{
        right: 20px;
        top: 140px;
        background: url(../images/brand-arrow-right.png) no-repeat;
        background-size: auto 30px;
        width: 30px;
        height: 30px;
    }
    .index-brand .swiper-button-prev-brand{
        left: 20px;
        top: 140px;
        background: url('../images/brand-arrow.png') no-repeat;
        background-size: auto 30px;
        width: 30px;
        height: 30px;
    }
    .swiper-brand{
        width: 80%;
        margin: 20px auto 0 auto;
    }
    .service_list_met_16_1_45.met-index-body h2{
        font-size: 22px;
    }
    .news_list_met_16_1_18.met-index-body{
        padding: 50px 0 30px 0;
    }
    .news_list_met_16_1_18.met-index-body h2{
        font-size: 22px;
    }
    .index-news-item-img{
        width: 100%;
    }
    .index-news-item-img img{
        max-width: 100%;
    }
    .index-news-item{
        display: block;
    }
    .index-news-item-info{
        width: auto;
        padding: 10px 15px;
    }
    .index-news-item-info-time{
        display: none;
    }
    .index-news-item-info-title{
        font-size: 16px;
        color: #000;
        line-height: 20px;
    }
    .index-news-item-info-desc{
        line-height: 18px;
    }
    .index-news{
        padding: 40px 0 30px 0;
    }
    .foot_info_met_16_1_47_bottom{
        display: none;
    }
    .masonry-item:nth-of-type(1),.masonry-item:nth-of-type(2),.masonry-item:nth-of-type(3){
        display: none;
    }
    .info-1.masonry-item{
        position: static !important;
        float: none;
        text-align: center;
    }
    .info.masonry-item>h4{
        display: none;
    }
    .info.masonry-item{
        float: none;
        text-align: center;
        position: static !important;
        margin-left: 0;
        margin-right: 0;
    }
    .foot_nav_met_16_1_46 .info .footer-third>a:last-child{
        margin-right: 0;
    }
    .foot_nav_met_16_1_46 .info i.fa-weixin{
        color: #fff !important;
    }
    .footer-copyright{
        padding: 0 15px;
    }
    .head_nav_met_16_1_61 {
        min-height: 50px;
    }
    .about-2-title{
        height: 35px;
        color: #000;
    }
    .about-2-img{
        max-width: 100%;
        float: none;
        width: 94%;
        display: block;
        margin: 0 3%;
    }
    .about-2-content-text p, .about-2-content-text p span{
        font-size: 14px !important;
        line-height: 26px !important;
    }
    .about-2>.row{
        display: block;
    }
    .about-2-content{
        padding: 0 15px;
        display: block;
        line-height: 20px;
    }
    .about-more{
        right: 30px;
        bottom: -60px;
    }
    .mainDiv.mainDivOne{
        width: 100% !important;
    }
    .fzlcSwiper .swiper-slide-active{
        margin-left: 0;
        margin-top: -10px;
    }
    .about-fzlc .fzlcSwiper{
        margin-left: -35px;
    }
    .fzlcSwiper .swiper-slide .img {
        margin: 0 auto;
        width: 100%;
        position: initial;
        right: auto;
        top: auto;
        transform: translateY(0%);
        background-size: 100% auto;
    }
    .about-fzlc{
        background: none;
    }
    .fzlcSwiper .swiper-slide-active .img{
        height: 240px;
        background-size: 100% auto;
    }
    .fzlcSwiper .swiper-slide.swiper-slide-prev .img {
        width: 80%;
        margin-top: 10%;
    }
    .fzlcSwiper .swiper-slide.swiper-slide-next .img {
        width: 80%;
        margin-top: 10%;
    }
    .fzlcSwiper .swiper-slide-active .fzlcTxt{
        width: auto;
        margin-left: -28%;
        margin-right: -40%;
    }
    .about-fzlc .fnt_40{
        color: #2a333c !important;
    }
    .about-fzlc .fzlcTxt p{
        color: #3f3f3f !important;
        font-size: 14px;
    }
    .fzlcRight .nextDiv{
        padding-top: 85px;
    }
    .fzlcRight .swiper-pagination{
        margin-top: 85px;
        white-space: nowrap;
        height: 25px;
    }
    .page-side{
        display: none;
    }
    .page-name {
        font-size: 22px;
    }
    .position{
        padding-left: 15px;
    }
    .qywh-2-list{
        justify-content: space-between;
    }
    .qywh-1{
        padding: 20px 0 30px 0;
    }
    .qywh-1 img{
        max-width: 100%;
    }
    .qywh-2{
        padding: 0 2%;
        margin: 0;
    }
    .qywh-2-list-img{
        width: 48%;
        margin-right: 0;
    }
    .qywh-3{
        padding: 0 2%;
        margin: 0;
    }
    .qywh-3-content-img{
        width: 100%;
        margin-bottom: 15px;
    }
    .qywh-3-content{
        display: block;
    }
    .qywh-3-content-info{
        width: 100%;
        line-height: 30px;
        font-size: 14px;
    }
    .swiper-cert{
        width: 100%;
    }
    .qywh-5-img img{
        max-width: 100%;
    }
    .qywh-5-title{
        font-size: 14px;
        line-height: 38px;
        height: 38px;
    }
    .cert-img {
        border: 0;
    }
    .swiper-cert .swiper-button-next{
        background: url(../images/qywh-12.jpg) no-repeat;
        background-size: auto 60%;
    }
    .swiper-cert .swiper-button-prev {
        background: url(../images/qywh-11.jpg) no-repeat;
        background-size: auto 60%;
    }
    #product-content0 img{
        max-width: 100%;
    }
    .layui-layer{
        max-width: 90%;
    }
    .zxdl-win form input, .zxdl-win form textarea{
        height: 40px;
        line-height: 40px;
    }
    .list-news-video{
        display: block;
    }
    .list-news-video .list-news-video-item{
        width: 100%;
        margin-bottom: 15px;
    }
    .news-list{
        padding: 20px 0;
    }
    .news-list li .news-img{
        width: 120px;
        height: auto;
    }
    .news-list li{
        padding-left: 140px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .news-info a {
        font-size: 14px;
        line-height: 18px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .news-info-desc{
        height: auto;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin: 8px 0 0 0;
        line-height: 18px;
    }
    .contact-content{
        display: block;
    }
    .contact-content-left{
        width: auto;
        padding: 0 2%;
    }
    .contact-content-left-text {
        margin-top: 20px;
    }
    .contact-content-right{
        width: auto;
        padding: 0 2%;
        margin-top: 20px;
    }
    .pinpaichanpin-item-title span {
        border-bottom: 2px solid #e3a253;
        padding-bottom: 10px;
    }
    .pinpaichanpin-item-title {
        font-size: 24px;
        margin-bottom: 15px;
        display: none;
    }
    .prod-zxdl {
        margin-top: 20px;
    }
    .show_met_16_1_8.met-show-body .m0 img{
        max-width: 100%;
        height: auto !important;
    }
    .about-2{
        margin-top: 40px;
    }
    .about-main .about-fzlc .container{
        padding-top: 50px !important;
    }
    .pinpaichanpin-item-img .prod-link{
        display: none;
    }
    .pinpaichanpin-item {
        margin-bottom: 3px;
    }
    .about-2-title{
        margin-bottom: 20px;
    }
    .swiper-banner{
        margin-top: 90px;
    }
    body.met-navfixed{
        padding-top: 90px !important;
    }
    .pinpaichanpin-item-img{
        margin: 0 3px;
    }
    .product-cover-title{
        font-size: 24px;
    }
}