/* .row {
    margin: 0px;
} */

.product {
    padding: 60px 0px;
}

.product .left h4 {
    background-color: #e0e0e0;
    padding: 12px 10px 12px 20px;
}

.product .left h4 em {
    font-weight: bold;
    font-size: 22px;
    color: #0b6ab8;
}

.product .left h4 .desc {
    font-size: 14px;
    color: #333333;
}

.product .left .list-wrap .item {
    width: 100%;
    white-space: nowrap;
    color: #333333;
    background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 72%, #edecec 100%);
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
    display: block;
    padding: 10px 10px 10px 20px;
    font-size: 15px;
    font-weight: 300;
    position: relative;
}

.product .left .list-wrap .item:hover {
    color: #0b6ab8;
}

.product .left figure {
    text-align: center;
    padding-top: 32px;
}

.product .left figure img {
    max-width: 84%;
    width: 100%;
}

.product .left figure p {
    line-height: 20px;
    font-size: 16px;
    color: #0b6ab8;
    margin: 8px 0px 0px;
}

.product .left figure b {
    font-size: 24px;
    color: rgb(51, 51, 51);
}

.product .right .ihead {
    position: relative;
    text-align: center;
}

.product .right .ihead h2 {
    font-size: 36px;
    font-weight: 300;
    color: #0b6ab8;
    margin-bottom: 11px;
}

.product .right .ihead p {
    color: #5e7387;
    font-size: 16px;
    margin-bottom: 30px;
}

