@charset "utf-8";
.ny-main-box{
    background:#fff;
    margin:0 auto;
    position: relative;
    top:0;
    padding:25px 0 100px 0;
}
@media (min-width: 1360px){
    .ny-main-box{
        width:1360px;
    }
}
@media (max-width: 1200px){
    .ny-main-box{
        width:90%;
    }
    .container{
        width:95% !important;
    }
}

@media (max-width: 992px){
    .ny-main-box{
        top:-40px;
        padding:25px 0 30px 0;
    }
}


.ny-title{
    border-bottom:2px solid #f8f8f8;
    position: relative;
    margin-bottom:50px;
}
.ny-title h1{
    font-size: 45px;
    color:#db3141;
    font-weight: bold;
    padding:10px 0;
}
.ny-title::after{
    content:'';
    display: inline-block;
    width:50px;
    height:2px;
    background:#db3141;
    position: absolute;
    bottom:-15px;
    left:0;
    position: absolute;
    bottom:-2px;
}
.ny-title p{
    line-height: 110px;
    font-size: 14px;
    margin:0;
}
@media (max-width: 992px){
    .ny-title h1{
        font-size: 25px;
    }
}

/* 联系我们 */
.ny-contact .ny-contact-content h1{
    font-size: 20px;
    font-weight: bold;
    color:#db3141;
    margin:0 0 20px 0;
}
.ny-contact .ny-contact-content ul li{
    padding:5px 0;
}
.ny-contact .ny-contact-er .er-img{
    width:120px;
    padding:5px;
    border:1px solid #eee;
    margin-top:90px;
}
.ny-contact .ny-contact-er .er-img img{
    width:100%;
}
.ny-contact .ny-contact-er .er-img p{
    font-size: 14px;
    text-align: center;
    margin:5px 0 ;
}
@media (max-width: 992px){
    .ny-contact-map iframe{
        height:300px;
    }
}

/* 走进桦森 */
.ny-about .ny-about-content p{
    line-height: 30px;
    margin:0;
}
.ny-about .ny-about-content p strong{
    color:#db3141;
}

.ny-keji{
    margin:80px 0;
}
.ny-keji .keji-box{
    padding:50px 20px;
    background-size: 100% 115%;
}
.ny-keji .keji-box .keji-title{
    padding:0 20px;
}
.ny-keji .keji-box .keji-title strong{
    font-size: 20px;
}
.ny-keji .keji-box .keji-title h1{
    font-size: 40px;
    padding:0 0 5px 0;
}
.ny-keji .keji-box .keji-title p{
    font-size: 16px;
}

.ny-about-nav .ny-about-nav-box{
    text-align: center;
    padding:50px 0;
    margin-bottom:10px;
}
.ny-about-nav .p-nav1{
    background:url(../img/p-nav1.jpg) no-repeat;
    background-size: 100% 100%;
}
.ny-about-nav .p-nav2{
    background:url(../img/p-nav2.jpg) no-repeat;
    background-size: 100% 100%;
}
.ny-about-nav .p-nav3{
    background:url(../img/p-nav3.jpg) no-repeat;
    background-size: 100% 100%;
}
.ny-about-nav .ny-about-nav-box p{
    font-size: 24px;
    font-weight: bold;
    color:#fff;
    margin:0;
}
.ny-about-nav .ny-about-nav-box p::after{
    content:'';
    display:block;
    width:60px;
    height:2px;
    background:#db3141;
    margin:10px auto 0;
}

@media (max-width: 992px){
    .ny-about .ny-about-content p{
        line-height: 25px;
    }
    .ny-keji .keji-box{
        padding:30px 10px;
    }
    .ny-keji .keji-box .keji-title strong{
        font-size: 18px;
    }
    .ny-keji .keji-box .keji-title h1{
        font-size: 25px;
    }
    .ny-keji .keji-box .keji-title p{
        font-size: 14px;
    }
    .ny-keji .keji-box{
        background-size: 100% 100%;
    }
    .ny-keji .keji-box .keji-img{
        margin-top:50px;
    }
    .ny-about-nav .ny-about-nav-box p{
        font-size: 20px;
    }
}

