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{
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.header{
    height: 120px;
}
.header>img{
    width: 30%;
}
.header_right{
    width: 250px;

}
.header_right>div:first-child{
    line-height: 45px;
    display: flex;
    display: -webkit-flex;
    justify-content: right;
    align-items: center;
}
.header_right>div:first-child>img{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.header_right>div:first-child>p{
    font-size: 15px;
    color: #666666;
}
.header_right>div:first-child>p>span{
    color: #00479d;
}
.header_right>div:nth-child(2){
    height: 35px;
    width:100%;
}
.header_right>div:nth-child(2)>input{
    width: 210px;
    height: 35px;
    border: 1px solid #00479d;
    border-bottom-left-radius: 35px;
    border-top-left-radius: 35px;
    box-sizing: border-box;
    padding-left: 16px;
}
.header_right>div:nth-child(2)>a{
    width: 40px;
    background:#00479d ;
    height: 35px;
    border-bottom-right-radius: 35px;
    border-top-right-radius: 35px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.header_right>div:nth-child(2)>a>img{
    width: 18px;
}
.nav{
    background: #00479D;
}
.nav>div{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 60px;
}
.nav-item{
    width: 180px;
    position: relative;
}
.nav-item a{
    font-size: 16px;
    color: #FFFFFF;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    height: 100%;
    width: 100%;
}
.nav-item.navon{
    background: #6B9ECE;
}
.nav-item-son{
    display: none;
    width: 180px;
}
.nav-item-son.on{
    position: absolute;
    left: 0;
    top: -30px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    background:#0154A4;
    z-index: 99;
}
.nav-item-son a{
    width: 100%;
    text-align: center;
    font-size: 16px;
    display: block;
    height: 100%;
    width: 100%;
}
.nav-item-son a.navon{
    background: #6B9ECE;
}
.navfather.off{
    display: none;
}
.footer{
    width: 100vw;
    padding: 50px 0;
    background: url("../img/foot-bg.png") no-repeat center/100% 100%;
}
.footer_part{
    box-sizing: border-box;
    padding: 0  50px 20px 50px;
}
.footer_nav{
    width: 65%;
    display: flex;
    display: -webkit-flex;
}
.footer_nav_item{
    width: 16%;
}
.footer_nav_item>a:first-child{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    display: block;
}
.footer_nav_item>b:nth-child(2){
    display: block;
    width: 10px;
    height: 1px;
    background: #aec906;
    margin: 15px 0;
}
.footer_nav_son{
    color: #A1A2A2;
    font-size: 16px;
    line-height: 30px;
    display: block;
}
.footer_ewm{
    width: 25%;
}
.footer_ewm>img:first-child{
    display: block;
    width: 50%;
    margin: 0 auto;
}
.footer_ewm>p:nth-child(2){
    color: #A1A2A2;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.footer_bottom{
    border-top: 1px solid #4f4f4f;
    width: 100%;
}
.footer_part2{
    box-sizing: border-box;
    padding: 20px 50px 0 50px;
}
.footer_part2>p:first-child{
    font-size: 14px;
    color: #A1A2A2;
}
.footer_part2>p:first-child>a{
    color: #A1A2A2;
}
.footer_part2>select:nth-child(2){
    font-size: 14px;
    outline: none;
    padding: 5px;
}
.guide_part{
    position: fixed;
    right: 20px;
    top: 40%;
    z-index: 9999;
}
.guide_part>a{
    width: 50px;
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.guide_part>a>img{
    width: 100%;
}
.guide_wximg{
    position: absolute;
    width: 150px !important;
    height: 150px;
    left: -170px;
    top: -50px;
}
.guide_appimg{
    position: absolute;
    width: 150px !important;
    height: 150px;
    left: -170px;
    top: -50px;
}
.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;
}