a.more {
    display: block;
    margin: 0 auto;
    width: 150px;
    padding: 0 5px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    color: #333333;
    border: 1px solid #333333;
    border: 1px solid;
    border: 1px solid;
    margin-top: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.more:hover {
    background: #0b6ab8;
    color: #fff;
}

.product .right .ihead a.mo {
    position: absolute;
    right: 0px;
    top: 6px;
    font-size: 14px;
    color: #0b6ab8;
    display: block;
}

.shebei {
    background: #f2f2f2;
}

.product .right .ihead a.mo:hover {
    color: rgb(0, 0, 0);
}

.product .tit-list {
    display: flex;
    justify-content: center;
    margin: 30px 0px;
}

.product .tit-list h3 {
    background: #0b6ab8;
    color: #5e7387;
    cursor: pointer;
    margin: 0;
    font-size: 16px;
    margin-left: 2px;
    padding: 7px 20px;
}


/* 
.product .right .cont figure {
    padding: 0px 7.5px;
} */


/* .product .right .cont .col-md-3:nth-child(4n+4) figure {
    margin-right: 0px;
} */

.form-horizontal .form-group {
    margin: 0;
}

.product .right .cont a {
    margin-bottom: 20px;
    padding: 0px 5px;
}

.product .right .cont a figure {
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.product .right .cont figure img {
    width: 100%;
}

.product .right .cont .img-wrap img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.product .right .cont figure .img-wrap {
    overflow: hidden;
    border: 2px solid;
    border-radius: 10px;
    border-color: transparent;
    height: 210px;
}

.product .right .cont figure:hover img {
    transform: scale(1.1);
}

.product .right .cont figure:hover .img-wrap {
    border-color: #0b6ab8;
}

.product .right .cont>div {
    margin-bottom: 26px;
}

.product .right .cont figure p {
    font-size: 19px;
    color: #222222;
    color: #0b6ab8;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 12px 20px;
    text-align: center;
}

.product .right .cont figure p,
.technic .list-wrap .right,
.about figure figcaption .more,
.kinds .img-list img,
.product .right .cont .img-wrap img,
.product .right .cont figure .img-wrap,
a.more,
.technic .top .btn-more {
    transition: all .6s;
}

.business .right .btn {
    background-color: #0b6ab8;
    color: rgb(255, 255, 255);
    padding: 10px;
    width: 100%;
}

.kinds {
    background-position: center center;
    background-size: cover;
    padding-top: 70px;
    margin-bottom: 116px;
    background-repeat: no-repeat;
}

.kinds article {
    text-align: center;
}

.kinds article h2 {
    font-size: 30px;
    color: rgb(255, 255, 255);
    margin: 0px;
}

.kinds article .topxian {
    width: 20px;
    height: 2px;
    background: rgb(255, 255, 255);
    margin: 10px auto;
}

.kinds article p {
    font-size: 16px;
    color: rgb(255, 255, 255);
    padding: 0px 10%;
    line-height: 25px;
}

.kinds .img-list {
    padding-top: 50px;
}

.kinds .img-list a:hover img {
    transform: scale(1.1);
}

.kinds .img-list a:hover figcaption {
    color: #0b6ab8;
}

.kinds .img-list figure figcaption {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 20px 0px 5px;
}

.kinds .business {
    z-index: 2;
    overflow: hidden;
    background: rgb(240, 240, 240);
    padding: 40px 0px;
    margin: 50px 0px -60px;
}

.kinds .business .left h2 {
    font-size: 30px;
    color: rgb(0, 0, 0);
    font-weight: 400;
}

.kinds .business .left .xian {
    width: 20px;
    height: 2px;
    margin: 10px 0px;
    background: rgb(255, 255, 255);
}

.kinds .business .left p {
    color: rgb(51, 51, 51);
    padding: 0;
}

.kinds .business .left {
    text-align: start;
}

.kinds .business .right {
    padding-left: 80px;
    border-left: 1px solid rgb(255, 255, 255);
}

.about {
    overflow: hidden;
    padding-bottom: 110px;
    border-bottom: 1px solid #000;
}

.about figure {
    background-color: rgb(240, 240, 240);
    padding: 10px;
    margin: 0;
}

.about article {
    text-align: center;
    margin-bottom: 30px;
}

.about article h2 {
    color: rgb(34, 34, 34);
}

.about article .xian {
    width: 20px;
    height: 2px;
    background: rgb(34, 34, 34);
    margin: 10px auto;
}

.about article p {
    color: #000;
    font-size: 14px;
}

.about figure figcaption h5 {
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 17px;
}

.about figure figcaption p {
    color: rgb(0, 0, 0);
    font-size: 13px;
    line-height: 28px;
    padding: 0px;
    background: none;
    overflow: hidden;
}

.about figure figcaption .more {
    display: inline-block;
    margin-top: 20px;
    color: rgb(51, 51, 51);
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-color: rgb(51, 51, 51);
    border-radius: 6px;
    width: 108px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.about figure figcaption .more:hover {
    color: rgb(255, 255, 255);
    background-color: #0b6ab8;
    border-color: #0b6ab8;
}

.about figure figcaption .more i {
    padding-left: 10px;
}

.technic {
    padding: 90px 0px 64px;
}

.technic .top::before,
.technic .top::after {
    display: none;
}

.technic .top {
    display: flex;
    justify-content: space-between;
}

.technic .top article {
    display: flex;
}

.technic .top article h2 {
    font-size: 50px;
    font-weight: bold;
    color: #0b6ab8;
    margin: 0px;
    line-height: 60px;
}

.technic .top article em {
    font-size: 20px;
    color: rgb(51, 51, 51);
    margin: 0px;
    line-height: 31px;
    display: inline-block;
}

.technic .top article p {
    font-size: 15px;
    color: rgb(51, 51, 51);
    margin: 0px;
    line-height: 23px;
}

.technic .top .btn-more:hover {
    color: rgb(255, 255, 255);
    border-color: #0b6ab8;
    background-color: #0b6ab8;
}

.technic .top .btn-more {
    height: 34px;
    width: 84px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #0b6ab8;
}

.technic .list-wrap {
    display: flex;
    margin-top: 14px;
}

.technic .list-wrap .left {
    width: 13%;
    text-align: center;
    background: #0b6ab8;
    padding: 5px 0;
}

.technic .list-wrap .left h4 {
    margin: 0;
    font-size: 52px;
    color: #ffffff;
}

.technic .list-wrap .left span {
    display: inline-block;
    line-height: 30px;
    color: #ffffff;
    font-size: 17px;
}

.technic .list-wrap .right {
    background: #e0e0e0;
    width: 87%;
    padding: 15px 0 0 30px;
    display: block;
}

.technic .list-wrap .right:hover {
    background: #0b6ab8;
}

.technic .list-wrap .right:hover h2,
.technic .list-wrap .right:hover p {
    color: #fff;
}

.technic .list-wrap .right h2 {
    font-size: 20px;
    line-height: 30px;
    color: #222222;
    margin: 0;
    width: 80%;
}

.technic .list-wrap .right p {
    margin-top: 7px;
    margin-bottom: 1rem;
    width: 80%;
    color: #333333;
    font-size: 14px;
}

.overFlow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#index-liuyan .form-group {
    width: 33%;
    padding-right: 13px;
}

#index-liuyan form {
    display: flex;
    flex-wrap: wrap;
    margin: 15px -14px 0;
    justify-content: flex-end;
}

.business .right .btn {
    width: 31%;
    font-size: 16px;
    margin-right: 13px;
}

#index-liuyan .btn-default {
    display: none;
}

