*{
    margin: 0;
    padding: 0;
}
button{
    border: 0;
    background-color: transparent;
    outline: none;
}
div {
    box-sizing: border-box;
}
li{
    list-style: none;
}
.index{
    width: 1920px;
}
@media screen and (max-width: 1920px) {
    .index {
        width: 100%;
    }
}
@media screen and (max-width: 1680px) {
    .index {
        width: 100%;
    }
}
@media screen and (max-width: 1440px) {
    .index {
        width: 100%;
    }
}
@media screen and (max-width: 1366px) {
    .index {
        width: 100%;
    }
}
@media screen and (max-width: 1280px) {
    .index {
        width: 1263px;
    }
}
.page{
    width: 100%;
    height: 1080px;
}
.page-1{
    background-image: url('../images/index-01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.header{
    height: 148px;
}
.head{
    display: flex;
    justify-content: space-between;
}
.main{
    width: 1360px;
    margin: 0 auto;
}
@media screen and (max-width: 1440px) {
    .main{
        width: 1200px;
    }
}
.bago{
    display: flex;
    margin-top: 39px;
}
.logo img{
    width: 94px;
    height: 80px;
}
@media screen and (max-width: 1368px) {
    .bago {
        margin-left: 80px;
    }
}
@media screen and (max-width: 1280px) {
    .bago {
        margin-left: 80px;
    }
}
.title{
    font-size: 20px;
    color: #5BC2D9;
    line-height: 92.6px;
    margin-left: 10px;
    letter-spacing: 3px;
    font-weight: 400;
}
.nav{
    width: 510px;
    margin-top: 68px;
}
@media screen and (max-width: 1368px) {
    .nav {
        margin-right: 50px;
    }
}
@media screen and (max-width: 1280px) {
    .nav {
        margin-right: 50px;
    }
}
.nav-item{
    display: flex;
    justify-content: space-between;
}
.nav-item>li{
    color: #747474;
    font-size: 20px;
    letter-spacing: 36;
    cursor: pointer;
}
@media screen and (max-width: 1440px) {
    .nav-item>li {
        font-size: 18px;
    }
}
.nav-item .active{
    color: #5BC2D9;
}
.content{
    position: relative;
    height: 932px;
    color: #5BC2D9;
}
.slogan{
    margin-top: 130px;
    margin-left: 160px;
}
.slogan1{
    font-size: 32px;
    line-height: 67px;
    letter-spacing: 2px;
    /* margin-top: 50px; */
    margin-left: 28px;
}
.slogan2{
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 2px;
}
.index-img{
    position: absolute;
    top: 250px;
    left: 175px;
    width: 1570px;
    height: 673px;
}
@media screen and (max-width: 1780px) {
    .index-img{
        width: 1413px;
        height: 606px;
        left: 133px;
    }
}
@media screen and (max-width: 1600px) {
    .index-img{
        left: 0;
    }
}
@media screen and (max-width: 1440px) {
    .index-img{
        width: 1256px;
        height: 538px;
        left: 70px;
    }
}
@media screen and (max-width: 1366px) {
    .index-img{
        left: 30px;
        top: 280px;
    }
}
@media screen and (max-width: 1300px) {
    .index-img{
        width: 1100px;
        height: 471px;
        left: 80px;
    }
}
.page-2{
    width: 100%;
    position: relative;
    background: url('../images/page-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.inner{
    height: 1080px;
    background: rgba(0, 0, 0, .5);
}
.app{
    position: absolute;
    top: 128px;
    left: 280px;
    width: 173px;
    height: 45px;
    letter-spacing: 1px;
    line-height: 57.6px;
    color: #ffffff;
    font-size: 32px;
}
@media screen and (max-width: 1680px) {
    .app {
        font-size: 30px;
       left: 185px;
    }
}
.phone{
    position: absolute;
    top: 354px;
    left: 279px;
    width: 281px;
    height: 535px;
}
@media screen and (max-width: 1680px) {
    .phone {
        width: 236px;
        height: 450px;
        left: 160px;
    }
}
.service{
    position: absolute;
    top: 354px;
    right: 280px;
    color: #ffffff;
    font-size: 28px;
    text-align: right;
    line-height: 42px;
    letter-spacing: 2px;
}
@media screen and (max-width: 1680px) {
    .service {
        font-size: 24px;
        top: 430px;
    }
}
@media screen and (max-width: 1440px) {
    .service {
        font-size: 22px;
        right: 80px;
    }
}
.manage{
    position: absolute;
    top: 460px;
    right: 280px;
    width: 310px;
    color: #ffffff;
    font-size: 28px;
    text-align: right;
    line-height: 42px;
    letter-spacing: 2px;
}
.m-remind{
    width: 380px;
    top:502px;
}
@media screen and (max-width: 1680px) {
    .manage {
        font-size: 24px;
        top: 575px;
    }
    .me-manage{
        top: 525px;
    }
}
@media screen and (max-width: 1440px) {
    .manage {
        font-size: 22px;
        right: 80px;
    }
    .me-manage{
        top: 525px;
    }
}
.know_more{
    position: absolute;
    top: 624px;
    right: 280px;
    width: 162px;
    height: 56px;
    color: #5BC2D9;
    border: 1px solid #5BC2D9;
    text-align: center;
    line-height: 56px;
    font-size: 24px;
    cursor: pointer;
}
.k-remid{
    top:666px;
}
@media screen and (max-width: 1680px) {
    .know_more {
        font-size: 22px;
        width: 130px;
        height: 40px;
        line-height: 40px;
        top: 680px;
    }
    .k-remid{
        top: 720px;
    }
}
@media screen and (max-width: 1440px) {
    .know_more {
       right: 80px;
    }
    .k-remid{
        top: 720px;
    }
}
.page-3{
    width: 100%;
    position: relative;
    background-image: url('../images/page-3.jpg');
    background-size: cover;
}
.shops{
    position: absolute;
    top: 720px;
    right: 560px;
    width: 630px;
    height: 220px;
}
@media screen and (max-width: 1680px) {
    .shops {
        width: 572px;
        height: 200px;
        top: 700px;
        right: 525px;
    }
}
@media screen and (max-width: 1440px) {
    .shops {
        width: 480px;
        height: 150px;
        top: 700px;
        right: 420px;
    }
}
@media screen and (max-width: 1280px) {
    .shops {
        right: 320px;
    }
}
.footer{
    width: 100%;
    height: 100px;
    background:#5BC2D9;
    color: #ffffff;
}
.foots{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}
.information{
    display: flex;
    width: 300px;
    font-size: 20px;
    letter-spacing: 2px;
}
.nums{
   margin-top: 12px;
}
@media screen and (max-width: 1440px) {
    .information {
        margin-left: 50px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1368px) {
    .information {
        margin-left: 50px;
    }
}
.information div{
    margin-left: 10px;
}
.link{
    display: flex;
    margin-top: 12px;
}
.mobile{
    display: flex;
    justify-content: flex-start;
    width: 250px;
    align-items: center;
    font-size: 20px;
}
.mobile div{
    margin-left: 10px;
}
.address{
    display: flex;
    justify-content:space-between;
    margin-left: 10px;
    font-size: 20px;
    width: 330px;
    align-items: center;
}
@media screen and (max-width: 1440px) {
    .link {
        margin-right: 50px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1368px) {
    .link {
        margin-right: 50px;
    }
}