.productDetailText{
    left: 265px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.productDetailText .bannerText-hanzi{
    text-align: left;
}
/* 相关资源 */
.resource-wrap{
    width: 100%;
    height: auto;
}
.resource-box{
    max-width: 1395px;
    width: 90%;
    margin: 0 auto;
    padding: 100px 0;
}
.resource-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    align-content: center;
    justify-content: space-between;
}
.resource-item{
    width: 324px;
    height: 189px;
    padding-left: 37px;
    padding-top: 40px;
    margin-top: 26px;
    position: relative;
}
.resource-item:nth-child(4n+1),.resource-item:nth-child(4n+2){
    background-color: #FCFAFA;
}
.resource-item:nth-child(4n+3),.resource-item:nth-child(4n+4){
    background-color: #FCF9FC;
}
.resourceName{
    color: #333333;
    font-size: 16px;
}
.resourceTime{
    color: #666666;
    font-size: 12px;
    margin-top: 50px;
}
.downLoadBtn{
    cursor: pointer;
    position: absolute;
    right: 39px;
    bottom: 42px;
    width: 38px;
    height: 35px;
    background: url(../image/productDetail/download.png) no-repeat;
    background-size: 100% 100%;
}
.resource-itemOn .downLoadBtn{
    background: url(../image/productDetail/download-a.png) no-repeat;
    background-size: 100% 100%;
}
/* 产品详情 */
.productDetail-wrap{
    width: 100%;
    height: auto;
}
.productDetail-box{
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    padding-top: 175px;
    padding-bottom: 52px;
}
.productDetail-text{
    width: 507px;
    height: auto;
}
.productText-title{
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}
.productText-text{
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 1.2px;
    line-height: 30px;
}
.productDetail-img{
    width: 712px;
    height: 349px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
/* 技术规格 */
.size-wrap{
    width: 100%;
    min-height: 803px;
    background: #FAFAFA url(../image/productDetail/sizebg.png) no-repeat;
    background-size: 100% 100%;
}
.size-box{
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    padding-top: 100px;
}
.size-content{
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.size-title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.size-title{
    width: 100%;
    height: 60px;
    background-color: #333333;
}
.sizeTitle-name,.sizeTitle-model{
    width: 260px;
    height: 60px;
    color: white;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
}
.sizeTitle-param{
    width: 880px;
    height: 60px;
    text-align: center;
    color: white;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
}
.size-item{
    display: flex;
    align-items: center;
    color: #999999;
    border: 1px solid #666666;
    border-top: 0;
}
.sizeItem-name,.sizeItem-model{
    width: 260px;
    height: 60px;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    border-right: 1px solid #666666;
    position: relative;
}
.sizeItem-param{
    width: 880px;
    height: 60px;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
}
.arrow-wrap{
    padding-top: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrowdoubleBtn{
    cursor: pointer;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../image/productDetail/arrowdouble.png) no-repeat;
    background-size: 100% 100%;
}
@media screen and (max-width:768px){
    /* banner */
    .productDetailText{
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
    }
    /* 信息 */
    .productDetail-box{
        padding-top: 70px;
        flex-direction: column-reverse;
    }
    .productDetail-img{
        width: 100%;
        height: auto;
    }
    .productDetail-text{
        width: 100%;
    }
    /* 相关资源 */
    .resource-item{
        width: 100%;
    }


}