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: #19298b;
}
.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;
    border-bottom: 1px solid #B8B8B8;
    background: #ffffff;
}
.nav_content{
    width: 75%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;

}
.nav_content_left{
    width: 10%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.nav_content_logo{
    display: block;
    height: 70px;
    margin-right: 10px;
}
.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: #1E387D;
    height: 80px;
    line-height: 80px;
}
.nav_content_mid>a.on{
    background:#1E387D;
    color: #ffffff;
}
.nav_content_mid>a.on2{
    background:#1E387D;
    color: #ffffff;
}
.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;
}

