@charset "utf-8";
/* 内页头部 */
.ny-header{
    width:100%;
    height:95px;
    border-bottom:3px solid #0064ba;
    line-height: 92px;
    position: fixed;
    top:0;
    left:0;
    z-index:999;
    background:#fff;
}
.ny-header .nav>ul{
    margin:0;
}
.ny-header .nav>ul>li{
    display: inline-block;
    padding-left:20px;
}
.ny-header .nav>ul>li>a{
    display: block;
    padding:0 8px;
    position: relative;
}
.ny-header .nav>ul>li>a>b{
    display: block;
    height:3px;
    width:100%;
    background:#c73631;
    left:0;
    bottom:3px;
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-header .nav>ul>li.active a>b{
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -o-transform: rotateY(0);
}
.ny-header .nav>ul>li:hover a>b{
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -o-transform: rotateY(0);
}
.ny-header .language{
    padding:0 20px;
    margin:0 15px;
}
.ny-header .header-tel strong{
    font-size: 20px;
    color:#0064ba;
}
.ny-header .header-tel span{
    font-size: 18px;
    color:#828282;
    position: relative;
    top:-1px;
}

.m-btn{
    display: none;
    position: absolute;
    cursor: pointer;
    right:20px;
    top:33px;
}
.m-btn span{
    display: block;
    width:20px;
    height:2px;
    background:#424242;
    position: relative;
    -webkit-transition: all 200ms cubic-bezier(.4,0,0,1);
    -o-transition: all 200ms cubic-bezier(.4,0,0,1);
	transition: all 200ms cubic-bezier(.4,0,0,1);
}
.m-btn span::before, .m-btn span::after{
    content:'';
    display: block;
    height:2px;
    width:20px;
    background:#424242;
    position: absolute;
	left: 0;
    -webkit-transition: all 200ms cubic-bezier(.4,0,0,1);
    -o-transition: all 200ms cubic-bezier(.4,0,0,1);
	transition: all 200ms cubic-bezier(.4,0,0,1);
}
.m-btn span:before {
	top: -8px;
}
.m-btn span:after {
	bottom: -8px;
}
.m-btn.active span {
	background: transparent;
	margin-left: 10px;
}
.m-btn.active span:before {
    transform: rotate(-48deg) translate(-6px, 5px);
    -webkit-transform: rotate(-48deg) translate(-6px, 5px);
    -o-transform: rotate(-48deg) translate(-6px, 5px);
	width: 24px;
}
.m-btn.active span:after {
    transform: rotate(48deg) translate(-6px, -5px);
    -webkit-transform: rotate(48deg) translate(-6px, -5px);
    -o-transform: rotate(48deg) translate(-6px, -5px);
	width: 24px;
}

@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;
    }
    .ny-header{
        position: relative;
        position: fixed;
        height:70px;
    }
    .ny-header .logo {
        line-height: 70px;
    }
    .ny-header .logo img{
        height:40px;
    }
    .ny-header .language{
        line-height: 70px;
        padding-right:50px;
    }
    .ny-header .nav{
        position: absolute;
        left:-100vw;
        top:70px;
        width:70%;
        height:calc(100vh - 70px);
        background:#fff;
        box-shadow: 0 0 10px #eee;
        z-index:999;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding-top:20px;
    }
    .ny-header .nav.show{
        left:0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    .ny-header .nav ul li{
        display: block !important;
        line-height: 40px !important;
        padding:0 20px;
    }
}

/* 关于我们 */
.ny-ban{
    position: relative;
    margin-top:95px;
}
.ny-ban img{
    width:100%;
}
.ny-ban .ny-title{
    width:100%;
    margin-top:-30px;
    position: absolute;
    top:50%;
    z-index:99;
}
.ny-ban .ny-title p{
    font-size: 32px;
    font-weight: bold;
    color:#fff;
}
.ny-ban .ny-title b{
    display: block;
    width:80px;
    height:2px;
    background:#fff;
    margin-top:15px;
}

/* 当前位置 */
.position p{
    margin:0;
    padding:30px 0;
}
.position p{
    float: left;
    padding:30px 0 30px 20px;
}
.position p a:last-child{
    color:#0064ba;
}

