/*软件专题页面*/
@import url("/static/css/top.css");
@import url("/static/css/soft2022.css");
b{
    font-weight: normal;
    font-family: "SouceHanSans-Medium";
}
#banner{
    width: 100%;
	margin:0 auto;
    position:relative;
    height: 450px;
    overflow:hidden;
    background: url(images/banner-bg.png) center no-repeat;
    background-color:#000C26;
}
#banner .content{
    width: 1200px;
    margin: auto;
    margin-top: 65px;
    overflow: hidden;
}

#banner .content .left{
    width: 595px;
    float: left;
    color:#fff;
}

#banner .content .left h1{
    padding:0;
    margin: 0;
    line-height: 60px;
    font-size: 28px;
    letter-spacing: 4px;
    font-weight: normal;
    font-family: "SourceHanSans-Medium";
}

#banner .content .left .t{
    line-height: 30px;
    margin-top:10px;
    color: #e5e5e5;
}
#banner .content .trait{
    margin-top:40px;
    overflow: hidden;
    color: #e5e5e5;
}
#banner .content .trait i{
    height: 20px;
    width: 60px;
    padding-top:40px;
    display: block;
    float: left;
    font-style: normal;
    text-align: center;
    margin-right: 50px;
}
#banner .content .left .trait .i1{
    background: url(images/banner.png) no-repeat;
    background-position: 15px 0;
}
#banner .content .left .trait .i2{
    background: url(images/banner.png) no-repeat;
    background-position: 15px -600px;
}
#banner .content .left .trait .i3{
    background: url(images/banner.png) no-repeat;
    background-position: 15px -200px;
}
#banner .content .left .trait .i4{
    background: url(images/banner.png) no-repeat;
    background-position: 15px -400px;
}

#banner .content .operate{
    margin-top:40px;
    overflow: hidden;
}
#banner .content .operate a{
    display: block;
    margin-right: 35px;
    border-radius: 3px;
    color: #fff;
    float: left;
}

#banner .content .operate .buy{
    background-color: #1ED248;
    width: 80px;
    padding-left: 55px;
    height: 40px;
    line-height: 40px;
    background-image: url(images/banner.png);
    background-repeat: no-repeat;
    background-position: -175px 10px;
}   
#banner .content .operate .buy:hover{
    background-color:#2EB81E;
    font-family: "SourceHanSans-Medium";
}

#banner .content .operate .down{
    background-color: #FF9C32;
    border: 1px solid #FF9C32;
    width: 55px;
    padding-left: 55px;
    height: 40px;
    line-height: 40px;
    background-image: url(images/banner.png);
    background-repeat: no-repeat;
    background-position: -175px -189px;
}   
#banner .content .operate .down:hover{
    background-color:#E98B0B;
    border: 1px solid #E98B0B;
    font-family: "SourceHanSans-Medium";
}
#banner .content .operate .demo{
    background-color: rgb(95, 153, 253);
    width: 55px;
    padding-left: 55px;
    height: 40px;
    line-height: 40px;
    background-image: url(images/banner.png);
    background-repeat: no-repeat;
    background-position: -175px -389px;
    border: 1px solid rgb(95, 153, 253);;
}   
#banner .content .operate .demo:hover{
    background-color:rgb(65, 128, 238);;
    border: 1px solid rgb(65, 128, 238);
    font-family: "SourceHanSans-Medium";
}
#banner .content .price{
    margin-top: 20px;color: #1ED248;
}
#banner .content .right{
    width: 600px;
    float: right;
    height: 400px;
    border:0px solid blue;
    background: url(images/banner-right.png) no-repeat;
    background-position: 0px 20px;
}

#soft{
    background-color: #fff;
}

/**导航**/
#soft .menu{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
#soft .menu a{
    display: block;
    float: left;
    margin-right: 40px;
    color: #000;
    width: 140px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-bottom: 2px solid #fff;
    font-family: "SourceHanSans-Medium";
}
#soft .menu a:hover,#soft .menu a.hot{
    border-bottom: 2px solid #00B42A;
    color: #00B42A;
}

