.s_product_list:nth-child(2n+1){
    background: url("../img/product_bg_odd.jpg") no-repeat;
    background-size: cover;
    margin-bottom: 16px;
    text-decoration: none;
    width: 600px;
    height: 274px;
    position: relative;
    display: block;
}
.s_product_list:nth-child(2n+2){
    background: url("../img/product_bg_even.jpg") no-repeat;
    background-size: cover;
    margin-bottom: 16px;
    text-decoration: none;
    width: 600px;
    height: 274px;
    position: relative;
    display: block;
}
.s_product_list:nth-child(2n+2) .right_txt{
   left: 50px;
}
.s_product_list:nth-child(2n+1) .s_pro_img{
    position: absolute;
    top: 23px;
    left: 10px;
    width: 240px;
    height: 230px;
}
.s_product_list:nth-child(2n+1) .more,.s_product_list:nth-child(2n+1) .no-link{
    position: static;
    top:0;
    right: 0;
    float: right;
}
.s_product_list:nth-child(2n+2) .s_pro_img{
    position: absolute;
    top: 23px;
    right: 10px;
    width: 240px;
    height: 230px;
}
.s_product_list:nth-child(2n+2) .more,.s_product_list:nth-child(2n+2) .no-link{
    position: static;
    top:0;
    right: 0;
    float: left;
}
.s_product_list .more{
    background: url("../img/arrow.png") #0452a5 105px center no-repeat;
    background-size: 22px auto;
    color: #fff;
    display: block;
    height: 40px;
    width: 140px;
    border-radius: 6px;
    line-height: 40px;
    text-align: center;
    padding-right: 12px;

}
.s_product_list .no-link{
    background:#f5f5f5;
    color: #939393;
    display: block;
    height: 40px;
    width: 140px;
    border-radius: 6px;
    line-height: 40px;
    text-align: center;
}


a.s_product_list:nth-child(2n+1) h2{
    position: static;
    text-align: right;
    right: 0;
    bottom: 0;
    font-size: 32px;
    font-family:'黑体'!important;
    width: 100%;
}
a.s_product_list:nth-child(2n+1) h2 span{
    text-align: right;
    right: 5px;
    font-size: 24px;
    margin-top: 7px;
}
a.s_product_list:nth-child(2n+2) h2{
    position: static;
    text-align: left;
    right: 0;
    bottom: 0;
    font-size: 32px;
    font-family:'黑体'!important;
    width: 100%;
}
a.s_product_list:nth-child(2n+2) h2 span{
    text-align: left;
    left: 5px;
    font-size: 24px;
    margin-top: 7px;
}
.s_pro_detail{
    background: url("../img/product_detail_bg.jpg") no-repeat;
    background-size: 100% 100%;
    width: 600px;
    height: 338px;
    position: relative;
}
.s_pro_detail>img{
    max-height: 318px;
    max-width: 200px;
    position: absolute;
    bottom: 10px;
    left: 15px;
}
.s_pro_detail .desc{
    position: absolute;
    left: 254px;
    color: #fff;
    top: 42px;
    width: 55%;
}
.s_pro_detail p.title{
    font-size: 24px;
}
.s_pro_detail p.pro_name{
    margin-top: 10px;
    font-size: 40px;
    font-weight: bold;
}
.s_pro_detail p.capacity{
   margin-top: 10px;
    font-size: 23px;
}
.s_pro_detail p.online-tip{
    color: #777;
    font-size: 22px;
    top:298px;
    position: absolute;
    left: 254px;
}
.qprc-list .s_product_list:nth-child(2n+2),.qprc-list .s_product_list:nth-child(2n+1){
    width: 560px;
}
.s_pro_detail .online-icon{
    position: absolute;
    left: 362px;
    top: 239px;
}
.s_pro_detail .online-icon a{
    position: relative;
    top:0!important;
    left: 0!important;
    float: left;
}
.product-mark{
    position: absolute;
    right: 0;
    top: 30px;
}
.product-labeling{
    font-size: 16px;
    text-align: right;
    margin-top: 24px;
}
.s_product_list img.s_pro_img.top70{
    top: 92px!important;
}
.s_product_list img.s_pro_img.top60{
    top: 60px!important;
}
.prc-tab>div:nth-of-type(3) table tr:nth-of-type(2){
    background: #f0faff;
}
.right_txt{
    position: absolute;
    top:0;
    right: 50px;
    align-items:center;
    display: flex;
    height: 100%;
}