/* 资讯中心 */
.ny-news .ny-news-nav ul{
    overflow: hidden;
}
.ny-news .ny-news-nav ul li{
    float: left;
    height:45px;
    line-height: 45px;
    width:160px;
    background:#f7f8fa;
    border-radius: 3px;
    text-align: center;
}
.ny-news .ny-news-nav ul li.active{
    background:#d12132;
}
.ny-news .ny-news-nav ul li.active a{
    color:#fff;
}
.ny-news .ny-news-nav ul li:hover{
    background:#d12132;
}
.ny-news .ny-news-nav ul li:hover a{
    color:#fff;
}
.ny-news .ny-news-list{
    margin-top:30px;
}
.ny-news .ny-news-list .ny-news-box{
    padding:15px 0;
    border-bottom:1px dotted #eee;
}
.ny-news .ny-news-list .ny-news-box .ny-news-left{
    padding-left:10px;
}
.ny-news .ny-news-list .ny-news-box .ny-news-left::before{
    content:'';
    display: inline-block;
    width:4px;
    height:4px;
    background:#474a4f;
    border-radius: 50%;
    margin:2px 10px 3px 0;
}


@media (max-width: 992px){
    .ny-news .ny-news-nav ul li{
        width:50%;
    }
    .ny-news .ny-news-list .ny-news-box .ny-news-right{
        display: none;
    }
}