/**系统优势**/
#soft .advantage{
    background-color: #F8FAFC;
    margin: auto;
    overflow: hidden;
    color: #000;
    padding-top: 55px;
    padding-bottom: 70px;
}
#soft .advantage .title{
    width: 1200px;
    margin: auto;
    text-align: left;
    font-size: 24px;
}
#soft .advantage .content{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top:35px;
}
#soft .advantage .content a{
    display: block;
    float: left;
    height: 200px;
    width: 238px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #eee;
    border-right: 0;
    border-bottom: 0;
    font-size: 13px;
    color:#87919D;
    background-color: #fff;
    line-height: 22px;
}
#soft .advantage .content a span{
    display: block;
    transform: translateY(10px);
    transition: 1s;
}
#soft .advantage .content a:hover{
    background-color: #EDFFF4;
    color: #333;
}
#soft .advantage .content a:hover span{    
    transform: translateY(-10px);
    transition: 1s;
}
#soft .advantage .content a i{
    display: block;
    margin: auto;
    height:52px;
    width: 52px;
    border-radius: 100px;
    margin-bottom:15px;
}
#soft .advantage .content a b{
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    color: #000;
    font-weight: normal;
    font-family: "SourceHanSans-Medium";
}
#soft .advantage .content a:hover b{
    color: #00B42A;
}

#soft .advantage .content a.right{
    border-right: 1px solid #eee;
}
#soft .advantage .content a.bottom{
    border-bottom: 1px solid #eee;
}

#soft .advantage .content a.c1 i{
    background-image: url(images/advantage.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#soft .advantage .content a.c2 i{
    background-image: url(images/advantage.png);
    background-repeat: no-repeat;
    background-position: 0 -100px;
}
#soft .advantage .content a.c3 i{
    background-image: url(images/advantage.png);
    background-repeat: no-repeat;
    background-position: 0 -200px;
}
#soft .advantage .content a.c4 i{
    background-image: url(images/advantage.png);
    background-repeat: no-repeat;
    background-position: 0 -300px;
}
#soft .advantage .content a.c5 i{
    background-image: url(images/advantage.png);
    background-repeat: no-repeat;
    background-position: 0 -400px;
}
#soft .advantage .content a.c6 i{
    background-image: url(images/advantage.png);
    background-repeat: no-repeat;
    background-position: 0 -600px;
}
#soft .advantage .content a.c7 i{
    background-image: url(images/advantage.png);
    background-repeat: no-repeat;
    background-position: 0 -500px;
}
#soft .advantage .content a.c8 i{
    background-image: url(images/advantage.png);
    background-repeat: no-repeat;
    background-position: 0 -700px;
}


/*功能模块*/
#soft .module{
    background-color: #fff;
    margin: auto;
    overflow: hidden;
    color: #000;
    padding-top: 65px;
    padding-bottom: 60px;
}
#soft .module .title{
    width: 1200px;
    margin: auto;
    text-align: left;
    font-size: 24px;
}
#soft .module .content{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top:45px;
}
#soft .module .content a{
    display: block;
    float: left;
    width: 180px;
    height: 100px;
    text-align: center;
    border: 1px solid #E5EAF0;
    border-radius: 4px;
    color:#5C5F68;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
#soft .module .content a.right{
    margin-right: 0;
}
#soft .module .content a b{
    display: block;
    padding-top: 60px;
    font-weight: normal;
    font-family: "SourceHanSans-Medium";
}
#soft .module .content a span{
    display: none;
    font-size: 13px;
    color: #333;
    padding: 5px;
    line-height: 20px;
}

