*{
    margin:0;
    padding:0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    font-family: Arial;
}
body{
    font-family: Arial;
}
.contentbox{
    width:100%;
    margin:0 auto;
    height:530px;
    background: url("../image/bg.jpg") no-repeat center top;
    position:relative;
}
.content{
    width:680px;
    margin:0 auto;
    padding-left:520px;
    position:relative;
}
.content .p1{
    font-size:50px;
    font-weight:bold;
    color:#2d3947;
    padding-top:60px;
    margin-bottom:20px;
}
.content .p2{
    font-size:24px;
    line-height:30px;
    color:#2d3947;
    margin-bottom:80px;
}


.content .version h3{
    color: #333;
    font-size:21px;
    font-family: "Arial,Verdana", normal;
    font-weight: normal;
}
.content .version p{
    color: #666;
    font-size: 12px;
    font-family: "Arial,Verdana", normal;
    margin-top: 10px;
    margin-bottom: 27px;
}
.content .version a{
    background:#f4535b;
    border-radius: 50px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    padding: 0 15px;

}
.content .version a:hover{
    background:#f47f85;
}
.content .version .pc_a{
    padding: 0 35px;
}
.content .version .pc_b{
    background:#f9af2f;
}
.content .version .pc_b:hover{
    background:#eaa124;
}
.content .version a.inactive{
    background: #d0d0d0;
    cursor: context-menu;
    padding: 0 19px;
}
.qr{
    padding: 0 8px 8px 8px;
}
.qr p{
    color: #999;
    font-size: 12px;
    line-height: 16px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding: 2px 0;
}


/*.content .ver-content .ver_head{*/
    /*width:392px;*/
    /*font-size:14px;*/
    /*line-height:34px;*/
    /*color:#b5b5b5;*/
    /*text-align: center;*/
    /*margin:10px 0;*/
/*}*/
/*.content .ver-content .ver_head_down{*/
    /*width:369px;*/
    /*padding-left:23px;*/
/*}*/
/*.content .erweima{*/
    /*width:128px;*/
    /*height:128px;*/
    /*background:url("../../asset/images/im_download.png") no-repeat 0 0;*/
    /*margin-right:20px;*/
/*}*/
/*.content .ver-content .ver_head_down p{*/
    /*width: 152px;*/
    /*height: 45px;*/
    /*line-height: 45px;*/
    /*border-radius: 5px;*/
    /*border: 2px solid #f4535b;*/
    /*background: #fff;*/
    /*padding-left: 35px;*/
    /*text-align: left;*/
    /*cursor: pointer;*/
/*}*/

/*.content .ver-content .ver_head_down p:hover{background-color:#fdddde;}*/
/*.content .ver-content .ver_head_down .con_p2{*/
    /*margin-top:22px;*/
/*}*/
/*.content .ver-content .ver_head_down p i{*/
    /*width: 31px;*/
    /*height: 36px;*/
    /*background: url("../../asset/images/icon.png") no-repeat;*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*margin-bottom: 5px;*/
    /*margin-right: 8px;*/
/*}*/
/*.content .ver-content .ver_head_down .con_p1 i{*/
    /*background-position: 0  0;*/
/*}*/
/*.content .ver-content .ver_head_down .con_p2 i{*/
    /*background-position: 0  -36px;*/
/*}*/
/*.content .ver-content .ver_head_down p a{*/
    /*font-size:20px;*/
    /*color:#f4535b;*/
/*}*/
