@media (min-width: 1200px){
        .container.padding-big-bottom{
            width: 900px;
        }
    }
.layout.padding-big-top.padding-big-bottom{
    display: flex;
    justify-content: center;
}
.container.padding-big-bottom{
    margin:0;
}
.pro_right{
    width:350px;
}
.pro_right .name{
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 10px 0;
    background: #f00;
}
.pro_con img{
    display: block;
    /*height: 220px;*/
    width: 220px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.pro_con p{
    text-align: center;
    font-size: 16px;
}
.news_con a{
    display: flex;
    justify-content: space-between;
}
.news_con span{
    font-size: 16px;
}
.news_con{
    margin: 10px 0;
}
.news_con .title{
    color: #666;
    margin-left: 10px;
}
@media (max-width: 1250px){
    .layout.padding-big-top.padding-big-bottom{
        display: unset;
    }
    .container.padding-big-bottom{
        width: auto;
    }
    .pro_right{
        margin: 0 auto;
        width: auto;
    }
    .pro_con_box{
        overflow: hidden;
    }
    .pro_con{
        width: 33%;
        float: left;
    }
}


/*左部图片展示样式*/
                .picScroll-left{
                    float: left;
                }
                
                .bd{
                    float: left;
                    position:relative;
                }
                .hd .prev{
                    display: block;
                    width:32px;
                    height:40px;
                    background:url(/static/images/slider-arrow.png) -170px 5px no-repeat;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    margin-top: -20px;
                    cursor: pointer;
                }
                
                .hd .next{
                    display: block;
                    width:32px;
                    height:40px;
                    background:url(/static/images/slider-arrow.png) -50px 5px no-repeat;
                    position: absolute;
                    right: 0;
                    top: 50%;
                    margin-top: -20px;
                    cursor: pointer;
                }
                
                
                .picScroll-left .bd {
                    padding: 10px 32px;
                }
                
                .picScroll-left .bd ul {
                    overflow: hidden;
                    zoom: 1;
                }
                
                .picScroll-left .bd ul li {
                    margin: 0 8px;
                    float: left;
                    _display: inline;
                    overflow: hidden;
                    text-align: center;
                }
                
                .picScroll-left .bd ul li .pic {
                    text-align: center;
                }
                
                .picScroll-left .bd ul li .pic img {
                    width: 110px;
                    height: 100px;
                    display: block;
                    padding: 2px;
                    border: 1px solid #ccc;
                    cursor: pointer;
                }
                
                .picScroll-left .bd ul li .pic a:hover img {
                    /*border-color: #999;*/
                }
                
                .picScroll-left .bd ul li .title {
                    line-height: 24px;
                }
                .mig_big{
                    margin: 10px 32px;
                    box-shadow: 0 0 10px 0 #aaaaaa80;
                    width: 378px;
                }
                .mig_big img{
                    display: none;
                    margin: 0 auto;
                }
                
                
                
/*产品头部参数样式*/.pro_bot{margin-top:40px;}.pro_bot a{padding: 10px 30px;margin: 10px;border-radius: 10px;color: #fff;font-size: 16px;font-weight: 600;}.pro_bot .pro_bot_l{background: #f00;}.pro_bot .pro_bot_r{background: #ff6a00;}.pro_bot a:hover{background:#9b0000;}
                .pro_canshu{
                    margin: 20px 0;
                }
                .pro_canshu p {
                    font-size: 16px;
                }
                .pro_canshu p span{
                    font-size: 20px;
                    color: #F44336;
                }
                .xq_right{
                    
                    margin-left: 50%;
                }
                .pro_title{
                    font-size: 24px;
                    padding-bottom: 9px;
                    margin-bottom: 9px;
                    border-bottom: 1px dotted #a9a9a9;
                    font-weight: 600;
                }
                @media screen and (max-width:800px){
                    .xq_right{
                        margin-left: 0;    
                    }
                    .mig_big{
                        width:100%;
                        margin: 0;
                    }
                    .picScroll-left{
                        overflow: hidden;
                        width: 100%;
                    }
                    
                }
@media screen and (max-width:350px){
    .pro_bot{
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width:450px){
    .padding-big{
        display: flex;
        flex-direction: column;
    }
    .text-right{
        text-align: left !important;
        margin: 10px 0;
    }
    .pro_con{
        width: 100%;
    }
}