#soft .module .content a.mmfh{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: 75px 25px;
}
#soft .module .content a.ycfh{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: 75px -175px;
}
#soft .module .content a.cgfh{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: 75px -375px;
}
#soft .module .content a.fhq{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: 75px -575px;
}
#soft .module .content a.aqjg{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: 75px -775px;
}
#soft .module .content a.wzht{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: 75px -975px;
}
#soft .module .content a.sql{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -125px 25px;
}
#soft .module .content a.cc{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -125px -175px;
}
#soft .module .content a.tsgz{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -125px -375px;
}
#soft .module .content a.jqgl{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -125px -575px;
}
#soft .module .content a.ip{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -125px -775px;
}
#soft .module .content a.yctz{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -125px -975px;
}
#soft .module .content a.jctx{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -325px -375px;
}
#soft .module .content a.jccg{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -325px -575px;
}
#soft .module .content a.wjmcg{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -325px 25px;
}
#soft .module .content a.zhtq{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -325px -775px;
}
#soft .module .content a.dksm{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -325px -975px;
}
#soft .module .content a.blpj{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -525px 25px;
}
#soft .module .content a.wzz{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -525px -375px;
}
#soft .module .content a.err404{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -525px -575px;
}
#soft .module .content a.xss{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -525px -775px;
}
#soft .module .content a.xff{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -525px -975px;
}
#soft .module .content a.eyurl{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -725px 25px;
}
#soft .module .content a.yichu{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -725px -175px;
}
#soft .module .content a.scmm{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -725px -375px;
}
#soft .module .content a.zxsc{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -725px -575px;
}
#soft .module .content a.qqlx{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -725px -775px;
}
#soft .module .content a.xfo{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -725px -975px;
}
#soft .module .content a.ffnr{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -925px 25px;
}
#soft .module .content a.jtml{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -925px -175px;
}
#soft .module .content a.xsfw{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -925px -375px;
}
#soft .module .content a.dlqq{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -925px -575px;
}
#soft .module .content a.ua{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -925px -775px;
}
#soft .module .content a.zjxn{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -1125px 25px;
}
#soft .module .content a.rizhi{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -1125px -175px;
}
#soft .module .content a.aqtz{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -1125px -375px;
}
#soft .module .content a.bdgx{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -325px -1175px;
}
#soft .module .content a.aqsj{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -525px -1175px;
}
#soft .module .content a.iphbmd{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -725px -1175px;
}
#soft .module .content a.urlhbmd{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: 75px -1175px;
}
#soft .module .content a.zzbmd{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -125px -1175px;
}
#soft .module .content a.more{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -1125px -575px;
}
#soft .module .content a.eyip{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: 75px -1375px;
}
#soft .module .content a.eyrj{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -125px -1375px;
}
#soft .module .content a.aqxj{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -325px -1375px;
}
#soft .module .content a.xtfw{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -525px -1375px;
}
#soft .module .content a.eydm{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -725px -1375px;
}
#soft .module .content a.qqkz{
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -925px -1375px;
}


#soft .module .content a:hover{
    background-color: #FBFFFC;
    color: #0FB937;
    border: 1px solid #20cc48;
    background-color: #f6fff8;
    background-image: url(images/module.png);
    background-repeat: no-repeat;
    background-position: -1050px -800px;
}
#soft .module .content a:hover b{
    padding-top: 10px;
    color: #0FB937;
    font-size: 14px;
    line-height: 20px;
}
#soft .module .content a:hover span{
    display: block;
}


/**特色展示**/
#soft .feature{
    /*background-color: #162030;*/
    overflow: hidden;
    color: #fff;
    background: linear-gradient(180deg, #293142 0%, #161F30 100%);
}
#soft .feature .featurecontent{
    background-image: url(images/feature-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 65px;
    padding-bottom: 80px;
}

#soft .feature .title{
    width: 1200px;
    margin: auto;
    text-align: left;
    font-size: 24px;
}
#soft .feature .content{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top:65px;
}
#soft .feature .content .left{
    width: 145px;
    float: left;
    overflow: hidden;
    padding-top:10px;
}
#soft .feature .content .left a{
    display: block;
    border-radius: 20px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 25px;
    text-align: center;
    color: #fff;
    border: 1px solid #424B5A;
    background: #313A49;
    cursor: pointer;
}
#soft .feature .content .left a:hover{
    background-color: #2EB81E;
    border: 1px solid #2EB81E;
    color: #fff;
}
#soft .feature .content .left a.hot{
    background-color: #2EB81E;
    border: 1px solid #2EB81E;
}
#soft .feature .content .right{
    float: right;
    width: 950px;
    height: 600px;
    background-color: #313A49;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #485161;
    padding:25px;
    box-shadow: 0px 0px 0.5px rgba(0, 0, 0, 0.5);
}
#soft .feature .content .right .screen{
    background-color: #292D3F;
    border-radius: 10px;
    width: 950px;
    height: 600px;
    overflow: hidden;
}
#soft .feature .content .right .screen div{
    padding-top:570px;
    display: none;
}
#soft .feature .content .right .screen div span{
    display: block;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    color: #D1D7DF;
    background: rgba(46, 55, 72, 0.72);
}
#soft .feature .content .right .screen .s1{
    background-image: url(images/screen_muma.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% 100%;
    display: block;
}
#soft .feature .content .right .screen .s2{
    background-image: url(images/screen_yuancheng.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% 100%;
    display: block;
}
#soft .feature .content .right .screen .s3{
    background-image: url(images/screen_houtai.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% 100%;
    display: block;
}
#soft .feature .content .right .screen .s4{
    background-image: url(images/screen_fhq.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% 100%;
    display: block;
}
#soft .feature .content .right .screen .s5{
    background-image: url(images/screen_cuangai.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% 100%;
    display: block;
}
#soft .feature .content .right .screen .s6{
    background-image: url(images/screen_jincheng.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% 100%;
    display: block;
}
#soft .feature .content .right .screen .s7{
    background-image: url(images/screen_jiagu.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% 100%;
    display: block;
}
#soft .feature .content .right .screen .s8{
    background-image: url(images/screen_feifa.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% 100%;
    display: block;
}
#soft .feature .content .right .screen .s9{
    background-image: url(images/screen_jingtai.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% 100%;
    display: block;
}
#soft .feature .content .right .screen .s10{
    background-image: url(images/screen_daping.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% 100%;
    display: block;
}