.label {
    display: none;
}

.jianjie {
    height: 505px;
    background-image: url('../images/1527474355.jpg');
}

.about_list_met_11_3_45 .head {
    text-align: left;
    margin-bottom: 25px;
}

.about_list_met_11_3_45 .head .title {
    margin-top: 22px;
    margin-bottom: 11px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
}

.about_list_met_11_3_45 .head .desc {
    width: 38px;
    height: 2px;
    background: #0b6ab8;
}

.about_list_met_11_3_45 .content {
    position: relative;
    height: 320px;
}

.about_list_met_11_3_45 .content .img {
    position: relative;
    z-index: 2;
}

.about_list_met_11_3_45 .content .img img {
    width: 100%;
    max-height: 280px;
    object-fit: scale-down;
}

.about_list_met_11_3_45 .content .text {
    background: #fff;
    width: 100%;
    text-align: left;
    padding: 5px 15px;
    position: absolute;
    top: 130px;
    height: 173px;
    z-index: 1;
}

.about_list_met_11_3_45 .content .text p {
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    margin: 0;
    padding: 30px 0;
    margin-left: 42%;
}

.about_list_met_11_3_45 .content .text p span {
    max-height: 65px;
    overflow: hidden;
    display: block;
}

.about_list_met_11_3_45 .content .btn-more {
    margin: 0;
    margin-top: 20px;
}

.about_list_met_11_3_45 .btn-more {
    padding: 5px 15px;
    border: 1px solid;
    color: #0b6ab8;
    display: block;
    width: 110px;
    text-align: center;
    margin: 30px auto 0 auto;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
    transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
}

.btn-more:hover {
    color: #fff;
    background-color: #0b6ab8;
}

.btn-more:hover .fa {
    color: #fff;
}

.btn-more .fa,
.btn-more {
    padding-left: 10px;
    color: #0b6ab8;
}

.about_list_met_11_3_45 {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.news_list_met_11_3_46 {
    padding: 50px 0;
    background-color: #ffffff;
}

.news_list_met_11_3_46 .title-box .head {
    float: left;
}

.news_list_met_11_3_46 .head {
    text-align: left;
}

.news_list_met_11_3_46 .head .title {
    margin-top: 22px;
    margin-bottom: 11px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #333333;
}

.news_list_met_11_3_46 .head .desc {
    width: 38px;
    height: 2px;
    background: #0b6ab8;
    transform: translate(0, 100%);
}

.news_list_met_11_3_46 .title-box .tabs {
    float: right;
    margin: 18px;
}

.news_list_met_11_3_46 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 50px;
}

.news_list_met_11_3_46 .title-box .tabs li {
    float: left;
}

.news_list_met_11_3_46 .title-box .tabs li.active a {
    background: #0b6ab8;
}

.news_list_met_11_3_46 .title-box .tabs li a {
    display: inline-block;
    margin: 0 5px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
    height: 30px;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
    transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
}

.news_list_met_11_3_46 .title-box .tabs li.active a h3 {
    color: #fff;
}

.news_list_met_11_3_46 .title-box .tabs li a h3 {
    font-size: 13px;
    margin: 0;
    line-height: 30px;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
    transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
    color: #333333;
}

.news_list_met_11_3_46 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 50px;
}

.news_list_met_11_3_46 .imgnews-list li .fa {
    display: inline-block;
    line-height: 30px;
    float: right;
    color: #0b6ab8;
    font-size: 13px;
    position: relative;
    right: 35px;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
    transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
    opacity: 0;
}

.news_list_met_11_3_46 .imgnews-list li {
    width: 52%;
    float: right;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
    transition: all .6s;
    padding: 10px 0;
    border-bottom: 1px solid;
    border-color: #333333;
    position: relative;
    left: 0;
}