.page {
    margin:60px 0;
    text-align: center;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background:#d12132 !important;
    border:1px solid #d12132 !important;
}
.pagination>li>a, .pagination>li>span{
    display: inline-block;
    height:40px;
    line-height: 40px;
    padding:0 15px;
    border:1px solid #eee;
    border-radius: 40px;
    margin:0 5px;
    color:#474a4f;
}
.pagination>li:last-child>a, .pagination>li:last-child>span{
    border-radius: 40px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{
    border-radius: 40px;
}
.pagination>li>a:hover, .pagination>li>span:hover{
    background:#d12132 !important;
    border:1px solid #d12132 !important;
    color:#fff;
}

/* 产品列表 */
.ny-product .ny-product-box .ny-product-img{
    margin-bottom:30px;
}
.ny-product .ny-product-box .ny-product-img img{
    width:100%;
}
.ny-product .ny-product-box .ny-product-img p{
    background:#f7f8fa;
    font-size: 14px;
    padding:10px 0 30px 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.ny-product .ny-product-box .ny-product-img p::before{
    content:'';
    display: inline-block;
    height:4px;
    width:4px;
    background:#595858;
    border-radius: 50%;
    position: absolute;
    top:32%;
    left:10px;
}
.ny-product .ny-product-box .ny-product-img:hover p{
    background:#db3141;
    color:#fff;
}
.ny-product .ny-product-box .ny-product-img:hover p::before{
    background:#fff;
}

.ny-ad{
    background:url(../img/ny-product-line.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding:25px 0;
    margin-top:70px;
    text-align: center;
    color:#fff;
}
.ny-ad p{
    font-size: 35px;
    font-weight: bold;
}
.ny-ad a{
    display: inline-block;
    width:330px;
    height:50px;
    line-height: 50px;
    font-size: 25px;
    font-weight: bold;
    color:#d12132;
    background:#fff;
    border-radius: 50px;
}
@media (max-width: 992px){
    .ny-ad p{
        font-size: 25px;
    }
    .ny-ad a{
        width:250px;
        height:35px;
        line-height: 35px;
        font-size: 16px;
    }
    .page{
        margin:0;
    }
    .pagination>li>a, .pagination>li>span{
        line-height: 26px;
        height:26px;
        padding:0 8px;
        margin:5px 2px;
    }
}

/* 铝型材 */
.ny-product .product-lv{
    padding-bottom:80px;
}
.ny-product .product-lv .product-lv-nav{
    width:18%;
    background:#eeeeee;
    padding:20px;
}
.ny-product .product-lv .product-lv-nav ul{
    margin:0;
}
.ny-product .product-lv .product-lv-nav>ul>li{
    padding:15px 0;
    border-bottom:1px dotted #ddd;
    padding-left:10px;
}
.ny-product .product-lv .product-lv-nav ul li a:hover{
    color:#d12132;
}
.ny-product .product-lv .product-lv-nav>ul>li::before{
    border:1px solid #d12132 !important;
}
.ny-product .product-lv .product-lv-nav ul li::before{
    content:'';
    display: inline-block;
    width:9px;
    height:9px;
    border:1px solid #ccc;
    border-radius: 50%;
}
.ny-product .product-lv .product-lv-content{
    width:78%;
}
/* .ny-product .product-lv .product-lv-nav>ul>li .erji{
    display: none;
} */
.ny-product .product-lv .product-lv-nav>ul>li .erji li{
    padding:8px 0;
    border-bottom:1px dotted #ddd;
    padding-left:20px;
}
.ny-product .product-lv .product-lv-nav>ul>li .erji li:last-child{
    border:none;
}
.ny-product .product-lv .product-lv-nav>ul>li .erji li a{
    font-size:14px;
}
.ny-product .product-lv .product-lv-nav>ul>li .erji li.active a{
    color:#d12132;
}
.ny-product .product-lv .product-lv-nav>ul>li .erji li:hover a{
    color:#d12132;
}
.ny-product .product-lv .product-lv-nav>ul>li.active>a{
    color:#d12132;
}
/* .ny-product .product-lv .product-lv-nav ul li.show .erji{
    display: block !important;
} */

@media (max-width: 992px){
    .ny-product .product-lv .product-lv-nav{
        display: none;
    }
    .ny-product .product-lv .product-lv-content{
        width:100%;
    }
    .ny-product .product-lv{
        padding-bottom:20px;
    }
}

/* 铝型材详情*/
.product-lv-info{
    width:78%;
}
.product-lv-info .product-lv-info-title h1{
    font-size: 25px;
    font-weight: bold;
    padding-bottom:15px;
    text-align: left;
    margin:0;
    color:#d12132;
    border-bottom:2px solid #f7f8fa;
}
.product-lv-info .product-lv-info-content{
    margin:30px 0;
    line-height: 25px;
}
.lv-info{
    border-bottom:2px solid #f7f8fa;
    padding-bottom:20px;
}
@media (max-width: 992px){
    .product-lv-info{
        width:100%;
    }
    .product-lv-info .product-lv-info-title h1{
        font-size: 20px;
    }
    .product-lv-info-content img{
        width:100%;
    }
}

/* 产品详情 */
.ny-product-info p{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}
.product-info-box{
    margin-top:50px;
}
.ny-product-info  .gallery-top .swiper-slide{
    text-align: center;
}
.ny-product-info  .gallery-top .swiper-slide img{
    width:85%;
}
.ny-product-info  .gallery-thumbs{
    width:85%;
    margin-top:15px;
}
.ny-product-info  .gallery-thumbs .swiper-slide img{
    width:100%;
    -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.gallery-thumbs .swiper-slide-thumb-active img{
    filter: grayscale(0) !important;
	filter: gray;
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{
    background:url(../img/next.png) no-repeat center center !important;
    /* background-size: 100% 100% !important; */
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{
    background:url(../img/prev.png) no-repeat center center !important;
    /* background-size: 100% 100% !important; */
}
.small-img{
    position: relative;
}
.small-img .swiper-button-next, .small-img .swiper-button-prev{
    width: 40px;
    height: 100%;
    background-color:#f7f8fa !important;
    padding:20px 10px;
    line-height: 80px;
    top:0;
    margin-top:0;
}
.small-img .swiper-button-next{
    right:30px;
}
.small-img .swiper-button-prev{
    left:30px;
}

.ny-product-tel{
    text-align: center;
    padding:50px 0;
    border-bottom:2px solid #f7f8fa;
}
.ny-product-tel p{
    margin:0;
    padding:5px 0;
}
.ny-product-tel h1{
    font-size: 36px;
    font-weight: bold;
    color:#d12132;
    margin:0;
}
.ny-product-tel .ny-product-er{
    width:120px;
    padding:5px;
    border:1px solid #eee;
    margin:20px auto;
}
.ny-product-tel .ny-product-er img{
    width:100%;
}
.ny-product-tel .ny-product-er p{
    font-size: 14px;
}
.other-product .other-product-title{
    margin:50px 0 30px 0;
}
.other-product .other-product-title h1{
    font-size: 30px;
    font-weight: bold;
    color:#d12132;
}
.other-product .other-product-title h1::after{
    content:'';
    display: block;
    width:50px;
    height:2px;
    background:#d12132;
    margin-top:10px;
}

@media (max-width: 992px){
    .ny-product-info p{
        font-size: 20px;
    }
    .ny-product-info  .gallery-top .swiper-slide img{
        width:100%;
    }
    .ny-product-info  .gallery-thumbs{
        width:100%;
    }
    .ny-product-tel h1{
        font-size: 25px;
    }
    .other-product .other-product-title h1{
        font-size: 20px;
    }
}

/* 新闻详情页 */
.ny-news-info .news-info-title{
    text-align: center;
}
.ny-news-info .news-info-title h1{
    font-size: 20px;
    font-weight: bold;
}
.ny-news-info .news-info-title p{
    color:#999;
    font-size: 14px;
}
.ny-news-info .news-info-content{
    margin-top:20px;
    line-height: 28px;
}

/* 在线留言 */
.message .form-control{
    width:100%;
    height:50px;
    margin-bottom:20px;
}
.message .form-control1{
    height:200px;
}
.message button{
    border:none;
    color:#fff;
    background:#d12132;
}
.message .message-btn button{
    width:100%;
    height:50px;
    border:none;
    background:#d12132;
}
.message button:hover{
    background:#474a4f;
}
.message button:focus{
    background:#474a4f;
}

