
.wrap-pc{
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    overflow: hidden;
}
.banner-pc{
    background: url('/imgs/bannergif.gif') no-repeat;
    height: 900px;
    /* position: fixed; */
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
}

.wrap-con{
    width: 1200px;
    margin:0 auto;
  
}
.fixed-con{
    position: fixed;
    left: 0;
    right: 0;
}

.banner-pc-top{
    padding: 30px 0;
}

.banner-pc-title{
    margin-top: 30px;
    color: #ffffff;
} 
.banner-pc-title-describe{
    font-size: 26px;
    margin-top: 20px;
    font-weight: 200;
}
.banner-pc-title-describe i{
    display: inline-block;
    width: 70px;
    height: 1px;
    background: #ffffff;
    position: relative;
    top: -6px;
}
.banner-pc-title-describe label{
    margin: 0 10px;
    text-shadow:0px 2px 4px rgba(0,46,130,0.4);
    font-weight: 200;
}

.banner-pc-title h3{
    font-size: 30px;
    font-weight: 200;
    text-shadow:0px 2px 4px rgba(0,46,130,0.4);
}

.banner-pc-code{
    color: #ffffff;
    font-size: 18px;
    margin-top: 12%;
}
.banner-pc-code img{
    margin-bottom: 15px;
    width: 200px;
}


.first-section-pc{
    position: relative;
    /* top: 900px; */
    background: #ffffff;
    width: 100%;
}
.first-section-pc-con{
    height: 430px;
}
.first-section-pc ul{
    position: relative;
    top: -120px;
    width: 100%;
}
.first-section-pc li{
    width: 32%;
    margin: 0 10px;
    background: #ffffff;
    padding:40px 30px;
    box-shadow:0px 2px 20px 0px rgba(66,128,231,0.1);
    border-radius:10px;
    box-sizing: border-box;
}
.first-section-name{
    margin-bottom: 20px;
}

.first-section-pc li p{
    /* margin-bottom: 50px; */
    font-size: 24px;
    color: #333333;
    line-height: 45px;
}
.first-section-pc li  img:last-child{
    margin-top: 40px;
}
.wrap-lists-pc{
    height: 1000px;
    position: relative;
}

