@charset "UTF-8";
body { font-family: "微软雅黑"; }
body, html { -webkit-overflow-scrolling: touch; -moz-overflow-scrolling: touch; }
blockquote, body, dd, div, dl, dt, fieldset, figcaption, figure, form, h1, h2, h3, h4, h5, h6, html, li, ol, p, pre, table, td img, th, ul { margin: 0; padding: 0; line-height: 1;}
a, abbr, acronym, address, big, blockquote, body, caption, cite, code, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, html, img, ins, kbd, label, legend, li, ol, p, pre, q, s, samp, small, span, strike, strong, time, ul { margin: 0; padding: 0; border: 0; outline: 0;  }
body { font-size: 14px;  background: #fff; color: #333;  overflow-x: hidden; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-touch-callout: none; outline: 0; }
a:active, a:hover, a:link, a:visited { background: 0 0; -webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent; }
button { border-radius: 0; -webkit-border-radius: 0; outline: 0; }
input { border-radius: 0; outline: 0; }
img, input, textarea { border: 0; }
input:-ms-clear { display: none; }
textarea { resize: none; outline: 0; }
li, ul { list-style: none; }
a:link, a:visited { color: #333; text-decoration: none; }
a:active, a:hover { color: #ee002e; text-decoration: none; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; }
img { vertical-align: middle; MAX-WIDTH: 100% !important; HEIGHT: auto !important; }
.container{
    max-width: 1200px;
    margin: 0 auto;
}

.header {
    padding: 15px 0;
}
.header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .logo{
    display: flex;
    align-items: center;
}
.header .logo img { 
    margin-right: 6px;
}
.header .logo span { 
    font-size: 26px;
    font-weight: bold;
    color: #356cff;
}
.header .btn_list{
    font-size: 14px;
    font-weight: bold;
    color: #3776ff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .btn_list li{
    height: 48px;
    color: #b1b1b1;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 30px;
}
.header .btn_list li img{
    margin-right: 5px;
     position: relative;
    top: -2px;
}
.header .btn_list li span{
    color:#3776ff;
}
.header .btn_list li.disabled span{
    color:#b1b1b1;
}

.banner{
    padding-top: 250px;
    background: url('../img/img_bg1.png') no-repeat center top;
}
.banner .container{
    display: flex;
    justify-content: space-between;
}
.banner .txt{
    display: flex;
    flex-direction: column;
}
.banner .txt h1{
    font-size: 72px;
    color:#010101;
}
.banner .txt .btns{
    display: flex;
    align-items: center;
}
.banner .txt .btns .btn{
    line-height: 48px;
    font-size: 22px;
    color: #333;
    border-radius: 8px;
    padding: 0 24px;
    background-color: #fff;
    margin-right: 24px;
    word-break: keep-all;
}
.banner .txt .tips {
    font-size: 36px;
    color: #333333;
    margin: 48px 0;
}
.banner .img{
    margin-right: -42px;
    margin-top: -64px;
}

.full_tips{
    width: 100%;
background-image: -moz-linear-gradient( 0deg, rgb(193,222,254) 0%, rgb(185,248,237) 50%, rgb(193,222,254) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(193,222,254) 0%, rgb(185,248,237) 50%, rgb(193,222,254) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(193,222,254) 0%, rgb(185,248,237) 50%, rgb(193,222,254) 100%);
}
.full_tips p{
    font-size: 36px;
    line-height: 96px;
    color:#02423f;
    text-align: center;
    font-weight: bold;
}

.download_area{
    padding: 110px 0 0;
    background: url("../img/img_bg7.png") no-repeat center top;
}
.download_area .container{ 
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.download_area .pic{
    margin-left: -250px;
}
.download_area .text h2{
   font-size: 72px;
    color:#010101;
}
.download_area .text h3{
   font-size: 36px;
    color: #333333;
    font-weight: normal;
    line-height: 60px;
    margin: 36px 0;
}
.download_area .text ul{
        font-size: 14px;
    font-weight: bold;
    color: #3776ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 108px;
}
.download_area .text li{
    padding: 0 24px;
    height: 48px;
    border: 1px solid #3776ff;
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 28px;
}
.download_area .text li span{
   word-break: keep-all;
}
.download_area .text li.disabled {
    color: #b1b1b1;
    border-color: #b1b1b1;
}
.download_area .text li img{
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.box .title{
    padding: 105px 0 50px;
}
.box .title{
    color: #1e304a;
    text-align: center;
}
.box .title h2{
    font-size: 42px;
    
}
.box .title p{
    font-size: 26px;
    line-height: 48px;
    margin: 35px 0 43px;
}
.box .con{
    padding: 45px 0 110px;
}
.box.box0{
    background: url("../img/img_bg8.png") no-repeat center top;
}
.box.box0 .title{
   padding-bottom: 0;
}

.box.box0 .con img{
    display: block;
    margin: 0 auto;
}
.box.box1{
    padding-top: 45px;
}
.box.box1 .con .list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box.box1 .con .list .item{
    padding: 119px 0;
    position: relative;
    background-color: #f6f9ff;
    border-radius: 50px 0 50px 0;
    width: 384px;
}
.box.box1 .con .list .item span{
    position: absolute;
    top: 44px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 100px;
    color: #e4eeff;
    font-weight: bold;
}
.box.box1 .con .list .item h3{
    font-size: 36px;
    color: #007cff;
    text-align: center;
    margin-bottom: 36px;
    position: relative;
}
.box.box1 .con .list .item p{
    font-size: 18px;
    color: #777;
    text-align: center;
    padding: 6px 0;
}
.box.box2{
    background: url("../img/img_bg3.png") no-repeat center top;
}
.box.box2 .con{
    position: relative;
    padding: 140px 0 0;
}
.box.box2 .con .pic{
    margin-left: -55px;
    
}
.box.box2 .con .list{
    width: 658px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
}
.box.box2 .con .list .item{
    width: 264px;
    height: 300px;
    position: relative;
    background-color: #fff;
    padding: 43px 24px;
    margin-bottom: 30px;
    box-shadow: 0px 2px 28px 0px rgba(10, 57, 141, 0.1);
}
.box.box2 .con .list .item:nth-child(2n){
    margin-left: 30px;
}
.box.box2 .con .list .item span{
    position: absolute;
    top: 44px;
    font-size: 64px;
    color: #e5efff;
    font-weight: bold;
}
.box.box2 .con .list .item h3{
    font-size: 24px;
    color: #1e304a;
    margin-bottom: 20px;
    line-height: 1.5;
    position: relative;
    padding-left: 95px;
}
.box.box2 .con .list .item p{
    font-size: 18px;
    color: #777;
    padding: 6px 0;
    line-height: 1.7;
}

.box.box9 .list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box.box9 .list .item{
    width: 384px;
    height: 472px;
    padding: 0 30px 30px 30px;
}
.box.box9 .list .item.item1{
    background: url('../img/img_pic23.png') no-repeat center;
    background-size: cover;
}
.box.box9 .list .item.item2{
    background: url('../img/img_pic24.png') no-repeat center;
    background-size: cover;
}
.box.box9 .list .item.item3{
    background: url('../img/img_pic25.png') no-repeat center;
    background-size: cover;
}
.box.box9 .list .item h2{
    font-size: 42px;
    color: #fff;
    padding: 45px 0;
}
.box.box9 .list .item h2 span{
    font-size: 22px;
    margin-left: 10px;
}
.box.box9 .list .item p{
    color:#757a86;
    line-height: 1.8;
    font-size: 16px;
    padding: 24px 30px;
}

.box.box10{
    background: url("../img/img_bg9.png") no-repeat center top;
}
.box.box10 .title h2{
    line-height: 1.7;
}
.box.box10 .con {
    margin: 0 -23px;
}

.box.box3 .list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box.box4{
    background: url("../img/img_bg4.png") no-repeat center top;
}
.box.box4 .con{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0;
}
.box.box4 .btns{
width: 570px;
}
.box.box4 .btns .btn{
    display: inline-block;
    width: 192px;
    border:1px dashed #4085ff;
    padding: 6px;
    border-radius: 60px;
    margin-bottom: 48px;
    margin-left: 42px;
}
.box.box4 .btns .btn span{
    text-align: center;
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 48px;
    border-radius: 48px;
    background-color:#4286ff;
    background: -o-linear-gradient(to bottom, #4286ff 0%, #2a76ff 100%);
    background: -ms-linear-gradient(to bottom, #4286ff 0%, #2a76ff 100%);
    background: linear-gradient(to bottom, #4286ff 0%, #2a76ff 100%);
    background: -moz-linear-gradient(to bottom, #4286ff 0%, #2a76ff 100%);
    background: -webkit-linear-gradient(to bottom, #4286ff 0%, #2a76ff 100%);
}
.box.box4 .pic{
    margin-right: -157px;
}


.box.box5 .con{
    margin: 0 -50px;
}

.box.box6{
    background:#f0f5ff;
}
.box.box6 .list{
    display: flex;
    justify-content: space-between;
}
.box.box6 .list .item{
    display: flex;
    flex-direction: column;
    align-items: center;
   
}
.box.box6 .list .item .pic{
    box-shadow: 0px 2px 28px 0px rgba(10, 57, 141, 0.1);
    padding: 10px;
    background-color: #fff;
    
}
.box.box6 .list .item img{
    width: 342px;
    height: 500px;
}
.box.box6 .list .item h3{
    font-size: 24px;
    color: #333;
    margin: 34px 0 24px;
    line-height: 38px;
    text-align: center;
}
.box.box6 .list .item p{
    font-size: 16px;
    color: #757a86;
    line-height: 30px;
    text-align: center;
}

.box.box7 .con{
    padding-bottom: 75px;
}
.box.box7 .list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box.box7 .list .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 220px;
    height: 352px;
    background-color: #f6f9ff;
    margin-bottom: 32px;
    padding:20px 30px;
}
.box.box7 .list .item span{
    font-size: 56px;
    color: #eaf2ff;
    font-weight: bold;
}
.box.box7 .list .item h3{
    font-size: 26px;
    color: #007cff;
    margin: -12px 0 16px;
}
.box.box7 .list .item p{
    font-size: 16px;
    color: #777;
    line-height: 30px;
}


.box.box8{
    background: url("../img/img_bg6.png") no-repeat center top;
}
.box.box8 .con{
    padding-bottom: 77px;
}
.box.box8 .list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box.box8 .list .item{
    width: 372px;
    height: 282px;
    border-radius:10px;
    padding: 30px 26px;
    background-color: #fff;
    margin-bottom: 40px;
    box-shadow: 0px 2px 28px 0px rgba(10, 57, 141, 0.1);
}
.box.box8 .list .item .info{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.box.box8 .list .item .info img{
    width: 46px;
    height: 46px;
    margin-right: 12px;
}
.box.box8 .list .item .info p{
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.box.box8 .list .item .desc{
    font-size: 16px;
    line-height: 30px;
    color: #777;
}


.footer{
    padding: 35px 0;
    background-color: #3d3d3d;
}
.footer p{
    font-size: 12px;
    color: #999;
    text-align: center;
    line-height: 23px;
}
.footer p a{
    font-size: 12px;
    color: #999;
    text-decoration: none;
}
.footer p a:hover{
    color: #fff;
}
.footer p span{
    margin: 0 10px;
}