/*=========================================================================*/
.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{
    height: 150px;
    /*display:flex;
    flex-direction:row;*/
}
.page_slidebar img{
    /*width:1920px; !*图片宽度*!*/
    /*position:absolute;*/
    /*left:50%;*/
    /*margin-left:-960px; !*图片宽度的一半*!*/
    width: 100%;
    height: 150px;
}
/*========================================================================*/
.location_bar{
    margin-top: 10px;
    /*width: 100%;*/
    height: 32px;
    /*background-color: #ebebeb;*/
}


.location_content{
    /*width: 1000px;*/
    height: 32px;
    margin: 0 auto;
    line-height: 32px;
    background-color: #ebebeb;
}
.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: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_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: 600px;
    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{
    margin-top: 10px;
    width: 100%;
    min-width: 1100px;

    display: inline-block;
    margin-bottom: 20px;

}
.product_content{
    width: 1100px;
    margin: 0 auto;
    background: #f9f9f9;
}
.product_title{
    margin: 10px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 500;
    clear: both;
}
.product_sec_band{
    height: auto;
    width: 1100px;
    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;
    font-size: 14px;
}

.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: #8fff88;
    text-indent: 20px;
    color: #e2690c;
    font-size: 24px;
    font-weight: 500;
    line-height: 60px;
    text-overflow : clip;
    overflow:hidden

}
.product_buy_inf_num{
    height: 30px;
    width: 635px;
    background-color: #8fff88;
    text-indent: 20px;
}
.product_buy_inf_note{
    height: 30px;
    width: 635px;
    background-color: #8fff94;
    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;

}
.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;


}

.a_list_sort{
    width: 234px;
    height: auto;
    margin: 10px;
    float: left;
    background: #ffffff;
    border: solid 1px #e2e2e2;
}

.a_list_band_bk{
    width: 234px;
    height: 30px;
    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
}