/*软件下载*/
#soft .download{
    background-color: #fff;
    margin: auto;
    overflow: hidden;
    color: #000;
    padding-top: 65px;
    padding-bottom: 60px;
}
#soft .download .title{
    width: 1200px;
    margin: auto;
    text-align: left;
    font-size: 24px;
}
#soft .download .content{
    width: 1120px;
    margin: auto;
    margin-top:45px;
    overflow: hidden;
    border: 1px solid #EDE8E8;
    background-color: #f8f9fb;
    border-radius: 4px;
    padding:40px;
}
#soft .download .content .windows{
    overflow: hidden;
    line-height: 36px;
    border-bottom: 1px dotted #D3D7DF;
    padding-bottom:40px;
}
#soft .download .content .windows span{
    display: block;
    float: left;
    width: 200px;
    padding-left: 40px;
    background-image: url(images/down.png);
    background-position: 0 6px;
    background-repeat: no-repeat;    
    font-family: 'SourceHanSans-Medium';
    color:#353945;
    font-size: 16px;
}
#soft .download .content .windows a{
    display: block;
    float: right;
    width:90px;
    padding-left:40px;
    height: 34px;
    margin-left:40px;
    background-color: #00B42A;
    border-radius: 4px;
    background-image: url(images/down.png);
    background-position: 15px -1090px;
    background-repeat: no-repeat;
    border: 1px solid #1E8F38;
    font-size: 14px;
}
#soft .download .content .windows a:hover{
    background-color: rgb(23, 204, 65);
    color: #fff;
}
#soft .download .content .linux{
    overflow: hidden;
    line-height: 42px;
    font-size: 16px;
    border-bottom: 1px dotted #D3D7DF;
    padding-bottom:40px;
    margin-top:40px;
}
#soft .download .content .linux span{
    display: block;
    float: left;
    width: 150px;
    padding-left: 40px;
    background-image: url(images/down.png);
    background-position: 0 -91px;
    background-repeat: no-repeat;    
    font-family: 'SourceHanSans-Medium';
    color:#353945
}
#soft .download .content .linux .copy{
    float:right;
    width: 850px;
    padding-left: 15px;
    background-color: #FFFDF5;
    border: 1px solid #FF9C32;
    height: 42px;
    border-radius: 4px;
    overflow: hidden;
    font-family: 'Courier New', Courier, monospace;
}

