.breadcrumb-product{
    border-top: 1px solid hsla(0,0%,84.7%,.3);
}
.breadcrumb-product ul{
    border-top: 1px solid hsla(0,0%,84.7%,.3);
}
.breadcrumb-product ul li{
    padding: 1.5rem 1.5rem 1.5rem 0;
}
.breadcrumb-product ul li,
.breadcrumb-product ul li a{
    color: #fff;
}

/*产品图片内容*/
.product-image-content{

}
.product-image-content p{
    font-size: 2.8rem;
    line-height: 5rem;
}
.product-image-content img{
    margin-top: 3rem;
    max-width: 70%;
}

.product-content-title{

}
.product-content-title span{
    font-size: 6rem;
    color: #DFE0E1;
}
.product-content-title h1{
    padding-left: 3rem;
    color: #2b85c6;
}

/*产品内容头部*/
.product-header{
    padding-bottom: 2rem;
}
.product-header .text{
    flex: 1;
    color: #FFF;
}
.product-header .text p:first-child{
    font-size: 2rem;
}
.product-header .text p:last-child{
    padding-top: 2rem;
    font-size: 4rem;
}
.product-header img{
    width: 18rem;
    margin-right: 5rem;
}
/*高可靠性*/
.product-reliable ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-reliable li{
    position: relative;
    width: calc((100% - 2rem)/2);
    background-size: auto 100%;
    transition: all .3s ease-in-out;
    margin: 1rem 0;
    padding: 8rem 3rem;
}
.product-reliable li:hover{
    background-size: auto 110%;
}
.product-reliable li:last-child:nth-child(odd){
    width: 100%;
}
.product-reliable li dl{
    width: 40%;
    color: #FFF;
}

@media (max-width: 1200px)  {
    .product-reliable li{
        margin-top: 2rem;
    }
    .product-reliable li,
    .product-reliable li dl{
        width: 100%;
    }
}

/*产品特点*/
.trait-item{
    margin: 2rem 0;
}
.trait{
    position: relative;
    z-index: 1;
    background: #111112;
    border: 1px solid #e8e8e8;
    color: #FFF;
}
.trait.white{
    background: white;
    color: #000;
}
.trait > dl{
    width: 40%;
    align-self: center;
    text-align: center;
}
.trait > dl > dt{
    font-size: 2.4rem;
}
.trait > dl > dd{
    padding-top: 2rem;
    font-size: 1.6rem;
}
.trait > img{
    width: 40%;
    height: 100%;
}
.trait > p{
    position: absolute;
    right: 2rem;
    bottom: 1.5rem;
}
.trait > p:hover{
    padding: 0rem 1rem;
    background: #f0f0f0;
    color: #8a8b8d;
}

@media (min-width: 1200px)  {
    .trait-item:nth-child(odd) > .trait > dl{
        order: 1;
    }
    .trait-item:nth-child(odd) > .trait > img{
        order: 2;
    }
}
@media (max-width: 1200px)  {
    .trait > dl,
    .trait > img{
        width: 100%;
    }
    .trait > dl{
        padding: 0 1rem 3rem;
    }
}
.model-list{
    position: relative;
    z-index: 2;
    padding: 20px 25px;
    background: #f0f0f0;
}
.model-list:before{
    position: absolute;
    top: -1rem;
    right: 4rem;
    width:0;
    height:0;
    border-left:1rem solid transparent;
    border-right:1rem solid transparent;
    border-bottom:1rem solid #f0f0f0;
    content: "";
}
.model-list ul li{
    width: calc((100% - 2rem)/4);
    background: #fff;
    transition: all .2s linear;
    text-align: center;
    margin: 1rem;
    padding: 1rem 5rem;
}
.model-list ul li:hover{
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.8);
    transform: translate3d(0,-2px,0);
}
.model-list ul li a{
}
.model-list ul li a p{
    color: #0a7dd1;
}
@media (max-width: 1200px)  {
    .model-list ul li{
        width: 100%;
    }
}
/*产品比较*/
.product-contrast table td {
    text-align: center;
}
.product-contrast table td img{
    max-width: 15rem;
}
.product-contrast table td a{
    display: inline-block;
    white-space: nowrap;
    color: #097cd0;
    padding: 0 5px;
    border: 1px solid #097cd0
}
.product-contrast table td:hover a{
    background: #4f4f4f;
    border: 1px solid #FFF;
    color: #FFF;
}

/**产品下载 */
.product-download li{
    width: 33.333%;
    border: 1px solid #e8e8e8;
    margin-right: 2rem;
    padding: 3rem 3rem;
}
.product-download li p img{
    width: 5rem;
    height: auto;
}
.product-download li p span{
    padding-left: 1rem;
    font-size: 2.4rem;
}
.product-download li a{
    border: 1px solid #e6e4e4;
    padding: 0 3rem;
    text-align: center;
    color: #0a7dd1;
}
@media (max-width: 1200px)  {
    .product-download li{
        width: 100%;
        margin: 0 0 2rem;
    }
}
