@charset "utf-8";

.common {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ny-common {
    padding-top: 25px;
    padding-bottom: 25px;
}

.ny-ban {
    padding-top: 85px;
}

.position {
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
}

.position-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.position-tit {
    font-size: 25px;
}

.ny-com-nav {
    display: flex;
}

.ny-com-nav li{
    padding: 7px 30px;
    max-width: 250px;
    border: 1px solid #eeeeee;
    margin-right: 15px;
    border-radius: 40px;
    background: #ebebeb;
}
.ny-mobile-nav .btn-default,.ny-mobile-nav .dropdown-menu{
    width: 100%;
}
.ny-mobile-nav{
    display: none;
    margin: 30px 0;
}
@media (max-width: 535px) {
    .ny-com-nav{
        display: none;
    }
    .ny-mobile-nav{
        display: block;
    }
    .common{
        padding: 20px 0;
    }
}
@media (max-width: 1405px) {
    .ny-com-nav li,.ny-com-nav button{
        padding: 7px 15px !important;
    }
}
@media (max-width: 1155px) {
    .ny-com-nav{
        flex-wrap: wrap;
    }
    .ny-com-nav li{
        margin-top: 10px;
    }
}
/* 产品中心 */
.ny-product {
    background: #f8f8f8;
}

.ny-product-list {
    margin-top: 20px;
}

.ny-product-list .ny-product-img {
    padding: 40px;
    border: 1px solid #ddd;
    background: #fff;
}

.ny-product-list .ny-product-img img {
    transition: all 0.8s;
}

.ny-product-list .ny-product-img img:hover {
    transform: scale(1.1);
}

.ny-product-tit {
    margin-top: 15px;
}
.product-info{
    border-bottom: 1px solid #eeeeee;
}
.product-info-row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product-info-img{
    width: 40%;
    border: 1px solid #ddd;
    text-align: center;
    padding: 30px;
}
.product-info-con{
    width: 60%;
    padding-left: 50px;
    max-width: 700px;
}
.product-info-tit{
    margin-bottom: 30px;
}
.product-info-tit::after{
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: var(--one-color);
    margin-top: 10px;
}
.product-info-con strong{
    display: block;
    margin-top: 20px;
}
@media (max-width: 700px) {
    .product-info-img{
        width: 100%;
    }
    .product-info-con{
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
}
/* 行业应用 */
.ny-case-nav {
    display: flex;
}

.ny-case-nav li {
    padding: 7px 30px;
    max-width: 250px;
    border: 1px solid #eeeeee;
    margin-right: 15px;
    border-radius: 40px;
    background: #ebebeb;
}

.ny-case {
    background: #f8f8f8;
    padding: 30px 0;
}
.ny-case p{
    margin: 15px 0;
}
.ny-case img{
    margin: 15px 0;
}
.ny-case-list {
    margin-top: 20px;
}

.ny-case-list .ny-case-img {
    padding: 40px;
    border: 1px solid #ddd;
}

.ny-case-list .ny-case-img img {
    transition: all 0.8s;
}

.ny-case-list .ny-case-img img:hover {
    transform: scale(1.1);
}

.ny-case-tit {
    margin-top: 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;
}
@media (max-width: 800px) {
    .ny-partner-list{
        width: 32%;
    }
}
@media (max-width: 500px) {
    .ny-partner-list{
        width: 48%;
    }
}
/* 关于我们 */
.ny-com-nav button {
    padding: 7px 30px;
    max-width: 250px;
    border: 1px solid #eeeeee;
    margin-right: 15px;
    border-radius: 40px;
    background: #ebebeb;
}
.aboutItem{
    cursor: pointer;
}
.company {
    background: #f8f8f8;
}
.company p{
    color: var(--two-color);
}

.ny-about h2 {
    margin-bottom: 20px;
}

.ny-about h2::after {
    content: '';
    display: block;
    margin-top: 10px;
    width: 50px;
    height: 3px;
    background: var(--one-color);
}

.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: 100px;
}
.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);
}
@media(max-width:1250px){
    .ny-honor-next,.ny-patents-next,.ny-history-next{
        right: -5px;
    }
    .ny-honor-prev,.ny-patents-prev,.ny-history-prev{
        left: -5px;
    }
}

/* 新闻 */
.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;
    flex-wrap: wrap;
}

.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;
}

.ny-news-desc {
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.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%;
}
.ny-news-img img{
    min-height: 220px;
    object-fit: cover;
}
@media(max-width:992px){
    .ny-honor {
         padding-top: 40px; 
    }
    :root {
        --swiper-navigation-size: 24px;
    }
    .ny-news{
        padding: 0 15px;
    }
    .ny-news-list {
        margin-bottom: 10px;
    }
    .ny-news-zuo,.ny-news-img {
        width: 100%;
    }
    .ny-news-zuo {
        padding: 0;
    }
    .ny-news-img {
        margin-top: 20px;
        text-align: center;
    }
    .ny-about h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
/* 新闻详情 */
.news-info{
    padding: 50px 0;
    border-bottom: 1px solid #eeeeee;
}
.news-info .container-fluid{
    max-width: 1100px;
}
.news-info-img {
    margin: 30px 0;
}
.news-info-page{
    margin-top: 50px;
}
.news-content h3{
    font-size: 18px;
}

/* 联系我们 */
.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 h2{
    font-size: 20px;
    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: 40px 30px 45px;
    margin-top: 30px;
}

.form-control {
    height: 50px;
    margin-bottom: 10px;
}

.message-btn button {
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    border: none;
}
@media(max-width:815px){
    .BMap_omCtrl{
        display: 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;
}
@media (max-width:992px) {
    .search {
        z-index: 99;
        position: relative;
        width: auto;
        height: auto;
        background: transparent;
        opacity: 0.9;
        text-align: center;
        padding: 0% 15px;
    }
    .search input {
        width: 50%;
        padding: 10px 0 10px 20px;
        line-height: 1;
        border-radius: 50px;
        border: none;
        outline: none;
    }
    .head-ico button{
        line-height: 1.0;
    }
}
.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;
}