/*=========================================================================*/
.page_slidebar{
    width: 100%;
    min-width: 1000px;
    height: 150px;
    position:relative;
    background-color: #11beff;
    overflow:hidden;
    /*    display: flex;
        justify-content: center;
        align-items: center;*/
}
.page_slidebar_00{
    /*display:flex;
    flex-direction:row;*/
}
.page_slidebar img{
    width:1920px; /*图片宽度*/
    position:absolute;
    left:50%;
    margin-left:-960px; /*图片宽度的一半*/
}
/*========================================================================*/
.location_bar{
    width: 100%;
    height: 32px;
    background-color: #ebebeb;
}


.location_content{
    width: 1000px;
    height: 32px;
    margin: 0 auto;
    line-height: 32px;
}
.location_home_ico{
    position: relative;

    margin: 10px 10px 10px 20px;

    width: 16px;
    height: 16px;
    background: url("../images/home.png") no-repeat;
    float: left;
}

.location_home_text{
    float: left;

}

.location_home_text ul{
     display: block;
 }

.location_home_text li{
    float: left;
}

.location_home_text span{
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

/*=========================================================================*/
.page_main{

    width: 100%;
    min-width: 1000px;
    background: #f9f9f9;
    display: inline-block;
    margin-bottom: 20px;

}
.page_content{
    width: 1000px;
    margin: 0 auto;
}
.page_class{
    margin: 15px 0 0 0;
    padding: 0;
    width: 300px;
    float: left;
    border-radius: 5px;
    border: 1px solid #d4d4d4;

}
.page_class_title{
    width: 300px;
    background-color: #41ff6a;
    margin: 0 auto;
}
.page_class_title_list{
    width: 300px;
    height: 40px;
    background-color: #fcfcfc;
    margin: 0 auto;
    line-height: 40px;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page_class_title_list_select{
    background: -webkit-linear-gradient(#71beff, #18abff, #71beff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#71beff, #18abff, #71beff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#71beff, #18abff, #71beff); /* Firefox 3.6 - 15 */
    background: linear-gradient(#71beff, #18abff, #71beff); /* 标准的语法 */
    background-color: #18abff;
    color: #fcfcfc;
    font-weight: 600;

}

.page_class_list{
    width: 300px;
    margin: 0 auto;
}
.page_class_0{
    height: 40px;
    background: -webkit-linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* Firefox 3.6 - 15 */
    background: linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* 标准的语法 */
    background-color: #e2e2e2;
    border-bottom: 1px solid rgb(212, 212, 212);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
}
.page_class_0:hover{
    background: -webkit-linear-gradient(#71beff, #18abff, #71beff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#71beff, #18abff, #71beff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#71beff, #18abff, #71beff); /* Firefox 3.6 - 15 */
    background: linear-gradient(#71beff, #18abff, #71beff); /* 标准的语法 */
    background-color: #18abff;
}


.page_main_content{
    margin: 15px 0 0 15px;
    padding: 0;
    width: 680px;
    float: left;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #ebebeb;


}
.page_main_content_top{
    background: -webkit-linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* Firefox 3.6 - 15 */
    background: linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* 标准的语法 */
    background-color: #e2e2e2;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #ebebeb;

}
.page_main_content_title{
    width: 600px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;

    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.page_main_content_title_add{
    width: 600px;
    height: 20px;
    margin: 5px auto;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.page_main_content_text{
    width: 740px;
    margin: 20px auto;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    text-indent: 15px;
    line-height: 28px;

}

.page_main_content_foot{

    width: 600px;
    margin: 30px auto;

    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    background-color: #ffffff;
    display: block;
}

.page_main_content_back{
    display: inline;
    float: left;

}

.page_main_content_forward{
    display: inline;
    float: right;

}
/*======================================================================================*/
.product_main{

    width: 100%;
    min-width: 990px;
    background: #f9f9f9;
    display: inline-block;
    margin-bottom: 20px;

}
.product_content{
    width: 990px;
    margin: 0 auto;
}
.product_class{
    margin: 15px 0 0 0;
    padding: 0;
    width: 200px;
    float: left;
    border-radius: 5px;
    border: 1px solid #d4d4d4;

}
.product_class_title{
    width: 200px;
    background-color: #41ff6a;
    margin: 0 auto;
}

 .product_class_title ul li{
        width: 100%;
        height: 36px;
        line-height: 36px;
        text-align: left;
        font-size: 16px;
        text-indent: 40px;
        white-space: nowrap;
        text-overflow:ellipsis; 
        overflow:hidden;
        border-bottom: 1px #cccccc solid;
        background: #fff;
    }

.product_class_title li:hover{
        background: #00A;
    }

.product_class_title ul li:hover a{
       color: #fff;
    }

.product_class_title_list{
    width: 200px;
    height: 40px;
    background-color: #fcfcfc;
    margin: 0 auto;
    line-height: 40px;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product_class_title_list_select{

    background-color: #ffb905;
    color: #000;
    font-weight: 600;

}

.product_class_list{
    width: 200px;
    margin: 0 auto;
}
.product_class_0{
    height: 40px;
    color: #fff;
    background-color: #000;
    border-bottom: 1px solid rgb(212, 212, 212);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
}



.product_list_title_bar{
    width: 780px;
    height: 40px;
    background: -webkit-linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* Firefox 3.6 - 15 */
    background: linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* 标准的语法 */
    background-color: #e2e2e2;
}
.product_list_content{
    width: 780px;
    height: auto;


}

.product_list_content_inner{
    width: 778px;
    margin: 10px auto;

}
/*
.product_list_content ul{
    display: inline-block;
}

.product_list_content li{
    width: 225px;
    float: left;
    margin: 10px 0 10px 10px;
    border: solid 1px #e9e9e9;
}

.product_list_content li:hover {
    border: solid 1px #187fff;

}
.product_list_content_img{
    width: 180px;
    height: 120px;

}
.product_list_content_img img{
    width: 100%;
    height: 100%;
}
.product_list_content_text{
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-indent:10px;
    background-color: #f6f6f6;
    border: solid 1px #ececec;
}
*/

.product_main_content{
    margin: 0;
    padding: 0;
    width: 780px;
    float: left;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #ebebeb;



}


.product_main_content_top{
    background: -webkit-linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* Firefox 3.6 - 15 */
    background: linear-gradient(#f5f5f5, #e2e2e2, #f5f5f5); /* 标准的语法 */
    background-color: #e2e2e2;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #ebebeb;

}
.product_main_content_title{
    width: 880px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;

    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.product_main_content_title_add{
    width: 880px;
    height: 20px;
    margin: 5px auto;
    line-height: 20px;

    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.product_main_content_text{
    width: 880px;
    margin: 20px auto;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    text-indent: 15px;
    line-height: 28px;

}

.product_main_content_foot{

    width: 100%;
    margin: 30px auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    background-color: #ffffff;
    display: block;
}

.product_main_content_back{
    display: inline;
    float: left;
    margin-left: 20px;

}

.product_main_content_forward{
    display: inline;
    float: right;
    margin-right: 20px;

}
/*==============================================================================================*/
.case_list_main_content{
    width: 780px;
    margin: 10px auto;
    background-color: #ffffff;
}
.case_list_main ul{
    display: inline-block;
}
.case_list_main li{
    float: left;
}


.case_list{
    width: 250px;
    height: 280px;
    margin-top: 10px;
}

.case_list_title{
    height: 32px;
    width: 200px;
    margin: 0 auto;
    background-color: #18abff;
    border-radius: 5px 5px 0 0;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
    color: #6c6c6c;
    text-align: center;
}
.case_list_main li:hover .case_list_title{
    background-color: #05d45d;
    color: #ffffff;
}

.case_list_images{
    width: 200px;
    height: 120px;
    margin: 0 auto;
    border: solid 1px #e1e1e1;

}
.case_list_images img{
    width: 100%;
    height: 100%;
}
.case_list_text{
    width: 200px;
    height: 100px;
    background-color: #fcfcfc;
    overflow: hidden;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
    color: #6c6c6c;
    border: solid 1px #e1e1e1;
}
.case_list_text ul{
    display: block;
}

.case_list_text li{
    margin-left: 10px;
    float: none;
}
 .main_bar{
        width: 100%;
        min-width: 990px;
        margin-top: 20px;
        zoom: 1;
        overflow: hidden;

    }
    .main_inner{
        width: 990px;
        margin: 0 auto;
        background-color: #ffffff;
    }
    .main_left{
        width: 200px;
        float: left;
        box-sizing: border-box;
        border: 1px #cccccc solid;
    }
    .main_right{
        width: 790px;
        float: left;
    }
    .main_left_bar_10{
        width: 100%;
        height: auto;
    }

    .main_left_bar_10 h2{
        width: 100%;
        height: 36px;
        line-height: 36px;
        background: linear-gradient(165deg,#4c99ff 24%,#3e8cf1 48%,#195dff 52%,#1a4cc2 85%);
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        color: #f1f1f1;
        border-bottom: 1px #cccccc solid;
    }

    .main_left_bar_10 ul {
        width: 100%;

    }

    .main_left_bar_10 ul li{
        width: 100%;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-size: 13px;
        text-indent: 0px;
        white-space: nowrap;
        text-overflow:ellipsis; 
        overflow:hidden;
        border-bottom: 1px #cccccc solid;
    }

    .main_left_bar_10 ul li:hover{
        background: #4d41ff;
    }

    .main_left_bar_10 ul li:hover a{
       color: #fff;
    }


    .main_left_bar_20_h3{
        width: 100%;
        height: 36px;
        line-height: 36px;
       background: linear-gradient(165deg,#4c99ff 24%,#3e8cf1 48%,#195dff 52%,#1a4cc2 85%);
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        color: #f1f1f1;
        zoom: 1;
        overflow: hidden;
        border-bottom: 1px #cccccc solid;
    }

    .main_left_bar_20 ul {
        width: 100%;

    }

    .main_left_bar_20 ul li{
        width: 100%;
        height: 32px;
        line-height: 32px;
        text-align: left;
        font-size: 13px;
        text-indent: 20px;
        white-space: nowrap;
        text-overflow:ellipsis; 
        overflow:hidden;
        border-bottom: 1px #cccccc solid;
    }

    .main_left_bar_20 ul li:hover{
        background: #4d41ff;
    }

    .main_left_bar_20 ul li:hover a{
        color: #fff;
    }
    .main_left_bar_30 p{
        width: 100%;
        height: 36px;
        line-height: 36px;
        background: linear-gradient(165deg,#4c99ff 24%,#3e8cf1 48%,#195dff 52%,#1a4cc2 85%);
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        color: #f1f1f1;
        zoom: 1;
        overflow: hidden;
        border-bottom: 1px #cccccc solid;
    }
    .main_left_bar_30_phone{
        width: 100%;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        color: #484848;
        zoom: 1;
        overflow: hidden;
    }

    .main_left_bar_30_img {
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }

    .main_left_bar_30_img img{
        width: 100%;
        height: 100%;
    }
    .main_left_bar_40{
        width: 100%;
        height: auto;
        zoom: 1;
        overflow: hidden;
        border-bottom: 1px #cccccc solid;
    }
    .main_left_bar_40 p{
        width: 100%;
        height: 36px;
        line-height: 36px;
        background: linear-gradient(#03b8fb, #29a4fb, #0189ff);
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        color: #f1f1f1;
        zoom: 1;
        overflow: hidden;
        border-bottom: 1px #cccccc solid;
    }
    .main_left_bar_40_img {
        width: 100%;
        height: 200px;
    }

    .main_left_bar_40_img img{
        width: 100%;
        height: auto;
    }
    .main_right_topbar{
        height: 36px;
        line-height: 36px;
        width: 100%;
        background: linear-gradient(165deg,#4c99ff 24%,#3e8cf1 48%,#195dff 52%,#1a4cc2 85%);
        color: #fff;
    }
    .main_right_topbar_left{
        width: 100%;
        float: left;
        font-size: 14px;
        font-weight: 400;
        text-indent: 20px;
        text-align: left;

    }
 .main_right_topbar_left a{
        color: #fff；

    }

    .main_right_topbar_right{
         /*width: 580px; */
        padding-right: 20px;
        /* float: right; */
        /* text-align: right; */
        font-size: 14px;
        text-indent: 20px;
    }

   .main_right_topbar_right a{
        color:#fff;
  }

    .main_right_frame{
        width: 790px;
        box-sizing: border-box;
        border: 1px #cccccc solid;
    }

    .main_right_title{
        width: 100%;
        height: 80px;
        line-height: 80px;
        font-size: 18px;
        text-align: center;
    }

    .main_right_info{
        width: 100%;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        text-align: center;
    }
    .main_right_content{
        border-top:  1px #d3d3d3 solid;
        width: 700px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 30px;
        text-indent: 30px;
        min-height: 620px;
    }

 .main_right_content img{
        max-width: 90%;
    }


    .main_right_content li {
        width: 700px;
        margin: 0 auto;
        border-bottom: 1px solid #aaa;
        height: auto;
        zoom: 1;
        overflow: hidden;
        padding-top: 10px;
        padding-bottom: 10px;

    }
    .main_right_content_left{
        width: 200px;
        height:200px;
        line-height: 200px;
        float: left;
    }
    .main_right_content_left_img{
        padding: 40px 10px 40px 10px;
    }
    .main_right_content_left_img img{
        width: 100%; height: 100%;
    }

    .main_right_content_right{
        width: 450px;
        height:200px;
        float: right;
    }

    .main_right_content_right_top{
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow:ellipsis;
    }
    .main_right_content_right_mid{
        width: 100%;
        height:  120px;
        overflow: hidden;
        font-size:13px;
    }
    .main_right_content_right_bottom{
        width: 150px;
        height: 32px;
        line-height: 32px;
        margin: 4px;
        background: #097de3;
        border: 1px solid #bbb;
        border-radius: 5px;
        font-size: 14px;
        color: white;
        text-align: center;
        text-indent: 0;
        float: right;
    } 
    
    .aligncenter { display: block; margin-left: auto; margin-right: auto; }
    .aligncenter p.wp-caption-text {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .main_right_tags{
        width: 700px;
        margin: 20px auto;
        font-size: 14px;
        line-height: 40px;
    }

    .main_right_next_prev{
        width: 100%;
        margin: 0 auto;
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        border-bottom:  1px #d3d3d3 solid;
        border-top:  1px #d3d3d3 solid;
        zoom: 1;
        overflow: hidden;
    }
    .main_right_prev{
        width: 395px;
        overflow: hidden;
        float: left;
    }
    .main_right_next{
        width: 395px;
        overflow: hidden;
        float: right;
        text-align: right;
    }

    .recommand_bar{
        width: 100%;
        zoom: 1;
        overflow: hidden;
        min-height: 200px;
        box-sizing: border-box;
        border: 1px #cccccc solid;

    }

    .recommand_bar_title{
        width: 100%;
        height: 36px;
        line-height: 36px;
        zoom: 1;
        overflow: hidden;
        background: #092f94;
        font-size: 22px;
        font-weight: 500;
        color: #fff;
        text-align: center;


    }
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
  
.navigation li {
    display: inline;
    width: auto;
}
  
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
  
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}



.product_title{
    margin: 10px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 500;
    clear: both;
}
.product_sec_band{
    height: auto;
    width: 990px;
    margin: 0 auto;

    display: inline-block;
}
.product_class{
    margin: 0;
    padding: 0;
    width: 200px;
    float: left;
    border-radius: 5px;
    border: 1px solid #d4d4d4;

}
.product_class_title{
    width: 200px;
    background-color: #41ff6a;
    margin: 0 auto;
}
.product_class_title_list{
    width: 200px;
    height: 32px;
    background-color: #fcfcfc;
    margin: 0 auto;
    line-height: 32px;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_class_title_list:hover{
    background: -webkit-linear-gradient(#71beff, #18abff, #71beff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#71beff, #18abff, #71beff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#71beff, #18abff, #71beff); /* Firefox 3.6 - 15 */
    background: linear-gradient(#71beff, #18abff, #71beff); /* 标准的语法 */
    background-color: #18abff;
    color: #fff;
}
.product_class_title_list_select{
    /*background: -webkit-linear-gradient(#71beff, #18abff, #71beff); !* Safari 5.1 - 6.0 *!*/
    /*background: -o-linear-gradient(#71beff, #18abff, #71beff); !* Opera 11.1 - 12.0 *!*/
    /*background: -moz-linear-gradient(#71beff, #18abff, #71beff); !* Firefox 3.6 - 15 *!*/
    /*background: linear-gradient(#71beff, #18abff, #71beff); !* 标准的语法 *!*/
    /*background-color: #18abff;*/
    /*color: #fcfcfc;*/
    font-weight: 600;

}
.product_main_picture_frame{
    height: 360px;
    width: 300px;

    float: left;
}
.product_main_picture_showpic{
    height: 300px;
    width: 300px;

}

.product_main_picture_showpic img{
    height: 100%;
    width: 100%;

}

.product_main_picture_showpic_list{
    margin-left: 5px;
}

.product_main_picture_showpic_list_ul{
    display: inline-block;
}
.product_main_picture_showpic_list_li{
    width: 48px;
    height: 48px;
    margin: 5px;
    float: left;
    cursor: pointer;
}
.product_main_picture_showpic_list_li img{
    height: 100%;
    width: 100%;
    border: solid #e2e2e2 1px;
}


.product_buy_inf_frame{
    width: 635px;
    height: auto;
    margin-left: 20px;
    float: left;
}

.product_buy_inf_price{
    height: 60px;
    width: 635px;
    background-color: #9cff88;
    text-indent: 20px;
    color: #e2690c;
    font-size: 24px;
    font-weight: 500;
    line-height: 60px;
    text-overflow : clip;
    overflow:hidden;
    text-align:center;
}
.product_buy_inf_num{
    height: 30px;
    width: 635px;
    background-color: #9cff88;
    text-indent: 20px;
}
.product_buy_inf_note{
    height: 30px;
    width: 635px;
    background-color: #9cff88;
    line-height: 30px;
    text-align: center;
}
.product_buy_inf_right{
    height: 30px;
    width: 635px;

    text-indent: 20px;
}

.product_buy_inf_logistical{
    height: 30px;
    width: 635px;

    text-indent: 20px;
    border-bottom: #e2e2e2 solid 1px;
}
.product_buy_inf_buy{
    height: 60px;
    width: 635px;
}

.product_buy_inf_buy button{
    position: relative;
    top: 15px;
    left: 250px;
    height: 28px;
    width: 100px;
    cursor: pointer;
    background-color: #e2690c;
    color: #f8f8f8;
    font-size: 16px;
    font-weight: 600;
    border: none;
    outline: none;
}

/*.product_buy_inf_buy button:before {*/
    /*content: "立即询价";*/
    /*font-size: 14px;*/
    /*color: #ffffff;*/
/*}*/
.product_buy_inf_sheet_frame{
    width: 635px;
    height: 150px;


    border-top: solid 3px;
    border-color: #e26507;

}

.product_info_sheet_top_band{
    width: 633px;
    height: 40px;
    background-color: #f5f5f5;
    line-height: 40px;
    font-size: 16px;
    text-indent: 20px;
    border-bottom: solid #e2e2e2 1px;
    border-left: solid #e2e2e2 1px;
    border-right: solid #e2e2e2 1px;
    color: #e26507;
}
.product_info_sheet{
    border-bottom: solid #e2e2e2 1px;
}
.product_info_sheet ul{
    margin-top: 10px;
    display: inline-block;
}
.product_info_sheet li{
    margin-left: 10px;
    height: 30px;
    line-height: 30px;
    float: left;
    width: 200px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;

}
.product_info_sheet_name{
    float: left;
    width: 90px;
}
.product_info_sheet_value{
    width: 90px;
    float: left;
}
.product_main_frame{
    width: 960px;
    height: auto;

    display: inline-block;
}

.product_main_left_frame{
    width: 260px;
    height: auto;
    float: left;


}

.page_main_content_text li{
    width: 100%;
    float: left;
    margin: 0;
    border: none;
}

.main_right_content li{
	border: none;
}