.header_wrap{
    position: initial !important;
}
.n_pro{
    margin-top: 0.63rem !important;
    align-items: flex-start !important;
    padding-bottom: 0.71rem;
}
.n_pro_left{
    flex: 0 0 20%;
}
.n_pro_text{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    text-transform: uppercase;
}
.n_pro_li{
    margin-top: 0.06rem;
}
.jionTop{
    padding: 0.26rem 0 0.15rem 0.07rem;
    justify-content: space-between;
    border-bottom: 1px solid #707070;
}
.n_proCtit{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
}
.n_proCImg img{
    width: 0.14rem;
    height: 0.08rem;
}
.reduce{
    display: none;
}
.details{
    display: none;
    padding: 0.1rem 0 0rem 0.16rem;
}
.detailsTitle{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    margin-top: 0.1rem;
}
.clear{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    text-decoration: underline;
    text-align: right;
    margin-top: 0.13rem;
}
.n_pro_butt{
    width: 100%;
    height: 0.6rem;
    background: #C8153A;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.6rem;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0.58rem;
}
.n_pro_text2{
    margin-top: 0.42rem;
}
.n_pro_list1{
    /* margin: 0 -0.17rem; */
    padding-left: 1.08rem;
    flex-wrap: wrap !important;
    row-gap: 71px;
    column-gap: 34px;
}
.n_pro_list{
    /* margin: 0 0.34rem 0.7rem 0; */
    flex: 0 0 100%;
    margin-bottom: 0.6rem;
    background: url("../img/n-pro.png") no-repeat;
    background-size: cover;
    height: 6.5rem;
}
.n_pro_img{
    flex: 0 0 33%;
    overflow: hidden;
}
.n_pro_img img{
    width: 100%;
    max-width: 3.98rem;
    height: 4.47rem;
    margin: auto;
    object-fit: contain;
    transition: all 0.5s;
}
.n_pro_tit{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.5rem;
    color: #000000;
}
.n_pro_dec{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.26rem;
    color: #000000;
    line-height: 0.6rem;
    margin: 0.07rem 0 0.2rem;
    overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 1;
	 -webkit-box-orient: vertical;
}
.n_pro_list:hover .n_pro_img img{
    transform: scale(1.1);
    transition: all 0.5s;
}
.n_pro_cont{
    padding: 0 0.9rem 0 1.2rem;
}
.n_pro_dec2 p{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.34rem;
    margin-left: 0.21rem;
    overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
}
.n_pro_dec2_li{
    margin-bottom: 0.04rem;
    align-items: flex-start !important;
}
.n_pro_dec2_li div{
    width: 0.08rem;
    height: 0.08rem;
    background: #000000;
    border-radius: 50%;
    flex: 0 0 auto;
    margin-top: 0.13rem;
}
.n_pro_butt2{
    margin-top: 0.4rem;
}
.n_pro_butt2 img{
    max-width: 2.85rem;
    height: 0.4rem;
}
.n_pro_butt2 a:last-child{
    margin-left: 0.43rem;
}

.file_t{
    padding-bottom: 0.6rem;
}
.file{
    width: 100%;
    background: #F4F4F4;
    padding: 0.36rem 0.5rem 0.56rem;
    margin-bottom: 0.33rem !important;
}
.file_tit{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.24rem;
    color: #202020;
    text-align: center;
}
.file_cont{
    width: 100%;
    height: 0.57rem;
    background: #C8153A;
    justify-content: space-between;
    margin-top: 0.48rem;
    padding: 0 0.2rem;
}
.file_cont p{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
}
.file_cont img{
    width: 0.225rem;
    height: 0.3rem;
}


/* details */
.n_pro_d .n_pro_list1{
    padding-left: 0;
}
.n_pro_list2{
    height: 7.47rem;
    position: relative;
    background: transparent;
    margin-bottom: 0;
}
.n_pro_list2::after{
    content: "";
    width: 66%;
    height: 7.47rem;
    background: url("../img/proDbg2.png") no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
}
.n_pro_list2::before{
    content: "";
    width: 45%;
    height: 6.9rem;
    background: url("../img/proDbg1.png") no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    z-index: -1;
}
.n_pro_d .n_pro_img{
    flex: 0 0 40%;
}
.n_pro_d .n_pro_cont{
    padding: 0 2.5rem 0 2rem;
}
.n_pro_d .n_pro_butt2 a{
    margin-left: 0 !important;
}
.proD2{
    height: 9.7rem;
    position: relative;
}
.proD2_left{
    flex: 0 0 40%;
    padding-left: 1.4rem;
}
.proD2_tit{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.36rem;
    color: #000000;
    text-transform: uppercase;
}
.proD2_cont{
    margin-top: 0.2rem;
}
.proD2_li{
    justify-content: space-between;
    border-bottom: 1px solid #DEDEDE;
    padding: 0.25rem 0 0.13rem;
}
.proD2_li p{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
}
.proD2_li p:nth-of-type(2){
    font-weight: 400;
    color: #666666;
}
.proD2_right{
    flex: 0 0 60%;
}
.proDImg{
    width: 3.7rem;
    height: 5.06rem;
    margin-left: auto;
    margin-right: 4.93rem;
}
.proDBG{
    position: absolute;
    right: 0;
    top: 0;
    width: 8.14rem;
    height: 9.7rem;
    z-index: -1;
}
.proDen{
    position: absolute;
    right: 2.05rem;
    top: 2.32rem;
    width: 9.1rem;
    height: 4.34rem;
    z-index: -1;
}

.pro_d{
    font-family: Helvetica, Helvetica;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    border-bottom: 1px solid #DDDDDD;
    padding: 0.28rem 0 0.25rem;
}
.pro_dCont{
    margin-top: 0.4rem;
    align-items: flex-start !important;
}
.pro_dCont img{
    flex: 0 0 6rem;
    height: 6rem;
}
.pro_dR{
    padding-left: 0.68rem;
}
.pro_dRtit{
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 0.72rem;
    color: #202020;
    margin-top: 0.53rem;
}
.pro_dRdec{
    font-family: Helvetica, Helvetica;
    font-weight: 400;
    font-size: 0.3rem;
    color: #202020;
    line-height: 0.45rem;
    margin: 0.56rem 0;
}
.pro_dRdec2{
    font-family: Helvetica, Helvetica;
    font-weight: 400;
    font-size: 0.16rem;
    color: #202020;
    line-height: 0.24rem;
    margin-bottom: 0.32rem;
}
.pro_cont{
    padding: 0.9rem 0 1.23rem;
    background: rgba(243, 243, 243, 0.21);
}
.pro_cont .proD2_tit{
    text-align: center;
}
.pro_cont_bot1{
    padding: 0 0.98rem 0 1.51rem;
    margin-top: 0.73rem;
}
.pro_cont_bot:last-child{
    border-bottom: 1px solid #707070;
}
.pro_cont_bot .pro_cont_list:first-child{
    border-left: 1px solid #707070;
}
.pro_cont_tit{
    height: 1.24rem;
}
.pro_cont_list{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    height: 0.68rem;
    line-height: 0.68rem;
    flex: 0 0 10%;
    text-align: center;
    border-right: 1px solid #707070;
    border-top: 1px solid #707070;
    overflow: hidden;
}
.pro_cont_tit .pro_cont_list{
    font-weight: bold;
    line-height: 0.3rem;
    height: 1.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro_cont_c{
    /* background: #F8F8F8; */
}