#soft .download .content .linux .copy a{
    display: block;
    float: right;
    width: 66px;
    height: 42px;
    background-color: #FF9C32;
    text-align: center;
    color: #fff;
    border-left: 1px solid #F3E4CF;
    cursor: pointer;
    font-family:"SourceHanSans-Regular"
}
#soft .download .content .linux .copycontent{
    float:right;
    width: 1px;
    height: 1px;
    overflow: hidden;
    line-height: 1px;
}
#soft .download .content .linux .copyed{
    background-color: #FBFFFC;
    border: 1px solid #00B42A;
    color: #00B42A;
}
#soft .download .content .linux .copyed a{
    background-color: #E1FFE9;
    color: #00B42A;
    border-left: 1px solid #00B42A;
}
#soft .download .content .linux div{
    overflow: hidden;
}
#soft .download .content .linux .notice{
    color: #87919D;
    line-height: 35px;
    font-size: 13px;
    padding-top:30px;
    padding-left: 40px;
}
#soft .download .content .info{
    overflow: hidden;
    padding-top:60px;
}
#soft .download .content .info .left{
    width: 500px;
    padding-right: 65px;
    border-right: 1px dotted #D3D7DF;
    float: left;
}
#soft .download .content .info .left div{
    font-family: 'SourceHanSans-Medium';
    font-size: 16px;
    color: #6c6e74;
    line-height: 30px;
    padding-left: 40px;
    padding-bottom: 30px;
    margin-top:30px;
    border-bottom: 1px dotted #D3D7DF;
    overflow: hidden;
}
#soft .download .content .info .left div span{
    display: block;
    float: right;
    font-family: 'SourceHanSans-Regular';
    color: #87919D;
    width: 100px;
    overflow: hidden;
    text-align: right;
    font-size: 14px;
}
#soft .download .content .info .left .version{
    margin-top:0;
    background-image: url(images/down.png);
    background-position: 0 -194px;
    background-repeat: no-repeat;    
}
#soft .download .content .info .left .time{
    background-image: url(images/down.png);
    background-position: 0 -294px;
    background-repeat: no-repeat;    
}
#soft .download .content .info .left .system{
    background-image: url(images/down.png);
    background-position: 0 -394px;
    background-repeat: no-repeat;   
    border-bottom: 0;
    padding-bottom: 10px;
}
#soft .download .content .info .left .allsystem{
    border-bottom: 0;
    margin-top:5px;
    line-height: 30px;
    padding-bottom: 0px;
    font-size: 13px;
}
#soft .download .content .info .left .allsystem p{
    color: #87919D;
    font-family: 'SourceHanSans-Regular';
    padding-left: 25px;
    
}
#soft .download .content .info .left .allsystem .sys_windown{
    background-image: url(images/down.png);
    background-position: 0 -593px;
    background-repeat: no-repeat; 
}
#soft .download .content .info .left .allsystem .sys_centos{
    background-image: url(images/down.png);
    background-position: 0 -693px;
    background-repeat: no-repeat; 
}
#soft .download .content .info .left .allsystem .sys_ubuntu{
    background-image: url(images/down.png);
    background-position: 0 -793px;
    background-repeat: no-repeat; 
}
#soft .download .content .info .left .allsystem .sys_debian{
    background-image: url(images/down.png);
    background-position: 0 -893px;
    background-repeat: no-repeat; 
}
#soft .download .content .info .left .allsystem .sys_other{
    background-image: url(images/down.png);
    background-position: 0 -993px;
    background-repeat: no-repeat; 
}
#soft .download .content .info .right{
    width:500px;
    float:right;
}
#soft .download .content .info .right i{
    font-family: 'SourceHanSans-Medium';
    font-size: 16px;
    color: #6c6e74;
    font-style: normal;
    line-height: 30px;
    display: block;
    padding-left:40px;
    background-image: url(images/down.png);
    background-position: 0 -495px;
    background-repeat: no-repeat; 
}
#soft .download .content .info .right p{
    margin-top: 10px;
    line-height: 31px;
    color: #87919D;
    height: 337px;
    overflow: hidden;
    font-size: 13px;
}

/*帮助文档*/
#soft .help{
    background-color: #F8FAFC;
    margin: auto;
    overflow: hidden;
    color: #000;
    padding-top: 65px;
    padding-bottom: 60px;
}
#soft .help .title{
    width: 1200px;
    margin: auto;
    text-align: left;
    font-size: 24px;
}
#soft .help .content{
    width: 1200px;
    margin: auto;
    margin-top:45px;
    overflow: hidden;
}
#soft .help .content a{
    display: block;
    float: left;
    width: 300px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 330px;
    padding-left: 46px;
    padding-right: 10px;
    height: 90px;
    line-height: 90px;
    margin-right: 20px;
    margin-bottom:30px;
    color: #353945;
    background-image: url(images/download.png);
    background-position: 20px -664px;
    background-repeat: no-repeat;
    overflow: hidden;
    white-space: nowrap;
}
#soft .help .content a.nomargin{
    margin-right: 0;
}
#soft .help .content a:hover{
    background-color: #FBFFFC;
    color: #0FB937;
    font-family: "SourceHanSans-Medium";
}

#download{
    padding-top:40px;
    padding-bottom: 70px;
    text-align: center;
    line-height: 35px;
    overflow: hidden;
}
#download .title{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}
#download .title img{
    vertical-align: bottom;
    height: 32px;
    width: 32px;
    margin-right: 10px;
}
#download .title p{
    padding-top: 10px;
    font-size: 16px;
    color: #666;
    font-weight: normal;
    text-align: center;
    line-height: 45px;
}
#download .content{
    padding-top: 40px;
    width: 1200px;
    margin: auto;
}
#download .content div{
    border-radius: 18px;
    padding-top: 40px;
	transition: all linear 0.5s;
}
#download .content div:hover{
    box-shadow: 0px 4px 16px 4px rgba(110, 110, 110, 0.28);
	transition: all linear 0.5s;
}

