@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;
    }
}
/* 解决方案内页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: #00b4a1;
    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: #00b4a1;
    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;
}
.ny-ban .ny-title .cntitle p{
    font-size: 1rem;
    font-weight: 300;
    /* text-align: right; */
}
.ny-ban .ny-title .cntitle p a{
    color: #fff;
    white-space: nowrap;
}
.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.25rem;
    }
    .ny-ban .ny-title .cntitle p {
        font-size: 0.875rem;
    }
    .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-product .bg-white{
    position: sticky;
    /* top: 98px; */
    z-index: 20;
}
.ny-nav{
    display: flex;
    flex-wrap: wrap;
    padding: 1.9rem 0px 1.4rem;
}
.ny-nav1{
    padding: 1.9rem 0px;
}
.ny-nav li a,.ny-nav1 .ny-pro-li a{
    padding: 7px 2.5rem;
    margin: 0rem 10px 0rem 0px;
    font-size: 1.125rem;
    font-weight: 600;
    display: block;
    transition: all .3s;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-right: 10px;
}
.ny-nav1 .ny-pro-li a{
    text-align: center;
    cursor: pointer;
}
.ny-nav li a.active,.ny-nav li a:hover,
.swiper-slide-thumb-active .ny-pro-li a,.swiper-slide-thumb-active .ny-pro-li a:hover
{
    background: #00b4a1;
    border-color: #00b4a1;
}
.case-nav li a{
    color: #5a5a5a;
    font-size: 1rem;
    font-weight: normal;
    padding: 7px 30px;
    white-space: nowrap;
    border-color: #ebebeb;
    margin-bottom: 0.5rem;
}
.case-nav li a.active,.case-nav li a:hover{
    color: #fff;
    border-color: #00b4a1;
}
@media (max-width:992px) {
    .mt{
        background: #f5f5f5;
        padding-top: 20px;
    }
    .ny-nav,.ny-nav1{
        display: none;
    }
    .ny-product .bg-white{
        display: none;
    }
}
/* 手机下拉框 */
.m-pro-nav{
    display: none;
}
.m-pro-nav .dropdown .btn{
    width:100%;
    background: #00b4a1;
    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;
    }
}
/* 搜索 */
.search{

}
.search form{
    width:100%;
    height:100%;
    position: relative;
}
.search form input{
    width:100%;
    border-radius: 2rem;
    padding: 10px 25px;
    border:1px solid #dfdfdf;
    background: #fff;
    text-transform: uppercase;
}
.search form input:-moz-placeholder {
    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:#363433;
    height:100%;
}
.search form button i{
    font-size: 18px;
}

