/*软件专题页面*/
@import url("/static/css/top.css");
@import url("/static/css/soft2020.css");

#banner{
    background: url(images/banner-bg.png) center no-repeat;
    background-color:#226DCE;
   
}
#banner .content .left{
    background: url(images/banner1.png) no-repeat;
}

#banner .content .warning{
    color: chartreuse;
    font-family: "SourceHanSans-Medium";
}

#soft .focus div.i1{
    margin-left: 0px;
    background-image: url(images/focus.png);
    background-repeat: no-repeat;
    background-position: 85px 0;
}
#soft .focus div.i2{
    background-image: url(images/focus.png);
    background-repeat: no-repeat;
    background-position: 85px -200px;
}
#soft .focus div.i3{
    background-image: url(images/focus.png);
    background-repeat: no-repeat;
    background-position: 85px -400px;
}
#soft .focus div.i4{
    margin-right: 0px;
    background-image: url(images/focus.png);
    background-repeat: no-repeat;
    background-position: 85px -600px;
}


/*一键安装*/
#soft .list1{
    height: 500px;
    background: url(images/bg1.png) center no-repeat;
    background-color: #F4F7FC;
}
#soft .list1 .content{
    width: 1200px;
    padding-top:125px;
    line-height: 25px;
    color: #333;
    font-size: 14px;
    margin: auto;
}
#soft .list1 .content .title{
    font-size: 28px;
    line-height: 40px;
}
#soft .list1 .content .windows{
    margin-top: 60px;
    background-image: url(/static/images/soft2020/special.png);
    background-repeat: no-repeat;
    background-position: 0 -499px;
    padding-left: 30px;
    width: 470px;
}
#soft .list1 .content .linux{
    margin-top: 50px;
    background-image: url(/static/images/soft2020/special.png);
    background-repeat: no-repeat;
    background-position: 0 -599px;
    padding-left: 30px;
    width: 470px;
}

#soft .list2{
    height: 500px;
    background: url(images/bg2.png) center no-repeat;
    background-color: #fff;
}
#soft .list2 .content{
    width: 470px;
    padding-top:125px;
    padding-left: 780px;
    line-height: 25px;
    color: #333;
    font-size: 14px;
    margin: auto;
}
#soft .list2 .content .title{
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 50px;
}
#soft .list2 .content p{
    background-image: url(/static/images/soft2020/special.png);
    background-repeat: no-repeat;
    background-position: 0 -694px;
    padding-left: 30px;
    margin-bottom: 15px;
}


#soft .list3{
    height: 500px;
    background: url(images/bg3.png) center no-repeat;
    background-color: #F4F7FC;
}
#soft .list3 .content{
    width: 1200px;
    padding-top:120px;
    padding-left:40px;
    line-height: 25px;
    color: #333;
    font-size: 14px;
    margin: auto;
}
#soft .list3 .content .title{
    font-size: 28px;
    line-height: 40px;
}
#soft .list3 .content p{
    margin-top: 40px;
    width: 470px;
    line-height: 35px;
}

#soft .list4{
    height: 500px;
    background: url(images/bg4.png) center no-repeat;
    background-color: #fff;
}
#soft .list4 .content{
    width: 470px;
    padding-top:130px;
    padding-left: 780px;
    line-height: 25px;
    color: #333;
    font-size: 14px;
    margin: auto;
}
#soft .list4 .content .title{
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 50px;
}
#soft .list4 .content p{
    background-image: url(/static/images/soft2020/special.png);
    background-repeat: no-repeat;
    background-position: 0 -694px;
    padding-left: 30px;
    margin-bottom: 25px;
}

#soft .list5{
    height: 500px;
    background: url(images/bg5.png) center no-repeat;
    background-color: #F4F7FC;
}
#soft .list5 .content{
    width: 1200px;
    padding-top:126px;
    padding-left:35px;
    line-height: 25px;
    color: #333;
    font-size: 14px;
    margin: auto;
}
#soft .list5 .content .title{
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 50px;
}
#soft .list5 .content p{
    background-image: url(/static/images/soft2020/special.png);
    background-repeat: no-repeat;
    background-position: 0 -694px;
    padding-left: 30px;
    margin-bottom: 25px;
}


#soft .down-windows .title{
    background-image: url(/static/images/soft2020/special.png);
    background-repeat: no-repeat;
    background-position: 0 -790px;
}

#soft .down-windows .content{
    background-image: url(images/down.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#soft .down-windows .content .left .l6 a{
    background-color: #00A4FF;
}
#soft .down-windows .content .left .l6 a.history{
    background-color: #F3FBFF;
}

#soft .down-windows .content .right .r3 a:hover{
    color: #00A4FF;
}
#soft .down-windows .content .right .r4 a:hover{
    background-image: url(/static/images/soft2020/special.png);
    background-repeat: no-repeat;
    background-position: 10px -2189px;
    color: #00A4FF;
}

#soft .down-linux .content .c4{
    background-image: url(images/down.png);
    background-repeat: no-repeat;
    background-position: 0 -800px;
}
#soft .down-linux .content .c4 .right p a:hover{
    color: #00A4FF;
}
#soft .down-linux .content .c4 .right div a:hover{
    background-image: url(/static/images/soft2020/special.png);
    background-repeat: no-repeat;
    background-position: 10px -2189px;
    color: #00A4FF;
}
