@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

body {
    line-height: 150%;
    color: #333333;
    font-family: "Microsoft YaHei", sans-serif;
}

a {
    text-decoration: none;
}
.clear {
    font-size: 0;
    clear: both;
    line-height: 0;
    height: 1px;
}

.top {
    display: none;
    width: 100%;
    height: 88px;
    background-color: #fff;
    filter: alpha(opacity=94);
    opacity: 0.94;
    -moz-opacity: 0.94;
    border-bottom: 2px solid #dde5ff;
}
.container {
    margin: 0 auto;
    width: 1000px;
    height: 88px;
}
.container .logo {
    float: left;
    padding-left: 90px;
    height: 88px;
    line-height: 88px;
    font-size: 36px;
    color: #FC4D04;
    background: url("../images/icon1_2.png") no-repeat left;
    background-size:70px 70px;
}
.btn {
    position: relative;
    float: right;
    margin-top: 18px;
    height: 70px;
    cursor: pointer;
}
.btn a{
    display: inline-block;
    padding-left: 65px;
    width: 115px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #fb5f2b;
    background: #eaefff url("../images/mobile_b.png") no-repeat 36px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.btn:hover a{
    color: #fff;
    background: #fc4c04 url("../images/mobile_hover.png") no-repeat 36px;
}
.btn:hover .code{
    display: block;
}
.code {
    display: none;
    position: absolute;
    margin-top: 8px;
    margin-left: -30px;
    width: 240px;
    height: 252px;
    z-index: 11;
    background: url("../images/code_d.png") no-repeat;
}

.banner {
    width: 100%;
    padding-top: 360px;
    height: 431px;
    background: url("../images/banner_c.png") no-repeat center;
}
.content {
    position: relative;
    margin: 0 auto;
    width: 1002px;
    height: 150px;
    font-weight: 300;
}
.ios {
    position: absolute;
    left: 0;
    display: block;
    padding-left: 92px;
    width: 208px;
    height: 60px;
    font-weight:300;
    letter-spacing: 2px;
    line-height: 60px;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    background: url("../images/ios.png") no-repeat 46px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.ios:hover {
    color: #2053ff;
    border: 1px solid #fff;
    background: #fff url("../images/ios_hover_b.png") no-repeat 46px;
}
.android {
    position: absolute;
    left: 0;
    top: 86px;
    display: block;
    padding-left: 102px;
    width: 198px;
    height: 60px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 60px;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    background: url("../images/android.png") no-repeat 46px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.android:hover {
    color: #2053ff;
    border: 1px solid #fff;
    background: #fff url("../images/android_hover_b.png") no-repeat 46px;
}
.box1 {
    width: 100%;
    height: 834px;
    background: url("../images/box1_d.png") no-repeat center;
}
.box2 {
    width: 100%;
    height: 797px;
    background: url("../images/box2_d.png") no-repeat center;
}
.box3 {
    width: 100%;
    height: 872px;
    background: url("../images/box3_d.png") no-repeat center;
}
.box4 {
    width: 100%;
    height: 867px;
    background: url("../images/box4_d.png") no-repeat center;
}
.box5 {
    width: 100%;
    height: 426px;
    margin-bottom: 120px;
    background: url("../images/wsyt_qr.png") no-repeat center;
    background-size :274px 274px;
}
.posFix {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    z-index: 999;
    _position: absolute;
    _margin-top: 0;
    _top: expression(documentElement.scrollTop+(documentElement.clientHeight-this.offsetHeight)/2); /* ie */
}
.app {
    position: relative;
    width: 100%;
    height: 121px;
    border-top: 1px solid #b4c5ff;
}
.list {
    position: absolute;
    left: 50%;
    top: -130px;
    margin-left: -523px;
    width: 1046px;
    height: 168px;
    padding-top: 32px;
    text-align: center;
    background: url("../images/list_b.png") no-repeat;
}
.list a {
    display: inline-block;
    margin-left: 100px;
    width: 100px;
    height: 28px;
    padding-top: 112px;
    font-size: 18px;
    color: #666;
}
.list a:hover {
    opacity: .8;
}
.list a:first-child {
    margin-left: 0;
}
.icon1 {
    background: url("../images/icon1_2.png") no-repeat top;
    background-size: contain;
}
.icon2 {
    background: url("../images/icon2.png") no-repeat top;
}
.icon3 {
    background: url("../images/icon3.png") no-repeat top;
}
.icon4 {
    background: url("../images/icon4.png") no-repeat top;
}