@charset "utf-8";
.common {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ny-common {
    padding-top: 25px;
    padding-bottom: 25px;
}
.ny-ban{
    overflow: hidden;
}
.ny-ban h3{
    margin: -123px auto 30px;
    font-size: 45px;
    font-weight: 600;
    color: #fff;
}

.position {
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}

.position-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.position-con a{
    font-size: 16px;
}

/* 产品中心 */
.ny-product-nav {
    display: flex;
}
.ny-product-nav li {
    padding: 7px 25px;
    max-width: 250px;
    border: 1px solid #eeeeee;
    margin-right: 15px;
    border-radius: 40px;
    background: #ebebeb;
}
@media (max-width: 992px) {
    .ny-ban h3{        
        margin: -50px auto 20px;
        font-size: 22px;
    }
    .ny-ban img{
        width: 200%;
        max-width: none;
        margin-left: -100%;
    }
    .position-con{
        flex-direction: column;
    }
    .ny-common {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .position-con a {
        font-size: 14px;
    }
    .ny-product-nav li{
        padding: 2px 6px;
        margin-right: 5px;
    }
}
.ny-product {
    background: #f8f8f8;
}
.ny-product::before,.ny-product::after{
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    background: #f8f8f8;
}

.common-info .product-liangd,.common-info .product-clean ul{
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}
.common-info .product-liangd li,.common-info .product-clean ul li{
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}
.common-info .product-liangd li div{
    text-align: center;
    background: #66b2e2;
    color: #fff;
    margin: 10px 0px;
    padding: 15px 10px;
}
.common-info .product-clean ul li{
    width: 33.33%;
    display: flex;
}
.common-info .product-clean ul li div{
    text-align: center;
    background: #fff;
    margin: 10px 0px;
    padding: 25px 20px;
    border-radius: 5px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}
.common-info h4 {
    font-size: 16px;
    color: var(--one-color);
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 10px 0px 5px;

}
.common-info h4::after{
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: var(--one-color);
}
.common-info .product-clean ul li div h4::after{
    margin: 0px auto;
}

.pro-list-li{
    display: block;
    overflow: hidden;
    cursor: pointer;
    margin-top: 30px;
}
.li-img{
    background: #fff;
    overflow: hidden;
    text-align: center;
    padding: 10%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro-list-li img{
    height: 100%;
    transition: all 0.5s;
    object-fit: contain;
}
.li-tit{
    width: 100%;
    background: #fcfcfc;
    text-align: center;
    padding: 15px 5px;
    font-weight: 600;
    font-size: 16px;
}
.li-ico{
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.6s;
}
.li-ico span{
    color: var(--one-color);
    font-size: 35px;
}
.pro-list-li:hover img{
    transform: scale(1.1);
}
/* 产品详情 */
.ny-product-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ny-product-img{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 40%;    
    margin-right: 5%;
    padding: 25px;
}
.ny-product-img img{
    max-height: 500px;
}
.ny-product-content{
    width: 55%;
}
.ny-product-content h3{
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
}
.ny-product-content h3::after{
    content: '';
    display: block;
    width: 50px;
    height: 3px;
margin-top: 15px;
background: var(--one-color);
}
@media (max-width: 992px) {
    .ny-product-img{
        width: 100%;
        min-width: auto;
        margin-right: 0px;
        padding: 15px;
    }
    .ny-product-content{
        padding-top: 15px;
        width: 100%;
    }
    .ny-product-content h3{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .ny-product-content h3::after{
        width: 30px;
        height: 2px;
        margin-top: 10px;
    }
}
/* 服务 */
.ny-services{
    padding: 30px 0 50px;
}
.ny-services ul{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    background: #f5f5f5;
    border-radius: 15px;
    align-items: center;
}
.ser-item2,.ser-item4{
    flex-direction: row-reverse;
}
.ny-services ul li{
    width: 50%;
}
.ser-item1 .ser-item-con,.ser-item3 .ser-item-con{
    text-align: end;
}
.ser-item-con{
    padding: 15px 40px 15px;
    font-weight: 300;
}
.ser-item-con h5{
    font-size: 48px;
    color: #e9e9e9;
    text-transform: uppercase;
}
.ser-item-con h4{
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.ser-item2 .ser-item-con h4,.ser-item4 .ser-item-con h4{
    align-items: flex-start;
}
.ser-item-con h4::after{
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #005aa6;
    margin: 15px 0;
}
.ser-item-con h3{
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}
.ser-con{
    line-height: 1.6em;
    opacity: 0.75;
}
@media (max-width: 992px) {
    .ny-services ul li{
        width: 100%;        
    }
    .ser-item-con{
        padding: 15px 20px 15px;
    }
    .ser-item1 .ser-item-con, .ser-item3 .ser-item-con {
        text-align: left;
    }
    .ser-item-con h5 {
        font-size: 32px;
    }
    .ser-item-con h4 {
        font-size: 16px;
        align-items: flex-start;
    }
    .ser-item-con h3 {
        font-size: 18px;
    }
}
/* 行业应用 */
.ny-case{
    padding: 50px;
}
.case-pics{
    position: relative;
    overflow: hidden;
}
.case-pics .swiper-button-prev,.case-pics .swiper-button-next {
    outline: none;
    background-size: 6px auto;
    width: 38px;
    height: 38px;
    background-color: #272727;
    transition: background-color 0.2s;
}

.case-pics .swiper-button-prev:hover,.case-pics .swiper-button-next:hover {
    background-color: #0f0f0f;
}

.case-pics .swiper-button-prev {
    left: calc(50% - 505px);
}

.case-pics .swiper-button-next {
    right: calc(50% - 505px);
}

.case-pics .swiper-slide img {
    opacity: 0.5;
    width: 100%;
    transition: all 0.3s;
    transform: scale(0.9);
}

.case-pics .swiper-slide-active img,.case-pics .swiper-slide-duplicate-active img {
    opacity: 1;
    transform: scale(1.0);
}

.case-info{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.case-info button{
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    border-radius: 25px;
}
.case-info .btn-default.active, .btn-default:active, .case-info .open>.dropdown-toggle.btn-default{
    color: #FFF;
    background:linear-gradient(to right, #005ba6, #4db5e8);
    border-color: #8c8c8c;
    border: none;
    font-weight: 600;
}
.case-info .btn-group{
    width: 20%;
}
.case-info .btn-group button{
    width: 90%;
    margin-top: 30px;
}
.case-info .btn-group ul{
    width: 90%;
}
.case-info .btn-group ul li{
    padding: 5px;
    border-bottom: 1px solid #eeeeee;
}
.case-info .btn-group ul li:hover{
    background: #eee;
}
@media (max-width: 992px) {
    .ny-case {
        padding: 30px 10px;
    }
    .case-info{
        margin-top: 20px;
    }
    .case-info .btn-group {
        width: 33.333%;
    }
    .case-info .btn-group button {
        width: 96%;
        margin-top: 16px;
    }
    .case-info button{
        padding: 8px 15px;
    }
}
/* 合作客户 */
.ny-partner {
    border-bottom: 1px solid #ddd;
}

.partner-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ny-partner-list {
    text-align: center;
    border: 1px solid #ddd;
    width: 24%;
    margin-top: 20px;
}

.ny-partner-list img {
    padding: 10px;
    max-height: 120px;
}

/* 关于我们 */
.ny-about-nav {
    display: flex;
}
#aboutItem1,#aboutItem2,#aboutItem3,#aboutItem4{
    scroll-margin-top:300px;
}
.ny-about-nav button {
    padding: 7px 30px;
    max-width: 250px;
    border: 1px solid #eeeeee;
    margin-right: 15px;
    border-radius: 40px;
    background: #ebebeb;
}

.company {
    background: #f8f8f8;
}
.company p{
    color: var(--three-color);
}

.ny-about h2 {
    margin-bottom: 40px;
}

.ny-about h2::after {
    content: '';
    display: block;
    margin-top: 10px;
    width: 30px;
    height: 3px;
    background: var(--one-color);
}
.factory h5{
    font-size: 18px;
    padding: 20px 10px;
    text-align: center;
}
.ny-honor .container-fluid {
    position: relative;
}

.swiper-item {
    border: 1px solid #ddd;
    padding: 20px;
}
.ny-honor-prev,.ny-honor-next{
    top: 60%;
    color: #a5a5a5;
}

.ny-honor-prev {
    left: -30px;
}

.ny-honor-next {
    right: -30px;
}
.ny-honor{
    padding-top: 50px;
}
.ny-patents{
    padding-bottom: 100px;
}

.ny-patents .container-fluid {
    position: relative;
}

.ny-patents-prev,.ny-patents-next{
    top: 55%;
    color: #a5a5a5;
}

.ny-patents-prev {
    left: -30px;
}

.ny-patents-next {
    right: -30px;
}

.ny-history {
    padding: 120px 0;
}

.ny-history .container-fluid {
    position: relative;
}

.ny-history-prev {
    left: -30px;
}

.ny-history-next {
    right: -30px;
}

.ny-history-swiper h5 {
    text-align: center;
    font-size: 32px;
    padding-bottom: 30px;
    font-weight: lighter;
}

.time-con {
    width: 100%;
    padding: 25px 20px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    line-height: 22px;
}

.time-con::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0px 0px -8px;
    border-radius: 50%;
    z-index: 2;
    background: #ebedf0;
    border: 1px solid #b5b5b5;
}

.time-con::after {
    content: '';
    position: absolute;
    top: calc(0% - 1px);
    left: calc(50% + 6px);
    width: calc(100% - -1px);
    height: 2px;
    background: #bbbbbb;
}

.swiper-slide-active .time-con::before {
    background: var(--one-color);
    border: 1px solid var(--one-color);
}

/* 新闻 */
.ny-news-nav {
    display: flex;
}

.ny-news-nav li {
    padding: 7px 30px;
    max-width: 250px;
    border: 1px solid #eeeeee;
    margin-right: 15px;
    border-radius: 40px;
    background: #ebebeb;
}

.ny-active {
    background: var(--one-color) !important;
}

.ny-active a {
    color: #fff;
}

.ny-news {
    background: #f8f8f8;
}

.ny-news-list a {
    display: flex;
    justify-content: space-between;
}

.ny-news-list {
    margin-bottom: 20px;
    padding: 10px 0;
}

.ny-news-list a {
    color: #828282;
}

.ny-news-tit {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0;
}

.ny-news-desc {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ny-news-list:hover {
    background: #fff;
}

.ny-news-list:hover .ny-news-tit {
    color: var(--one-color);
}

.ny-news-zuo {
    width: 68%;
    padding: 30px 0 0 20px;
    border-bottom: 1px solid #ddd;
}

.ny-news-img {
    width: 30%;
}

/* 新闻详情 */
.news-content{
    margin: 30px 0px;
    padding: 5rem 2rem;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
    border-radius: 20px;
}
.news-content h3{
    margin: 5px 0;
}
.news-info{
    width: 75%;
    margin: 20px auto;
}
.news-info img{
    width: 100%;
    max-width: none;
}
.news-info p{
    margin: 10px 0px;
}
/* 联系我们 */
.ny-contact-nav {
    display: flex;
}

.ny-contact-nav button {
    padding: 7px 30px;
    max-width: 250px;
    border: 1px solid #eeeeee;
    margin-right: 15px;
    border-radius: 40px;
    background: #ebebeb;
}

.ny-contact {
    background: #f8f8f8;
}
.ny-contact-con h2{
   font-size: 18px;
   font-weight: 600;
   margin-bottom: 15px;
}

.map {
    border: 1px solid #e2e2e2;
    padding: 10px;
    background: #fff;
}

.map img {
    width: auto;
    max-width: none;
}

.map .BMapLabel {
    left: -66px !important;
    top: 35px !important;
    color: #fff;
    border: none !important;
    background: var(--one-color) !important;
    padding: 5px 10px !important;
    max-width: 190px !important;
    border-radius: 5px;
}

.message {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px;
    padding: 5rem 2rem;
    margin-top: 60px;
}

.form-control {
    height: 50px;
    margin-bottom: 10px;
}

.message-btn button {
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    border: none;
}
/* 搜索 */
.search {
    z-index: 99;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: 0.9;
    text-align: center;
    padding: 25% 0;
    display: none;
}
.search .search-close{
    position: absolute;
    top: 11%;
    right: 9%;
    color: #fff;
    font-size: 25px;
    border: none;
    outline: none;
    background: none;
}
.search input{
    width: 50%;
    padding: 10px 0 10px 20px;
    border-radius: 50px;
    border: none;
    outline: none;
}
.search .search-submit{
    padding: 10px 30px;
    border-radius: 10px;
    border: none;
    outline: none;
}
.ny-search{
    background: #ebebeb;
}
.ny-search-list {
    margin-top: 20px;
}

.ny-search-list .ny-search-img {
    padding: 40px;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
}

.ny-search-list .ny-search-img img {
    min-height: 200px;
    max-height: 250px;
    transition: all 0.8s;
}

.ny-search-list .ny-search-img img:hover {
    transform: scale(1.1);
}

.ny-search-tit {
    margin-top: 15px;
}
/*核心价值观*/
.detail {
    padding: 0px 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}
.detail .detailBox {
    width: 49%;
    overflow: hidden;
    padding: 3rem;
    background: #fff;
    margin-bottom: 5rem;
}
.detail .detailBox img {
    width: 100%;
    max-width: none;
}
.detail .detailBox li h3 {
    color: #054493;
    font-weight: 600;
    font-size: 32px;
    margin: 15px 0px;
}