

.head_top{
    border-bottom:1px solid #f5f5f5;
    height: 36px;
}


#head{
	position: relative;
	z-index: 1000;
	box-sizing: border-box;
	margin: 0 auto;
	top: 0;
	left: 0;
	width: 100%;
	
	transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	
}

#head .head_pc{
	height: 167px;
	position: relative;
}

.m1400{
    width: 96%;

    max-width: 1400px;
    margin:0 auto;
}

.head_top_c{
    display: flex;
    justify-content: space-between;
    height: 36px;
    align-items: center;
}

.head_top_r{
    display: flex;
    height: 36px;
    align-items: center;
}
.head_top_r a{
    font-size: 14px;
    color: #666;
}
.head_top_r em{
	
	width: 30px;
	height: 36px;
	
	background: url(/css_com/css/../images/shuxian.jpg) center center no-repeat;
}

.head_top_r .zan{
    position: relative;
    

}

.head_top_r .zan b{
    position: relative;
    height: 36px;
    font-weight: normal;
}
.head_top_r .zan img{
    width: 105px;
    height: 105px;
    position: absolute;
    top:36px;
    left: 0;
    display: none;
}

.head_bottom{
    display: flex;
    justify-content: space-between;
    height: 130px;
    align-items: center;

}

.nav2{
    display: flex;
    justify-content: space-between;
}
.nav2 a{
    display: block;
   
    color: #666;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 20px;
    /* border-bottom:2px solid transparent */
margin-left: 10px;
}

#head .nav2 a:hover ,#head .nav2 a.a_hv{
	background-color: #5e34b5;
    color: #fff;
    /* border-bottom:2px solid #5e34b5 */
}