html {
    font-size:100px;
}

body {
    margin:0;
    padding:0;
    font-family:Microsoft YaHei;
    background-color: #fff;
}

a {
    outline: none;
    text-decoration: none;
}

ul,li,div,p {
    padding:0;
    margin:0;
}

ul,li {
    list-style-type:none;
}

.clearfix:before {
    content:"";
    clear:both;
}

.clearfix:after {
    content:"";
    clear:both;
    display:table;
}

.animate_slider {
    transition-timing-function:ease;
    transition: all .4s;
}

.header_wrap {
    height:.88rem;
    text-align: center;
    position: relative;
}

.header_wrap .logo {
    width: 2.72rem;
    height: .54rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1.36rem;
    margin-top: -.27rem;
}

.header_wrap .nav_btn {
    width: .44rem;
    height: .44rem;
    position: absolute;
    left: .37rem;
    top: 50%;
    margin-top: -.22rem;
    display: block;
    background-image: url(../images/nav_ico.png);
    background-size:100%;
}

.header_nav {
    position: fixed;
    top:0;
    left:0;
    right: 0;
    background-color: #004097;
    padding:.4rem 0;
    z-index:9999;
}

.header_nav li {
    margin-bottom:.3rem;
    text-align: center;
}
.header_nav li>a {
    font-size:.46rem;
    color:#fff;
}

.header_nav li>ul li {
    margin-bottom: .2rem;
    text-align: center;
    font-size: .12rem;
}
.header_nav li>ul li a {
    opacity: .7;
    font-size: .4rem;
}

.footer_wrap {
    height:2.4rem;
    background-color: #222c36;
    display: flex;
    padding-left: 20%;
}

.footer_wrap .qq_kf {
    float:left;
    width:3rem;
    height:1rem;
    margin-top:.7rem;
    margin-left:.66rem;
    border-radius:.08rem;
    background-color:#334152;
    color:#fff;
    font-size:.36rem;
    display: flex;
}

.footer_wrap .qq_kf>img {
    width:.55rem;
    height:.6rem;
    margin:.2rem 0 0 .2rem;
}

.footer_wrap .qq_kf>span {
    margin:.24rem 0 0 .34rem;
}

.footer_wrap .qrcode {
    text-align: center;
    padding-top: .24rem;
    margin-right: 20%;
}
.footer_wrap .qrcode_ico {
    width:1.68rem;
    height:1.68rem;
    margin:0 auto;
}
.footer_wrap .qrcode_ico>img {
    width:1.68rem;
    height:1.68rem;
}
.footer_wrap .qrcode>p {
    font-size:.24rem;
    line-height: .33rem;
    color:#fff;
}
.footer_btm {
    color:#fff;
    font-size:.16rem;
    background-color: #222c36;
    text-align: center;
    padding:0.16rem .84rem;
    line-height: .4rem;
}
.footer_btm .footer_flex {
    display: flex;
}
.footer_btm .footer_code {
    flex: 1;
    text-align: left;
}
.footer_btm .footer_copy {
    flex: 1;
    text-align: left;
    padding-left:.4rem;
}
.footer_line {
    height: .01rem;
    background-color: #39424B;
}