@charset "utf-8";
.m-btn{
    display: none;
    position: relative;
    width: 28px;
    height: 16px;
    margin-top: 15px;
    cursor: pointer;
    right: 0px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-hamburger__bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    pointer-events: none;
}
.btn-hamburger__bar-top {
    top: 0;
}
.btn-hamburger__bar-middle {
    top: 7px;
}
.btn-hamburger__bar-bottom {
    bottom: 0;
}
.m-btn.active {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.m-btn.active .btn-hamburger__bar-top {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
}
.m-btn.active .btn-hamburger__bar-middle {
    width: 0;
}
.m-btn.active .btn-hamburger__bar-bottom {
    -webkit-transform: translateY(-7px) rotate(90deg);
    transform: translateY(-7px) rotate(90deg);
}
@media (max-width: 1199px){
    .ny-header .nav>ul>li{
        padding-left:0;
    }
    .ny-header .language{
        margin:0;
    }
}
@media (max-width: 992px){
    .m-btn{
        display: block;
    }
}
.f8{
    background: #f8f8f8;
}
.ny-comm{
    padding-top: 80px;
    padding-bottom: 80px;
}
.ny-comm .comm-left{
    width: 22%;
    float: left;
    position: sticky;
    top: 120px;
}
.ny-comm .comm-right{
    width: 78%;
    padding: 0px 0px 0px 40px;
    float: right;
}
@media(max-width:992px){
    .ny-comm{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .ny-comm .comm-right{
        width: 100%;
        padding: 0;
    }
}
/* 解决方案内页banner */
.ny-ban{
    position: relative;
    overflow: hidden;
    background: #2b2b2b;
}
.ny-ban img{
    width:100%;
}
.ny-ban .ny-title{
    width:100%;
    position: absolute;
    bottom: 10%;
    color:#fff;
}
.ny-ban .ny-title .back{
    color: #35a33b;
    white-space: nowrap;
    padding: 10px 0 10px 3.5rem;
    background: url(../img/back.png) no-repeat left center;
    background-size: auto 100%;
    margin-right: 1rem;
}
.case-ban .ny-title {
    top: 14%;
    bottom: auto;
}
.ny-case-title {
    width: 100%;
    position: absolute;
    bottom: 10%;
}
.ny-case-title h3{
    color: #35a33b;
    font-size: 5rem;
    font-weight: 600;
}
.ny-case-title p{
    color: #fff;
    font-size: 2.5rem;
}
.ny-ban .ny-title .cntitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.ny-ban .ny-title .cntitle h5{
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: uppercase;
}
.ny-ban .ny-title .cntitle p{
    font-size: 1rem;
    font-weight: 300;
}
.ny-ban .ny-title .cntitle p a{
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
}
.ny-ban .ny-title .cntitle p a:nth-last-of-type(1){
    font-weight: bold;
}
@media(max-width:992px){
    .ny-ban img{
        width:200%;
        max-width: none;
        margin-left: -50%;
    }
    .ny-ban .ny-title h5.cntitle{
        font-size: 22px;
    }
    .ny-ban .ny-title .cntitle h5{
        font-size: 1.75rem;
    }
    .ny-ban .ny-title p {
        font-size: 1rem;
    }
    .ny-case-title h3{
        font-size: 2rem;
    }
    .ny-case-title p{
        font-size: 1.25rem;
    }
    .case-ban .ny-title {
        top: 20%;
    }
}
/* 当前位置 */
.mt{
    background: #fff;
    position: sticky;
    top: 98px;
    z-index: 20;
}
.ny-nav ul{
    display: flex;
    padding: 1.9rem 0px;
}
.ny-nav li a{
    font-size: 1.125rem;
    display: block;
    transition: all .3s;
    text-transform: uppercase;
}
.ny-nav li a::after{
    content: '|';
    margin: 0 15px;
    color: #181818;
    font-weight: normal;
}
.ny-nav li:last-child a:after{
    display: none;
}
.ny-nav li a.active,.ny-nav li a:hover{
    font-weight: bold;
    color: #35a33b;
}
@media (max-width:992px) {
    .mt{
        background: #f5f5f5;
        padding-top: 20px;
    }
    .ny-nav{
        display: none;
    }
}
/* 手机下拉框 */
.m-pro-nav{
    display: none;
}
.m-pro-nav .dropdown .btn{
    width:100%;
    background: #35a33b;
    color: #fff;
    padding:10px 0;
}
.m-pro-nav .dropdown .dropdown-menu{
    width:100%;
    padding:10px 20px;
    height:313px;
    overflow: auto;
}
.m-pro-nav .dropdown .dropdown-menu li{
    padding:8px 10px;
    border-bottom:1px solid #ddd;
}
@media (max-width:992px){
    .m-pro-nav{
        width: 100%;
        display: block;
        margin:0px 0px 20px;
    }
}
/* 搜索 */
.modal-body.search form input{
    color: #2b2b2b;
}
.search form{
    width:100%;
    height:100%;
    position: relative;
}
.search form input{
    color: #fff;
    width:100%;
    height: 68px;
    padding-left: 2rem;
    border:1px solid #969696;
    border-left:none;
    border-right:none;
    background: transparent;
}
.search form input:focus {
    outline: none;
}
.search form input:-moz-placeholder {
    color: #727d72;
    font-size: 14px;
}
.search form input:-ms-input-placeholder{
    font-size: 14px;
}
.search form input::-webkit-input-placeholder{
    font-size: 14px;
}
.search form button{
    background:transparent;
    position: absolute;
    right: 5px;
    top: -1px;
    border:none;
    width: 50px;
    color:#fff;
    height:100%;
}
.search form button i{
    font-size: 22px;
}

/* 关于我们 */
.ny-about{
    padding-bottom: 43rem;
}
.ny-about .about-txt{
    width: 100%;
}
.ny-about .about-txt video{
    float: right;
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
}
@media (max-width:992px) {
}
.tab-list{
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.tab-list li{
    cursor: pointer;
    display: block;
    font-size: 1.5rem;
    border-radius: 2rem;
    margin-right: 15px;
    padding: 0.25rem 3rem;
    border: 1px solid #d1d1d1;
    transition: all 0.3s;
    text-transform: uppercase;
}
.tab-list li:hover,.tab-list li.active{
    color: #fff;
    font-weight: bold;
    background: #35a33b;
    border: 1px solid #35a33b;
}
@media (max-width:992px) {
    .tab-list{
        margin-bottom: 1rem;
    }
    .tab-list li {
        font-size: 1.125rem;
        margin-right: 10px;
        padding: 0.25rem 1.5rem;
    }
}
/* 公司图片 */
.plant {
    overflow: hidden;
}
.ny-plant {
    display: none;
    position: relative;
}
.ny-plant.active {
    display: block;
}
.ny-plant .plant-con{
    border-radius: 10px;
    overflow: hidden;
}
.ny-plant .plant-con p{
    text-align: center;
    font-size: 1rem;
    line-height: 2.2;
}
@media(max-width:992px){
    .plant {
        padding-top: 30px;
    }
    .ny-plant .plant-con{
        padding: 10px;
    }
}
/* 荣誉证书 */
.honor {
    overflow: hidden;
}
.ny-honor {
    display: none;
    position: relative;
}
.ny-honor.active {
    display: block;
}
.ny-honor .honor-con{
    border-radius: 10px;
    overflow: hidden;
}
.ny-honor .honor-con p{
    text-align: center;
    font-size: 1rem;
    line-height: 2.2;
}
@media(max-width:992px){
    .ny-honor .honor-con{
        padding: 10px;
    }
}
/*产品列表 */
.ny-product .hot-box{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.ny-product .hot-conts{
    width: 15.6%;
    margin: 3rem 0.5% 0;
}
@media(max-width:1360px){
    .ny-product .hot-conts{
        width: 32.3%;
    }
}
@media(max-width:992px){
    .ny-product .hot-conts{
        width: 49%;
    }
}
@media(max-width:500px){
    .ny-product .hot-conts{
        width: 100%;
        margin: 2rem 0 0;
    }
}
.ny-product .search,.product-info .search{
    margin-bottom: 3rem;
}
.ny-product .search form button,.product-info .search form button{
    color: #35a33b;
}
.ny-product .search form input,.product-info .search form input{
    color: #181818;
}
.ny-product .search form input{
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 40px;
}

/* 产品详情 */
.info-con{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3rem;
}
.info-con .info-con-l,.info-con .info-con-r{
    width: 49%;
}
.info-con .info-con-l{
    padding: 5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #fff;
}
.info-con .info-con-l img{
    max-height: 500px;
}
.info-con .info-con-r h2{
    font-size: 2.8rem;
    font-weight: bold;
    text-transform: uppercase;
}
.info-con .info-con-r h3{
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
}
.info-con .info-btn {
    margin-top: 3rem;
}
.info-con .info-btn a{
    display: inline-block;
}
.info-con .info-btn .more{
    width: 100%;
    margin: 0;
}
.info-con .info-btn .more a{
    width: 100%;
    color: #fff;
    padding: 0;
    background: #35a33b;
    text-align: center;
    font-size: 1.125rem;
    height: 60px;
    line-height: 60px;
}
.info-con .info-btn .five{
    margin: 0 5px;
    padding: 1rem 1.5rem;
    border-radius: 2rem;
    background: #181818;
    justify-content: space-evenly;
    height: 60px;
}
.info-con .info-btn .five a{
    margin: 0;
}
table{
    width: 100%;
    margin-top: 1rem;
    border-bottom: 1px solid #d1d1d1;
}
table tr td{
    background-image: linear-gradient(to bottom, transparent 1px, #e6e6e6 1px, #d1d1d1 2px, transparent 2px);
    background-size: 100% 4rem;
    line-height: 4rem;
}
table tr td:first-child{
    padding-right: 2rem;
    white-space: nowrap;
    vertical-align: top;
}
@media(max-width:992px){
    .info-con .info-con-l,.info-con .info-con-r{
        width: 100%;
    }
    .info-con .info-con-l{
        margin-bottom: 2rem;
    }
    .info-con .info-con-r h2{
        font-size: 1.5rem;
    }
    .info-con .info-btn .more a{
        height: 40px;
        line-height: 40px;
        margin-bottom: 1rem;
    }
    .info-con .info-btn .five{
        height: 40px;
    }
}
/*上一页下一页*/
.pre-next a{
    font-size: 14px;
    line-height: 1.6;
    margin-top: 30px;
    padding: 0 15px;
    display: inline-block;
    font-weight: bold;
}
.pre-next a:hover span,.pre-next span{
    font-size: 14px;
    line-height: 1.6;
    color: #181818;
    font-weight: normal;
}
.pre-next p:first-child a{
    padding: 10px 1rem 10px 4rem;
    background: url(../img/prev.png) no-repeat left center;
    background-size: auto 40px;
}
.pre-next p:last-child a{
    padding: 10px 4rem 10px 1rem;
    background: url(../img/next.png) no-repeat right center;
    background-size: auto 40px;
}
@media(max-width:992px){
    .pre-next .text-right{
        text-align: left;
    }
}
/*相关产品*/
.related_product{
    overflow: hidden;
    position: relative;
    border-top: 2px solid #d1d1d1;
}
.related_product::after{
    content: '';
    position: absolute;
    width: 100%;
    top: 2px;
    border-top: 1px solid #d1d1d1;
}
@media(max-width:992px){

}
/* 新闻中心 */
.ny-news .news-list{
    margin-top: 0;
}
.ny-news .news-list li{
    padding: 3rem 2rem;
    transition: all 0.6s;
    border: none;
    background: #fff;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
}
.ny-news .news-list li:hover{
    background: #35a33b;
}
.ny-news .news-time{
    font-weight: bold;
}
.ny-news .news-img{
    margin-right: 3rem;
}
.ny-news .news-img img{
    height: 120px;
}
.ny-news .news-txt h5{
    font-weight: bold;
}
.ny-news .news-txt p{
    height: auto;
    opacity: 1;
}
@media (max-width:992px) {
    .ny-news .news-list li {
        padding: 1.5rem;
    }
    .ny-news .news-time{
        margin-right: 1rem;
    }
    .ny-news .news-img{
        display: none;
    }
}
/* 新闻详情 */
.news-info-title{
    font-size: 2rem;
    font-weight: bold;
}
.news-info-title span{
    font-size: 1rem;
    font-weight: normal;
}
.news-info-content {
    margin-top: 60px;
}
.news-info-content h3{
    margin: 15px 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: #35a33b;
}
.news-info-content strong{
    display: inline-block;
    margin: 1rem 0;
}
.news-info-content p{
    font-size: 1rem;
    line-height: 1.8;
}
.news-info-content img{
    margin-bottom: 15px;
}
@media (max-width:992px) {
    .news-info-title{
        font-size: 1.5rem;
        font-weight: bold;
    }
    .news-info-content {
        margin-top: 30px;
    }
    .news-info-content h3{
        font-size: 1.25rem;
    }
}
/* 联系我们 */
.contact-con{
    margin-top: 3rem;
}
.contact-con p{
    font-size: 1.125rem;
    padding: 1rem 0;
    border-bottom: 1px solid #efefef;
}
.map{
    border: 1px solid #efefef;
    background: #fff;
    border-radius: 10px;
}
.map img{
    width: auto;
    max-width: none;
}
.BMapLabel{
    font-size: 14px !important;
    font-weight: bold !important;
    border: none !important;
    padding: 5px 10px !important;
    top: 0 !important;
    border-radius: 2px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}
@media(max-width:992px){

}
/* 在线留言 */
.form-control{
    border:none;
    height: 60px;
    font-size: 1rem;
    padding-left: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.form-control1{
    height:150px !important;
}
.message .msg-btn,.adv-msg .msg-btn{
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    color: #fff;
    border:none;
    border-radius: 10px;
    background-color: #35a33b;
}
/* 搜索页面 */
.ny-search {
    margin-top: 2rem;
}
@media(max-width:992px){
    .message .msg-btn,.adv-msg .msg-btn{
        height: 50px;
        line-height: 50px;
    }
}
/* 加入我们 */
.job h2{
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
}
.job-list {
    margin-top: 40px;
    position: relative;
}
.job-list::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    left: 0;top: -6px;
}
.job-li {
    color: #fff;
    padding: 1.85rem 2rem;
    border-top: 1px solid #fff;
}
.job-li:last-child {
    border-bottom: 1px solid #fff;
}
.job-li .card-header{
    padding: 0 0;
    border-bottom:  none;
}
.job-li .card-link{
    padding: 10px 0;
    color: #fff;
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    box-shadow: none;
    transition: all 0.6s;
    background: url(../img/top.png) no-repeat right center;
}
.job-li .collapsed{
    transition: all 0.6s;
    background: url(../img/bottom.png) no-repeat right center;
}
.job-li .card-body{
    display: flex;
    padding: 1.0rem 2.5rem 2.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.job-li .card-body p{
    margin-right: 2rem;
    font-weight: 600;
}
.job-li .card-body .con b{
    white-space: nowrap;
    font-weight: 600;
}
.job-li .card-body p span{
    font-weight: normal;
}
.job-li .card-body .con{
    display: flex;
    font-weight: 700;
}
.job-li .card-body .con div p{
    font-weight: normal;
    margin: 0;
}
.job-li .job-link {
    font-size: 1.125rem;
    padding: 15px 2rem 30px;
}
.job-li .job-link span{
    display: block;
}
.job-li .job-link a{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fdd100;
    border-bottom: 2px solid #fdd100;
}
@media (max-width:992px) {
    .job h2{
        font-size: 1.75rem;
    }
    .job-li {
        padding: 0.5rem 1rem;
    }
    .job-li .card-body{
        padding: 0 0 2rem;
        flex-direction: column;
    }
    .job-li .card-body p{
        line-height: 2;
    }
    .job-li .card-link {
        font-size: 1.25rem;
        background-size: 15px;
    }
    .job-li .job-link {
        padding: 1.5rem 0;
    }
    .job-li .job-link a {
        font-size: 1.25rem;
    }
}