.news_list_met_11_3_46 .btn-more {
    padding: 5px 15px;
    border: 1px solid;
    display: block;
    width: 110px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin: 30px auto 0 auto;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
    transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
}

.news_list_met_11_3_46 .imgnews-list .item-1 {
    width: 40%;
    float: left;
    padding: 0;
    border: none;
    opacity: 1;
    transform: none;
}

.news_list_met_11_3_46 .imgnews-list li.item-other:hover h3>span {
    color: #0b6ab8;
}

.news_list_met_11_3_46 .imgnews-list .item-1:hover,
.news_list_met_11_3_46 .imgnews-list li.item-other:hover {
    transform: translate(10px, 0);
}

.news_list_met_11_3_46 .imgnews-list li.item-other:hover .fa {
    opacity: 1;
    right: 0px;
}

.news_list_met_11_3_46 .imgnews-list li.item-other:hover .time {
    transform: translate(-10px, 0);
}

.news_list_met_11_3_46 .imgnews-list .item-1:hover img {
    transform: scale(1.1);
}

.news_list_met_11_3_46 .imgnews-list .item-1 .img {
    overflow: hidden;
}

.news_list_met_11_3_46 .imgnews-list .item-1 .img img {
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
    transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
    opacity: .78;
    width: 100%;
}

.news_list_met_11_3_46 .imgnews-list .item-1 .text {
    background: #0b6ab8;
    padding: 28px 20px 28px 40px;
}

.news_list_met_11_3_46 .imgnews-list .item-1 .text .date {
    float: left;
}

.news_list_met_11_3_46 .imgnews-list li .date {
    float: right;
}

.news_list_met_11_3_46 .imgnews-list .item-1 .text .day {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    color: #333333;
    letter-spacing: 1px;
}

.news_list_met_11_3_46 .imgnews-list .item-1 .text .year {
    position: relative;
    display: block;
    color: #333333;
}

.news_list_met_11_3_46 .imgnews-list .item-1 .text .content {
    width: 80%;
    float: right;
}

