
.container{
    width: 100%;
    height: 100%;
    position: relative;
}
header{
    width: 100%;
    position: fixed;
    top:0;
    left:0;
    z-index: 333;
    padding-left: 376px;
    background: rgba(0,0,0,.5);
    overflow: hidden;
    height: 80px;
    display: flex;
    align-items: center;
}
header>img{
    width: auto;
    height: 51px;
}
header>span{
    font-size: 22px;
    color:#fff;
    margin-left: 10px;
}

/***
     顶部banner样式
****/
.backImgSwiper{
    width: 100%;
    height: 690px;
    position: absolute;
    top:0;
    left:0;
    z-index: -22;
}
.backImgSwiper>li{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    display: none;
    background-size: cover;
}
.backImgSwiper>li:nth-child(1){
    background: url(../img/3.png) no-repeat center  center;
}
.backImgSwiper>li:nth-child(2){
    background: url(../img/2.png) no-repeat center  bottom;
}
.backImgSwiper>li:nth-child(3){
    background: url(../img/1.png) no-repeat center  center;
}
.mask{
    position: absolute;
    top:0;
    left:0;
    z-index: 0;
    width: 100%;
    height: 690px;
    background: rgba(0,0,0,.6);
}



/****

    右侧链接样式
***/

.urlBox{
   height: 690px;
   width: 1200px;
   padding-right: 273px;
   padding-top: 150px;
   margin:auto;
   position: relative;
}
.urlBox>nav{
    float: right;
}
.urlBox>nav a{
    display: block;
    width: 238px;
    height: 58px;
    border-radius: 10px;
    text-align: center;
    line-height: 58px;
    font-size: 24px;
    color:#fff;
    margin-bottom: 46px;
    border: 2px solid #FFFFFF;
}
#appdownload:hover{
    background-color: #01299b;
}
.urlBox>nav a:nth-child(1), .urlBox>nav a:nth-child(2){
    background-color: rgba(29, 81, 230, 1);
    border:none;
    position: relative;
    
}
.urlBox>nav a:nth-child(1) span, .urlBox>nav a:nth-child(2) span{
    width: 76px;
    height: 26px;
    background: #FF0101;
    border-radius: 13px 13px 13px 0px;
    font-size: 14px;
    color:#fff;
    text-align: center;
    line-height: 26px;
    position: absolute;
    top:-13px;
    right: -60px;
}
.floatPhone{
    position: absolute;
    top:30px;
    left:-133px;
    z-index: 22;
    width: 661px;
    height: auto;
    animation: floatTel 3s ease-in-out infinite ;
    -webkit-animation: floatTel 3s ease-in-out infinite ;
}
@keyframes floatTel {
    0%{
        top: 30px;
    }
    50%{
        top:50px
    }
    100%{
        top:30px
    }
}
.appcodeImg{
    position: absolute;
    top:90px;
    right: 0;
    z-index: 22;
    width: 167px;
    height: auto;
    border-radius: 10px;
    opacity: 0;
}





/****

    下部分介绍说明样式
***/
.explainContainer{
    width: 100%;
    background-color: #fff;
}
.explainBox{
    width: 1200px;
    height: 390px;
    margin:auto;
    padding-left: 299px;
    padding-top: 57px;
}
.explainBox>img ,.explainBox>div{
    float: left;
} 
.explainBox>img{
    margin-right: 40px;
    width: 120px;
    height: 120px;
}
.explainBox>div{
    max-width: 710px;
}
.explainBox>div>h1:nth-child(1){
    font-size: 36px;
    color:#00177D;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
}
.explainBox>div>p:nth-child(2){
    font-size: 20px;
    color:#6F79A6;
    line-height: 38px;
    text-align: justify;
    text-justify: newspaper;
    word-break: break-all;
}


/****
   顶部  备案样式
***/

footer{
    width: 1920px;
    height: 314px;
    background: #000000;
   
    padding: 30px 0;
}
footer>img:nth-child(1){
    width: 134px;
    height: 135px;
    margin-left: 893px;
    /* margin: auto; */
}
footer>p:nth-child(2){
    font-size: 20px;
    color:#fff;
    margin: 16px auto 20px;
    text-align: center;
}
footer>p:last-child{
    text-align: center;
    font-size: 14px;
    color:#7E7E7E;
    line-height: 28px;
    
}
footer>p:last-child a{
    font-size: 14px;
    color:#7E7E7E;
    line-height: 28px;
}


