body,
html {
    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;
    height: 100%;
}

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

.index_nav ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.index_nav ul li {
    width: 100%;
    height: 0.9rem;
    position: relative;
    line-height: 0.9rem;
    border-bottom: 1px solid #282827;
    right: 0;
}

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

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

.index_nav ul li.hover {
    background: #252629;
}

.header_top {
    width: 100%;
    /* height: 1.2rem; */
}

.header {
    z-index: 99999;
    width: 100%;
    padding: 0 0 0 7%;
    position: relative;
}

.header_box {
    position: relative;
    width: 100%;
}

.header_box .logo {
    width: 70%;
    text-align: center;
}

.header_box .logo h2 {
    font-size: .38rem;
    line-height: .6rem;
    color: #000;
}

.header_box .logo img {
    max-width: 100%;
    display: block;
}

.header_box .tel {
    position: absolute;
    right: 0;
    top: -.2rem;
    font-size: .3rem;
    color: #3671cf;
    width: 38%;
    padding-left: 8%;
    background: url(../images/toptel.png) no-repeat left center;
    background-size: 18%;
}

.header_box .tel .fr {
    display: inline-block;
    vertical-align: middle;
}

.header_box .tel img {
    width: .5rem;
    display: inline-block;
    vertical-align: middle;
}

.nav01 {
    background: #FFF;
}

.header-menu2 {
    height: .4rem;
    position: absolute;
    top: 0.6rem;
    right: 0.2rem;
}

.header-menu2 img {
    height: 100%;
}

.layer {
    position: absolute;
    right: 0;
    top: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: .2rem 3%;
    display: none;
}

.layer ul li {
    border-bottom: 1px solid #FFF;
    padding: 0 .4rem
}

.layer ul li:last-child {
    border-bottom: none;
}

.layer ul li a {
    font-size: .28rem;
    display: block;
    text-align: center;
    color: #FFF;
    line-height: .6rem;
}


/*底部样式*/

.footer {
    width: 100%;
    height: auto;
    padding: .3rem 0;
    background: #333333;
}

.footer .logo {
    width: 70%;
    font-size: .24rem;
    color: #999999;
    float: left;
    padding-left: 3%;
}

.footer .logo h2 {
    font-size: .28rem;
    color: #FFF;
}

.footer .logo p {
    color: #999999;
    font-size: .24rem;
}

.footer .logo .tel {
    font-size: .28rem;
    color: #FFF;
    padding: 20px 0 10px;
}

.footer .logo .tel img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.footer .wx {
    width: 30%;
    text-align: center;
    float: left;
}

.footer .wx img {
    display: block;
    margin: 0 auto 10px;
    max-width: 80%;
}