.a_list_band{
    width: 117px;
    height: 30px;
    background: -webkit-linear-gradient(#8fff94, #10d509, #8fff94); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#8fff94, #10d509, #8fff94); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#8fff94, #10d509, #8fff94); /* Firefox 3.6 - 15 */
    background: linear-gradient(#8fff94, #10d509, #8fff94); /* 标准的语法 */
    background-color: #8fff94;

    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
}
.a_list_sort_ul{
    margin: 5px 5px 0 5px;
    display: inline-block;
}

.a_list_sort_ul_left{
    width: 220px;
    background: -webkit-linear-gradient(#8fff94, #10d509, #8fff94); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#8fff94, #10d509, #8fff94); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#8fff94, #10d509, #8fff94); /* Firefox 3.6 - 15 */
    background: linear-gradient(#8fff94, #10d509, #8fff94); /* 标准的语法 */
    background-color: #8fff94;
    margin: 5px;
    border-radius: 2px;
}

.a_list_sort_ul_right{
    width: 215px;
    background-color: #ffffff;
    margin-left: 5px;

}
.a_list_sort_ul_top{
    margin-left: 5px;
    height: 26px;
    background: -webkit-linear-gradient(#8fff94, #10d509, #8fff94); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#8fff94, #10d509, #8fff94); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#8fff94, #10d509, #8fff94); /* Firefox 3.6 - 15 */
    background: linear-gradient(#8fff94, #10d509, #8fff94); /* 标准的语法 */
    background-color: #8fff94;
    line-height: 26px;
    color: #ffffff;
    border-radius: 3px;
    text-indent: 10px;

}
.a_list_sort_ul_top:hover{
    background: -webkit-linear-gradient(#6bcfff, #24adff, #6bcfff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#6bcfff, #24adff, #6bcfff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#6bcfff, #24adff, #6bcfff); /* Firefox 3.6 - 15 */
    background: linear-gradient(#6bcfff, #24adff, #6bcfff); /* 标准的语法 */
    background-color: #24adff;
}

.a_list_sort_ul_li{
    margin-left: 5px;
    height: 30px;
    background-color: #ffffff;
    line-height: 30px;
    color: #000000;
    border-radius: 3px;
    text-indent: 20px;

}

.a_list_sort_ul_li:hover{
    background: -webkit-linear-gradient(#63f49e, #41ff6a, #63f49e); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#63f49e, #41ff6a, #63f49e); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#63f49e, #41ff6a, #63f49e); /* Firefox 3.6 - 15 */
    background: linear-gradient(#63f49e, #41ff6a, #63f49e); /* 标准的语法 */
    background-color: #41ff6a;
}


.product_main_right_frame{
    width: 700px;
    height: auto;
    float: right;

}

.product_main_right_frame_content{
    width: 640px;
    margin: 20px auto;
    height: auto;
    background-color: #ffffff;
}
.product_relat_bar{
    width: 700px;
    height: 30px;
    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_relat_bar_text{
    width: 700px;
    height: 30px;
    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: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
}

.product_relat_frame{
    width: 640px;
    margin: 20px auto;


}
.product_relat_product_ul{
    display: inline-block;
}
.product_relat_product_li{
    width: 180px;
    height: 240px;
    margin: 10px;
    border: solid #e2e2e2 1px;
    float: left;
}

.product_relat_product_li_img{
    width: 120px;
    height: 120px;
    margin: 30px;
}

.product_relat_product_li:hover .product_relat_product_li_img{
    width: 160px;
    height: 160px;
    margin: 10px;
}

.product_relat_product_li_img img{
    width: 100%;
    height: 100%;
}

.product_relat_product_li_title{
    height: 72px;
    overflow: hidden;
    text-overflow:ellipsis;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #6b6b6b;
    text-align: center;

}

.product_relat_product_li_model{
    height: 23px;
    overflow: hidden;
    text-overflow:ellipsis;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #a2a2a2;
    text-align: center;

}

.product_relat_product_li_super{
    height: 23px;
    overflow: hidden;
    text-overflow:ellipsis;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #a2a2a2;

}

.product_relat_product_li_price{
    height: 23px;
    overflow: hidden;
    text-overflow:ellipsis;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #e2e2e2;

}

.select{
    background: -webkit-linear-gradient(#67cc66, #00cc0e, #67cc66); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#67cc66, #00cc0e, #67cc66); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#67cc66, #00cc0e, #67cc66); /* Firefox 3.6 - 15 */
    background: linear-gradient(#67cc66, #00cc0e, #67cc66); /* 标准的语法 */
    background-color: #00cc0e;
    color: #fcfcfc;
    font-weight: 600;

}


.product_class_list{
    width: 200px;
    margin: 0 auto;
}
.product_class_0{
    height: 34px;
    background: -webkit-linear-gradient(#6c67ed, #4b48cc, #6c67ed); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#6c67ed, #4b48cc, #6c67ed); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#6c67ed, #4b48cc, #6c67ed); /* Firefox 3.6 - 15 */
    background: linear-gradient(#6c67ed, #4b48cc, #6c67ed); /* 标准的语法 */
    background-color: #6c67ed;
    /*background: -webkit-linear-gradient(#67cc66, #00cc0e, #67cc66); !* Safari 5.1 - 6.0 *!*/
    /*background: -o-linear-gradient(#67cc66, #00cc0e, #67cc66); !* Opera 11.1 - 12.0 *!*/
    /*background: -moz-linear-gradient(#67cc66, #00cc0e, #67cc66); !* Firefox 3.6 - 15 *!*/
    /*background: linear-gradient(#67cc66, #00cc0e, #67cc66); !* 标准的语法 *!*/
    /*background-color: #00cc0e;*/
    border-bottom: 1px solid rgb(212, 212, 212);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 34px;
    color: #fff;
    border-radius: 5px 5px 0 0;
}



.product_list_title_bar{
    width: 780px;
    height: 32px;
    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: 798px;
    height: auto;


}

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

}
.product_list_content_main{
    margin: 40px auto;
    width: 680px;
}



.product_list_content ul{
    display: inline-block;
}

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

}

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

}
.product_list_content li:hover .product_list_content_img img {
    width: 100%;
    height: 100%;;
}
.product_list_content_img{
    margin: 0 auto;
    text-align: center;
    width: 180px;
    height: 180px;;
}
.product_list_content_img img{
    width: 90%;
    height: 90%;
}

.page_main_content_text ul{
  
}

.page_main_content_text li{
}

.page_main_content_text li:hover {
  
}
.page_main_content_text li:hover .product_list_content_img img {

}





.case_list_content_img{
    margin: 0 auto;
    text-align: center;
    width: 180px;
    height: 180px;
}
.product_list_content li:hover .case_list_content_img img {
    width: 100%;
    height: 100%;;

}
.case_list_content_img img{
    width: 90%;
    height: 90%;
}
.product_list_content_text{
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-indent:10px;
    background-color: #f6f6f6;
    border: solid 1px #ececec;
}
.product_list_content_text p{
    white-space:nowrap;
    overflow: hidden;
    text-align: center;
}


.product_list_content_text_name{
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-indent:10px;
    background-color: #f6f6f6;

}


.product_main_content{
    margin: 0 0 0 15px;
    padding: 0;
    width: 880px;
    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: 780px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;

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

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

}

.product_main_content_foot{

    width: 740px;
    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_back strong{
    padding-right: 15px;

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

}
.product_main_content_forward strong{
    padding-right: 15px;
}

.product_main_content_foot ul{

    display: inline-block;
}

.product_main_content_foot ul li{

    float: left;
    /*! width: 30px; */
    margin-left: 20px;
    border: 1px solid #e4e4e4;
}


.p_list_right_product_num{
    margin: 10px 10px 0 10px;

}
.p_list_right_product_num_ul{
    display: inline-block;
}
.p_list_right_product_num_li{
    width: 200px;
    height: 24px;
    line-height: 24px;
    float: left;
    color: #878787;
    text-indent: 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: -webkit-linear-gradient(#67cc66, #00cc0e, #67cc66); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#67cc66, #00cc0e, #67cc66); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#67cc66, #00cc0e, #67cc66); /* Firefox 3.6 - 15 */
    background: linear-gradient(#67cc66, #00cc0e, #67cc66); /* 标准的语法 */
    background-color: #00cc0e;

    border-radius: 5px 5px 0 0;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
    color: #eeeeee;
    text-align: center;
}
.case_list_main li:hover .case_list_title{
    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: #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;
}

.case_list_case_titel{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.case_list_case_subtitel{
    height: 48px;
    zoom: 1;
    overflow: hidden;
    text-indent: 0;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    margin-right: 10px;


}

.product_main_local_text{
    line-height: 40px;
    font-size: 14px;
    float: left;
}
.product_main_local_text_space{
    line-height: 40px;
    font-size: 14px;
    float: left;

}

.news_list_main{
    margin: 15px auto;
    width: 760px;
}

.list_news_main_li_title{
    text-indent: 15px;
    float: left;
    width: 650px;
    overflow: hidden;
}
.list_news_main_li_more{
    float: left;
    width: 50px;
    overflow: hidden;
    text-align: right;
    color: #cbcbcb;
}
.list_news_main_ul li{
    height: 30px;
    line-height: 30px;
    width: 740px;
    margin: 0;
    padding: 0;
    /*background-color: #f6f6f6;*/
    /*border: 1px solid #e9e9e9;*/
    display: inline-block;
}

.list_news_main_ul li:hover{

    background-color: #46a4ff;

}

.news_list_content{
    width: 798px;
    height: auto;
}

.news_list_content_inner{
    width: 798px;
    margin: 10px auto;

}

.page_num li{
    width: 30px;
    text-align: center;
}

.active{
    background-color: #46a4ff;
    font-weight: 600;
}

.pages nav ul{
    margin: 10px;
    text-align: center;
}