
 .fzy_pro_show{
}
 .fzy_pro_show table{
}
 .fzy_pro_show table tr{
}
 .fzy_pro_show table td{
    font-size:18px;
    padding:13px 15px;
    border-color:#b9b9b9
}
 .fzy_pro_show .show_box1{
    margin:45px 0;
    overflow:hidden
}
 .fzy_pro_show .show_box1 ul{
}
 .fzy_pro_show .show_box1 ul li{
    width:48.8%;
    float:left;
    border-radius:8px;
    overflow:hidden
}
 .fzy_pro_show .show_box1 ul li:nth-child(1){
    margin-right:1.4%;
    width:49.5%
}
 .fzy_pro_show .show_box1 ul li:nth-child(2){
    margin-bottom:1.4%
}
 .fzy_pro_show .show_box1 ul li p{
}
 .fzy_pro_show .show_box1 ul li p img{
}
 .fzy_pro_show .show_box2{
    margin-top:45px
}
 .fzy_pro_show .show_box_title{
    font-size:40px;
    font-family:'RobotoBold';
    text-align:center
}
 .fzy_pro_show .show_box_title p{
}
 .fzy_pro_show .show_box_remark{
    text-align:center;
    font-size:18px;
    line-height:1.4;
    max-width:65%;
    margin:auto
}
 .fzy_pro_show .show_box2 .show_box2_list{
    margin-top:40px;
    background:#f6f6f6;
    display:flex;
    align-items:center
}
 .fzy_pro_show .show_box2 .show_box2_list .left{
    width:38%;
    padding-left:2%
}
 .fzy_pro_show .show_box2 .show_box2_list .left table{
}
 .fzy_pro_show .show_box2 .show_box2_list .left table tr{
    border-bottom:1px solid #dddddd
}
 .fzy_pro_show .show_box2 .show_box2_list .left table tr:last-child{
    border:0
}
 .fzy_pro_show .show_box2 .show_box2_list .left table td{
    width:50%
}
 .fzy_pro_show .show_box2 .show_box2_list .right{
    width:62%;
    padding-left:5%
}
 .fzy_pro_show .show_box2 .show_box2_list .right img{
}
@media(max-width: 768px) {
    .fzy_pro_show{}
    .fzy_pro_show .auto-container{
    max-width: 100%;
}
    .fzy_pro_show table{}
    .fzy_pro_show table tr{}
    .fzy_pro_show table td{
    font-size: 16px;
    padding: 8px 12px;
}
    .fzy_pro_show .show_box1{
    margin: 25px 0;
}
    .fzy_pro_show .show_box1 ul{}
    .fzy_pro_show .show_box1 ul li{
    width: 100%;
}
    .fzy_pro_show .show_box1 ul li:nth-child(1){
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
    .fzy_pro_show .show_box1 ul li:nth-child(2){
    margin-bottom: 10px;
    margin-right: 0;
}
    .fzy_pro_show .show_box1 ul li p{}
    .fzy_pro_show .show_box1 ul li p img{}
    .fzy_pro_show .show_box2{
    margin-top: 25px;
}
    .fzy_pro_show .show_box_title{
    font-size: 32px;
    margin-bottom: 10px;
}
    .fzy_pro_show .show_box_title p{}
    .fzy_pro_show .show_box_remark{
    max-width: 100%;
    line-height: 1.3;
    font-size: 16px;
}
    .fzy_pro_show .show_box2 .show_box2_list{
    flex-wrap: wrap;
    padding: 20px 10px;
}
    .fzy_pro_show .show_box2 .show_box2_list .left{
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
}
    .fzy_pro_show .show_box2 .show_box2_list .left table{}
    .fzy_pro_show .show_box2 .show_box2_list .left table tr{}
    .fzy_pro_show .show_box2 .show_box2_list .left table tr:last-child{}
    .fzy_pro_show .show_box2 .show_box2_list .left table td{}
    .fzy_pro_show .show_box2 .show_box2_list .right{
    width: 100%;
    padding-left: 0;
}
    .fzy_pro_show .show_box2 .show_box2_list .right img{}
}