.pc-arrow{
    -webkit-animation: start 1.2s infinite ease-in-out;
    animation: start 1.2s infinite ease-in-out;
}
@keyframes start{
    0%{
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    50%{
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    100%{
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

}
.pc-title{
    text-align: center;
    background: url('../imgs/whitebg.png') no-repeat;
    background-size: 100%;
    height: 273px;
    padding-top: 20px;
    box-sizing: border-box;
}
.border-title{
    margin-top: 3%;
}
.border-title img{
    margin-top: 20px;
}
.pc-all-con{
    position: relative;
    z-index: 3;
}
.first-pc-img{
    background: url('../imgs/img1.png') no-repeat top fixed;
    background-attachment: fixed;
    background-size: cover ;
}
.second-pc-img{
    background: url('../imgs/img2.png') no-repeat top fixed;
    background-attachment: fixed;
    margin-top: -680px;
    background-size: cover;
}
.third-pc-img{
    background: url('../imgs/img3.png') no-repeat top fixed;
    background-attachment: fixed;
    margin-top: -615px;
    background-size: cover;
}
.pc-all-con-first{
    height: 907px;
    position: relative;
    top: -480px;
    z-index: 7;
}
.pc-all-con-first-second{
    height: 790px;
    position: relative;
    top: -380px;
    z-index: 7;
}
.pc-all-con-first-third{
    height: 758px;
    position: relative;
    top: -500px;
    z-index: 7;
}
.pc-all-con-img{
    /* position: absolute; */
    background: url('../imgs/phone1.png') no-repeat top;
    width: 100%;
    height: 100%;
}
.pc-all-con-img-second{
    background: url('../imgs/phone2.png') no-repeat top;
    width: 100%;
    height: 100%;
}
.pc-all-con-img-third{
    background: url('../imgs/phone3.png') no-repeat top;
    width: 100%;
    height: 100%;
}
.pc-all-con-fifth{
    height: 500px;
    background: #ffffff;
    position: relative;
    margin-top: -500px;
}


.main-pc{
    width: 1200px;
    margin:0px auto;
    text-align: center;
    padding: 35px 0;
}
.main-pc p{
    font-size: 28px;
    color: #999999;
}
.pc-box{
    padding: 30px 0;
}
.pc-box-line{
    width: 100%;
    height:2px;
    background:linear-gradient(90deg,rgba(74,128,255,0), rgba(74,128,255,1),rgba(76,130,255,0));
}
.pc-box ul{
    position: relative;
    top: -9px;
    display: flex;
}
.pc-box li{
    width: 33.33%;
    font-size: 18px;
    color: #333333;
    font-weight: bold;

}
.pc-box li .pc-box-yq{
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #4B81FF;
    border-radius: 50%;
    background: #ffffff;
    margin: auto;
}
.pc-box-li-line{
    width: 2px;
    height: 70px;
    background: rgba(75,129,255,1);
    margin: auto;
    position: relative;
    margin-bottom: 5px;
    
}
.pc-box-li-line i{
    display: block;
    width: 6px; 
    height: 6px;
    background: #4B81FF;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: -2px;
}
.pc-box li img{
    margin-top: 25px;
}
.pc-box-arrow{
    margin: 8px 0;
}


.pc-footer{
    height: 80px;
    background: #1E3145;
    line-height: 80px;
    color: rgba(255,255,255,.5);
    text-align: center; 
    font-size: 14px;
    position: relative;
    z-index: 7;
}


.pc-footer a{
    color: rgba(255,255,255,.5);
}










/* 移动端的首页样式 */
.banner-wap{
    background: url('/imgs/bannergifs.gif') no-repeat;
    background-size: 100% 100%;
}
.wrap-con-wap{
    padding: 20px 15px 10px;
}
.banner-wap-top img{
    width: 100px;
}
.banner-wap-title{
    color: #ffffff;
    font-size: 14px;
    margin-top: 20px;
}
.banner-wap-title img{
    width:200px;
}
.banner-wap-title-describe{
    font-size: 12px;
}
.banner-wap-title-describe i{
    display: inline-block;
    width: 34px;
    background: #ffffff;
    height: 1px;
    position: relative;
    top: -4px;
}
.banner-wap-title-describe label{
    margin: 0 5px;
}
.banner-wap-title h3{
    font-size: 15px;
    font-weight: normal;
    margin-top: 15px;
}

.banner-wap-code{
    color: #ffffff;
    font-size: 10px;
    margin-top: 35px;
}
.banner-wap-code img{
    width: 105px;
    margin-bottom: 10px;
}
.first-section-wap ul{
    padding: 15px;
}

.first-section-wap li{
    width: 100%;
    padding: 10px 10px 10px 15px;
    /* height: 100px; */
    box-sizing: border-box;
    background: #F6F7F9;
    border-radius:10px; 
    margin-bottom: 10px;
    font-size: 13px;
    color: #333333;
}

.first-section-wap .first-section-wap-name img{
    width: 75px;
}
.first-section-wap-name{
    line-height: 60px;
}

.first-section-wap-icon{
    margin-right: 10px;
}
.first-img{
    right: 5px;
}
.first-section-wap-icon img{
    width: 65px;
}
.first-section-wap-txts{
    width: calc(100% - 160px); 
    /* line-height: 15px; */
    box-sizing: border-box;
    padding-left: 20px;
    flex-wrap: wrap;
}
.first-section-wap-txts p{
    /* display: block; */
    margin: 0;
}
.first-section-wap-txts-singal p{
    margin: auto;
}
.second-section-wap{
    overflow: hidden;
}
.second-section-wap img{
    width: 100%;  
}
 
.third-section-wap{
    background: #1E3145;
    color: rgba(255,255,255,.5);
    font-size: 12px;
    padding: 8px 0;
    line-height: 20px;
    bottom: 0;
    left: 0;
    right: 0;
}
.third-section-wap p{
    margin: 0;
}
.third-section-wap a{
    color:rgba(255,255,255,.5);
}
.second-section-wap-imgs{
    /* top: 100%; */
    /* top: -100px; */
    /* animation: ease-in 1s; */
    top: 100%;
    transition: top 1s linear;
}
.second-section-wap p{
    bottom: 2%;
    left: 0;
    right: 0;
    width: 100%;
} 




.page-full-img img:first-child{
    left: -100%;
}
.page-full-img img{
    width: 100%;
    position: relative;
    transition: left 1s linear;
}
.page-full-img img:last-child{
    left: 100%;
}
.first-section-wap-txts-more{
    margin: auto;
    width: 100%;
}
.page-full-img1{
    background: url('/imgs/p1img.png') no-repeat ;
}
.page-full-img2{
    background: url('/imgs/p2img.png') no-repeat ;
}
.page-full-img3{
    background: url('/imgs/p3img.png') no-repeat ;
}
.page-full-img {
    height: 100%;
    background-size: contain;
    padding: 0 8%;
}
.page-full-img img:first-child{
    margin-bottom: 15%;
}
.loading{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #337ab7;
    color: #fff;
    text-align: center;
    background-attachment: fixed;
    overflow: hidden;
    z-index: 999;
    opacity: 1;
    transition: opacity 1s linear;
}
.loading img{
    width: 250px;
    margin: auto;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    
    
}
.loading p{
    width: 100%;
    position: absolute;
    bottom: 10%;
}

/* 移动端的动画 */

.move-left{
    left: 0 !important;
}   

#page{
    position: relative;
    transition: top 1s linear;
}

