.h-con{
    width: 100%;
    height: 74px;
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}
.h-con>.container>a>img{
    float: left;
    height: 40px;
    margin-top: 18px;
}
.h-ul{
    float: right;
}
.h-ul>li{
    position: relative;
    display: inline-block;
    line-height: 74px;
}
.h-ul>li.active{
    height: 74px;
    background-color: #58328b;
    border-bottom: 2px solid #7f61a6;
}
.h-ul>li>a{
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color:#000000;
    text-decoration: none;
    padding: 0 25px;
}
.h-ul>li.active>a{
    color: #ffffff!important;
}
.h-ul>li.active>span{
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #7f61a6;
}

.footer{
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #e5e5e5;
}
.footer>.container{
    overflow: hidden;
}
.footer-logo{
    float: left;
    height: 40px;
    margin: 14px 0;
}
.footer-contact{
    float: right;
    height: 48px;
    margin: 10px 0;
    padding: 4px 12px;
    border-radius: 8px;
    background-color: #58328b;
    color: #ffffff;
}
.footer-contact:hover{
    color: #ffffff;
}
.footer-contact>img{
    height: 100%;
    vertical-align: middle;
    margin-right: 6px;
}
.footer-line{
    float: left;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #58328b;
}
.footer-down{
    text-align: center;
    overflow: hidden;
    padding-top: 12px;
}
.footer-down>p{
    font-size: 12px;
    line-height: 20px;
}
.footer-down>.com-area{
    width: 100%;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: -6px;
}
.line-gray{
    display: inline-block;
    width: 180px;
    height: 1px;
    background-color: #000000;
}
.footer-down>div>span{
    font-size: 14px;
    line-height: 24px;
}
.footer-down>div>a>img{
    height: 20px;
    vertical-align: middle;
}

.sider{
    position: fixed;
    top: 65%;
    right: 0;
    width: 50px;
    z-index: 1001;
}

.sider0, .sider1, .sider2, .sider3, .sider4{
    position: relative;
    top: 0;
    left: -0px;
    width: 50px;
    height: 50px;
    background-color: #31353d;
    cursor: pointer;
}
.sider3{
    display: none;
}
.sider0>img,.sider1>img,.sider2>img,.sider3>img,.sider4>img{
    width: 52px;
    vertical-align: middle;
}
.sider1{
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
    overflow: hidden;
}
.sider1>span{
    
    width: 125px;
    float: right;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}
.qrcode-wx{
    display: none;
    position: absolute;
    top: 0;
    left: -150px;
    width: 150px;
    height: 150px;
    background-color: #58328b;
}
.qrcode-wx>img{
    width: 150px;
}
.c-qq{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.m-nav-btn{
    display: none;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 36px;
    height: 33px;
    border: 2px solid #31353d;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
}
.m-nav-btn>span{
    display: inline-block;
    width: 80%;
    margin-left: 10%;
    height: 2px;
    float: left;
    background-color: #31353d;
    margin-bottom: 5px;
}
.m-nav-btn>span:first-child{
    margin-top: 7px;
}

.pc-show{
    display: block;
}
.m-show{
    display: none;
}

@media screen and (max-width: 768px) {
    .h-ul>li.active>a {
        color: #000000!important;
    }
    
    .pc-show{
        display: none;
    }
    .m-show{
        display: block;
    }
    .sider2,.sider3{
        display: none;
    }
    
    .m-nav-btn{
        display: block;
    }
    .h-con>.container{
        padding: 0;
    }
    .h-con>.container>a>img{
        margin-left: 15px;
        height: 33px;
        margin-top: 22px;
    }
    .h-ul{
        display: none;
        position: fixed;
        top: 74px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        padding-bottom: 10px;
        border-top: 1px solid #000000;
    }
    .h-ul>li{
        background-color: #ffffff;
        font-size: 18px;
        text-align: center;
        display: block;
        line-height: 2em;
    }
    .h-ul>li>a{
        display: inline-block;
        width: 100%;
    }
    .h-ul>li.active{
        height: auto;
        background-color: #ffffff;
        border-bottom: none;
    }
    .h-ul>li.active>a{
        color: #000000;
    }
    .h-angle{
        display: none;
    }
    
    .sider{
        width: 32px;
        top: 68%;
    }
    .sider0, .sider1, .sider2, .sider3, .sider4{
        width: 32px;
        height: 32px;
    }
    .sider0>img, .sider1>img, .sider2>img, .sider3>img, .sider4>img{
        width: 32px;
    }
    .sider1>span{
        width: 140px;
        line-height: 32px;
    }
    
    .footer-contact{
        margin-right: 35px;
    }
    .footer-contact>img{
        vertical-align: top;
    }
    .footer-contact{
        height: 26px;
        line-height: 18px;
        margin-top: 11px;
        font-size: 12px;
    }
    .footer-down>.com-area{
        font-size: 20px;
    }
    .footer-logo{
        height: 30px;
        margin: 9px 0;
    }

}