.position ul{
    overflow: hidden;
    margin:0;
}
.position ul li{
    float: left;
    padding:30px 0 30px 20px;
}
.position ul li a{
    color:#a6a6a6;
}
.position ul li.active a{
    color:#424242;
}

@media (max-width:992px){
    .main{
        margin-top:20px;
    }
    .ny-ban{
        margin-top:70px;
    }
    .ny-ban .ny-title{
        margin-top:-17px;
    }
    .ny-ban .ny-title p{
        font-size: 17px;
    }
    .ny-ban .ny-title b{
        width:40px;
        margin-top:0;
    }
    .position{
        padding:15px 0;
    }
    .position p{
        display: none;
    }
}

.ny-nav ul{
    overflow: hidden;
}
.ny-nav ul li{
    float: left;
    width:25%;
    text-align: center;
    height:60px;
    line-height: 60px;
    background:#f6f5f5;
}
.ny-nav ul li.active{
    background:#0064ba;
}
.ny-nav ul li.active a{
    color:#fff;
}
.ny-nav ul li:hover{
    background:#0064ba;
}
.ny-nav ul li:hover a{
    color:#fff;
}
.ny-about{
    padding:50px 0;
    line-height: 30px;
}
.ny-about p{
    margin:0;
}
@media (max-width:992px){
    .ny-about img{
        width:100%;
    }
}

/* 荣誉证书 */
.ny-ab-box{
    padding:50px 0;
}
.ny-honor .honor-list img{
    width:100%;
}
.ny-honor .honor-list {
    margin-bottom:30px;
}
@media (min-width:1400px){
    .ny-honor .honor-list img{
        max-height:450px;
    }
}
/* 企业环境 */
.huanjing-list{
    position: relative;
    margin-bottom:30px;
}
.huanjing-list .huanjing-img img{
    width:100%;
}
.huanjing-list .huanjing-img{
    position: relative;
}
.huanjing-list .huanjing-img::after{
    content:'';
    display: block;
    width:100%;
    height:0;
    position: absolute;
    bottom:0;
    left:0;
    background:#000;
    opacity: 0.5;
    z-index:99;
    transition: all .5s;
    display: none;
}
.huanjing-list span.iconfont{
    font-size: 0;
    color:#fff;
    margin-bottom:-20px;
    margin-left:-20px;
    position: absolute;
    bottom:50%;
    left:50%;
    z-index:999;
    transition: all .5s;

}
.huanjing-list:hover span.iconfont{
    font-size: 40px;
    bottom:50%;
}
.huanjing-list:hover .huanjing-img::after{
    height:100%;
    display: block;
}
.ny-shebei{
    padding:0 0 100px 0;
}

