@charset "utf-8";
/* @font-face {
    font-family: 'Lato-Black';
    src : url( "../fonts/Lato-Black.ttf");
}
@font-face {
    font-family: 'Lato-Bold';
    src : url( "../fonts/Lato-Bold.ttf");
}
@font-face {
    font-family: 'Lato-Regular';
    src : url( "../fonts/Lato-Regular.ttf");
} */
@font-face {
    font-family: 'sykbb';
    src: url('../fonts/SourceHanSansCN-VF.otf');
}
* {
    margin: 0;
    padding: 0;
    font-family:'sykbb';
}
body {
    min-width: 750px;
    min-height: 100%;
    font-size: 0.16rem;
}
*,:after,:before {
    box-sizing: border-box;
}
li,ul {
    list-style: none outside none;
    margin: 0;
    padding: 0
}
img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
a{
    border:0;
    text-decoration:none;
}

.home{

}
.homeIn{
    width: 100%;
    height: 9.2rem;
    position: relative;
}
.wrapBg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    background-image: url("../images/banner_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.homeNav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.20rem;
    margin: 0.36rem 4.04rem 0 4.06rem;
}
.homeNav .navLeft img{
    width: 2.14rem;
    height: auto;
}
.homeNav .navRight span{
    margin-left: 0.6rem;
}
.homeNav .navRight a{
    color: #000;
}
.homeContent{
    margin-top: 3.31rem;
    text-align: center;
}
.homeContent .tit{
    font-size: 0.52rem;
    color: #000;
    line-height: 0.62rem;
    font-weight: bold;
}
.homeContent .let{
    font-size: 0.20rem;
    color: #000000bf;
    font-weight: 500;
    line-height: 0.34rem;
    margin-top: 0.36rem;
}
.homeDon{
    width: 100%;
    height: 5.86rem;
    position: relative;
}
.wrapMap{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000000;
    text-align: center;
    background-image: url("../images/map_bg.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50% 50%;
}
.wrapMap img{
    width: 2.9rem;
    height: 0.5rem;
}
.wrapMap .p1{
    /* opacity: 0.5; */
    font-size: 0.20rem;
    color: #000000;
    margin-top: 0.81rem;
}
.wrapMap .p2{
    font-size: 0.40rem;
    font-weight: 500;
    color: #2C2E30;
    margin-top: 0.26rem;
    margin-bottom: 0.4rem;
}
.wrapMap .p4{
     margin-top: 0.29rem;
     font-size: 0.26rem;
     color: #2C2E30;
 }
.wrapMap .p5{
    margin-top: 0.15rem;
    font-size: 0.24rem;
    color: #54565A;
}
.apps{

}
.section{
    width: 100%;
    height: 9.5rem;
    position: relative;
}
.section .wrap{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #000000;
}
.page1{

}
.page1 .wrap{
    background-color: #F5F7FF;
    background-image: url("../images/section_bg1.jpg");
    /* background-position: 100% 50%; */
}
.page2 .wrap{
    background-color: #4F5B83;
    background-image: url("../images/section_bg2.jpg");
    /* background-position: 0 50%; */
}
.page3 .wrap{
    background-color: #fefcef;
    background-image: url("../images/section_bg3.jpg");
    /* background-position: 100% 50%; */
}
.section .wrap .title{
    width: 100%;
    text-align: center;
    margin-top: 0.98rem;
    color: #000;
    text-shadow: -1px -1px 0 #ffffff2a, 1px -1px 0 #ffffff2c, -1px 1px 0 #ffffff33, 1px 1px 0 #ffffff2b;
}
.section .wrap .title div:nth-child(1){
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
}
.section .wrap .title div:nth-child(2){
    font-size: 0.36rem;
}
.section .wrap .content{
    width: 7.7rem;
    height: 100%;
    margin-left: 3rem;
    margin-top: 0.5rem;
    color: #000;
    text-shadow: -1px -1px 0 #ffffff2a, 1px -1px 0 #ffffff2c, -1px 1px 0 #ffffff33, 1px 1px 0 #ffffff2b;
}
.page2 .wrap {
    color: #ffffff;
}
.page2 .wrap .content{
    margin-left: 8.8rem;
}
.section .wrap .oneapp{
    display: flex;
    align-items: center;
    justify-content: left;
}
.section .wrap .oneappLeft img{
    width: 0.9rem;
    height: auto;
    margin-right: 0.2rem;
}
.section .wrap .oneappRight div:nth-child(1){
    font-size: 0.34rem;
    letter-spacing: 0;
    line-height: 0.46rem;
}
.section .wrap .oneappRight div:nth-child(2){
    font-size: 0.16rem;
}
.section .wrap .desption{
    width: 6.7rem;
    font-size: 0.18rem;
    line-height: 0.28rem;
    margin-top: 0.29rem;
}
.section .wrap .desption p {
    margin-bottom: 0.2rem;
}
.section .wrap .downnum{
    display: flex;
    align-items: center;
    justify-content: left;
}
.section .wrap .downnum img{
    width: 0.9rem;
    height: auto;
    margin-right: 0.1rem;
}
.section .wrap .downnum span{
    font-size: 0.2rem;
}
.downlink{
    margin-top: 0.4rem;
    margin-left: -0.2rem;
    margin-bottom: 0.6rem;
}
.downlink a:nth-child(1) img{
    width: 2.25rem;
    height: auto;
}
.downlink a:nth-child(2) img{
    width: 2.47rem;
    height: auto;
}
.moretit{
    width: 7.7rem;
    border-top: 1px solid rgba(151,151,151,0.3);
    padding-top: 1.12rem;
    font-size: 0.34rem;
}
.applist {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.35rem;
    position: relative;
}
.listwrap{
    width: 6.68rem;
    height: 1.2rem;
    overflow: hidden;
    position: relative;
}
.page2 .listwrap{
    left: -0.5rem;
}
.next{
    margin-left: -0.35rem;
    margin-right: 0.1rem;
    cursor:pointer
}
.next img{
    opacity: 0.3;
}
.prev{
    margin-left: 0.1rem;
    cursor:pointer
}
.prev img{
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}
.applist span img{
    width: 0.48rem;
}
.applist ul{
    width: 19.3rem;
    position: absolute;
    top: 0;
}
.applist ul li{
    float: left;
    margin-right: 0.17rem;
    cursor:pointer
}
.applist ul li:nth-last-child(1) img{
    border-radius: 0.35rem;
}
.applist ul li img{
    width: 1.2rem;
    height: auto;
}
.applist .alert{
    display: none;
    position: absolute;
    top: 1.35rem;
    left: 0.32rem;
    z-index: 100;
    width: 2.69rem;
    height: 2.2rem;
    border-radius: 0.24rem;
    background: #FFFFFF;
    box-shadow: 0 12px 24px 0 rgba(0,0,0,0.20);
}
.applist .alert img{
    width: 2.68rem;
}
.applist .alert a:nth-child(1) img{
    margin-top: 0.15rem;
    margin-bottom: -0.2rem;
}
.about{

}
.top{
    width: 100%;
    height: 9.54rem;
    position: relative;
}
.bot{
    width: 100%;
    height: 7.24rem;
    background-color: #444855;
    position: relative;
}
.about .wrap{
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.toptit{
    margin-top: 1.4rem;
    margin-bottom: 0.14rem;
    font-size: 0.16rem;
    color: #7E8085;
}
.bot .toptit{
    margin-top: 1rem;
    color: #FFFFFF;
}
.topabs{
    font-size: 0.34rem;
    color: #2C2E30;
    line-height: 0.46rem;
}
.bot .topabs{
    color: #FFFFFF;
}
.topdes{
    margin: 0.55rem auto;
    width: 9.6rem;
    font-size: 0.16rem;
    color: #242600;
    line-height: 0.28rem;
}
.topdes span{
    color: #54565A;
}
.topimg img{
    width: 4.8rem;
    margin-right: 0.24rem;
    margin-bottom: 1.21rem;
}
.bot .botlist{
    margin-top: 0.64rem;
    display: flex;
    align-items: center;
    justify-content: center;

}
.bot .botlist .card{
    width: 4.5rem;
    height: 3.2rem;
    background-color: #2C313F;
    border-radius: 0.32rem;
    display: inline-block;
    margin-right: 0.49rem;
    padding: 0.28rem;
    color: #ffffff;
}
.bot .botlist .card p{
    text-align: left;
    font-size: 0.18rem;
    line-height: 0.28rem;
}
.bot .cardtit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.17rem;
}
.bot .cardtit span{
    display: flex;
    align-items: center;
}
.bot .cardtit .left{
}
.bot .cardtit .left img{
    width: 0.48rem;
    margin-right: 0.1rem;
}
.bot .cardtit .right{
    font-size: 0.14rem;
    color: rgba(255,255,255,0.6);
}
.bot .cardtit .right img{
    width: 0.24rem;
    margin-right: 0.1rem;
    margin-top: 0.03rem;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #fff;
    padding: 0 0 30px 0;
    color: #000;

  }
   #footer a {
     color: #000;
   }

  #footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #000;
  }

  #footer .credits {
    text-align: center;
    color: #000;
    margin-top: 8px;
  }

  #footer .credits a {
    color: #E91E63;
  }
