*{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
html, body{
    font-family: "Microsoft Yahei";
}
body{
    background-color: #000000;
}
.main{
    width: 100%;
    min-height: 2730px;
    min-width: 1200px;
    overflow: hidden;
    position: relative;
}
.main > img{
    width: 100%;
    float: left;
    z-index: -1;
}
.content{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    color: #fff;
    width: 1200px;
    height: 100%;
    overflow: hidden;
}
.content .head{
    width: 100%;
    height: 49px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 95px;
}
.content .head .logo{
    display: inline-block;
    width: 267px;
    height: 58px;
    background: url("../images/logo.png") no-repeat;
}
.content .head .nav{
    float: right;
}
.content .head .nav li{
    float: left;
}
.content .head .nav li a{
    display: inline-block;
    width: 151px;
    height: 49px;
    background: url("../images/icon.png") no-repeat;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 49px;
}

.content .release{
    width: 740px;
    height: 501px;
    background: url("../images/ba-word.png") no-repeat;
    position: relative;
    margin-bottom: 62px;
    margin-left: 18px;
}

.content .release a{
    position: absolute;
    top: 340px;
    left: 258px;
    width: 199px;
    height: 86px;
    background: url("../images/iconmoney.png") no-repeat;
}
.content-body{
    width: 100%;
    background: url("../images/body.png") no-repeat;
}
.content-body .one{
    width: 100%;
    height: 530px;
}
.content-body .one .title{
    width: 692px;
    height: 321px;
    background: url("../images/title1.png") no-repeat;
    margin-left: 260px;
}
.main .content .content-body .blue{
    color: #5691f1;
}

.content-body .one .description{
    width: 100%;
    margin-top: 85px;
    text-align: center;
    font-size: 16px;
}
.content-body .one .description .s-qq{
    display: inline-block;
    width: 36px;
    height: 38px;
    background: url("../images/qq-big.png") no-repeat;
    vertical-align: -50%;
    margin-top:15px;
}
.content-body .one .description .s-icon{
    display: inline-block;
    width: 113px;
    height: 21px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    background: url("../images/icon3.png") no-repeat;
    margin: 0 8px;
}
.content-body .one .description .s-em{
    display: inline-block;
    width: 31px;
    height: 28px;
    background: url("../images/em.png") no-repeat;
    vertical-align: -30%;
    margin-right: 5px;
}

.content-body .one .description a{
    color: #5691f1;
}
.content-body .two{
    width: 100%;
    height: 842px;
    text-align: center;
}
.content-body .two .desc{
    width: 100%;
    height: 510px;
    margin-top: 10px;
    padding: 0 120px;
}
.content-body .two .desc li{
    float: left;
    width: 320px;
    height: 100%;
    text-align: center;
}
.content-body .two .desc li img{
    margin-top: 95px;
    margin-bottom: 30px;
}
.content-body .two .desc li p{
    font-size: 14px;
    color: #fff;
    line-height:24px;
}
.content-body .three{
    width: 100%;
    height: 485px;
    text-align: center;
}
.content-body .three img{
    margin-top: -20px;
}
.content-body .three .flow{
    margin-top: 50px;
}


.footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background-color: #12336a;
    text-align: center;
}
.footer span{
    color: #fff;
    font-size: 16px;
    vertical-align: top;
    line-height: 120px;
}
.footer a{
    display: inline-block;
    width: 164px;
    height: 82px;
    background:url("../images/icon-3.png") no-repeat;
}











