﻿body
{
    font-size: 12px;
    line-height: 25px;
    color: #000;
}

a
{
    text-decoration: none;
    color: #000;
}

a:hover
{
    color: #56a02c;
}

.header
{
    width: 795px;
    margin-left: auto;
    margin-right: auto;
    height: 85px;
    background-image: url('images/header.png');
    position: relative;
}

.header .index
{
    width: 170px;
    height: 80px;
    position: relative;
    top: 20px;
    left: 20px;
    display: block;
}

.header .hot
{
    position: absolute;
    top: 0px;
    left: 20px;
    width: 95%;
    text-align: right;
    color: #fff;
}

.body
{
    width: 790px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('images/body_bg.png');
    padding-left: 4px;
    padding-right: 1px;
}

.menu
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 27px;
    float: left;
}

.menu li
{
    display: block;
    float: left;
}

.menu li img
{
    border-width: 0px;
}

.banner
{
    width: 100%;
    height: 301px;
    background-image: url('banner/1.jpg');
}

.divider
{
    width: 100%;
    height: 18px;
}

.content
{
    background-position: left top;
    height: 155px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-image: none;
}

.content .audio
{
    
    position: relative;
    line-height: 17px;
    float: left;
    margin-left: 20px;
    width: 236px;
    height: 155px;
    background-image: url('images/audio_bg.png');
}

.content .data
{
    
    position: relative;
    line-height: 17px;
    float: left;
    margin-left: 20px;
    width: 236px;
    height: 155px;
    background-image: url('images/data_bg.png');
}

.content .solution
{
    
    position: relative;
    line-height: 17px;
    float: left;
    margin-left: 20px;
    width: 236px;
    height: 155px;
    background-image: url('images/solution_bg.png');
}

.content .detail
{
    
    position:absolute;
    top: 40px;
    left: 90px;
    width: 140px;
}

.content .list
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 95px;
    left: 10px;
    width: 200px;
}

.content .enter
{
    border-width: 0px;
    position: absolute;
    top: 95px;
    left: 200px;
}

.content .enter img
{
    border-width: 0px;
}

.link
{
    /*height: 283px;*/
    height: 240px;
    background-image: url('images/link_bg.png');
}

.link ul
{
    list-style: none;
    margin: 25px 0px 0px 25px;
    padding: 0px;
    float: left;
    width: 150px;
    line-height: 25px;
}

.link ul li.bold
{
    font-weight: bold;
    color:#56a02c;
}

.link ul li.bold a
{
    color:#56a02c;
}

.footer
{
    width: 795px;
    margin-left: auto;
    margin-right: auto;
    height: 35px;
    background-image: url('images/footer.png');
}

.footer .text
{
    color: #fff;
    line-height: 30px;
    padding-left: 20px;
}

.view
{
    position: relative;
    top: 20px;
    left: 20px;
}

.view .title
{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

.view .bar
{
    width: 239px;
    height: 38px;
    background-image: url('images/barbg.png');
    background-repeat: no-repeat;
    padding-left: 37px;
    padding-top: 8px;
}

.products
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.products li
{
    width: 236px;
    height: 155px;
    position:relative;
    float: left;
    margin-left: 20px;
}

.products li span
{
    position: relative;
    top: 10px;
    left: 10px;
    line-height: 18px;
    display: block;
}

.products li img
{
    position: absolute;
    top: 50px;
    left: 0px;
}

.products li .enter
{
    border-width: 0px;
    position: absolute;
    top: 75px;
    left: 200px;
}
