/**
 * 公司产品
 */
/*.body .banner {
    position: relative;
    height: 355px;
    overflow: hidden;
}
.body .banner img {
    text-align: center;
    position: absolute;
    height: 355px;
    width: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
}
.body .status {
    text-align: center;
    position: relative;
    top: -30px;
}
.body .status .page {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #707070;
    display: inline-block;
}
.body .status .hover{
    background-color: #2695dd;
}*/

 .body .banner {
    position: relative;
    text-align: center;
    width: 1000px;
    height: 258px;
    box-shadow: 0px 0px 8px #7120C4;
    overflow: hidden;
 }
.body .banner img {
    width: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.body .content {
    margin: 0 auto;
    width: 1000px;
}
.body .content .item {
    margin-bottom: 50px;
}
.body .content .item .pic {
    width: 50%;
}
.body .content .item .text {
    width: 50%;
    float: right;
    margin-top: 35px;
}
.body .content .item .alt {
    float: left;
}
.body .content .item .text .title{
    font-size: 22px;
    margin-bottom: 15px;
}
.body .content .item .text .info{
    text-indent: 28px;
    line-height: 28px;
    color: #96E5FF;
}
.body .content .item .text .download img{
    margin-top: 20px;
}
