.main_width {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.city{display:none;}.slog{display:none;}.nav{float:none;}
.header {
    padding: 24px 0;
    background-color: #F8F8F6;
}

.hander_pos {
    margin-top: 30px;
}




.hander_pos {
    margin-top: 30px;
}


.logo {
    float: left;
    width: 195px;
}

.city {
    display: none;
    float: left;
    margin-left: 24px;
    margin-top: 12px;
    text-align: center;
}

.city em {
    display: block;
    width: 64px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #e5e5e5;
    color: #a0a0a0;
    margin-top: 10px;
    cursor: pointer;
}

.slog {
    display: none;
    float: left;
    margin-left: 24px;
    margin-top: 12px;
}

.slog p {
    line-height: 24px;
    color: #96ce54;
}

.nav {
/*    float: right;*/
    padding-top: 20px;
}

.nav li {
    float: left;
    margin-left: 24px;
    width: 98px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    text-align: center;
    transition: .4s;
    cursor: pointer;
}

.nav li.active {
    background-color: #96ce54;
    color: #fff;
}
.active a{
    color:#fff;
}
.nav li:hover {
    background-color: #96ce54;
    color: #fff;
}

    .nav li:hover a {
        color: #fff;
    }

.active a {
    color: #fff;
}

.phone {
    position: absolute;
    top: 10px;
    right: 0;
    color: #96ce54;
    font-weight: bold;
}
.phone span{
    display: block;font-size: 20px;
}
.phone .icon-phone {
    position: absolute;
    left: -50px;
    top: 6px;
    vertical-align: middle;
}
.phone .icon-phone::before{font-size:35px;}



.footer {
    background-color: #1f1f1f;
    padding: 38px 0 50px;
}

.friend {
    padding-bottom: 46px;
    border-bottom: 1px solid #313131;
    margin-bottom: 36px;
}

.friend h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}

.friend a {
    display: inline-block;
    margin: 0 10px 6px 0;
    color: #ffffff;
}

.concat ul {
    float: left;
    width: 686px;
}

.concat ul li {
    display: inline-block;
    margin: 0 80px 20px 0;
    cursor: pointer;
    color: #ffffff;
}

.concat .code {
    float: left;
    text-align: center;
}

.concat .code p {
    padding: 6px 0;
}

.consult {
    float: right;
    color: #fff;
}

.consult dl {
    margin-bottom: 10px;
}

.consult dl dt,
.consult dl dd {
    display: inline-block;
}

.consult dl i {
    font-size: 40px;
}

.consult .number {
    color: #96ce54;
    font-size: 18px;
}

.consult span {
    width: 120px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background-color: #96ce54;
    display: block;
    margin: 0 auto;
}
    .consult span a{
        color: #fff;
    }



.dropdown {
    position: absolute;
    left: 295px;
    top: 95px;
    z-index: 1000;
    background-color: white;
    width: 65px;
    text-align: center;
    display: none;
}

    .dropdown ul {
        padding-top: 10px;
    }

        .dropdown ul li {
            font-size: .24rem;
            padding-bottom: 10px;
        }
