
a{
    text-decoration: none !important;
}
.zlpfooter{
    background-color: #0d1010;
}
.zlpfooterContent{
    padding: 25px;
    margin-top: 300px;
    color: #fff;
}
.zlpfooterContentLeft{
    flex: 1;
}
.zlpfooterContentLeft>h4{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;

}
.zlpfooterContentLeft h4 img{
    margin-right:15px;
}
.zlpfooterContentLeft>div{
    align-items: center;
    margin-bottom: 25px;
}
.zlpfooterContentLeft>div h4{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #EDEDED;
    line-height: 24px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.zlpfooterContentLeft>div ul{
    margin: 0;
    padding: 0;
}
.zlpfooterContentLeft>div li a{
    font-family: MicrosoftYaHei;
font-size: 14px;
color: #999999;
line-height: 24px;
text-decoration: none;
padding:0 20px ;
border-right:1px solid #99999945;
}
.zlpfooterContentLeft>div li:last-child a{
    border: none;
}
.zlpfooterContentRight{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.zlpfooterContentRight>img{
    width: 81px;
    margin: 25px;
}
.zlpfooterContentRight>div p img {
    width: auto;
    margin-right: 15px;
}
.zlpfooterContentRight>div p i{
    font-weight: bold;
}
.zlpfooterbt{
    padding: 25px 0;
    border-top: 1px solid  #99999945;
    color: #76797B;
    font-size: 12px;
}
.zlpfooterbt a{
    font-family: MicrosoftYaHei;
font-size: 12px;
color: #76797B;
line-height: 24px;
text-decoration: none;
}
.zlpfooterContentRight span{
    font-size: 13px;
}
.betweenflexstar{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.starflexstar {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.centerflexstar{
        display: flex;
        align-items: flex-start;
        justify-content: center;
}
.betweenflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.startflex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.centerflex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.box {
    width: 100%;
    height: 100%;
}
.boxItem{
    width: 1400px;
    margin: 0 auto;
}
.headerifm{
    height: 91px;
}
@media only screen and (max-width: 768px) {
    /* html {
        font-size: 120% !important;
    } */
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    /* html {
         font-size: 200% !important;
    } */
}
@media screen and (max-width: 992px) {
    .zlpfooter{
        padding-bottom: 30px;
    }
    .col-sm-12{
        width: 100% !important;
    }
    .boxItem {
        width: 100%;
    }
    .headerifm {
        height: 60px;
    }
    .zlpfooterContent{
        
    margin-top: 0 !important;
    padding: 11px 21px;
    }
    .zlpfooterContentLeft>h4{
        display: none;
    }
    .zlpfooterContent>div,.zlpfooterContentLeft,.zlpfooterContentRight,.zlpfooterContentLeft>div,.zlpfooterContentLeft>div.tabeleClass ul{
        flex-wrap: wrap;
    }
    .zlpfooterContentLeft>div{
        margin-bottom: 5px;
    }
    .zlpfooterContentLeft>div.tabeleClass h4{
        padding: 5px 0 21px;
        border-bottom: 1px solid  #99999945;
        width: 100%;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        font-size: 16px;
        justify-content: space-between;
        line-height: 22px;
    }
    .zlpfooterContentLeft>div.tabeleClass li a{
        font-size: 14px;
    padding: 0 22px;
    border: none;
    }
    .zlpfooterContentLeft>div.tabeleClass h4 span i{
        display: none;
    }
    .zlpfooterContentLeft>div.tabeleClass.active h4 .zlpfooterimg{
        transform: rotate(180deg);
    }
    .zlpfooterContentLeft>div.tabeleClass h4 .zlpfooterimg{
        width: 17px;
        height: 12px;
        background-image: url(../images/icon_sanjiao.png);
        background-size: 100% 100%;
        transform: rotate(90deg);
        display: block;
    }
    .zlpfooterContentLeft>div.tabeleClass.active ul{
        height:75px;
    }
    .zlpfooterContentLeft>div.tabeleClass ul{
        height:0;
        overflow: hidden;
        align-items: flex-start;
        transition-property: height;
        transition-duration:0.8s, 1000ms;
    }
    .zlpfooterContentLeft>div.notableClass h4{
        padding: 12px 0;
        font-size: 14px;
        line-height: 24px;
    }
    .zlpfooterContentLeft>div.notableClass li a{
        font-size: 14px;
        color: #dadada;
        line-height: 24px;
    }
    .zlpfooterContentLeft>div.notableClass{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
    .zlpfooterContentRight>img{
        width: 105px;
        margin: 0px auto 16px;
    }
    .zlpfooterContentRight>div p:nth-child(1){
        font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    background: #1f1f1f45;
    padding: 10px;
    border: 1px solid #4c4b4b69;
    margin-bottom: 25px;
    }
    .zlpfooterContentRight>div p img{
        margin-right: 5px;
    }
    .zlpfooterContentRight>div p i{
        font-weight: normal;
    }
    .zlpfooterContentRight>div p:nth-child(2){
        font-size: 14px;
        margin-bottom: 25px;
    }
    .zlpfooterbt{
        padding: 12px 0;
        line-height: 24px;
        font-size: 14px;
    }
    .zlpfooterContentRight>div,.zlpfooterContentRight{
        width: 100%;
    }
    .zlpfooterbt a{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 992px){
    .boxItem {
        width: 90%;
    }
    .zlpfooterContentLeft>div h4{
        font-size: 12px;
    }
    .zlpfooterContentLeft>div li a{
        padding: 0 9px;
        font-size: 12px;
    }
    .zlpfooterContentRight>img{
        margin: 25px 10px;
    }
    .zlpfooterContentRight div p  span{
        font-size: 12px;
    }
}
@media only screen and (max-width: 992px) and (min-width: 768px){
    .zlpfooterContent{
        margin-top: 0;
    }
}

