*{
    margin: 0px;
    padding: 0px;
    box-sizing:border-box;


}

body{
    min-width: 320px;
    font-size: 14px;
    color: black;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;
    margin: 0 auto;

}
a{
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    outline: none;
    color: black;
}
ul li{
    list-style-type: none;
}
input{
    /* -webkit-tap-highlight-color: transparent; */
    /* -webkit-appearance:none; */
    font-size: .375rem;
    border:none;
    outline:none;
}
.clearX::after{
    display: block;
    content: "";
    height: 0px;
    visibility: hidden;
    clear: both;
}


.nav-m{
    width: 100%;
    height: 1.15625rem;
    background: rgb(46,73,255);
    position: relative;
    z-index: 99;
    box-shadow: 0px 0px 40px 2px #333333;
    position: relative;
}
li{
    list-style: none;
}

.nav_l{
    width: 8.984375rem;
    height: 1.15625rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items:center;

}
.nav_logo{
    width: 4.28125rem;
    height: .5625rem;
    background: url(image/nav_logo.png) no-repeat;
    background-size: cover;
    background-position: 0px 0px;
}
.nav_pre{
    width:   23px;
    height: 16px;
    background: url(image/nav_pre.png) no-repeat;
    background-size: cover;
    background-position: 0px 0px;
}
.nav_s{
    position: absolute;
    width: 3.09375rem;
    height: 13.734375rem;
    background: #0d0517;
    /* top:.9375rem; */
    z-index: 99;
    right: 0px;
    opacity: 0.9;
    font-size: .375rem;
    text-align: center;
    display: none;
}
.nav_s>li{
    width: 2.21875rem;
    height: .9375rem;
    margin: 0 auto;
    border-bottom:1px solid #535353;
    margin-top: .28125rem;
}
.nav_s a{
    color: white;
}
.banner{
    position: relative;
}
.banner,.banner>img{
    width: 10rem;
    height: 4.375rem;
    margin: 0 auto;
}
.banner_btn1{
    position: absolute;
    top: 1.5rem;
    left: 5.425rem;
    width: 3.125rem;
    height: 25px;
}
.banner_btn2{
    position: absolute;
    top: 3.4rem;
    left: 5.425rem;
    width: 3.125rem;
    height: 25px;
}
.title_h2{
    text-align: center;
    font-size: 15px;
    font-weight: 300;
}
.title_h1{
    text-align: center;
    font-size: 20px;
}
.article_p{
    font-size: 12px;
    text-align: center;
    color: #22838c;
    margin-top: 10px;
}
.table-box{
    width: 9.6875rem;
    margin: 0 auto;
    font-size: 12px;
    margin-top: 10px;

}
.table-box>table{
    border: 1px solid #d7d6d7;
    text-align: center;
}
.one_table tr>th{
    background: #22838c;
    height: 0.8rem;
    font-size: 16px;
}
.one_table tr:nth-child(even) td{
    background: #f7f7f7;
}
.one_table tr:nth-child(odd) td{
    background: white;
}
.one_table td{
    border: 1px solid #d7d6d7;
}
.btn_line{
    color: #22838c;
    text-decoration-line: underline;
    text-decoration-color: #22838c;
}
.btn_p{
    display: block;
    width: 310px;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #22838c;
    text-align: center;
    font-size: 14px;
    color: white;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 20px;
}
.form_1{
    text-align: center;
}
#form_1>div{
    margin: 0 auto;
    width: 340px;
    margin-top: 10px;
}
#form_1>div>label>img{
    width: 31.5px;
    height: 30.5px;
    vertical-align: middle;
}
#form_1>div>input{
    height: 30.5px;
    width: 3.4rem;
    padding-left: 10px;
    vertical-align: middle;
}
#form_1>div>span{
    padding: 6px;
    font-size: 14px;
    color: #22838c;
    background: white;
    height: 30.5px;
    padding-right: 10px;
    vertical-align: middle;
    margin-left: -3px;
}
.form_1sumbit{
    width: 8.28125rem;

}