#download .content .linux{
    margin-right: 30px;
    background-color: #F1F5FF;
    height: 280px;
    width: 780px;
    float: left;
}
#download .content .linux p{
    text-align: left;
    padding-left: 50px;
}
#download .content .linux p.title{
    font-weight: bold;
    font-size: 18px;
    color: #000;
    background-image: url(../images/icons/linux.png);
    background-repeat: no-repeat;
    background-position: 20px 7px;
    background-size: 22px 22px;
}
#download .content .linux p.title span{
    font-weight: normal;
    color: #555;
    font-size: 14px;
}
#download .content .linux p.script{
    margin-top: 20px;
    height: 60px;
    overflow: hidden;
}
#download .content .linux p.script span{
    display: block;
    float: left;
    border: 1px solid #a322d6;
    background-color: #fff;
    padding-left: 15px;
    border-radius: 10px 0 0 10px;
    border-right: 0;
    color:#000;
    width: 620px;
    height: 45px;
    line-height: 45px;
    color: #8210af;
}
#download .content .linux p.script span.copy{
    float: left;
    width: 60px;
    height: 45px;
    line-height: 45px;
    background: none; 
    background-color: #a322d6;
    color: #fff;
    font-weight: bold;
    padding: 0;
    text-align: center;
    border-radius: 0 10px 10px 0;
}
#download .content .linux p.script span.copy:hover{
    cursor: pointer;
}

#download .content .linux p.copyed span{
    display: block;
    float: left;
    border: 1px solid #0a9b22;
    background-color: #fff;
    padding-left: 15px;
    border-radius: 10px 0 0 10px;
    border-right: 0;
    color:#000;
    width: 620px;
    height: 45px;
    line-height: 45px;
    color: #0a9b22;
}
#download .content .linux p.copyed span.copy{
    float: left;
    width: 60px;
    height: 45px;
    line-height: 45px;
    background: none; 
    background-color: #0a9b22;
    color: #fff;
    font-weight: bold;
    padding: 0;
    text-align: center;
    border-radius: 0 10px 10px 0;
}
#download .content .linux p.copyed span.copy:hover{
    cursor: pointer;
}

#download .content .linux .copycontent{
    height: 1px;
    width: 1px;
    overflow: hidden;
}
#download .content .linux .instructions{
    padding-top: 10px;
    line-height: 30px;
    color: #777;
}

#download .content .windows{
    height: 280px;
    width: 385px;
    float: left;
    text-align: center;
    background-color: #FEF2F0;
}
#download .content .windows p.title{
    font-weight: bold;
    color: #000;
    font-size: 18px;
    padding-left: 15px;
    background-image: url(/static/img/hwsips/windows.png);
    background-repeat: no-repeat;
    background-position: 57px 9px;
    background-size: 18px 18px;
}
#download .content .windowscn p.title{
    font-weight: bold;
    color: #000;
    font-size: 18px;
    padding-left: 15px;
    background-image: url(/static/img/hwsips/windows.png);
    background-repeat: no-repeat;
    background-position: 118px 9px;
    background-size: 18px 18px;
}

#download .content .windows p a{
    margin-top:30px;
    display: inline-block;
    line-height: 50px;
    height: 50px;
    width: 145px;
    padding-left: 35px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    background-color: #333;
    background-image: url(/static/img/hwsips/download.png);
    background-position: 30px 14px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    color: #fff;
}
#download .content .windows p a:hover{
    color: #fff;
    background-color: #0fbdb4;
}
#download .content .windows p.supported{
    margin-top: 30px;
    color: #777;
}
#features{
    width: 1200px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 80px;
    text-align: center;
    line-height: 35px;
}
#features .title{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}
#features .title p{
    font-size: 16px;
    color: #666;
    font-weight: normal;
    padding-top: 10px;
}
#features .modules{
    padding-top: 30px;
    overflow: hidden;
}
#features .modules a{
    display: inline-block;
    height: 35px;
    width: 115px;
    padding-top: 70px;
    text-align: center;
    color: #666;
    font-size: 16px;
}
#features .modules a:hover{
    background-color: antiquewhite;
    border-radius: 10px;
    cursor: pointer;
}
#features .modules a.hot{
    background-color: antiquewhite;
    border-radius: 10px;
}
#features .modules a.webshell{
    background-image: url(/static/img/hwsips/modules/modules.png);
    background-position: center 10px;
    background-repeat: no-repeat;
}
#features .modules a.remote{
    background-image: url(/static/img/hwsips/modules/modules.png);
    background-position: center -90px;
    background-repeat: no-repeat;
}
#features .modules a.user{
    background-image: url(/static/img/hwsips/modules/modules.png);
    background-position: center -190px;
    background-repeat: no-repeat;
}
#features .modules a.tamper{
    background-image: url(/static/img/hwsips/modules/modules.png);
    background-position: center -290px;
    background-repeat: no-repeat;
}
#features .modules a.process{
    background-image: url(/static/img/hwsips/modules/modules.png);
    background-position: center -390px;
    background-repeat: no-repeat;
}
#features .modules a.firewall{
    background-image: url(/static/img/hwsips/modules/modules.png);
    background-position: center -490px;
    background-repeat: no-repeat;
}
#features .modules a.waf{
    background-image: url(/static/img/hwsips/modules/modules.png);
    background-position: center -590px;
    background-repeat: no-repeat;
}
#features .modules a.cloud{
    background-image: url(/static/img/hwsips/modules/modules.png);
    background-position: center -690px;
    background-repeat: no-repeat;
}
#features .modules a.audit{
    background-image: url(/static/img/hwsips/modules/modules.png);
    background-position: center -790px;
    background-repeat: no-repeat;
}
#features .modules a.situation{
    background-image: url(/static/img/hwsips/modules/modules.png);
    background-position: center -890px;
    background-repeat: no-repeat;
}

