
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    min-width:320px;
}

.banner {
    width: 100%;
    height: 482px;
    background: #3eabe7 url(../images/deskimg/bannerbg.png) center center no-repeat;
}

.bannercon {
    opacity: 0;
    transition: all 1s 0.5s;
    padding-left: 20px;
    color: #fff;
    font-size: 18px;
    padding-top: 15px;
}

.section {
    background: #000;
    /*font: 20px "Microsoft Yahei";*/
    color: #666;
    height: 600px;
    padding-top: 70px;
    position: relative;
    overflow: hidden;
}

.section1, .section3, .section5 {
    background: #fff;
}

.section2, .section4, .section6 {
    background: #f7f7f7;
}

.section6 {
    background: #f7f7f7 url(../images/deskimg/s6_bg.png) center center no-repeat;
}

.bancon {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding-top: 130px;
}

.bancon h3 {
    font-size: 50px;
    padding: 30px 0;
}

.bancon h4 {
    font-size: 45px;
    font-weight: normal;
    padding: 20px 0 60px 0;
}

.bancon a {
    text-align: center;
    width: 140px;
    height: 50px;
    background-size:44px 44px;
    line-height: 50px;
    padding-left: 40px;
    display: inline-block;
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    background: #007cc3 url(../images/deskimg/downloadicon.png) 5px center no-repeat;
    margin-right: 30px;
}

.bancon a.appstore {
    background: #007cc3 url(../images/deskimg/appstore.png) 10px center no-repeat;
}

.bancon a:hover {
    background-color: #0074d2;
}
.footer{
    width:100%;
    overflow:hidden;
    background-color:#eee;
}
.footer_center{
    max-width:1000px;
    padding:40px 100px 100px;
    margin:0 auto;
    font-size:14px;
    color: #666;
}
.footer_links{
    height:30px;
    line-height:30px;
    padding-bottom:5px;
}
.footer_link{
    color: #666;
    text-decoration:none;
    border-right: 1px solid #666;
    margin-right: 10px;
    padding-right: 12px;
    white-space: nowrap;
}
.footer_link:last-child{
    border-right:0;
    margin-right:0;
}
.footer_callus{
    padding-bottom:20px;
}
.footer_callus span{
    margin-right:12px;
}
.divider{
    width:100%;
    height:0px;
    border-bottom:1px solid #d2d2d2;
}
.footer_copyright{
    margin-right:12px;
    padding-top:20px;
}
