body{
    padding-top: 1rem;
}
/*头部修改样式*/
.header .head_logo{
    background: none;
    text-indent: 0;
    font-size: 0.36em;
    font-weight: normal;
    color: #333;
    text-align: center;
    line-height:0.48rem;
}
.header .head_location {
    display: none;
}
.header .go_back{
    display: block;
}



.nav_box{
    width: 100%;

}
.nav_box .nav_bar{
    width: 100%;
    height: 0.78rem;
    border-bottom:0.01rem solid #dfdfdf;
    display: -webkit-flex;
    display: flex;
}
.nav_box .nav_bar .nav_itme{
    -webkit-box-flex: 1;
    flex: 1;
    border-right: 0.01rem solid #dfdfdf;
    height: 0.78rem;
}
.nav_box .nav_bar .nav_itme:last-child{
    border-right: none;
}
.nav_box .nav_bar .nav_itme a{
    display: block;
    width: 100%;
    height: 100%;
    font-size:0.3rem;
    color: #333333;
    text-align: center;
    line-height: 0.78rem;
}
.nav_box .nav_bar .nav_itme.active a{
    height:calc(100% - 0.02rem);
    color: #662580;
    border-bottom: 0.03rem solid #662580;
}


.content .tel_400{
    height: 1.2rem;
    border-top: 0.2rem solid #eeeeee;
    border-bottom: 0.2rem solid #eeeeee;
    background: url("../img/about/contact_400.png") no-repeat 0.2rem;
    background-size: 0.58rem 0.58rem;
    position: relative;
}
.content .tel_400 .title{
    width: 1.85rem;
    margin-left: 0.98rem;
    padding-top: 0.28rem;
}
.content .tel_400 .title span{
    display: block;
    color: #333333;
}
.content .tel_400 .title .s1{
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 0.33rem;
}
.content .tel_400 .title .s2{
    font-size: 0.20rem;
    line-height: 100%;
}
.content .tel_400 .tel_num{
    height: 100%;
    font-size: 0.36rem;
    color: #662680;
    line-height: 1.2rem;
}
.content .tel_400 a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content .consult{
    padding: 0.3rem 0.2rem 0;
    margin-bottom: 0.3rem;
}
.content .consult .title{
    font-size: 0.32rem;
    color: #000000;
    line-height: 100%;
    margin-bottom: 0.4rem;
}
.content .consult ul{
    padding-left: 0.05rem;
}
.content .consult ul li{
    width: 2.2rem;
    height: 1.1rem;
    position: relative;
    margin: 0 0.15rem 0.3rem;
    padding-left: 1rem;
    font-size:0.24rem;
    color: #333;
    line-height: 1.1rem;
}
.content .consult ul li:nth-child(1){
    background: url("../img/about/contact_icon_1.png") no-repeat 0.35rem;
    background-size: 0.44rem 0.37rem;
}
.content .consult ul li:nth-child(2){
    background: url("../img/about/contact_icon_2.png") no-repeat 0.35rem;
    background-size: 0.44rem 0.44rem;
}
.content .consult ul li:nth-child(3){
    background: url("../img/about/contact_icon_3.png") no-repeat 0.35rem;
    background-size: 0.40rem 0.37rem;
}
.content .consult ul li:nth-child(4){
    background: url("../img/about/contact_icon_4.png") no-repeat 0.35rem;
    background-size: 0.40rem 0.42rem;
}
.content .consult ul li:nth-child(5){
    background: url("../img/about/contact_icon_5.png") no-repeat 0.35rem;
    background-size: 0.43rem 0.43rem;
}
.content .consult ul li:nth-child(6){
    background: url("../img/about/contact_icon_6.png") no-repeat 0.35rem;
    background-size: 0.44rem 0.43rem;
}
.content .consult ul li span{
    position: absolute;
}
.content .consult ul li .top,.content .consult ul li .bottom{
    width: 2.8rem;
    border-top: 1px solid #dddddd;
    left: 50%;
    margin-left: -1.4rem;
}
.content .consult ul li .top{
    top: 0;
}
.content .consult ul li .bottom{
    bottom: 0;
}
.content .consult ul li .left,.content .consult ul li .right{
    height: 0.68rem;
    border-left: 1px solid #dddddd;
    top: 50%;
    margin-top: -0.34rem;
}
.content .consult ul li .left{
    left: 0;
}
.content .consult ul li .right{
    right: 0;
}