/* 关于我们 */
.about-con{
    background: url(../img/about.jpg) no-repeat 0 0;
    background-size: cover;
}
.introduce h3 {
    font-size: 3rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 1.85rem;
    position: relative;
    z-index: 2;
}
.introduce span{
    color: #00b4a1;
}
.introduce p{
    line-height: 2;
    text-align: justify;
    text-align-last: left;
}
@media (max-width:992px) {
    .introduce h3{
        font-size: 1.5rem;
    }
}
/* 数字 */
.num{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.num li{
    width: 24%;
    padding: 3rem 0;
    border-radius: 5px;
    background: #ffffffd8;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.num li img{
    margin-bottom: 20px;
}
.num li em{
    line-height: 1;
    font-size: 1rem;
    font-style: normal;
}
.num li strong{
    line-height: 1;
    font-size: 2.8rem;
}
.num li span{
    color: #181818;
    font-size: 1.2rem;
    line-height: 1;
}
@media(max-width:992px){
    .num li{
        width: 49%;
        margin-bottom: 10px;
    }
    .num li strong {
        font-size: 2rem;
    }
}
/* 核心业务 */
.core-con{
    display: flex;
    align-items: center;
}
.core-con{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border-radius: 10px;
    background: #ffffffd8;
}
.core-con-l,.core-con-r{
    width: 50%;
}
.core-con-l{
    padding: 7rem 3rem 0;
}
@media(max-width:992px){
    .core-con-l,.core-con-r{
        width: 100%;
    }
    .core-con-l {
        padding: 2rem 1.5rem;
    }
}
/* 荣誉证书 */
.honor {
    overflow: hidden;
}
.ny-honor {
    position: relative;
}
.ny-honor .honor-prev,
.ny-honor .honor-next{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #b8b8b8;
    left: -70px;
}
.ny-honor .honor-next{
    left: auto;
    right: -70px;
}
.ny-honor .honor-con{
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ededed;
}
.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;
    }
}
/* 发展历程 */
.Evolution{
    overflow: hidden;
    background: url(../img/develop.jpg) no-repeat 0 0;
    background-size: cover;
}
.Evolution .develop {
    padding-bottom: 40px;
}
.develop .develop-li {
    padding: 50px 0 30px;
    display: flex;
    align-items: center;
}
.develop .develop-slide {
    text-align: center;
}
.develop-swiper-thumbs .swiper-slide-thumb-active h5{
    font-weight: 700;
    color: #00b4a1;
}
.develop h5{
    font-size: 6rem;
    color: #d9d9d9;
}
.develop h5::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 180%;
    left: 53%;
    background: #f0f0f0;
}
.develop .swiper-slide:last-child h5::after {
    display: none;
}
.develop-swiper {
    padding: 3rem 0 15rem;
}
.develop-swiper p {
    font-size: 2rem;
}
.develop-swiper .overview {
    color: #b6b6b6;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.develop-swiper .swiper-slide-active .overview {
    color: #181818;
}
.Evolution .develop-prev,
.Evolution .develop-next{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #b8b8b8;
    left: 20%;top: 20%;
}
.Evolution .develop-next{
    left: auto;
    right: 20%;
}
@media (max-width:992px) {
    .ny-about .about-txt{
        margin-bottom: 6rem;
    }
    .develop h5 {
        font-size: 2rem;
    }
    .develop .develop-li {
        padding: 20px 0;
    }
    .develop-swiper {
        padding: 0 0 2rem;
    }
    .develop-swiper h3 {
        font-size: 1.25rem;
    }
    .develop-swiper p {
        font-size: 1rem;
    }
    .develop-swiper .overview {
        user-select: none;
        align-items: center;
        justify-content: center;
        padding-left: 0;
        padding-bottom: 40px;
    }
    .Evolution .develop-prev,
    .Evolution .develop-next{
        width: 40px;
        height: 40px;
        left: 15px;top: 20%;
    }
    .Evolution .develop-next{
        left: auto;
        right: 15px;
    }
}
/* 企业文化 */
.culture{
    position: relative;
    overflow: hidden;
    background: url(../img/culture.jpg) no-repeat 0 0;
    background-size: cover;
}
.culture .title{
    top: 7rem;
    width: 100%;
    color: #fff;
    position: absolute;
}
.culture-list{
    display: flex;
    flex-wrap: wrap;
}
.culture-li {
    /* width: 33.3%; */
    width: 100%;
    color: #fff;
    transition: all 0.6s;
    padding: 25rem 0 20rem;
    /* border-right: 1px solid #ffffff60; */
}
.culture-li:hover{
    background:  #ffffff1c;
}
.culture-li h5{
    line-height: 1.1;
    font-size: 1.125rem;
}
.culture-li p{
    line-height: 1.1;
    font-size: 4.2rem;
    letter-spacing: 2.6rem;
}
@media (max-width:992px) {
    .culture .title{
        top: 2rem;
    }
    .culture-list{
        margin-top: 4rem;
    }
    .culture-li {
        width: 100%;
        padding: 3rem 0 4rem;
    }
    .culture-li h5{
        font-size: 1rem;
    }
    .culture-li p{
        letter-spacing: 0.6rem;
        font-size: 1.25rem;
    }
}
/* 解决方案 */
.ny-case{
    padding-top: 4rem;
    /* background-color: #f5f5f5 !important; */
}
.ny-case .case{
    overflow: hidden;
    border-top: 10px solid #00b4a1;
    position: relative;
}
.case-con{
    width: 100%;height: 100%;
    position: absolute;
    top: 0;
    background: #00000070;
    padding: 10rem 0;
}
.case-con img{
    filter: brightness(0) invert(1);
}
.case-con .case-txt{
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.case-con .container-fluid{
    height: 100%;
}
.case-con .case-txt h3{
    font-size: 3.75rem;
    font-weight: 600;
    padding: 3rem 0 1.5rem;
}
.case-con .case-txt p{
    width: 45%;
    font-size: 1.5rem;
}
.case-txt-b ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.case-txt-b ul li{
    margin-right: 30px;
}
.case-txt-b a{
    color: #fff;
}
@media(max-width:992px){
    .ny-case1{
        padding-top: 20px;
    }
    .ny-case-list{
        padding-top: 20px;
    }
    .ny-case{
        padding: 0;
    }
    .case-img{
        width: 230%;
        max-width: none;
        margin-left: -50%;
    }
    .case-con{
        padding: 2rem 0;
    }
    .case-con img{
        width: 30px;
    }
    .case-con .case-txt h3 {
        font-size: 1.5rem;
        font-weight: 600;
        padding: 1rem 0 0.5rem;
    }
    .case-con .case-txt p {
        width: 100%;
        font-size: 1rem;
    }
}
.case-list .case-li{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row;
    position: relative;
    margin-bottom: 2rem;
}
.case-li-img{
    width:55%;
}
.case-li-img img{
    width: 100%;
}
.case-li-con{
    position: absolute;
    width: 100%;height: 100%;
    padding: 8% 0;
    padding-left: 57%;
    top: 0;
}
.case-li-con .container-fluid{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.case-li-con h3{
    font-size: 2.8rem;
    font-weight: 700;
}
.case-li-con p{
    font-size: 1.5rem;
}
.case-list .case-li:nth-child(even){
    flex-direction: row-reverse;
}
.case-list .case-li:nth-child(even) .case-li-con{
    padding-left: 0;
}
.ny-solution .title{
    width: 60%;
}
@media(max-width:992px){
    .case-li-img{
        width: 100%;
    }
    .case-li-con{
        position: static;
        padding: 20px 0;
    }
    .ny-solution .title{
        width: 100%;
    }
    .case-li-con h3{
        font-size: 1.5rem;
    }
    .case-li-con p{
        font-size: 1.125rem;
    }
}
/* 案例详情 */
.case-info-content {
    padding: 10px 0;
    border-top: 2px solid #000;
    position: relative;
}
.case-info-content::before {
    position: absolute;
    content: '';
    top: 4px;left: 0;
    height: 1px;
    width: 100%;
    background: #969696;
}
.case-info-content h2 {
    color: #00b4a1;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}
.case-info-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.case-info-content .img-bor {
    width: 100%;
    border: 1px solid #000;
    margin-bottom: 30px;
}
.case-info-content .img-bor p{
    margin-bottom: 15px;
}
.case-info-content .table-container,.table1 {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 30px;
    -webkit-overflow-scrolling: touch;
}
.case-info-content .table-container table,.table1 table {
    border-collapse: collapse;
    min-width: 100%;
    /* white-space: nowrap; */
}
.table1 table{
    position: relative;
    border-top: 1px solid #000;
    margin: 5px 0 15px;
}
.table1 table::before{
    content:'';
    width: 100%;
    position: absolute;
    height: 2px;
    background: #000;
    top: -4px;
}
.table-container tr ,.table1 tr{
    border-bottom: 1px solid #000;
}
.table-container td {
    width: 30%;
    padding: 10px 5px;
    vertical-align: top;
    border: 0;
}
.table1 td{
    padding: 10px 5px;
    vertical-align: top;
    border: 0;
    text-align: center;
    vertical-align: middle;
}
.table1 tr:first-child{
    font-weight: bold;
}
/* .table1 td{
    width: 50%;
}
.table1 .table2 td{
    width: 25%;
} */
.table-container td:last-child{
    width: 70%;
}
.table-container1 td, .table-container1 td:last-child{
    width: 25%;
}
.case-con .overview table {
    margin: 10px 0px;
}
.case-info-content ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.case-info-content ul li{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}
.case-info-content ul li img{
    width: 60px;
    margin-bottom: 10px;
}
@media (max-width:1288px) {
    .table1 table{
        white-space: nowrap;
    }
}
@media (max-width: 992px) {
    .case-info-content ul{
        align-items: flex-start;
    }
    .case-info-content ul li{
        flex: 1;
    }
}
/* 相关解决方案 */
.related_product{
    padding: 7rem 0;
    background: #f5f5f5;
    overflow: hidden;
}
.related_product .ny-honor .honor-con{
    padding: 0;
    background: #fff;
    border: 0;
    overflow: hidden;
}
.related_product .ny-honor .honor-con p{
    padding: 10px 0;
}
.related_product .relate-img{
    background-color: #fff;
    border-radius: 1rem;
    padding: 3rem;
}
.related_product .relate-title{
    line-height: 1.2;
}
.main.ny-product{
    background-color: #f5f5f5;
}
.ny-comm{
    padding-top: 60px;
    padding-bottom: 60px;
}
.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;
}
.down-comm{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.down-comm .comm-left{
    float: none;
}
.down-comm .comm-right{
    float: none;
}
.ny-comm .ny-title{
   font-size: 40px;
   margin-bottom: 20px;
   text-transform: uppercase;
}
.ny-comm .ny-title span{
    display: block;
    font-size: 24px;
}
@media(max-width:992px){
    .related_product{
        padding: 4rem 0;
    }
    .ny-comm{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ny-comm .ny-title {
        font-size: 1.25rem;
    }
    .ny-comm .comm-right{
        width: 100%;
        padding: 0;
    }
}
/*产品类别*/
.comm-left .ny-nav{
    padding: 30px 20px;
    background: #f3f3f3;
}
.comm-left .ny-nav ul.subnav{
    padding:0px 0px;
    display: none;
}
.comm-left .ny-nav li.active ul.subnav{
    display: block;
}
.comm-left .ny-nav li{
    width: 100%;
    display: block;
}
.comm-left .ny-nav li a{
    display: block;
    padding: 15px 5px 15px 0px;
    text-align: center;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 400;

    position: relative;
    background: #f3f3f3;
}
.comm-left .ny-nav li.onenav{
    width: 100%;
    display: block;
}
.comm-left .ny-nav li.onenav a{
    display: block;
    padding: 15px 10px 15px 10px;
    text-align: left;
    border-bottom:1px solid #dedede;
}
.comm-left .ny-nav li.active a.on,.comm-left .ny-nav li a:hover{
    color: #fe5b00;
}
.comm-left .ny-nav ul.subnav li a{
    display: block;
    padding: 10px 10px 10px 10px;
    line-height: 1.3;
    font-size: 14px;
    font-weight: lighter;
}

.comm-left .ny-nav ul.nonesub li a:hover,
.comm-left .comm-left .ny-nav ul.subnav li a:hover,.comm-left .ny-nav ul.subnav li a.subactive{
    color: #fff;
    background: #fe5b00;
}
@media (max-width:992px) {
    .comm-left{
        display: none;
    }
}
/*产品列表*/
.phone-product{
    display: none;
}
.related_product .product-list{
    border: 1px solid #efefef;
}
.product-list{
    position: relative;
    background-color: #fff;
    background-size: 100%;
    transition: all 0.6s;
    margin: 20px 0px;
    border-radius: 1rem;
    overflow: hidden;
}
.product-list .product-img{
    overflow: hidden;
    padding: 4rem 4rem;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    transition: all 0.6s;
}
.product-list .product-img img{
    width: 100%;
    transition: all 0.6s;
}
.product-list .pro-con{
    padding: 2rem 2rem;
    transition: all 0.6s;
    margin-bottom: 2rem;
}
.product-list .pro-con h5{
    padding-right: 75px;
    background-image: url(../img/more-blue.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 50px;
}
.product-list .pro-con h5 span{
    display: block;
    font-weight: 800;
    color: #00b4a1;
    font-size: 1.5rem;
}
.product-list:hover{
    background-color: #00b4a1;
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,.3);
}
.product-list:hover .product-img{
    border-bottom: 0px solid #e7e7e7;
    border-radius: 1rem;
}
.product-list:hover .product-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.product-list:hover .pro-con h5,.product-list:hover .pro-con h5 span{
    color: #fff;
}
.product-list:hover .pro-con h5{
    background-image: url(../img/more-white.png);
}
@media (max-width: 992px){
    .mySwiperRro2{
        display: none;
    }
    .phone-product{
        display: block;
    }
    .product-list {
        padding: 15px;
        margin: 10px 0px;
    }
    .product-list .pro-con{
        padding: 1rem;
        margin-bottom: 1rem;
    }
    .product-list .pro-con h5 {
        font-size: 16px;
        background-size: auto 40px;
    }
}
/* 产品详情内页banner */
.pro-ban .ny-title {
    top: 12%;
    bottom: auto;
}
.ny-pro-title {
    width: 100%;
    position: absolute;
    top: 28%;
    bottom: auto;
}
.ny-pro-title h3{
    color: #00b4a1;
    font-size: 5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
.ny-pro-title h3 span{
    font-size: 2.5rem;
    display: block;
    line-height: 1.2;
    font-weight: 300;
}
.ny-pro-title p{
    width: 55%;
    color: #fff;
    font-size: 1.25rem;
}
.link{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 4rem;
}
.link span{
    margin-right: 1.5rem;
}
.link a{
    color: #fff;
}
@media(max-width:992px){
    .ny-pro-title h3{
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .ny-pro-title h3 span{
        font-size: 1.5rem;
    }
    .ny-pro-title p{
        width: 100%;
        font-size: 1rem;
    }
    .link{
        margin-top: 0.5rem;
    }
}
/*产品展示详情 */
.ny-product1 .product-info1{
    background: url(../img/pro-info1.png) no-repeat 0 0;
    background-size: cover;
}
.ny-product1 .product-info2{
    background: url(../img/pro-info2.jpg) no-repeat 0 0;
    background-size: cover;
}
.product-con1,.product-con2{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    padding: 5rem 0;
}
.product-con1 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product-con1 ul li{
    width: 33.3%;
    /* width: 100%; */
    margin-bottom: 2rem;
    padding-left: 2rem;
    border-left: 5px solid #fdd100;
    transition: all 0.5s;
}
.product-con1 ul li:hover{
    transform: translateY(-10px);
}
.product-con1 ul.list li{
    flex: 1;
}
.product-con1 ul.list1 li{
    width: 100%;
}
.product-con1 ul li p{
    font-size: 1.25rem;
    line-height: 1;
}
.product-con1 ul li strong{
    font-size: 2.125rem;
    line-height: 1.2;
    color: #00b4a1;
    margin-top: 15px;
    display: inline-block;
}
.product-con2 ul{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.product-con2 ul li{
    list-style: none;
    padding-bottom: 3rem;
    transition: all 0.5s;
}
.product-con2 ul li:hover{
    transform: translateX(10px);
}
.product-con2 ul li:last-child{
    padding-bottom: 0;
}
.product-con2 ul li p{
    font-size: 1.25rem;
    line-height: 1.2;
}
.product-con2 ul li strong{
    font-size: 2.125rem;
    line-height: 1;
    color: #00b4a1;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}
.product-con2 ul li strong::before{
    content:'•';
    color: #fdd100;
    position: absolute;
    left: -20px;top: 5px;
}
@media(max-width:1550px){
    .product-con1 ul li strong{
        font-size: 2.0rem;
    }
}
@media(max-width:1350px){
    .product-con1 ul li strong{
        font-size: 1.85rem;
    }
}
@media(max-width:1180px){
    .product-con1 ul li p {
        font-size: 1.25rem;
    }
    .product-con1 ul li strong{
        font-size: 1.5rem;
    }
}
@media(max-width:992px){
    .product-con1 ul li,.product-con1 ul.list li,.product-con1 ul.list1 li{
        width: 100%;
        margin-bottom: 1rem;
    }
    .product-con2 ul li{
        padding-left: 1.5rem;
    }
    .product-con1 ul li strong,.product-con2 ul li strong{
        font-size: 1.5rem;
    }
    .product-con1 ul li p,.product-con2 ul li p{
        font-size: 1rem;
    }
}
/*上一页下一页*/
.pre-next a{
    font-size: 14px;
    line-height: 1.6;
    margin-top: 30px;
    padding: 0 15px;
    display: inline-block;
}
.pre-next a:hover span,.pre-next span{
    font-size: 14px;
    line-height: 1.6;
    color: #181818;
    font-weight: bold;
}
.pre-next p:first-child a{
    padding: 10px 1rem 10px 4rem;
    background: url(../img/more-blue1.png) no-repeat left center;
    background-size: auto 40px;
}
.pre-next p:last-child a{
    padding: 10px 4rem 10px 1rem;
    background: url(../img/more-blue.png) no-repeat right center;
    background-size: auto 40px;
}
.product_back{
    padding: 30px 0px;
    border-bottom: 2px solid #e1e1e1;
}
@media(max-width:992px){
    .pre-next .text-right{
        text-align: left;
    }
}
/*相关产品*/
.related-title{
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 20px;
}
.related-title::after {
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background: #f3792e;
    margin: 10px 0px;
    margin-bottom: -2px;
}
@media(max-width:992px){
    .related-title{
        font-size: 16px;
    }
    .related_case .more,.related_product .more,
    .related_case .title,.related_product .title{
        margin: 0;
    }
    .related_case .d-flex,.related_product .d-flex{
        padding: 20px 0;
    }
}
/* 新闻中心 */
.news-list{
    transition: all 0.6s;
    padding: 1.8rem 0;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
/* .news-list li.ny-news-img{
    width: 24%;
}
.news-list li.ny-news-content{
    width: 76%;
    display: flex;
    align-items: center;
} */
.ny-news-img{
    width: 24%;
}
.ny-news-content{
    width: 76%;
    display: flex;
    align-items: center;
}
.news-content-l{
    line-height: 1;
    font-size: 2rem;
    font-weight: bold;
    padding: 0 2.2rem;
    transition: all 0.6s;
}
.news-content-l span{
    line-height: 1;
    font-size: 1rem;
}
/* .news-content-r{
    width: calc(100% - 24%);
} */
.news-content-r{
    width: 100%;
}
.ny-news-title{
    font-size: 1.5rem;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    transition: all 0.6s;
}
.news-li:hover{
    background: #f6f6f6;
}
.news-li a:hover{
    color: #181818;
}
.news-li a:hover .ny-news-title,.news-li:hover .news-content-l{
    color: #00b4a1;
}
@media (max-width:992px) {
    .ny-news-img,.ny-news-content{
        width: 100%;
    }
    .ny-news-img{
        margin-bottom: 20px;
    }
    .news-content-l{
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .ny-news-content{
        display: flex;
        flex-direction: column;
    }
    .ny-news-title{
        margin-top: 10px;
        font-size: 1.125rem;
    }
}
/* 新闻详情 */
.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: #00b4a1;
}
.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;
    }
}
/* 联系我们 */
.ny-contact,.ny-job{
    background: url(../img/contact.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}
.ny-job{
    background-image: url(../img/join.jpg);
}
.ny-contact .ny-ban,.ny-job .ny-ban{
    width: 100%;
    height: 350px;
    position: absolute;
    background: transparent;
}
.ny-contact .ny-ban .ny-title,.ny-job .ny-ban .ny-title{
    bottom: 5%;
}
.contact,.job{
    margin-top: 320px;
}
.contact .contact-title{
    line-height: 1;
    font-size: 2.25rem;
    font-weight: bold;
    color: #fff;
}
.contact ul {
    display: flex;
    justify-content: flex-end;
}
.contact ul li {
    margin-left: 2%;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.contact ul li .er-box{
    width: 140px;
    margin-left: 3%;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
}
.contact .contact-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border: 2px solid #fff;
    border-radius: 10px;
    margin: 50px 0 80px;
}
.contact .contact-list .contact-li{
    width: 20%;
    line-height: 1.2;
    text-align: center;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #fff;
    color: #fff;
    padding: 4rem 1.25rem;
}
.contact .contact-list .contact-li p{
    font-size: 1.125rem;
    padding: 10px 0;
}
.contact .contact-list .contact-li strong{
    font-size: 1.5rem;
}
.map{
    border: 1px solid #efefef;
    padding: 5px;
    margin-top: 30px;
    background: #fff;
}
.map img{
    width: auto;
    max-width: none;
}
.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{
    display: none !important;
}
@media(max-width:992px){
    .ny-contact .ny-ban,.ny-job .ny-ban{
        height: 200px;
    }
    .contact, .job {
        margin-top: 30px;
    }
    .ny-contact .m-pro-nav, .ny-job .m-pro-nav{
        margin-top: 200px;
    }
    .contact .contact-list .contact-li{
        width: 100%;
        padding: 2rem 1rem;
    }
    .contact .contact-list .contact-li strong{
        font-size: 1.25rem;
    }
    .contact .contact-title {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }
    .contact ul {
        justify-content: flex-start;
    }
    .contact ul li{
        overflow: hidden;
        font-size: 14px;
        line-height: 30px;
        margin: 10px 0px;
    }
    .contact ul li span {
        text-align: center;
        margin-bottom: 0px;
    }
    .contact .cimg{
        width: 120px;
    }
}
/* 在线留言 */
.message{
    background: #fff;
    padding: 30px 35px;
    border-radius: 5px;
    margin-top: 5rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
}
.message .msg-title{
    margin-bottom: 35px;
}
.message .msg-title span{
    font-size: 1.25rem;
    display: block;
    font-weight: 600;
}
.form-control{
    height: 80px;
    text-align: center;
    font-size: 1.25rem;
    padding-left: 2.0rem;
    border-radius: 45px;
    margin-bottom: 25px;
}
.form-control1{
    height:120px !important;
}
.message .msg-btn,.adv-msg .msg-btn{
    width: 100%;
    height: 80px;
    font-size: 1.25rem;
    color: #fff;
    text-transform: uppercase;
    border:none;
    border-radius: 45px;
    background-color: #f3792e;
}
/* 搜索页面 */
.ny-search {
    margin-top: 2rem;
}
@media(max-width:767px){

}
/* 加入我们 */
.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;
    }
}