
/* 产品列表-标题 */
.pro-title {
    display: flex;
    align-items: end;
}
.pro-title .t1 {
    margin-right: 0.1rem;
    font-size: 0.22rem;
    font-weight: bold;
    color: #333333;
}
.pro-title .t2 {
    font-size: 0.16rem;
    color: #333333;
}
/* 产品列表-小产品 */
.pro-li {
    display: block;
    width: 2.18rem;
    height: fit-content;
    padding: 0.05rem 0.1rem 0.2rem;
    background: #FFFFFF;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    transition: all 0.3s;
}
.pro-li .pic {
    width: 100%;
    height: 2.07rem;
}
.pro-li .text {
    margin-top: 0.07rem;
    text-align: center;
}
.pro-li .text .name {
    font-size: 0.17rem;
    color: #000000;
    line-height: 0.28rem;
}
.pro-li .text .more {
    margin-top: 0.14rem;
    font-size: 0.14rem;
    color: #B20000;
}
/* hover */
.pro-li:hover {
    box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, .2);
}



/* 产品1 */
.product1 {
    width: 100%;
}
.product1 .box {
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
}
/* 左侧大图 */
.product1 .big {
    position: relative;
    display: block;
    width: 4.6rem;
    height: 6.2rem;
}
.product1 .big .bgc {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product1 .big .inner {
    position: absolute;
    left: 50%;
    bottom: 0.7rem;
    width: 3.1rem;
    height: 2.45rem;
    object-fit: contain;
    transform: translateX(-50%);
}
.product1 .big .text {
    position: absolute;
    left: 0.33rem;
    top: 1rem;
    color: #FFFFFF;
    z-index: 11;
}
.product1 .big .cn {
    font-size: 0.24rem;
}
.product1 .big .en {
    margin-top: 0.07rem;
    font-size: 0.2rem;
}
/* 右侧列表 */
.product1 .list {
    display: flex;
    flex-wrap: wrap;
    width: 9.72rem;
}
.product1 .list .li {
    margin-top: 0.34rem;
    margin-right: 0.33rem;
}
.product1 .list .li:nth-child(-n+4) {
    margin-top: 0;
}
.product1 .list .li:nth-child(4n) {
    margin-right: 0;
}

/* 产品2 */
.product2 {
    width: 100%;
    margin-top: 0.7rem;
}
.product2 .box {
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
}
/* 左侧大图 */
.product2 .big {
    position: relative;
    display: block;
    width: 4.6rem;
    height: 2.93rem;
}
.detail1 .right-box .params .label{
    display: flex;
}
.product2 .big .bgc {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product2 .big .inner {
    position: absolute;
    right: 0.33rem;
    bottom: 0.15rem;
    width: 2.18rem;
    height: 1.77rem;
    object-fit: contain;
}
.product2 .big .text {
    position: absolute;
    left: 0.33rem;
    top: 0.3rem;
    color: #FFFFFF;
    z-index: 11;
}
.product2 .big .cn {
    font-size: 0.24rem;
}
.product2 .big .en {
    margin-top: 0.07rem;
    font-size: 0.2rem;
}
.product2 .big .black .cn {
    color: #333333;
}
.product2 .big .black .en {
    color: #333333;
}
/* 右侧列表 */
.product2 .list {
    display: flex;
    width: 9.72rem;
}
.product2 .list .li {
    margin-top: 0.34rem;
    margin-right: 0.33rem;
}
.product2 .list .li:nth-child(-n+4) {
    margin-top: 0;
}
.product2 .list .li:nth-child(4n) {
    margin-right: 0;
}




/* 产品详情.html */
/* 详情头 */
.detail-head {
    width: 100%;
    background: #F8F8F8;
}
.detail-head .center {
    position: relative;
    display: flex;
    align-items: center;
    width: 14.6rem;
    margin: 0 auto;
    padding: 1.9rem 0 0.45rem;
}
.detail-head .name {
    margin-right: 0.18rem;
    font-size: 0.22rem;
    color: #333333;
}
.detail-head .change {
    width: 1.12rem;
    height: 0.34rem;
    background: #000000;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    text-align: center;
    line-height: 0.34rem;
    font-size: 0.14rem;
    color: white;
    cursor: pointer;
}
.detail-head .list {
    position: absolute;
    left: 2.8rem;
    top: 1.8rem;
    width: fit-content;
    padding: 0.2rem 0;
    background: white;
    border-radius: 0.03rem;
    box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, .12);
    z-index: 12;
    display: none;
}
.detail-head .list a {
    display: block;
    padding: 0.1rem 0.5rem;
    transition: all 0.3s;
}
.detail-head .list a:hover {
    background: #B20000;
    color: white;
}

/* 产品详情1 */
.detail1 {
    width: 100%;
}
.detail1 .center {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 14.6rem;
    margin: 0 auto;
    padding: 0.58rem 0 0.65rem;
}
/* 左侧轮播 */
.detail1 .left-box {
    width: 6.56rem;
}
/* 大轮播 */
.detail1 .detail-swiper1 {
    width: 100%;
    height: 5.18rem;
    border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
}
.detail1 .detail-swiper1 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
}
.detail1 .detail-swiper1 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
/* 小轮播 */
.detail1 .detail-swiper2 {
    width: 6.56rem;
    margin-top: 0.2rem;
}
.detail1 .detail-swiper2 .swiper-slide {
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    height: auto;
}
.detail1 .detail-swiper2 .swiper2-active {
    background: rgba(0,0,0,0.1);
}
/* 右侧基本信息 */
.detail1 .right-box {
    width: 7.3rem;
}
.detail1 .right-box .name {
    font-size: 0.24rem;
    font-weight: bold;
    color: #232323;
}
.detail1 .right-box .classify {
    margin-top: 0.12rem;
    margin-bottom: 0.15rem;
    padding-bottom: 0.2rem;
    border-bottom: 0.02rem solid #DCDCDC;
    font-size: 0.14rem;
    color: #7E7E7E;
}
.detail1 .right-box .params {
    display: flex;
    align-items: center;
    /*margin-top: 0.05rem;*/
}
.detail1 .right-box .params .label {
    min-width: 0.8rem;
    font-size: 0.16rem;
    color: #696969;
    line-height: 0.35rem;
    white-space: nowrap;
}
.detail1 .right-box .params .txt {
    font-size: 0.16rem;
    color: #000000;
}
.detail1 .right-box .params .price {
    font-size: 0.33rem;
    font-weight: bold;
    color: #E51111;
}
.detail1 .right-box .params .price span {
    font-size: 0.22rem;
    font-weight: 400;
    color: #E51111;
}
.detail1 .right-box .params .serves {
    width: fit-content;
    margin-top: 10px;
}
.detail1 .right-box .params .ser1 {
    display: flex;
    align-items: center;
}
.detail1 .right-box .params .ser1 .t1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.08rem;
    height: 0.35rem;
    background: #2690DF;
    border-radius: 0.19rem 0.19rem 0.19rem 0.19rem;
    font-size: 0.16rem;
    color: #FFFFFF;
}
.detail1 .right-box .params .ser1 .icon {
    width: 0.18rem;
    height: 0.21rem;
    margin-right: 0.08rem;
    object-fit: contain;
}
.detail1 .right-box .params .ser1 .t2 {
    margin-left: 0.11rem;
    font-size: 0.16rem;
    font-weight: bold;
    color: #2690DF;
    letter-spacing: 0.03rem;
}
.detail1 .right-box .params .ser2 {
    display: flex;
    align-items: center;
    margin-top: 0.1rem;
}
.detail1 .right-box .params .ser2 .li {
    display: flex;
    align-items: center;
    margin-right: 0.2rem;
    line-height: 1.6;
}
.detail1 .right-box .params .ser2 .icon {
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.05rem;
    border: 0.02rem solid #BFBFBF;
    border-radius: 50%;
    text-align: center;
    line-height: 0.18rem;
    font-size: 0.14rem;
    color: #BFBFBF;
}
.detail1 .right-box .params .ser2 .txt {
    font-size: 0.16rem;
    color: #696969;
}
.detail1 .right-box .params .logistic {
    font-size: 0.16rem;
    font-weight: bold;
    color: #000000;
    line-height: 0.3rem;
}
.detail1 .right-box .params2 {
    margin-top: 0.2rem;
}
.detail1 .right-box .params2 .label {
    min-width: 0.8rem;
    font-size: 0.16rem;
    color: #696969;
    line-height: 0.35rem;
    white-space: nowrap;
}
.detail1 .right-box .params2 .list {
    display: flex;
    align-items: center;
    margin-top: 0.1rem;
}
.detail1 .right-box .params2 .li {
    margin: 0 0.08rem;
    padding: 0.14rem 0.21rem;
    border: 0.01rem solid #DCDCDC;
    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
    font-size: 0.16rem;
    color: #363636;
}
/* 按钮 */
.detail1 .right-box .btns {
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
}
.detail1 .right-box .btns a {
    display: block;
    width: 1.74rem;
    height: 0.46rem;
    margin-right: 0.2rem;
    background: #B20000;
    text-align: center;
    line-height: 0.46rem;
    font-size: 0.14rem;
    color: #FFFFFF;
}
.detail1 .right-box .btns .download {
    background: #000000;
}
/* 半透明logo */
.detail1 .logo {
    position: absolute;
    right: 0;
    top: 1rem;
    width: 3.93rem;
    height: 4.02rem;
    object-fit: contain;
}

