* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

img {
    border: none;
}


ul,
ol,
li {
    list-style: none;
}

html {
    font-size: 62.5%;
    min-height: 100%;
}

.mobe {
    font-size: 13.33333333vw;
}

body {
    font-size: 18px;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    
}

.mobe .mymobe {
    font-size: .24rem;
}

body {
    font-family: '微软雅黑', 'Heiti SC';
}
.mypc .topnav{
    width: 100%;
    height: 645px;
    background: url(../image/top5.jpg) center top no-repeat;
}
.mypc .mar50 {
    margin-top: 50px;
}

.mypc .container{
    width: 1200px;
}

.mymobe .mar50 {
    margin-top: 15px;
}

.mypc .mar20 {
    margin-top: 20px;
}

.mymobe .mar20 {
    margin-top: 15px;
}

.mypc .mar30 {
    margin-top: 30px;
}

.mymobe .mar30 {
    margin-top: 15px;
}
.mypc .downa{
    display: block;
    width: 202px;
    height: 47px;
   
    margin-top: 424px;
    margin-left: 12px;
}
.p-item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mypc .p-item img{
    margin-bottom: 20px;
    cursor: pointer;
    transition: .5s ease all;
    transform-origin: center center;
}
.mypc .p-item img:hover{
   transform: scale(1.05);
}
.mymobe .p-item img{
    width:3.3rem;
    margin-bottom: .3rem;
}
.mymobe .p-title{
    font-size: .3rem;
    margin-top: 0;
    margin-bottom: .3rem;
}
.mypc .p-title{
    margin-bottom: 30px;
    font-weight: bold;
}
.mypc .navhole{
    width: 100%;
    height: 324px;
    margin-top: 50px;
    background: url(../image/b0.png) center top no-repeat;
}
.mymobe .j-title{
    text-align: center;
    font-size: .3rem;
    margin-bottom: .3rem;
}
.p-item{
    display: flex;
    flex-wrap: wrap;
}
.b-item img{
    width: 3.3rem;
    margin-bottom: 0.3rem;
    border-radius: .2rem}
    .mypc .nav2{
        padding: 50px 0;
        background: #fabe0e;
    }
    .mymobe .nav2{
        padding: 20px 0;
        background: #fabe0e;
    }
    .mypc .sub-con{
        display: flex;
        width: 850px;
        margin: 0 auto;
        margin-top: 30px;
        justify-content: space-around;
    }
    .mypc .sub-item{
        flex: 1;
    }
    .sub-line{
        display: flex;
        height: 40px;
        line-height: 40px;
        border: 1px #000 solid;
        border-radius: 6px;
        margin-bottom: 15px;
        padding-left: 10px;
        justify-content: space-between;
        
    }
    .sub-line input,.sub-line select{
        width: 1px;
        flex: 1;
        padding-left: 10px;
        background: transparent;
        border: none;
        outline: none;
    }
    #datetimepicker1{
        height: 40px;
        line-height: 40px;
        border: 1px #000 solid;
        border-radius: 6px;
        
    }
    #datetimepicker1 input{
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        background: transparent;
        border: none;
        outline: none;
    }
    .mypc #datetimepicker1{
        font-size: 18px;
    }
    .footer {
        padding: 15px;
        text-align: center;
        color: white;
        background: #000;
    }
    .mymobe .bookimg{
        display: block;
        width: 4rem;
        margin: 0 auto;
    }
    #btn{
        display: block;
        width: 200px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #fabe0e;
        background: #000;
        border: none;
        margin: 10px auto;
        border-radius: 20px;
    }
    .mymobe .page-title{
        font-size: .3rem;
        margin-bottom: .3rem;
    }