/*软件专题页面*/
#soft .features p.icon1{
    background: url(images/icon1.jpg) no-repeat;
    background-position:60px 5px;
}
#soft .features p.icon2{
    background: url(images/icon2.jpg) no-repeat;
    background-position:40px 5px;
}
#soft .features p.icon3{
    background: url(images/icon3.jpg) no-repeat;
    background-position:55px 10px;
}
#soft .features p.icon4{
    background: url(images/icon4.jpg) no-repeat;
    background-position:40px 15px;
}
#soft .features p.icon5{
    background: url(images/SSL.png) no-repeat;
    background-position:60px 5px;
}
#soft .features p.icon6{
    background: url(images/icon6.jpg) no-repeat;
    background-position:55px 0px;
}


/*屏幕截图*/
#soft .screenshots .content .picture .p1{
    background-image: url(images/picture1.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 100%;
}
#soft .screenshots .content .picture .p2{
    background-image: url(images/picture2.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 100%;
}
#soft .screenshots .content .picture .p3{
    background-image: url(images/picture3.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 100%;
}


/*安全检测*/
#soft .screenshots .content .picture .s1{
    background-image: url(images/safe1.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
}
#soft .screenshots .content .picture .s2{
    background-image: url(images/safe2.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
}

/*安全状况*/
#soft .security{
    width: 1200px;
    padding-top: 60px;
    padding-bottom: 80px;
    margin: auto;
    text-align: center;
    overflow: hidden;
    line-height: 25px;
}
#soft .security .title{
    color:#444;
}
#soft .security .title span{
    display: block;
    font-size: 28px;
    color: #333;
    line-height: 40px;
}
#soft .security .content{
    width: 1200px;
    margin: auto;
    padding-top: 40px;
    line-height: 40px;
    font-size:16px;
}
#soft .security .content img{
    margin-bottom: 20px;
}

/*安全防护*/
#soft .methods{
    width: 1200px;
    margin: auto;
    text-align: center;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 50px;
}
#soft .methods .title{
    color:#444;
    padding-bottom: 50px;
}
#soft .methods .title span{
    display: block;
    font-size: 28px;
    color: #333;
    line-height: 40px;
    padding-bottom: 10px;
}

#soft .methods .content{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
#soft .methods .content div{
    float: left;
    width: 332px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    color: #222;
}
#soft .methods .content div.head{
    width: 200px;
}
#soft .methods .content div.head{
    border-left: 1px solid #e5e5e5;
}
#soft .methods .content div p{
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    border-left: 0;
}
#soft .methods .content div .name{
    background-color: #F5F5F5;
    font-size: 16px;
    font-family: "SourceHanSans-Medium";
    height: 50px;
    line-height: 50px;
}
#soft .methods .content div.head .name{
    font-weight: normal;
}
#soft .methods .content div .price{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #1DA394;
    font-family: "SourceHanSans-Medium";
}
#soft .methods .content div.head .price{
    color: #222;
    font-weight: normal;
}
#soft .methods .content div .price span{
    margin-right: 3px;
    color: #EB6E08;
}
#soft .methods .content div .function{
    line-height: 30px;
    height: 180px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #333;
    overflow: hidden;
}
#soft .methods .content div.head .function{
    line-height: 180px;
    font-size: 16px;
    color: #222;
}
#soft .methods .content div .buy{
    background-color: #F5F5F5;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
#soft .methods .content div .buy a{
    display: block;
    height: 50px;
    background: url(/static/images/soft/buy_apache.png) center no-repeat;    
}
#soft .methods .content div:hover{
    background-color: #F5F5F5;
}
#soft .methods .content div.head:hover .price{
    background-color: #fff;
}
#soft .methods .content div.head:hover .function{
    background-color: #fff;
}
#soft .methods h5{
    line-height: 40px;
    margin-top: 20px;
    font-weight: normal;
    font-size: 16px;
    color: #333;
}