/* tag */
.tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0.84rem;
    background: #F8F8F8;
}
.tag .item {
    position: relative;
    width: fit-content;
    height: 100%;
    margin: 0 0.7rem;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.84rem;
    cursor: pointer;
}
.tag .active {
    border-bottom: 0.02rem solid #B20000;
    font-weight: bold;
}

/* 产品详情2 */
.detail2 {
    width: 100%;
}
.detail2 .center {
    position: relative;
    width: 14.6rem;
    margin: 0 auto;
    padding: 0.35rem 0 0.36rem;
    border-bottom: 0.01rem solid #E4E3E2;
}
.detail2 .title {
    font-size: 0.22rem;
    font-weight: bold;
    color: #232323;
}
/* 产品参数 */
.detail2 .box1 {
    width: 100%;
}
.detail2 .box1 .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.7rem;
}
.detail2 .box1 .list .li {
    display: flex;
    align-items: center;
    width: 4.5rem;
    margin-right: 0.55rem;
}
.detail2 .box1 .list .li:nth-child(3n) {
    margin-right: 0;
}
.detail2 .box1 .list .label {
    min-width: 1rem;
    font-size: 0.16rem;
    color: #696969;
    line-height: 0.35rem;
    white-space: nowrap;
}
.detail2 .box1 .list .txt {
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.35rem;
}
/* 产品详情 */
.detail2 .box2 {
    margin-top: 1.25rem;
}
.detail2 .box2 .content {
    margin-top: 0.44rem;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.35rem;
}
.detail2 .box2 .content p {
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.35rem;
}
.detail2 .box2 .content img {
    max-width: 100%;
    max-height: 100%;
    margin: 0.3rem auto;
    object-fit: contain;
}


