.home_banner
{
    margin-top: -1px;
}
.home_modules
{
    overflow: hidden;
    padding: 20px 0;
}
.home_modules img
{
    max-width: 100%;
    height: auto;
}
.home_modules img.ratio
{
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
    *filter: Alpha(opacity=0);
}
.home_slogan
{
    text-align: center;
}
.home_slogan h1
{
    padding: 10px;
    font-size: 40px;
    color: #f08519;
}
.home_slogan h4
{
    font-size: 20px;
    color: #999;
}
.home_slogan .home_content
{
    font-size: 18px;
}
.home_image
{
    background: #fff;
    text-align: center;
}
.home_image .div
{
    width: 25%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}
.home_about, .home_product, .home_application
{
    height: 465px;
    border-left: 0 solid #fff;
    border-right: 0 solid #fff;
}
.home_image .home_title
{
    line-height: 50px;
    text-align: center;
    background: #f08519;
    color: #fff;
}
.home_image .home_title a
{
    text-decoration: none;
}
.home_image .home_content
{
    display: none;
    padding: 30px 20px;
    text-align: left;
}
.home_image .home_content img
{
    max-width: 100%;
}
.home_image .div:hover
{
    width: 48%;
    background-image: none!important;
    background-color: #fff;
}
.home_image .div:hover .home_content
{
    display: block;
}
.home_image .list_image
{
    width: 100%;
    background: #f00;
}
.home_image .list_image li
{
    float: left;
    position: relative;
    width: 46%;
    margin: 0 2%;
}
.home_image .list_image li .div2
{
    position: relative;
}
.home_image .list_image img.ratio
{
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
    filter: Alpha(opacity=0);
}
.home_image .list_image .title
{
    margin-bottom: 5px;
    text-align: center;
    padding: 5px 0;
    width: 100%;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.home_image .list_image .image_hover
{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.home_image .list_image .image_hover img
{
    width: 100%;
    height: 100%;
}