

@media (max-width: 768px) {
     
}
@media (max-width: 768px) {
    .top_bg {
        display: none;
    }
}

@media (max-width: 768px) {
    .navbar {
       /* margin-top: 32px;*/
    }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

/**询价**/
.feedpc-div {
    position: fixed;
    right: 0px;
    top: 450px;
    cursor: pointer;
    z-index: 999;
}
.feedpc-div .feed {
    display: flex;
    align-items: center;
}
.feedpc-div .feed .img {
    z-index: 998;
}
@media (min-width: 768px) {
   .feedpc-div .feed .img {
        margin-right: -20px;
    }
}
@media (max-width: 768px) {
    .feedpc-div .feed p {
        display: none;
    }
}
.feedpc-div .feed p {
    background: #414141;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 50px;
    padding: 0 15px 0 25px;
    margin-top: 10px;
}
.row-mg-5 {
    margin-top: 10px;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .col-mg-5 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
.form-feedback .form-control {
    background: #f2f2f1;
    color: #4b4b4b;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}
/**首页bn**/
.banner {
    position: relative;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.banner>img, .swiper-slide>img {
    display: block;
    width: 100%;
}
.banner-text, .banner-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-align: center;
    color: #f2f2f2;
}
.container-sm, .container-md, .container-lg, .container-xl {
    /*max-width: 1430px;*/
    padding-left: 10%;
    padding-right: 10%;
}
@media (min-width: 1200px) {
    .container-sm, .container-md, .container-lg, .container-xl {
        /*max-width: 1430px;*/
        padding-left: 10%;
        padding-right: 10%;
    }
}
/*.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {*/
/*    width: 100%;*/
/*    padding-right: 15px;*/
/*    padding-left: 15px;*/
/*    margin-right: auto;*/
/*    margin-left: auto;*/
/*}*/
/**菜单**/
/*.navbar-custom .navbar-nav .nav-item {
    margin: 0 30px;
    padding: 8px 0;
}*/
.nav > li {
    margin: 0 10px!important;
}
.page-title .title {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.top-share {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .top-share {
        display: none;
    }
}
.top-share .social {
    display: flex;
}
.social {
    /*margin: 25px 30px;*/
    margin: -5px;
    line-height: 1;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.header .top-share .social a {
    margin-right: 0;
    margin-left: 8px;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
}

.social>span, .social>a {
    display: block;
    cursor: pointer;
    transition: background .3s ease;
    padding: .5rem;
    margin: 0 6px 0 0;
    color: #fff !important;
    border-radius: 50%;
}
/**首页关于我们**/
.new-home-video {
    position: relative;
    background-size: cover;
    padding: 140px 0;
}
.new-home-video .text h2 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 40px;
}
.new-home-video .text .more {
    width: 236px;
    height: 41px;
    display: block;
    border: 1px solid #fdff;
    text-align: center;
    font-size: 16px;
    line-height: 41px;
    color: #fff;
}
/**產品展示**/
.hmpro-box2 {
    position: relative;
    margin-left: -37px;
    margin-right: -37px;
}

.rowp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.hmpro-box2 .item {
    position: relative;
    overflow: hidden;
}
.hmpro-box2 .item img {
    transition: all 0.5s;
    width: 100%;
    height: auto;
}
.hmpro-box2 .item .textoff {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 1;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(34, 111, 99, 0.8), rgba(34, 111, 99, 1));
}
.hmpro-box2 .item .textoff h3 {
    border: 2px solid #f2f2f2;
    display: block;
    margin-bottom: 25px;
    width: 315px;
    height: 64px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    line-height: 64px;
    text-align: center;
}
.hmpro-box2 .item .texton {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    background: rgba(34, 111, 99, 0.5);
}
.hmpro-box2 .item .texton h3 {
    font-size: 28px;
    font-weight: bold;
    width: 100%;
}
.hmpro-box2 .item .texton p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.hmpro-box2 .item .texton .more {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
}
.hmpro-box2 .col-md-4 {
    margin-bottom: 20px;
}
/**新闻**/
.news-wrapper {
    padding: 20px 0;
}
.news-wrapper .news-col {
    border-bottom: 1px dashed #c4c4c4;
    margin-bottom: 30px;
    padding: 0px 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}
.news-wrapper .news-col .img {
    width: 30%;
    border: 1px solid #dadada;
}
.card-thumb {
    display: block;
    flex-grow: 0;
    overflow: hidden;
    position: relative;
}
.card-thumb img {
    transition: all 0.5s ease;
}
.card-thumb img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    transition: all .2s ease;
}
.img-width {
    width: 100%;
    height: auto;
}
.m-auto {
    margin: auto !important;
}
.news-wrapper .news-col .text {
    width: 70%;
    padding: 0 40px;
}
.news-wrapper .news-col .text h3 {
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 21px;
    font-weight: bold;
    color: #1c1c1c;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-wrapper .news-col .text p {
    font-size: 18px;
    color: #1c1c1c;
    margin-bottom: 25px;
}
.news-wrapper .news-col time {
    font-size: 15px;
    color: #bb3e0e;
}
/**解决方案**/
.new-home-sol {
    background: #f7f9fc;
    padding: 10px 0 10px;
}
.new-home-sol h2 {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #20685c;
}
.new-home-sol .col-md-4 {
    margin-bottom: 30px;
}
.new-home-sol h4 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #008778;
    padding: 35px 15px;
}
.new-home-sol .img {
    margin-bottom: 20px;
}
.card-thumb {
    display: block;
    flex-grow: 0;
    overflow: hidden;
    position: relative;
}
.card-thumb img {
    transition: all 0.5s ease;
}
.new-home-sol p {
    font-size: 16px;
    color: #636363;
    line-height: 28px;
}
b, strong {
    font-weight: bolder;
}
/**全球地图**/
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper_a {
    margin: 0 auto;
}
.swiper-wrapper img {
    border: 0 none;
}
.swiper-wrapper p img {
    border: 0 none;
    width: 100%;
    height: 100%;
}
.dropdown-menu-child {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

/**联系我们、表单**/
.form-feedback {
    margin-top: 30px;
}
.input-plus {
    height: 44px;
}
.input-pluss {
    height: 64px;
}
.form-feedback .btn {
    color: #777;
    color: #fff;
    background: #1e6459;
    border-radius: 10px;
    font-size: 18px;
    line-height: 22px;
}
.form-feedback .btn {
    padding: 1.5rem 1.75rem;
}