#features .content{
    margin-top: 40px;
    padding: 60px;
    padding-left: 80px;
    padding-right: 80px;
    border-radius: 8px;
    background: linear-gradient(to right, #E1F3F5, #ECEDFD); 
    text-align: left;
    overflow: hidden;
}
#features .content .detailed{
    width: 100%;
    height: 390px;
    display: none;
}
#features .content .detailed .description{
    width: 400px;
    padding-top:20px;
    line-height: 27px;
    font-size: 16px;
    color: #666;
}
#features .content .detailed .description b{
    display: block;
    font-size: 22px;
    line-height: 35px;
    padding-bottom: 10px;
    color: #000;
}
#features .content .detailed .description p{
    line-height: 35px;
    height: 35px;
    background:url(/static/img/hwsips/yes.png) no-repeat left center;
    padding-left: 30px;
}
#features .content .detailed .description p.first{
    margin-top: 20px;
}
#features .content .detailed .description a.button{
    display: block;
    text-align: center;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    background-color: #111;
    color: #fff;
    margin-top: 20px;
}
#features .content .detailed .description a.button:hover{
    background-color: #666;
}
#features .content .webshell{
    background-image: url(/static/img/hwsips/modules/webshell.png);
    background-repeat: no-repeat;
    background-position: right 0;
    display: block;
}
#features .content .remote{
    background-image: url(/static/img/hwsips/modules/remote.png);
    background-repeat: no-repeat;
    background-position: right 0;
}
#features .content .user{
    background-image: url(/static/img/hwsips/modules/user.png);
    background-repeat: no-repeat;
    background-position: right 0;
}
#features .content .tamper{
    background-image: url(/static/img/hwsips/modules/tamper.png);
    background-repeat: no-repeat;
    background-position: right 0;
}
#features .content .process{
    background-image: url(/static/img/hwsips/modules/process.png);
    background-repeat: no-repeat;
    background-position: right 0;
}
#features .content .firewall{
    background-image: url(/static/img/hwsips/modules/firewall.png);
    background-repeat: no-repeat;
    background-position: right 0;
}

#features .content .waf{
    background-image: url(/static/img/hwsips/modules/waf.png);
    background-repeat: no-repeat;
    background-position: right 0;
}
#features .content .cloud{
    background-image: url(/static/img/hwsips/modules/cloud.png);
    background-repeat: no-repeat;
    background-position: right 0;
}
#features .content .audit{
    background-image: url(/static/img/hwsips/modules/audit.png);
    background-repeat: no-repeat;
    background-position: right 0;
}
#features .content .situation{
    background-image: url(/static/img/hwsips/modules/situation.png);
    background-repeat: no-repeat;
    background-position: right 0;
}
#pricing{
    line-height: 35px;
    overflow: hidden;
}

#pricing .title{
    width: 1200px;
    margin: auto;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}
#pricing .title img{
    vertical-align:text-bottom;
    height: 32px;
    width: 32px;
    margin-right: 10px;
}
#pricing .title p{
    font-size: 16px;
    color: #666;
    font-weight: normal;
    padding-top: 10px;
}

