.downloads{
    display: none;
}

.download{
    height: 400px;
    background: url(../img//backgroud/bk_product.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.download_ul li{
    padding-top: 3px;
    line-height: 66px;
    text-align: center;
    font-size: 18px;
    width: 19.66%;
    display: inline-block;
    vertical-align: top;
    line-height: 66px;
    color: #fff;
    display: inline-block;
    padding: 0 0px;
    cursor: pointer;
}
.downloads_list_border{
    border-bottom: 3px solid #09f;
}
.download_div{
    width: 100%;
    background: rgba(0,153,255,0.2);
    height: 72px;
    position: absolute;
    bottom: 0;
}
.download_list{
    padding: 66px 0;
    background: #f7f8fa;
}

.download_item > li{
    width: 45%;
    float: left;
    padding: 40px 40px 20px 40px;;
    background: #fff;
    margin-bottom: 30px;
}
.download_hr{
    margin: 15px 0;
}
.download_item_a{
    margin-right: 120px;
}
.downloads_title h3{
    font-size: 22px;
    color: #363c40;
    line-height: 1;
    padding-bottom: 10px;
}
.downloads_title p{
    word-break: break-word;
    color: #959a9f;
    padding-top: 3px;
    color: #384c78;
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 30px;

}
.downloads_down > li{
    float: left;
    padding-bottom: 16px;
}
.downloads_down > li a{
    display: inline-block;
    width: 118px;
    height: 35px;
    border-radius: 2px;
    border: 1px solid #0099ff;
    background: #fff;
    color: #09f;
    line-height: 35px;
    font-size: 14px;
    margin-right: 33px;
    text-align: center;
    transition: all 0.5s ease;
}
.downloads_down > li a:hover{
    background: #0099ff;
    color: #fff;
}
.source-list{
    text-align: center;
    border-top: 1px dashed rgba(185,194,203,0.5);
}
.source-list > p{
    margin-top: 15px;
    float: left;
}
.shouce a{
    display: inline-block;
    width: 118px;
    height: 35px;
    border-radius: 2px;
    background: #fff;
    color: #09f;
    line-height: 35px;
    font-size: 14px;
    margin-top: 5px;
    float: right;
    text-align: center;
    transition: all 0.5s ease;
}
.shouce a:hover{
    color: #08eb81;
}
