.menu {
    width: 100%;
    height: inherit;
    margin: 0 auto;
}

label {
    display: none;
}

#toggle {
    display: none;
}

.nav_in a {
    margin: 0 .069444rem;
    text-decoration: none;
    color: gray;
}


/* ----------图-片---------*/

.bgt {
    width: 100%;
    height: 2.083333rem;
    background: url(../images/index/lbt.png) no-repeat;
    background-size: 100% 100%;
}


/* -------------指-引----------- */

.guide {
    width: 100%;
    height: .347222rem;
    border: .006944rem solid rgba(222, 222, 222, 1);
}

.guide_in {
    width: 8.333333rem;
    height: inherit;
    margin: 0 auto;
    line-height: .347222rem;
    font-size: .111111rem;
}

.guide_in .guide_left {
    float: left;
    height: .347222rem;
}

.guide_left img {
    width: .111111rem;
    height: .111111rem;
    vertical-align: middle;
    margin: 0 .041667rem;
}

.guide_left a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-right: .069444rem;
}

.guide_right {
    float: right;
    display: none;
}

.guide_right .active {
    color: #00B1B7;
}

.guide_right a {
    height: .37rem;
    display: inline-block;
    margin-left: .208333rem;
    font-size: .111111rem;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    border-bottom: .027778rem solid transparent;
    position: relative;
}

.guide_right a i {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: .020833rem;
    background-color: #00B1B7;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.guide_right a:hover i {
    width: 100%;
    margin-left: -50%;
}

.guide_right a:hover {
    color: #00B1B7;
}


/* ---------- 联-系-我-们 ---------- */

.contact {
    width: 8.333333rem;
    height: auto;
    margin: .208333rem auto 1.208333rem;
    position: relative;
}

.contact h1 {
    width: 4.305556rem;
    height: .625rem;
    border-bottom: .006944rem solid #e2e2e2;
    margin: 0 auto .590278rem;
    text-align: center;
    line-height: .625rem;
    font-size: .277778rem;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.contact i {
    display: inline-block;
    width: .0625rem;
    height: .0625rem;
    background: #00b1b7;
    position: absolute;
    left: 50%;
    top: .590278rem;
}


/* 地址 */

.address {
    width: 100%;
    height: 4.166667rem;
}

.address .phone {
    width: 100%;
    height: 1.51389rem;
    font-size: .211111rem;
    color: #333;
    line-height: .2875rem;
    margin-bottom: .472222rem;
}

.address .map {
    width: 8.333333rem;
    height: 3.777778rem;
    margin-bottom: .472222rem;
}

@media screen and (min-width: 760px) and (max-width: 1200px) {
    .footer .foot_bottom {
        display: none;
    }
}

@media screen and (max-width: 760px) {
    /* -----------顶-部--------- */
    .big {
        position: relative;
    }
    .top {
        width: 100%;
        height: 1.333333rem;
    }
    .top .top_in {
        width: 9.333333rem;
        height: 1.333333rem;
        margin: 0 auto;
    }
    .top_in img {
        width: 1.066667rem;
        height: 1.066667rem;
        vertical-align: middle;
    }
    .top_in .introduce {
        width: 2.666667rem;
        height: .533333rem;
        font-family: MicrosoftYaHei-Bold;
        font-size: .186667rem;
        font-weight: normal;
        font-stretch: normal;
        line-height: .373333rem;
        letter-spacing: 0rem;
        color: #00b1b7;
        margin: .373333rem 0 0 .133333rem;
    }
    /* --------面-包-导-航-------- */
    .menu {
        width: 100%;
        text-align: center;
    }
    .nav {
        background: transparent;
    }
    label {
        display: block;
        cursor: pointer;
        width: .96rem;
        height: .746667rem;
        position: absolute;
        right: .4rem;
        top: .266667rem;
        color: #00b1b7;
        font-size: .6rem;
    }
    .nav_in {
        width: 100%;
        height: 6.5rem;
        margin: 0 auto;
        background: white;
        display: none;
        z-index: 10000;
        position: absolute;
        top: 1.333333rem;
        left: 0;
        border-bottom: .026667rem solid #e5e5e5;
    }
    .nav_in li {
        display: block;
        width: 100%;
        line-height: .666667rem;
        font-size: .213333rem;
    }
    .nav_in li a {
        display: block;
        color: #00b1b7;
    }
    .nav .nav_in li:hover .center,
    .nav .nav_in li:hover .new {
        display: none;
    }
    .nav_in li:hover {
        background: rgba(1, 140, 145, 1);
    }
    .nav_in li:hover a {
        color: white;
    }
    .nav .nav_in .nav_one a {
        color: white;
    }
    #toggle:checked+.nav_in {
        transition: all 0.4s ease-in;
        display: block;
    }
    /* --------图-片--------- */
    .bgt {
        width: 100%;
        height: 4rem;
        margin-top: -0.426667rem;
    }
    /* -------------指-引----------- */
    /*新增*/
    .guide .toke{
        display: block;
    }
    .guide {
        width: 100%;
        height: auto;
        margin: 0 auto;
        border-bottom: solid .026667rem #dedede;
        line-height: .75rem;
    }
    .guide_in {
        display: none;
    }
    .guide .toke {
        display: block;
        width: 100%;
        height: 1.066667rem;
        /*background: red;*/
        overflow: hidden;
        transition: .5s;
    }
    .guide .toke .toke_top {
        width: 100%;
        height: 1.066667rem;
        background: #f4f4f4;
        padding: .133333rem .533333rem;
        text-align: center;
        font-size: .426667rem;
        line-height: .8rem;
    }
    .guide .toke .toke_top .back {
        width: 30px;
        height: 30px;
        float: left;
    }
    .guide .toke .toke_top .down {
        width: .8rem;
        height: .8rem;
        float: right;
    }
    .about .blue {
        display: none;
    }
    .guide_left {
        display: none;
    }
    .guide_right {
        height: 0;
        width: 100%;
        /*padding-top: .266667rem;*/
        /*padding-bottom: .266667rem;*/
        margin-top: .266667rem;
    }
    .guide_right a {
        width: 29%;
        height: .8rem;
        line-height: .8rem;
        font-size: .213333rem;
        border: .013333rem solid #e5e5e5;
        margin-bottom: .266667rem;
        text-align: center;
        box-shadow: 0 0 .08rem #e5e5e5;
    }
    /* ------------联-系-我-们---------- */
    .contact {
        width: 100%;
        height: auto;
        margin: .426667rem auto 1.2rem;
        padding-top: .133333rem;
    }
    .contact h1 {
        display: none;
        width: 8.213333rem;
        height: 1.226667rem;
        font-size: .533333rem;
        line-height: .373333rem;
        letter-spacing: 0rem;
        color: #333333;
        text-align: center;
        line-height: 1.226667rem;
        position: relative;
    }
    .contact i {
        display: none;
        position: absolute;
        top: 1.28rem;
        left: 49%;
        width: .16rem;
        height: .16rem;
    }
    /* -----地-址----- */
    .address {
        width: 100%;
        height: auto;
    }
    .address .phone {
        width: 8.266667rem;
        height: 4rem;
        margin: 0 auto .586667rem;
        color: #333333;
        line-height: .65rem;
        font-size: .513333rem;
        letter-spacing: 0rem;
    }
    .address .map {
        width: 100%;
        height: 6.777778rem;
        margin-bottom: .472222rem;
    }
}