@charset "utf-8";
/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body,html{
    width: 100%;
    height: 100%;
    display: block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;
    font-size: 14px;
    color: #fff;
}
/*banner*/
.box-cont{
    width: 100%;
    height: 100%;
    float: left;
}
.box{
    position: absolute;
    left:0;
    right: 0;
    width: 1920px;
    top:0;
    bottom: 0;
    overflow: hidden;
}
.banner{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.banner-li{
    width: 100%;
    float: left;
    position: relative;
}
.banner-li-img{
    width: 100%;
    float:left;
    height: auto;
}
.logo-top{
    position: absolute;
    left: 80px;
    top: 0;
    background: url('../images/logo-bg.png') no-repeat;
    background-size: 100%;
    padding: 33px 23px;
    border-radius: 0 0 10px 10px;
}
.logo{
    width: 80px;
    height: 80px;
    float: left;
    border-radius: 15px;
}
.logo-text{
    width: auto;
    float: left;
    margin-left:16px;
    font-weight: 400;
}
.logo-name{
    width: 100%;
    display: block;
    font-size: 42px;
    color: #fff;
    line-height: 42px;
    font-weight: 600;
}
.logo-jj{
    width: 100%;
    display: block;
    font-size: 20px;
    margin-top:10px;
    color: #fff;
}
.banner-text{
    width: 59.9%;
    position: absolute;
    left:20%;
    top:33%;
    padding-left:40.3%;
    box-sizing: border-box;
}
.banner-h2{
    font-size:42px;
    font-weight: 600;
    width: auto;
    display: inline-block;
    position: relative;
    color: #1871EE;
    line-height: 42px;
    padding-bottom: 20px;
    border-bottom: 8px solid #1871EE;

}
.banner-jj{
    margin-top:57px;
    width: 360px;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    display: block;
    color: #333333;
}
.banner-left{
    padding-left: 0;
}
.banner-left .banner-h2{
    color: #fff;
    border-bottom: 8px solid #1871EE;
}
.banner-left .banner-jj{
    color: #fff;
}
.footer{
    width: 100%;
    background:#12213D;
    padding:58px;
    float: left;
    box-sizing: border-box;
    text-align: center;
    display: none;
}
.footer p, .footer a{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    margin: 5px;
}
.footer-icon{
    width: 14px;
    height: 14px;
    background: url('../images/ga-logo.png') no-repeat;
    background-size: 100%;
    margin-right: 6px;
    display: inline-block;
}
.banner-li-sj{
    position: absolute;
    width: 37.8%;
    left:12.8%;
    bottom: 0;
}


/*app*/
.app-box{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('../images/app-bj.png') no-repeat;
    background-size: 100% 100%;
}
.app-logo{
    width: 22.4%;
    max-width: 84px;
    margin: 88px auto 0;
    display: block;
    border-radius: 15px;
}
.app-name{
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    line-height: 22px;
    margin-top:9px;
    display: block;
}
.app-jj{
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    width: max-content;
    margin:68px auto 0;
    display: block;
    position: relative;
}
.app-jj::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    top:50%;
    left:-25px;
    transform: translate(0,-50%);
}
.app-jj::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    top:50%;
    right:-25px;
    transform: translate(0,-50%);
}
.app-list-ul{
    width: 100%;
    margin-top:31px;
    display: flex;
    padding:0 15px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
}
.app-list-li{
    width: 108px;
    height: 140px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    background: url('../images/list-bj.png') no-repeat;
    background-size: 100%;
}
.app-list-li img{
    width: 50px;
    height: 50px;
    margin-top:19px;
}
.app-list-li span{
    width: 100%;
    padding: 0 7px;
    margin-top:17px;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    font-weight: 400;
    box-sizing: border-box;
}
.app-btn{
    width: 100%;
    /*display: flex;*/
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-top:42px;
    display: none;
}
.app-btn span{
    width: 307px;
    height: 46px;
    background: url('../images/app-btn.png') no-repeat;
    background-size: 100%;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 46px;
}
.app-foot-1{
    width: 100%;
    display: block;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 12px;
    font-size: 12px;
    margin-top:45px;
    text-align: center;
}
.app-foot-2{
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 12px;
    font-size: 10px;
    margin-top:13px;
}
.app-footer-icon{
    width: 10px;
    height: 10px;
    background: url('../images/ga-logo.png') no-repeat;
    background-size: 100%;
    margin-right: 6px;
    display: inline-block;
}
.app-foot{
    position: relative;
    bottom: 30px;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 1200px){

    .banner-h2{
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 5px;
        border-bottom: 5px solid #1871EE;
    }
    .banner-left .banner-h2{
        border-bottom: 5px solid #1871EE;
    }
    .banner-jj{
        width: 240px;
        margin-top: 30px;
        font-size: 16px;
        line-height: 26px;
    }
}
@media screen and (max-width: 1000px){
    .logo-top{
        padding: 20px 20px;
        border-radius: 0 0 5px 5px;
    }
    .logo{
        width: 60px;
        height: 60px;
    }
    .logo-name{
        font-size: 24px;
        line-height: 32px;
    }
    .logo-jj {
        font-size: 14px;
        margin-top: 6px;
    }
}
@media screen and (max-width: 800px){
    .banner-h2{
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 5px;
        border-bottom: 5px solid #1871EE;
    }
    .banner-left .banner-h2{
        border-bottom: 5px solid #1871EE;
    }
    .banner-jj{
        width: 160px;
        margin-top: 20px;
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 700px){
    .logo-top{
        padding: 10px 10px;
    }
    .logo{
        width: 40px;
        height: 40px;
    }
    .logo-name{
        font-size: 16px;
        line-height: 20px;
    }
    .logo-jj {
        font-size: 12px;
        margin-top: 3px;
    }
    .logo-text{
        margin-left: 10px;
    }
}
@media screen and (max-width: 500px){
    .banner-text{
        top:28%
    }
    .banner-h2{
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 5px;
        border-bottom: 3px solid #1871EE;
    }
    .banner-left .banner-h2{
        border-bottom: 3px solid #1871EE;
    }
    .banner-jj{
        width: 130px;
        margin-top: 10px;
        font-size: 12px;
        line-height: 16px;
    }
    .footer{
        padding: 38px;
    }
    .footer p{
        font-size: 12px;
    }
}
@media screen and (max-width: 450px){
    .logo-top{
        padding: 8px 8px;
    }
    .logo{
        width: 30px;
        height: 30px;
    }
    .logo-name{
        font-size: 14px;
        line-height: 14px;
    }
    .logo-jj {
        font-size: 10px;
        margin-top: 2px;
    }
    .logo-text{
        margin-left: 8px;
    }
}
@media screen and (max-width: 400px){
    .banner-text{
        top:28%
    }
    .banner-h2{
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 3px;
        border-bottom: 3px solid #1871EE;
    }
    .banner-left .banner-h2{
        border-bottom: 3px solid #1871EE;
    }
    .banner-jj{
        width: 110px;
        margin-top: 10px;
        font-size: 10px;
        line-height: 14px;
    }
    .footer{
        padding: 28px;
    }
    .footer p{
        font-size: 10px;
    }
}

a {
  text-decoration: none;
}

.view-alert {
    font-size: 16px;
    font-weight: 400 !important;
    display: none;
}
.view-alert .text-left {
    text-align: left;
}
.view-alert .pull-right {
    float: right !important;
}
.view-alert .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.download-img {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    display: none;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}