#pricing .content{
    width: 1200px;
    margin: auto;
    text-align: center;
    line-height: 35px;
    padding-top: 50px;
    padding-bottom: 50px;
}
#pricing .content table{
    width: 1200px;
    margin: auto;
    box-shadow: 0px 4px 16px 4px rgba(138, 139, 139, 0.28);
    border-collapse:collapse;
    border-spacing:0;
    padding: 0;
    -webkit-box-shadow: #e5e5e5 0px 0px 10px; 
	-moz-box-shadow: #e5e5e5 0px 0px 10px; 
	box-shadow: 0px 2px 20px #E5E5E5;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
}
#pricing .content table tr:hover{
    background-color: #F3FAFB;
}
#pricing .content table th{
    background-color: #f5f5f5;
    line-height: 80px;
    border-right: 1px solid #e9e9e9;
}
#pricing .content table th.cart{
    width: 230px;
}

#pricing .content table td{
    text-align: center;
    line-height: 70px;
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

#pricing .content table td a{
    display: block;
    height: 70px;
    background-image: url(/static/img/hwsips/icons/buy-black.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 103px 23px;
}
#pricing .contentg table .hot{
    font-weight: bold;
    font-size: 16px;
}
#pricing .content .explanation{
    width: 1165px;
    margin: auto;
    margin-top: 30px;
    line-height: 35px;
    background-image: url(/static/img/hwsips/icons/message2.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 0px 7px;
    padding-left: 35px;
    font-size: 16px;
    text-decoration: underline;
    color: #666;
    text-align: left;
}
#documents{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color:#f4f7fa;
    background: linear-gradient(to bottom, #E1F3F5, #FFF); 
    overflow: hidden;
}
#documents .title{
    width: 1200px;
    margin: auto;
    line-height: 50px;
    text-align: center;
    font-size: 28px;
    font-weight: bold
}
#documents .title img{
    vertical-align:text-bottom;
    height: 32px;
    width: 32px;
    margin-right: 15px;
}
#documents .title p{
    font-size: 18px;
    font-weight: normal;
    color: #666;
}
#documents .content{
    width: 1200px;
    margin: auto;
    padding-top: 30px;
}
#documents .content a{
    display: block;
    float: left;
    width: 329px;
    text-align: left;
    height: 100px;
    line-height: 100px;
    padding-left: 20px;
    margin: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 5px 2px  #e2e2e2;
    font-size: 16px;
    color: #333;
	transition: all linear 0.5s;
    background-color: #fff;
}
#documents .content a:hover{
    box-shadow: 0px 4px 16px 4px rgba(19, 109, 161, 0.28);
	transition: all linear 0.5s;
    cursor: pointer;
    color: #0a44b1;
    text-decoration: underline;
}


#bottom{
	padding-top: 60px;
	padding-bottom: 20px;
	background: linear-gradient(to bottom, #f1eff7, #F6F8FE); 
}
#bottom .content{
	padding-top: 50px;
	background-image: url(/static/img/hwsips/logo-bottom.png);
	background-position: right 20px;
	background-repeat: no-repeat;
    background-size: 135px 161px;
	width: 1200px;
	margin: auto;
}
#bottom .content .slogan{
	font-size: 22px;
	line-height: 40px;
}
#bottom .content .slogan p{
	font-size: 16px;
	color: #666;
}
#bottom .content .title{
    font-weight: bold;
	margin-top: 30px;
    font-size: 18px;
    display: none;
}
#bottom .content .title a{
	display: block;
	width: 220px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: linear-gradient(to right, #5A7DFE, #8956F7); 
	border-radius: 4px;
	text-align: center;
	font-size: 18px;
}

#bottom .content .contact{
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: bold;
}
#bottom .content .contact a{
    display: inline-block;
    padding-left: 25px;
    width: 160px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #666;
}
#bottom .content .contact a.tel{
    padding-left: 30px;
	background-image: url(/static/img/hwsips/icons/tel.png);
    background-repeat: no-repeat;
	background-position: 0 6px;
    background-size: 22px 22px;
}
#bottom .content .contact a.qq{
	background-image: url(/static/img/hwsips/icons/qq.png);
    background-repeat: no-repeat;
	background-position: 0 7px;
    background-size: 22px 22px;
}
#bottom .content .contact a.wechat{
    padding-left: 30px;
	background-image: url(/static/img/hwsips/icons/wechat.png);
    background-repeat: no-repeat;
	background-position: 0 7px;
    background-size: 22px 22px;
}
#bottom .content .contact a.mail{
    padding-left: 30px;
	background-image: url(/static/img/hwsips/icons/mail.png);
    background-repeat: no-repeat;
	background-position: 0 7px;
    background-size: 22px 22px;
}