body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑","宋体";
    font-size: 14px;
    background-color: #ffffff;
    overflow-x: hidden;
    width: 100vw;
    min-height: 100vh;
}
a{
    text-decoration: none;
    color: #000000;
}
p{
    margin: 0;
}
input{
    outline: none;
}
.hide{
    display: none;
}
.flex{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
}
.flex_wrap{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}
.img100{
    display: block;
    width: 100%;
}
.container{
    padding: 0 0 0 0;
}

.hxypager {
    padding: 30px 0;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
}
.hxypager a {
    padding: 10px;
    text-decoration: none;
    color: #ffffff;
}
.hxypager a:not(:last-child) {
    margin-right: 5px;
}
.hxypager a:hover {
    border: #999 1px solid;
}
.hxypager a:active {
    border: #999 1px solid;
    color: #666;
}
.hxypager .current {
    border: none;
    padding: 10px;
    color: #00479d;
    margin-right: 5px;
    border-bottom: 1px solid #00479d;
}
.hxypager .disabled {
    color: #ddd;
    padding: 10px;
    margin-right: 5px;
}
.nav{
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.nav_content{
    width: 95%;
    margin: 0 auto;
    position: relative;


}
.nav_content_left{
   position: absolute;
    left: 0;
    top: 40px;

}
.nav_content_left>img{
    height: 30px;
}
.nav_content_mid{
    position: absolute;
    left: 25%;
    top: 40px;
    width: 50%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;


}
.nav_content_mid_part{
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    background: #FFFFFF;
    padding: 10px 30px;
    border-radius: 30px;
}
.nav-item{
    width: 100px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    border-right: 1px solid #B8B8B8;

}
.nav-item:last-child{
    border-right:none;
}
.nav-item>a{
    font-size: 16px;
    color: #666666;
    height: 20px;
    line-height: 20px;
    width: 100%;
}
.nav-item.navon{

}
.nav-item-son{
    display: none;
}
.nav-item-son.on{
    position: absolute;
    left: 0;
    top:-10px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    z-index: 99;
    width: 100%;
}
.nav-item-son-item{
    padding: 10px 0;
    width: 100%;
    background: #ffffff;
    display: flex;
    display: -webkit-flex;
}
.nav-item-son-item:first-child>a{

    color: #666666;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    border-right: 1px solid #B8B8B8;
}
.nav-item-son-item:nth-child(n+2){
    background: rgba(54,137,54,0.5);
}
.nav-item-son-item:nth-child(n+2)>a{
    width: 100%;
    color: #ffffff;
    height:20px;
    line-height: 20px;
    font-size: 16px;
}

.nav-item-son-item:first-child.nav_son_on>a{
    color: #388A37;
    font-weight: bolder;
}
.nav-item-son-item:nth-child(n+2).nav_son_on{
    background: rgba(54,137,54,0.8);
}
.navfather.off{
    display: none;
}
.nav-item.on>a{
    color: #388A37;
    font-weight: bolder;
}
.nav_content_right{
    width: 20%;
    position: relative;
}
.nav_content_right>input{

    display: block;
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    padding-left: 12px;
    font-size: 12px;
    border: none;
    background: #F5F9FA;
    border-radius: 15px;
}
.nav_content_right>img{
    position: absolute;
    right:10px;
    top: 3px;
    height: 25px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.footer {
    width: 100vw;
    background:#004C97;
    box-sizing: border-box;
    padding: 20px 0;
}
.footer_ba{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    width: 45%;
    margin: 0 auto;
    color: #ffffff;
    font-size: 14px;
}
.footer_ba>a{
    color: #ffffff;
}
.layui-layer-dialog{
    left: 45%!important;
    top: 35%!important;
}