* {
    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 .container{
    width: 1230px;
}
.mypc .mar50 {
    margin-top: 50px;
}



.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 .navtop{
    width: 100%;
    height: 690px;
    background: url(../image/top2.jpg) center top no-repeat;
}
.mypc .page-title{
    font-size: 30px;
}
.mypc .anli-tab{
    display: flex;
    justify-content: space-around;
    border-bottom: 2px #000000 solid;
}
.anli-img{
    display: block;
    margin: 10px auto;
}
.mymobe .anli-img{
    width: .6rem;
}
.mypc .anli-tab>p{
    width: 160px;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-size: 24px;
}
.mypc .anli-tab>p:hover::after,.mypc .anli-tab>p.act::after{
    content: "";
    position: absolute;
    width: 160px;
    border-bottom: 4px #fabe0e solid;
    left: 0;
    bottom: -12px;
}
.mymobe .anli-tab{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 2px #000000 solid;
}
.mymobe .anli-tab>p{
    width: 2rem;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.mymobe .anli-tab>p:hover::after,.mymobe .anli-tab>p.act::after{
    content: "";
    position: absolute;
    width: 2rem;
    border-bottom: 4px #fabe0e solid;
    left: 0;
    bottom: -12px;
}
.mymobe .page-title{
    font-size: .3rem;
}
.mypc .anli-item{
    display: flex;
    padding: 50px 20px;
    align-items: center;
}
.mypc .anli-dec{
    flex: 1;
    margin-right: 50px;
}
.mypc .an-peo{
    display: inline-block;
    background: #000000;
    color: #fabe0e;
    padding: 10px 30px;
    font-size: 24px;
}
.mymobe .an-peo{
    display: inline-block;
    background: #000000;
    color: #fabe0e;
    padding: 5px 20px;
    
}
.mypc .f16{
    font-size: 16px;
}
.mymobe .imgb{
    display: block;
    width: 5rem;
    margin: 10px auto;
}
.mypc .nav1{
    padding: 50px 0;
    background: #f7f7f7;
}
.mymobe .nav1{
    padding: 20px 0;
    background: #f7f7f7;
}
.mypc .pro-con{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.mypc .pro-con::before{
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 100px;
    border-bottom: 1px #000 solid;
}
.mypc .pro-item{
    width: 1px;
    flex: 1;
    text-align: center;
}
.mymobe .pro-item{
    text-align: center;
}
.mypc .pro-name{
    font-size: 22px;
}
.mymobe .pro-name{
    font-size: .3rem;
    margin-top: .4rem;
}
.arr,.imgc{
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.mypc .pro-dec{
    width: 290px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #000000;
    color: #fabe0e;
    border-radius: 25px;
    margin: 10px auto;
    font-size: 16px;
}
.mymobe .imgc{
    width: 4rem;
}
.mymobe .pro-dec{
    width: 4.2rem;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #000000;
    color: #fabe0e;
    border-radius: 25px;
    margin: 10px auto;
    font-size: .24rem;
}
.mymobe .imgd{
    display: block;
    width: 100%;
}
.mypc .cj-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.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;

}