body {
    position: relative;
}

.index_wrap {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

.index_nav {
    width: 50%;
    position: fixed;
    top: 0;
    left:-50% ;
    z-index: 99999;
    height: 100%;
    background: #333436;
}

.index_nav_top {
    text-align: center;
    padding-top: 0.6rem;
}

.index_nav_top img {
    width: 30%;
}

.index_nav_top p {
    font-size: 0.3rem;
    color: #EEEEEE;
    margin-top: 0.1rem;
}

.index_nav ul {
    margin-top: 1.5rem;
}

.index_nav li {
    width: 100%;
    height: 0.9rem;
    position: relative;
    line-height: 0.9rem;
    border-bottom: 1px solid #282827;
    right: 0;
    background: url("../images/pre-next.png") no-repeat right 0.2rem center;
    background-size: auto 0.3rem;
}

.index_nav li.hover {
    background: url("../images/pre-next.png") no-repeat right 0.2rem center #252629;
    background-size: auto 0.3rem;
}




.index_nav li a {
    display: block;
    width: 100%;
    height: 0.9rem;
    color: #EEEEEE;
    font-size: 0.3rem;
    text-align: center;
}

.index_nav li a span {
    position: relative;
    right: -4rem ;
    opacity: 0;
}

.index_nav li:nth-child(3) a {
    background-size: auto 0.5rem !important;
}

.header {
    background: white;
    height: 1.5rem;
    border-bottom: 2px solid #175ac0;
    overflow: hidden;
}

.header .imgs {
    width: 40%;
    display: block;
    padding-top: 0.3rem;
}
.header .imgs1 {
    width: 10%;
    display: block;
    padding-top: 0.35rem;
    margin-left: 1.3rem;
}
.header .two{
    margin-top: 0.3rem
}
.header .two p{
    font-size: 0.3rem;
    line-height: 0.45rem;
    color:#ff8820;
}



.header .header-menu{
    position: relative;
    width: 0.7rem;
    left:88%;
    bottom:1.9rem;
}

/*底部样式*/

.footer {
    width: 100%;
    height: auto;
    padding: 0.15rem 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: url("../images/footer.jpg");
    background-size: 98% 100%;
}

.footer ul {
    width: 100%;
    clear: both;
}

.footer ul li {
    width: 25%;
    float: left;
    text-align: center;
}

.footer ul li img {
    height: 0.6rem;
    width: auto;
}

.footer ul li p {
    font-size: 0.25rem;
    margin-top: 0.05rem;
    color: white;
}
.footer ul li .imgsa{
    width: 35%;
    height: 80%;
    margin-top: 0.13rem;
}
.fot-top{
    background: url(../images/fot-top.jpg) no-repeat ;
  background-size: 100% 100%;
  min-height: 2.3rem;
}