﻿.header{
    min-width: 1280px;
    height: 76px ;
    background: url("../images/header_bg.png") no-repeat ;
    background: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
}

@media screen and (max-width: 1200px){
    .header{
        width: 100%;
        position: absolute;
    }
}
.header_inner{
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.header_logo{
    height: 120px;
    float: left;
    position: absolute;
    left: 30px;
    /*padding-top: 14px;*/
    margin-right: 10px;
}
.header_content{
    height: 100%;
}
.header_content ul{
    display: table;
    position: absolute;
    right: 0px;
    height: 100%;
}

.header_inner li {
    list-style: none;
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
    letter-spacing: 1px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.header_inner li:hover{
    color:#dcc072 ;
    background: url("../images/bg_header-font.png") no-repeat ;
    background-size: cover;

}
.header_inner a:hover{
    color:#328c76 ;
}
.header_click a:hover:after{
    content: '';
    position: absolute;
    display: block;
    margin-top: 5px;
    left: 50%;
    transform: translate(-50%,0);
    width: 36px;
    height: 2px;
    background: #6fa995;
}
.header_inner a{
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.forum{
    position: relative;
}
.forum:hover{
    color: #242e32!important;
}
.forum:hover .share_wrap{
    display: block;
}


/*分享盒子*/
.share_wrap{
    position: absolute;
    top: 100%;
    /*background: red;*/
    left: 5px;
    width: 200px;
    height: 100px;
    display: none;
}
.share_box{
    position: absolute;
    top: 5px;
    left: -135px;
    display: flex;
    width: 526px;
    height: 143px;
    background: url("../images/share_box_bg.png") no-repeat;
    justify-content: space-around;
    padding-top: 25px;
}
.share_box img{
    width: 85px;
    height: 85px;
    display: block;
}
.share_box span{
    font-size: 14px;
    text-align: center;
    display: block;
    padding-top: 2px;
}