/* 面料展示 */
.ny-product{
    background:#f8f8f8;
    padding:80px 0;
}
.ny-product .ny-product-box .ny-product-left{
    width:20%;
    margin-right:4%;
}
.ny-product .ny-product-box .ny-product-left .p0{
    height:100px;
    width:100%;
    line-height: 100px;
    background:#0064ba;
    color:#fff;
    font-size: 32px;
    font-weight: bold;
    padding-left:30px;
    margin:0;
}
.ny-product .ny-product-box .ny-product-left ul{
    padding:15px 15px 50px 15px;
    background:#fff;
}
.ny-product .ny-product-box .ny-product-left ul li a{
    display: block;
    padding:10px 10px 10px 20px;
    border-bottom:1px solid #f8f8f8;
}
.ny-product .ny-product-box .ny-product-left ul li.active a{
    background:#0064ba;
    color:#fff;
}
.ny-product .ny-product-box .ny-product-left ul li a:hover{
    background:#0064ba;
    color:#fff;
}
.ny-product .ny-product-box .ny-product-left .pro-tel{
    background:url(../img/pro-telbg.jpg) no-repeat;
    padding:35px 0 30px 35px;
    background-size: 100%;
    color:#fff;
    margin-top:20px;
}
.ny-product .ny-product-box .ny-product-left .pro-tel p{
    font-size: 18px;
    margin-bottom:5px;
}
.ny-product .ny-product-box .ny-product-left .pro-tel strong{
    font-size: 24px;
    font-weight: bold;
}
.ny-product .ny-product-box .ny-product-right{
    width:76%;
}
.ny-product .ny-product-box .ny-product-right .ny-pro-list{
    margin-bottom:30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-product .ny-product-box .ny-product-right .ny-pro-list .ny-pro-img{
    overflow: hidden;
}
.ny-product .ny-product-box .ny-product-right .ny-pro-list .ny-pro-img img{
    width:100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-product .ny-product-box .ny-product-right .ny-pro-list p{
    margin:0;
    padding:8px 0 8px 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-product .ny-product-box .ny-product-right .ny-pro-list:hover{
    box-shadow: 0 0 10px #bbb;
}
.ny-product .ny-product-box .ny-product-right .ny-pro-list:hover .ny-pro-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.ny-product .ny-product-box .ny-product-right .ny-pro-list:hover p{
    color:#fff;
    background:#0064ba;
}
.ny-product .ny-product-box .m-pro-nav{
    display: none;
}
.ny-product .ny-product-box .m-pro-nav .dropdown .btn{
    width:100%;
    padding:10px 0;
}
.ny-product .ny-product-box .m-pro-nav .dropdown .dropdown-menu{
    width:100%;
    padding:10px 20px;
    height:313px;
    overflow: auto;
}
.ny-product .ny-product-box .m-pro-nav .dropdown .dropdown-menu li{
    padding:8px 10px;
    border-bottom:1px solid #ddd;
}

@media (max-width:992px){
    .ny-product{
        padding:20px 0;
    }
    .ny-product .ny-product-box .ny-product-left{
        display: none;
    }
    .ny-product .ny-product-box .ny-product-right{
        width:100%;
    }
    .ny-product .ny-product-box .m-pro-nav{
        display: block;
        margin:20px 0;
    }
}

/* 面料展示详情 */
.product-info p{
    font-size: 20px;
    font-weight: bold;
    color:#0064ba;
    text-align: center;
}
.product-info .product-info-box {
    margin:30px 0 20px 0;
    padding:15px;
    border:1px solid #ddd;
    padding-bottom:50px;
}
.product-info .product-info-box .product-info-img .swiper-slide img{
    width:100%;
}
.product-info .product-info-box .product-info-img {
    position: relative;
}
.product-info .product-info-box .product-info-img .swiper-pagination {
    width: 100%;
    bottom: -40px;
    text-align: center;
}
.product-info .product-info-box .product-info-img .swiper-pagination-bullet {
    margin: 0 5px;
    width: 14px;
    height: 14px;
}
.product-info .product-info-box .product-info-img .swiper-pagination-bullet-active {
    background: #0064ba;
}
.product-info .product-info-box .product-info-img .next-prev{
    width:30px;
    height:30px;
    opacity: 0;
}
.product-info .product-info-box .product-info-img .p-next{
    background: url(../img/p-next.png) no-repeat;
    right:10px;
}
.product-info .product-info-box .product-info-img .p-prev{
    background: url(../img/p-prev.png) no-repeat;
    left:10px;
}
.product-info .product-info-box .product-info-img:hover .next-prev{
    opacity: 1;
}
.product-info .product-info-box .product-info-intro{
    padding:30px 20px;
}
.product-info .product-info-box .product-info-intro strong{
    font-size: 18px;
    font-weight: bold;
    color:#0064ba;
    display: block;
    padding-bottom:20px;
}
.product-info .product-info-box .product-info-intro p{
    font-weight: 400;
    font-size: 16px;
    color:#424242;
    text-align: left;
    margin:0;
    padding:10px 0;
}

.other-product{
    margin-top:40px;
}
.other-product .other-product-box{
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    margin-bottom:20px;
}
.other-product strong{
    font-size: 30px;
    font-weight: bold;
    color:#0064ba;
    display: block;
    padding:10px 0 20px 0;
}
.other-product .other-product-img img{
    width:100%;
}
.other-product .other-product-box p{
    margin:0;
    padding:8px 0 8px 20px;
}
.other-product .other-product-box:hover{
    box-shadow: 0 0 10px #ddd;
}
.other-product .other-product-box:hover p{
    background:#0064ba;
    color:#fff;
}
@media (max-width:992px){
    .product-info .product-info-box .product-info-img .swiper-pagination{
        display: none;
    }
}

/* 设备展示 */
.ny-shebei .ny-shebei-list{
    margin-bottom:30px;
}
.ny-shebei .ny-shebei-list .shebei-img{
    overflow: hidden;
}
.ny-shebei .ny-shebei-list .shebei-img img{
    width:100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-shebei .ny-shebei-list p{
    padding:8px 0 8px 10px;
    margin:0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-shebei .ny-shebei-list:hover p{
    background:#0064ba;
    color:#fff;
}
.ny-shebei .ny-shebei-list:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* 新闻 */
.ny-news .ny-news-list {
    padding:10px;
    margin-bottom:40px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-news .ny-news-list .ny-news-img{
    padding-right:50px;
}
.ny-news .ny-news-list .ny-news-img img{
    width:100%;
}
.ny-news .ny-news-list .ny-news-content{
    padding:20px 20px 45px 0;
    border-bottom:1px solid #ddd;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title{
    margin-top:10px;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title p{
    font-size: 22px;
    font-weight: 500;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title span{
    color:#b1b1b1;
}
.ny-news .ny-news-list .ny-news-content .ny-news-intro{
    width:75%;
    font-size: 14px;
    line-height: 25px;
    color:#828282;
    margin-top:10px;
}
.ny-news .ny-news-list:hover{
    box-shadow: 0 0 10px #ddd;
}
.ny-news .ny-news-list:hover .ny-news-content{
    border-bottom:1px solid transparent;
}
@media (max-width:992px){
    .ny-news .ny-news-list .ny-news-img{
        padding-right:0;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-title p{
        width:100%;
        font-size: 16px;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-title span{
        display: block;
        width:100%;
        text-align: left;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-intro{
        width:100%;
    }
    .ny-news .ny-news-list .ny-news-content{
        padding:10px 0 10px 0;
    }
}

/* 新闻详情页 */
.ny-news-info{
    padding:50px 0;
}
.ny-news-info .news-info-title{
    text-align: center;
    margin-bottom:30px;
}
.ny-news-info .news-info-title p{
    font-size: 18px;
    font-weight: bold;
    margin:0;
    padding:8px 0;
}
.ny-news-info .news-info-title span{
    font-size: 14px;
    color:#999;
}
.ny-news-info .news-info-content{
    line-height: 28px;
}

@media (max-width:992px){
    .ny-news-info{
        padding:20px 0;
    }
    .ny-news-info .news-info-title p{
        font-size: 16px;
    }
    .position{
        padding:0;
    }
    .position ul li{
        padding:20px 0 20px 20px;
    }
}


/* 联系我们 */
.contact{
    margin-bottom:50px;
}
.contact .contact-left{
    width:30%;
    background:#0064ba;
    padding:40px;
    color:#fff;
}
.contact .contact-left .contact-title p{
    font-size: 24px;
    font-weight: bold;
}
.contact .contact-left .contact-title b{
    display: block;
    width:80px;
    height:2px;
    background:#fff;
    margin:15px 0;
}
.contact .contact-left ul li{
    padding:8px 0;
}
.contact .contact-left ul li a{
    color:#fff;
}
.contact .contact-left ul li a span{
    font-size: 20px;
}
.contact .contact-right{
    width:70%;
}

.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{
    display: none !important;
}
@media (max-width:992px){
    .contact .contact-left{
        width:100%;
    }
    .contact .contact-right{
        width:100%;
    }
}

/* 在线留言 */
.messsage{
    overflow: hidden;
    margin:20px 0 100px 0;
}
.form-control{
    height:50px;
    margin-bottom:20px;
}
.form-control1{
    height:200px !important;
}
.message-btn button{
    width:100%;
    height:50px;
    border:none;
}

/* 搜索页面 */
.ny-search .ny-search-box .search-img-top{
    width:100%;
}
.ny-search .ny-search-box .search-title{
    padding:8px 0 8px 10px;
}
.ny-search .ny-search-box:hover .search-title{
    background:#0064ba;
    color:#fff;
}
.ny-search .ny-search-box {
    margin-bottom:30px;
}