@charset "utf-8";
.header{
    position: relative;
    background: #000;
}


/*位置*/
.nposition{
    background: #f7f7f7;
    line-height: 7rem;
    height: 7rem;
}
.nposition a{
    color: #555;
    margin: 0 5px;
}
.nposition a:hover{
    text-decoration: underline;
}


/*通用*/
.ncontact{
    display: table;
    width: 100%;
    padding: 3rem 0 7rem;
}
.nc-fl{
    width: 18%;
    float: left;
}
.nc-fl .list{
    padding: 1rem 1px;
}
.nc-fl .list li{
    line-height: 2.5rem;
    margin-bottom: 1rem;
}
.nc-fl .list li a{
    color: #555;
}
.nc-fl .list li a:hover,.nc-fl .list li a.on{
    color: #ff450e;
}
.nc-fr{
    float: right;
    width: 79%;
}
.top-title{
    line-height: 56px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 20px;
    color: #222222;
    font-weight: bold;
}
.nc-fr .top-title{
    margin-bottom: 2rem;
}


/*关于我们*/
.about-con{
    line-height: 3rem;
}


/*相册*/
.photo-list ul{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.photo-list ul li{
    padding: 0 1.5rem 3rem;
}
.photo-list ul li .bigimg{
    border: 1px solid #eee;
}
.photo-list ul li img{
    width: 100%;
}
.photo-list ul li a:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.photo-list ul li p{
    text-align: center;
    font-size: 1.6rem;
    margin-top: 1rem;
}
.photo-list ul li a:hover p{
    color: #ff450e;
}



/*新闻资讯*/
.news-list{
    padding: 20px 0 50px;
    display: grid;
    gap: 50px;
}
.themes-news{
    text-align: left;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.themes-news .bigimg{
    width: 40%;
}
.themes-news .bigimg img{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.themes-news .bigimg:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.themes-news .con{
    width: 55%;
}
.themes-news .con .name{
    font-size: 24px;
    font-weight: bold;
}
.themes-news .con .name a{
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.themes-news .con .time{
    font-size: 1.2rem;
    color: #666;
    margin: 2rem 0;
}
.themes-news .con .brief{
    margin-bottom: 32px;
    line-height: 24px;
    font-size: 14px;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.themes-news .con .more a{
    display: inline-block;
    padding: 0 32px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #5f5318;
    font-size: 16px;
    color: #222222;
    text-transform: uppercase;
    border-radius: 20px;
}
.themes-news .con .more a:hover{
    background: #ff450e;
    border: 1px solid #ff450e;
    color: #fff;
}


/*新闻资讯*/
.news_wcl{
    float: right;
    width: calc( 100% - 175px );
}
.top_detail{
    position: relative;
}
.top_detail .data_box{
    position: absolute;
    top: 15px;
    left: 0;
}
.top_detail .data_box .date{
    padding-top: 16px;
    width: 120px;
    height: 120px;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    box-sizing: border-box;
    color: #000000;
    background-color: #fecf00;
}
.top_detail .data_box .date span{
    display: block;
    margin-top: 5px;
    font-size: 48px;
    line-height: 36px;
    font-weight: bold;
}
.top_detail .data_box .views_item{
    text-align: right;
    margin-top: 8px;
    font-size: 14px;
}
.top_detail .top_title{
    padding-right: 60px;
    padding-bottom: 26px;
    line-height: 50px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 36px;
    color: #222222;
    box-sizing: border-box;
    font-weight: bold;
}
.bottom_detail{
    padding-top: 40px;
    min-height: 400px;
    line-height: 30px;
}
.news_box{
    margin-top: 40px;
    padding: 30px 0 50px;
    border-top: 1px solid #e8e8e8;
}
.news_box .item .icon{
    padding: 0 10px;
    width: 78px;
    line-height: 30px;
    background-color: #fecf00;
    color: #000;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
}
.news_box .item .title{
    width: calc( 100% - 78px );
    padding-left: 12px;
    line-height: 30px;
    box-sizing: border-box;
    color: #222;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news_box .next_item{
    margin-top: 30px;
}


/*产品详情*/
.pro-top{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.pro-top .msimg{
    width: 40%;
}
.pro-top .msimg img{
    width: 100%;
}
.pro-top .msinfo{
    width: 57%;
}
.pro-top .msinfo .bt{
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.2;
    width: 100%;
}
.pro-top .msinfo .brief{
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.8;
    width: 100%;
    background-color: unset;
}
.pro-top .msinfo .more a{
    display: inline-block;
    vertical-align: top;
    background: #ff450e;
    width: 40%;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
}
.pro-bottom{
    margin-top: 5rem;
}
.pro-bottom .bt{
    border-bottom: 2px #dedede solid;
    overflow-x: auto;
    overflow-y: hidden;
}
.pro-bottom .bt span{
    font-size: 36px;
    display: block;
    border-bottom: 2px solid #333;
    float: left;
    line-height: 5rem;
}
.pro-bottom .content{
    margin-top: 20px;
    line-height: 30px;
}



/*联系我们*/
.lxwm-tit{
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 3rem;
}
.lxwm-fl{
    font-size: 2rem;
}
.lxwm-fr #container{
    width: 100%;
    height: 40rem;
}
.lxwm-ly{
    margin-top:7rem;
}
.contactb-bj{
    background: #f1f1f1;
    padding: 5rem;
}
.contactb-bj .bt{
    text-align: center;
    font-size: 2.6rem;
    font-family: 'bembo';
    color: #000;
    margin-bottom: 3rem;
}
.contactb-bg label{
    font-family: 'bembo';
    color: #000;
    font-weight: bold;
    font-style: italic;
    font-size: 1.6rem;
}
.contactb-bg .am-form-group{
    margin-bottom: 3rem;
}
.contactb-bg .am-form-group input{
    line-height: 5rem;
    padding: 0 10px;
}
.contactb-bg fieldset{
    margin-bottom: 0;
    padding: 0;
}
.contactb-bg p{
    margin-top: 5rem;
}
.contactb-bg p button{
    background: #ff450e;
    border: 0;
    color: #fff;
    width: 25rem;
    border-radius: 20px;
    display: block;
    margin: auto;
    line-height: 4rem;
    padding: 0;
}



@media (max-width:1024px){
    .nc-fl,.nc-fr{
        width: 100%;
    }

    /*新闻资讯*/
    .news-list{
        padding: 20px 0 50px;
        display: grid;
        gap: 50px;
    }
    .themes-news{
        display: table;
    }
    .themes-news .bigimg{
        margin-bottom: 1rem;
        width: 100%;
    }
    .themes-news .con{
        width: 100%;
    }
    .themes-news .con .name{
        font-size: 1.8rem;
    }
    .themes-news .con .name a{
        color: #222222;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .themes-news .con .time{
        margin: 1rem 0;
    }
    .themes-news .con .brief{
        margin-bottom: 2rem;
        line-height: 2.5rem;
        font-size: 1.4rem;
    }
    .themes-news .con .more a{
        padding: 0 3rem;
        height: 4rem;
        line-height: 4rem;
        font-size: 1.4rem;
    }


    /*新闻资讯*/
    .news_wcl{
        float: right;
        width: calc( 100% - 10rem );
    }
    .top_detail .data_box .date{
        padding-top: 1rem;
        width: 8rem;
        height: 10rem;
        font-size: 1.6rem;
        line-height: 3.5rem;
    }
    .top_detail .data_box .date span{
        font-size: 4rem;
        line-height: 4rem;
        margin: 0;
    }
    .top_detail .data_box .views_item{
        text-align: right;
        margin-top: 8px;
        font-size: 14px;
    }
    .top_detail .top_title{
        padding-right: 0;
        padding-bottom: 2rem;
        line-height: 3.6rem;
        border-bottom: 0;
        font-size: 2.4rem;
        min-height: 17rem;
    }
    .bottom_detail{
        padding-top: 2rem;
        min-height: 400px;
        line-height: 30px;
        width: 100%;
        border-top: 1px solid #e8e8e8;
    }
    .news_box{
        margin-top: 2rem;
        padding: 2rem 0 0px;
        border-top: 1px solid #e8e8e8;
        width: 100%;
    }
    .news_box .item .icon{
        padding: 0 10px;
        width: 78px;
        line-height: 30px;
        background-color: #fecf00;
        color: #000;
        font-size: 14px;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
    }
    .news_box .item .title{
        width: calc( 100% - 78px );
        padding-left: 12px;
        line-height: 30px;
        box-sizing: border-box;
        color: #222;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .news_box .next_item{
        margin-top: 2rem;
    }


    /*联系我们*/
    .lxwm-tit{
        text-align: center;
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 3rem;
    }
    .lxwm-fl{
        margin-bottom: 3rem;
    }
    .lxwm-fr #container{
        width: 100%;
        height: 40rem;
    }
    .lxwm-ly{
        margin-top: 5rem;
    }
    .contactb-bj{
        padding: 2rem;
    }
    .contactb-bj .bt{
        text-align: center;
        font-size: 2.6rem;
        font-family: 'bembo';
        color: #000;
        margin-bottom: 3rem;
    }
    .contactb-bg label{
        font-family: 'bembo';
        color: #000;
        font-weight: bold;
        font-style: italic;
        font-size: 1.6rem;
    }
    .contactb-bg .am-form-group{
        margin-bottom: 3rem;
    }
    .contactb-bg .am-form-group input{
        line-height: 5rem;
        padding: 0 10px;
    }
    .contactb-bg fieldset{
        margin-bottom: 0;
        padding: 0;
    }
    .contactb-bg p{
        margin-top: 3rem;
    }
    .contactb-bg p button{
        background: #ff450e;
        border: 0;
        color: #fff;
        width: 25rem;
        border-radius: 20px;
        display: block;
        margin: auto;
        line-height: 4rem;
        padding: 0;
    }
}