.from_1-img,.from_1-img>img{
    margin: 0 auto;
    width: 8.25rem;
    height: 2.828125rem;

}
.aside_1_child{
    width: 310px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.aside_1_child>div{
    width: 310px;
    height: 321px;
    background-color: #f0f0f0;
    margin-top: 15px;
}
.aside_text{
    padding:14px;
    padding-left: 20px;
}
.aside_text>h1{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.aside_text>p{
    font-size: 16px;
    line-height: 24px;
}
.aside_text>a{
    width: 116px;
    height: 35px;
    text-align: center;
    display: block;
    color: #22838c;
    font-size: 16px;
    border:1px solid #22838c;
    line-height: 35px;
    margin-top: 15px;
}
.jz_f{
    width: 100%;
    height: 1.653125rem;
    background: #eeeeee;
    position: fixed;
    z-index: 999;
    bottom: 0px;

}
.jz_fd{
    display: flex;
    justify-content: space-around;
    flex-flow: row;
}
.jz_fd>div{
    margin-top: .46875rem;
    width: 30%;
    text-align: center;
    font-size: .359375rem;
    color: #545454;
}
.floor-m{
    overflow: hidden;
    max-width: 750px !important;
    /* width: 10rem; */
    /*  height: 7.878125rem;*/
    background: #3b3c40;
    /* overflow: hidden;*/
    padding-bottom: .71875rem;
    margin-bottom: 32px;
}
.floor-container{
    width: 9.24375rem;
    margin: 0 auto;
    padding-top: .71875rem;


}
.floor_one{
    height: .5rem;


}
.floor_one-logo{
    float: left;
}
.floor_one-logo>img{

    width: 3.828125rem;
}
.floor_one-p{
    font-size: .34375rem;
    float:right;
}
.floor_one>li{
    line-height: .5rem;
}
.floor-p-s{
    color: white;
    font-size: .34375rem;
    margin-top: .265625rem;
    margin-bottom: .484375rem;
}
.floor_address>li{
    font-size: .31375rem;
    color: #909092;
    white-space: nowrap;
    margin-bottom: .21875rem;
}
.one_p{
    font-size: 12px;
    color: white;
    margin-top: 1.3125rem;
    margin-bottom: .234375rem;
}
.two_p{
    font-size: 14px;
    border: 1px solid white;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding:0.1rem 0.2rem;
    color: white;
}
.two_p>span{
    margin-left: 0.5rem;
}
.floor_address{
    margin-top: .3125rem;
}
.option-s{
    width: 4.346875rem;
    border: 1px solid  #4f8eff;
    margin: 0 auto;
    background: white;
}
.option-s>li{
    font-size: 14px;
    text-align: center;
    height:.765625rem;
    line-height: .765625rem;

}
.floor_banner{
    position: relative;
    max-width: 750px;
    overflow: hidden;
}
.floor_banner>a{
    position:absolute;
    top: 3.5rem;
    left: 4rem;
    width: 5rem;
    height: 0.6rem;
}
.floor_banner,.floor_banner>img{
    /* width: 10rem; */
    height: 4.375rem;
    margin: 0 auto;
    margin-top: 10px;
}
.address-m{
    width: 8.671875rem;
    border-left: 4px solid #22838c;
    margin: 0 auto;
    padding-left: .354375rem;
    margin-top: 15px;

}

.address-m>p{
    font-size: .375rem;
    color: rgb(0,29,92);
    font-weight: 600;
    white-space: nowrap;
    margin-top: 5px;

}
.scroll-s{

}
.scroll-m{
    width: 9.671875rem;
    margin: 0 auto;
    height: .56875rem;
    overflow: hidden;
    margin-top: 1.15625rem;
    position: relative;

}
.ward{
    position: absolute;
    height: .58875rem;
    width: 8.671875rem;

    top: 0px;
    left: 0px;

}
.scroll-l>li{
    text-align: center;
    font-size: .46875rem;
    color: rgb(102,102,102);
    font-weight: 400;
}
.scroll-l{
    height: 100%;
    width: 10rem;
    overflow-y:scroll;

}
.caption{
    width: 8.671875rem;
    height: 1.1875rem;
    background: #22838c;
    color: white;
    margin: 0 auto;
    border-radius: 4px;
    margin-top: .609375rem;
}
.caption-p{
    font-size: .703125rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.1875rem;

}
.input-s>input{
    display: block;
    width: 9.671875rem;
    height: 1.1rem;
    outline-style: none;
    margin: 0 auto;
    border: 1px solid RGB(230,229,230);
    margin-bottom: .46875rem;
    padding-left: .46875rem;
}
.input-m{
    margin-top: .5625rem;

}
.btn-input{
    width: 9.671875rem;
    height: 1.1rem;
    border: 1px solid RGB(230,229,230);
    background: RGB(255,253,72);
    font-size: .5625rem;
    margin: 0 auto;
    font-weight: 500;
    text-align: center;
    line-height: 1.1rem;
}
.zz-img,.zz-img>img{
    width: 8.765625rem;
    height: 3.796875rem;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}