.news_list_met_11_3_46 .imgnews-list .item-1 .text .content h3,
.news_list_met_11_3_46 .imgnews-list .item-1 .text .content h3 span {
    display: block;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list_met_11_3_46 .imgnews-list .item-1 .text .content h3 {
    margin: 0;
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.news_list_met_11_3_46 .imgnews-list .item-1 .text .content p {
    padding-top: 15px;
    margin: 0;
    font-size: 14px;
    color: #2a333c;
}

.news_list_met_11_3_46 .imgnews-list li.item-other {
    line-height: 30px;
}

.news_list_met_11_3_46 .imgnews-list .item-2 {
    border: none!important;
}

.news_list_met_11_3_46 .imgnews-list .item-2 .text {
    float: left;
    width: 80%;
}

.news_list_met_11_3_46 .imgnews-list .item-2 .text h3 {
    width: 100%;
    border-bottom: 1px solid;
    border-color: #333333;
    font-size: 16px;
}

.news_list_met_11_3_46 .imgnews-list li .title {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    margin: 0;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 78%;
}

.news_list_met_11_3_46 .imgnews-list .item-2 .text h3>span {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list_met_11_3_46 .imgnews-list .item-2 .text p {
    color: #333333;
    font-size: 13px;
    line-height: 1.8;
}

.news_list_met_11_3_46 .imgnews-list li .date {
    float: right;
}

.news_list_met_11_3_46 .imgnews-list li .date .day {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    letter-spacing: 1px;
    color: #333333;
}

.news_list_met_11_3_46 .imgnews-list li .date .year {
    color: #333333;
    position: relative;
    display: block;
}

.news_list_met_11_3_46 .imgnews-list li.item-other:not(.item-2) .title {
    float: left;
}

.news_list_met_11_3_46 .imgnews-list li .title>span {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list_met_11_3_46 .imgnews-list .item-1 .text .content h3,
.news_list_met_11_3_46 .imgnews-list .item-1 .text .content h3 span {
    display: block;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    color: #62a8ea;
    text-overflow: ellipsis;
}

.news_list_met_11_3_46 .imgnews-list li .time {
    display: inline-block;
    line-height: 30px;
    float: right;
    color: #333333;
    font-size: 13px;
    position: relative;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
    transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
}

.news_list_met_11_3_46 .imgnews-list .item-1:hover .text .content h3 a,
.news_list_met_11_3_46 .imgnews-list .item-1:hover .text .content h3 span {
    color: #ffff00 !important;
}


/* 没有任何媒体查询相关的代码，因为这在 Bootstrap 中是默认的（还记得 Bootstrap 是移动设备优先的吗？） */


/* 小屏幕（平板，大于等于 768px） */

@media (min-width: 768px) {
    .product_list_met_28_13_56 .right.col-md-8 {
        padding-left: 2.9375rem;
    }
    .pull-md-right {
        float: right!important;
    }
    .blocks-md-3>.block,
    .blocks-md-3>li {
        width: 33.333333%;
    }
}


/* 中等屏幕（桌面显示器，大于等于 992px） */

@media (min-width:992px) {
    .blocks-lg-4>.block,
    .blocks-lg-4>li {
        width: 25%;
    }
}


/* 大屏幕（大桌面显示器，大于等于1230px） */

@media (min-width: 1230px) {}

@media (min-width: 1440px) {}


/* （小于等于1229px） */

@media (max-width: 1229px) {}

@media (max-width:991px) {
    .about_list_met_11_3_45 .left {
        padding: 0;
    }
    .about_list_met_11_3_45 .content {
        height: auto;
    }
    .about_list_met_11_3_45 .content .img img {
        max-height: 150px;
    }
    .about_list_met_11_3_45 .content .text {
        position: static;
        top: 130px;
    }
    .about_list_met_11_3_45 .content .text p {
        font-size: 12px;
    }
    .about_list_met_11_3_45 .content .text p span {
        max-height: 55px;
        overflow: hidden;
        display: block;
    }
    .about_list_met_11_3_45 .content .btn-more {
        margin-top: 10px;
    }
    .business .right .pad {
        padding: 0;
    }
    .about figure figcaption .more {
        margin-bottom: 20px;
    }
    .technic .list-wrap .left {
        width: 20%;
    }
    .technic .list-wrap .right {
        width: 80%;
    }
    #index-liuyan .form-group {
        width: 100% !important;
        padding: 0px 15px;
    }
    .business .right .btn {
        width: 100%;
        margin: 0px 15px;
    }
    .kinds figure {
        margin-top: 20px;
    }
    .kinds .img-list {
        padding-top: 10px;
    }
    .kinds .business {
        margin: 34px 0px -60px;
    }
    .news_list_met_11_3_46 {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .technic {
        padding-top: 50px;
    }
    .about_list_met_11_3_45 .content .text {
        position: static;
        top: 130px;
    }
    .about_list_met_11_3_45 .content .text p {
        margin-left: 0;
        font-size: 12px;
    }
    .about_list_met_11_3_45 .content .text p span {
        max-height: 55px;
        overflow: hidden;
        display: block;
    }
    .about_list_met_11_3_45 .content .btn-more {
        margin-top: 10px;
    }
    .technic .top article em {
        font-size: 16px;
        line-height: 25px;
    }
    .technic .top article p {
        font-size: 12px;
        line-height: 23px;
    }
    .technic .top article h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .kinds .business .right {
        padding: 15px;
    }
    .technic .list-wrap .left {
        width: 30%;
    }
    .technic .list-wrap .right {
        width: 70%;
    }
    .about {
        margin: 0px 15px;
        padding-right: 0;
        padding-left: 0;
    }
    .product .right .ihead h2 {
        font-size: 26px;
    }
    .product .right .ihead p {
        font-size: 12px;
    }
    .product .tit-list {
        flex-wrap: wrap;
    }
    .product .tit-list h3 {
        margin-bottom: 6px;
    }
    .news_list_met_11_3_46 {
        padding: 30px 0;
    }
    .news_list_met_11_3_46 ul {
        margin-top: 0;
    }
    .news_list_met_11_3_46 .imgnews-list li {
        width: 100%!important;
        float: none!important;
    }
    .news_list_met_11_3_46 .imgnews-list .item-1 .text {
        padding: 10px;
    }
    .news_list_met_11_3_46 .imgnews-list .item-2 {
        margin-top: 20px;
    }
    .news_list_met_11_3_46 .imgnews-list li .title {
        width: 70%;
    }
    .title-box {
        margin: 15px 0;
        float: none;
    }
}

@media (max-width: 350px) {}