.product_box {
    width: 900px!important;
    /*background-color: blue;*/
    /*background: #6bb226;*/
    overflow: hidden;
    margin: auto;
}

.product_box ul {
    width: 949px;
}

.product_inside_box {
    margin-top: 20px;
}

.product_list {
    margin-right: 34px;
    float: left;
    margin-bottom: 20px;
    width: 202px;
    text-align: center;
    overflow: hidden
}

.product_list a {
    display: block;
}

.product_list a:hover {
    /*background-color: gainsboro*/
}

.news_title_box:hover {
    color: #F52B2B;
}


/*.product_img_box{
    width: 200px;
    padding: 5px 5px;
    height: 200px;
    border: 1px solid #DCDCDC;

}*/


/*.product_img_box img{
	width: 100%;
	height: 100%;
}*/

.product_title_box {
    width: 100%;
    text-align: center;
    line-height: 36px;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #f8f8f8;
    color: #404040;
}

.news_title_box {
    width: 100%;
    line-height: 36px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: #E2E2E2 solid 1px;
    margin-bottom: 11px;
}

.news_detailed_list_left {
    /* line-height: 95px; */
    float: left;
    width: 120px;
    height: 100%;
    text-align: center;
}

.news_detailed {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_detailed_list_right {
    float: right;
    width: 130px;
}

.news_detailed_list_center:hover {
    color: #6bb226;
}

.news_detailed_list {
    width: 100%;
    padding: 10px 0px 10px 1px;
    border-bottom: 1px dashed #dedede;
    background: #fdfdfd;
    display: block;
    margin-bottom: 12px;
}

.new_tag {
    background: #015CB5;
    display: inline-block;
    height: 5px;
    width: 5px;
    margin: 2px 5px 2px 2px;
}

.product_hr {
    width: 110px;
    height: 1px;
    margin: 0 auto;
    background-color: #e6721e;
}

.product_img_box {
    /*非IE的主流浏览器识别的垂直居中的方法*/
    display: block;
    vertical-align: middle;
    /*设置水平居中*/
    text-align: center;
    /* 针对IE的Hack */
    *display: block;
    *font-size: 115px;
    /*约为高度的0.575，200*0.575 约为115*/
    *font-family: Arial;
    /*防止非utf-8引起的hack失效问题，如gbk编码*/
    width: 200px;
    height: 140px;
    overflow:hidden;
    /* border: 1px solid #f1f1f1; */
}

.product_img_box img {
    /*设置图片垂直居中*/
    vertical-align: middle;
}

.product_bg {
    background: url('/home/img/pro_banner.png') center no-repeat;
    height: 500px;
    position: relative;
}

.pj_bg {
    background: url('/home/img/case_banner.jpg') center no-repeat;
    height: 500px;
    position: relative;
}

.about_bg {
    background: url('/home/img/about_1.jpg') top no-repeat;
    height: 500px;
    position: relative;
}

.new_bg {
    /*background: url('/home/img/p4.jpg') center;*/
    background: url('/home/img/news.png') center no-repeat;
    height: 500px;
    position: relative;
}

.contact_bg {
    background: url('/home/img/contact.jpg?V1') bottom center no-repeat;
    height: 500px;
    position: relative;
}

.video_bg {
    background: url('/home/img/netword.jpg?V1') center no-repeat;
    height: 500px;
    position: relative;
}

.online_bg {
    background: url(/home/img/msg.jpg?V1) center no-repeat;
    height: 300px;
    position: relative;
}

.banner-title {
    color: #FFFFFF;
    font-size: 30px;
    /* height: 60px; */
    width: 1000px;
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.banner-title span {
    /*    font-size: 15px;
    letter-spacing: 2px;*/
}