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: 70px 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;
    background: #99D1FF;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.nav_content{
    width: 75%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}
.nav_content_left{
    width: 10%;
    position: relative;
    height: 80px;
}
.nav_content_left>img{
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
}
.nav_content_mid{
    width: 70%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;

}
.nav_content_mid>a{
    flex: 1;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    height: 70px;
    line-height: 70px;
}
.nav_content_mid>a.on{
    background: #4E9FFD;
}
.nav_content_right{
    width: 20%;
    position: relative;
}
.nav_lang{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background: #4E9FFD;
    width: 6%;
    margin: 0 auto;
    justify-content: center;
    padding: 5px 0;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
}
.nav_lang>img{
    width: 25%;
}
.nav_lang>p{
    color: #ffffff;
    font-size: 14px;
    margin-left: 3px;
}
.nav_content_right>input{

    display: block;
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    padding-left: 12px;
    font-size: 12px;
    border: 1px solid #D9DCDE;
    border-radius: 15px;
}
.nav_content_right>img{
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.footer {
    width: 100vw;
    background: #1555FF;
    box-sizing: border-box;
    padding: 30px 0;
}
.footer_ba{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    width: 45%;
    margin: 0 auto;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 15px;
}
.footer_ba2{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
}
.footer_ba2>img {
    width: 20px;
}
.layui-layer-dialog{
    left: 45%!important;
    top: 35%!important;
}