.banner_div img{
    width: 100%;
    height: 370px;
}

.crumbs_div{
    font-size: 16px;
    color: #242424;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}
.crumbs_div a{
    color: #242424;
}
.content_div{
    margin: 20px 0;
}
.left_div{
    margin: 0 1%;
    width: 96%;
}
.left_div .lm_div{
    margin-bottom: 10px;
}
.left_div .lm_div .title_div{
    background: #1d8fe5 none repeat scroll 0 0;
    color: #fff;
    font-size: 26px;
    height: 70px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}
.left_div .lm_div .title_div span {
    display: block;
    font-size: 14px;
}
.left_div .lm_div .linfo_div ul li{
    list-style: none;
}
.left_div .lm_div .linfo_div ul li div{
    background: #74b9f0 none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
}


.left_div .lm_div .linfo_div ul li div a {
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
    text-decoration: none;
}


.left_div .lm_div .linfo_div ul li div .arrow.down {
    background: rgba(0, 0, 0, 0) url("img/down.png") no-repeat scroll left center;
    margin-top: 12px;
    cursor: pointer;
    display: block;
    float: right;
    height: 30px;
    overflow: hidden;
    width: 28px;
}

.left_div .lm_div .contact{
    background: #74b9f0 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    padding: 10px;
    width: auto;
}

.right_div{
    margin: 0 1%;
    width: 96%;
    color: #282828;
    font-size: 16px;
    line-height: 30px;
}
.new_table{
    width: 100%;
    border-collapse: collapse;
}
.new_table tr td{
    padding: 7px 10px 0;
    line-height: 20px;
    vertical-align: top;
    border-bottom: 1px dotted #cccccc;
}
.new_table tr td a{
    padding-left: 20px;
    background: url("img/triangle.png") no-repeat 0 center;
    color: #282828;
    display: inline-block;
    height: 20px;
    overflow: hidden;
}
.new_table tr td.time_td{
    width: 90px;
}
.page_div{
    text-align: center;
    margin: 5px 0;
}
.page_div a{
    color: #282828;
}

.product_mod{
    margin: 10px 2%;
    width: 96%;
}
.product_mod img{
    width: 100%;

}
.product_mod span{
    text-align: center;
    display: block;
    background: #239fe7;
    color: #ffffff;
    padding: 5px 0;
    height: 30px;
    overflow: hidden;
}