 /* 顶部导航样式 */
 .d_header .nav_tab{
    width: 100%;
    background: #f5f5f5;
}
.d_header .nav_tab ul{
    padding-left: 50px;
}
.d_header .nav_tab ul li{
    padding-right: 20px;
    float: left;
    line-height: 27px;
}
.d_header .nav_tab ul li a{
    font-size: 12px;
    color: #666;
}
/* 软件logo样式 */
.soft_name{
    display: inline-block;
}
 .d_header .logo{
     height: 80px;
 }
.logo_icon{
    vertical-align: middle;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    margin-right: 5px;
}
.soft_name span{
    font-size: 24px;
    vertical-align: middle;
}
/* 背景图片样式 */
.d_banner{
    height: 620px;
    padding-top: 0;
    background: none;
}
.d_banner .mg_top{
    margin-top:140px;
}
.d_banner .bg_banner{
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 620px;
}
.d_banner .software_bg{
    display: inline-block;
    width:540px;
    height: 320px;
    vertical-align: top;
    background:none;
    border-radius: 16px;
}
.d_banner .software_info a{
    left: 90px;
}
.d_banner .software_info{
    width: 360px;
    padding-left: 40px;
    margin-top: 10px;
    margin-left: 95px;
    color: #FFF;
}
.d_banner .software_info a{
    border-radius: 36px;
    width: 248px;
    height: 68px;
    background: url(../images/now_btn3.jpg) center no-repeat;
    background-size: 100%;
}
.d_banner .software_info .download_now:hover{
    background: url(../images/now_btns.jpg) center center no-repeat;
    background-size: 100%;
}
.d_banner .software_info .soft_title{
    font-size: 36px;
    font-weight: bold;
}
.software_info .soft_information{
    margin-top: 35px;
    font-size: 22px;
    line-height:10px;
    margin-left: 50px;
}
/* 精品软件样式 */
.d_software_list .quality_software li a span{
   margin-top: 6px;
}
.d_software_list .quality_software li a .kinds{
    padding: 0 ;
    display: block;
    font-size: 12px;
    width: 70px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #00bd3f;
    border-radius: 3px;
    color: #00bd3f;
}
 .d_software_list .hot_software li{
     height: 35px;
     line-height: 35px;
 }
/* 底部版权样式 */
.d_footer .bg-bk{
    background: #000;
}
.d_footer .copy_explain{
    font-size: 12px;
    text-align: center;
    line-height: 2;
    padding: 4px 0;
    color: #fff;
}
/* 底部下载按钮样式 */
 .d_footer {
     margin-bottom: 100px;
 }
 .d_footer_fixedBox{
     display: block;
 }
.d_footer_fixedBox a {
    background: url(../images/now_btn3.jpg) center no-repeat;
}
.d_footer_fixedBox .download_now:hover{
    background: url(../images/now_btns.jpg) center center no-repeat;
}