/* 产品详情-导航 */
.detail-navs {
    width: 100%;
}
.detail-navs .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 14.6rem;
    margin: 0 auto;
    padding: 0.4rem 0 0.56rem;
}
.detail-navs .center a {
    display: block;
    max-width: 5rem;
    font-size: 0.16rem;
    color: #696969;
}
.detail-navs .center a:hover {
    color: #B20000;
    font-weight: bold;
}
.detail1 .detail-swiper1 .swiper-slide video{
    width: 100%;
    height: 100%;
}











@media screen and (max-width:1024px){
    .detail-head .center{
        width: 94%;
        margin: 0 auto;
    }
    .detail-head .name{
        font-size: 14px;
    }
    .detail-head .change{
        font-size: 12px;
        width: 60px;
        height: 20px;
        line-height: 20px;
    }
    .detail1 .center{
        width: 94%;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .detail1 .left-box{
        width: 100%;
    }
    .detail1 .detail-swiper2{
        width: 100%;
    }
    .detail1 .right-box{
        width: 100%;
        margin-top: 20px;
    }
    .detail1 .right-box .name{
        font-size: 16px;
    }
    .detail1 .right-box .classify{
        font-size: 14px;
    }
    .detail1 .right-box .params{
        font-size: 14px;
    }
    .detail1 .right-box .params .label,
    .detail1 .right-box .params .label p,
    .detail1 .right-box .params .label span{
        font-size: 14px;
    }
    .detail1 .right-box .params .label p {
        width: 56px;
        flex: 0 0 56px;
        display: flex;
        justify-content: space-between;
    }
    .detail1 .right-box .params .label  {
        display: flex;
        flex: 0 0 20%;
    }
    .detail1 .right-box .params .txt{
        font-size: 14px;
    }
    .detail1 .right-box .params .price{
        font-size: 14px;
    }
    .detail1 .right-box .params .ser1 .t1{
        width: 80px;
        height: 25px;
        font-size: 14px;
    }
    .detail1 .right-box .params .ser1 .icon{
        width: 20px;
        height: 20px;
    }
    .detail1 .right-box .params .ser1 .t2{
        font-size: 14px;
    }
    .detail1 .right-box .params .ser2 .txt{
        font-size: 14px;
    }
    .detail1 .right-box .params .ser2{
        display: flex;
        /*flex: 0 0 100%;*/
        /*overflow: auto;*/
        flex-wrap: wrap;
    }
    .detail1 .right-box .params .ser2 .li{
        white-space: nowrap;
    }
    .detail1 .right-box .params .ser2 .icon{
        width: 15px;
        height: 15px;
        font-size: 14px;
    }
    .detail1 .right-box .params .logistic{
        font-size: 14px;
        /*margin-top: 10px;*/
        line-height: 1.6;
    }
    .detail1 .right-box .params2 .label{
        font-size: 14px;
    }
    .detail1 .right-box .params2 .li{
        font-size: 12px;
        white-space: nowrap;
    }
    .detail1 .right-box .params2 .list{
        flex: 0 0 100%;
        overflow: auto;
    }
    .detail1 .right-box .btns a{
        font-size: 12px;
        width: 50%;
        height: 30px;
        line-height: 30px;
    }
    .tag .item{
        font-size: 14px;
    }
    .detail2 .center{
        width: 94%;
        margin: 0 auto;
    }
    .detail2 .title{
        font-size: 14px;
    }
    .detail2 .box1 .list .li{
        width: 100%;
        margin-bottom: 10px;
    }
    .detail2 .box1 .list .label{
        font-size: 12px;
        margin-right: 0.2rem;
    }
    .detail2 .box1 .list .txt{
        font-size: 12px;
    }
    .detail2 .box2 .content{
        margin-top: 10px;
    }
    .detail2 .box2 .content img{
        width: 100%;
        height: auto;
    }
    .detail-navs .center{
        width: 94%;
        margin: 0 auto;
    }
    .detail-navs .center a{
        font-size: 14px;
        word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow:hidden;
    }
    .detail1 .right-box .params{
        /*flex-wrap: wrap;*/
            align-items: normal;
    }
    .detail1 .right-box .params:nth-child(6n) .label{
        padding-top: 0.3rem;
    }
    .detail1 .right-box .params .serves{
        display: flex;
        /*flex: 0 0 100%;*/
        /*overflow: auto;*/
        flex-wrap: wrap;
    }
    .detail1 .right-box .params .ser1{
        white-space: nowrap;
    }
    .product1 .big .inner{
        width: auto;
        height: auto;
    }
    .pro-title{
            align-items: flex-start;
    flex-direction: column;
    }
    .product2 .big .inner{
        width: auto;
        height: auto;
    }
    .detail1 .detail-swiper1 .swiper-slide img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .detail2 .box1 .list{
        margin-top: 20px;
    }
    .detail1 .detail-swiper1 .swiper-slide{
        width: 100% !important;
        height: auto;
    }
    .detail1 .detail-swiper1{
        height: auto;
    }
    .btm_phtone{
        display: flex!important;
    }
}









