.banner{
    width: 100%;
}
.banner img{
    width: 100%;
    height: auto;
}

.content .erjidh{
    width: 100%;  
    height: 64px;
    background: #F7F7F7;
}
.content .erjidh ul{
    width: 1200px;
    margin: 0 auto;
}


.content .erjidh ul li>a{
    display: block;
}
.content .erjidh ul li .ziheneir{
    width: 100%;
    border-right:1px solid  #DCDCDC;
    text-align: center;
    font-size: 14px;
    /* font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}
.content .erjidh ul li .ziheneir img{
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.content .erjidh ul li .ziheneir img:nth-child(2){display: none;}
.content .erjidh ul li .sanjiao{
    width: 24px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
    display: none;
}
.content .erjidh ul li .sanjiao img{
    width: 100%;
    height: auto;
}

.content .erjidh ul li.active{
    
background: #009B69;
}
.content .erjidh ul li.active .ziheneir img:nth-child(2){
    display: inline-block;
}
.content .erjidh ul li.active .ziheneir img:nth-child(1){
    display: none;
}
.content .erjidh ul li.active .sanjiao{
    display: block;
}
.content .erjidh ul li.active .ziheneir{
    color: #FFFFFF;
}
.content .erjidh ul li {
    width: calc(100% / 10);
    height: 64px;
    padding-top: 22px;
    box-sizing: border-box;
    position: relative;
    float: left;
}

.content .erjidh.erjidh-san ul li {
    width: calc(100% / 3);
    height: 64px;
    padding-top: 22px;
    box-sizing: border-box;
    position: relative;
    float: left;
}
.content .erjidh.erjidh-si ul li {
    width: calc(100% / 4);
    height: 64px;
    padding-top: 22px;
    box-sizing: border-box;
    position: relative;
    float: left;
}
.content .erjidh.erjidh-wu ul li {
    width: calc(100% / 5);
    height: 64px;
    padding-top: 22px;
    box-sizing: border-box;
    position: relative;
    float: left;
}
.content .erjidh.erjidh-san ul li {
    width: calc(100% / 3);
    height: 64px;
    padding-top: 22px;
    box-sizing: border-box;
    position: relative;
    float: left;
}
/* 新闻资讯 */
.content .erjidh.erjidh-xwzx ul li {
    width: calc(100% / 6);
    height: 64px;
    padding-top: 22px;
    box-sizing: border-box;
    position: relative;
    float: left;
}
/* 关于我们 */
.content .erjidh.erjidh-gywm ul li {
    width: calc(100% / 7);
    height: 64px;
    padding-top: 22px;
    box-sizing: border-box;
    position: relative;
    float: left;
}

.content .erjidh.erjidh-khfw ul li{
    width: calc(100% / 10);
    height: 64px;
    padding-top: 22px;
    box-sizing: border-box;
    position: relative;
    float: left;
}

.content .erjidh.erjidh-shzr ul li{
    width: calc(100% / 2);
    height: 64px;
    padding-top: 22px;
    box-sizing: border-box;
    position: relative;
    float: left;
}
/* 响应式 */
@media screen and (max-width: 1280px){
    .content .erjidh ul {
        width: 96%;
        margin: 0 auto;
    }
    
}
@media screen and (max-width: 768px){
    .content .erjidh ul {
        width: 96%;
        margin: 0 auto;
        overflow: hidden;
        
    }
    .content .erjidh {
        width: 100%;
        height: auto;
        background: #F7F7F7;
        display: none;
    }
    .content .erjidh ul li {
        width: calc(100% / 3) !important;
        height: 44px !important;
        padding-top: 10px !important;
        box-sizing: border-box !important;
        position: relative !important;
        float: left !important;
    }
    .content .erjidh ul li .ziheneir {
        width: 100%;
        border-right: 1px solid #DCDCDC;
        text-align: center;
        font-size: 12px;
        /* font-family: Microsoft YaHei; */
        font-weight: 400;
        color: #666666;
        line-height: 22px;
    }
}