html,body{
    width: 100%;
    height:auto;

}

.slider{
    width: 100%;
    height:200px;
}
.slider .swiper-container {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}
.slider .swiper-container .swiper-wrapper .swiper-slide .title img{
    width: 100%;
    height:200px;
}
.slider .pagination ,
.slider .pagination1 {
    position: absolute;
    z-index: 20;
    /*left: 26%;*/
    width:100%;
    text-align: center;
    bottom: 10px;
}
.slider .pagination1 {
    position: absolute;
    z-index: 20;
    /*left: 45%;*/
    width:100%;
    text-align: center;
    bottom: -5px;
}
.slider .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #fff;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #aaa;
    cursor: pointer;
}
.slider .swiper-visible-switch {
    background: #2DB6FF;
}
.slider .swiper-active-switch {
    background: #2DB6FF;
    border:1px solid #2DB6FF;
}

.musicstart{
    width:100%;
    height:50px;
    background-color: #444a64;
}
.musicstart p{
    width: 100%;
    text-align: center;
    line-height:50px;
    font-size:18px;
    color:#fff;
}

/*功能菜单*/
.gongneng{
    width:100%;
    margin-top: 10px;
    margin-bottom:10px;
    /*padding-left:1%;*/
    /*padding-right:1%;*/
}
.gongneng a{
    display:inline-block;
    width: 31%;
    height: 80px;
    margin-left:1.7%;
    float:left;
    margin-top:5px;
}
.gongneng a img{
    width:50px !important;
    height:50px !important;
    margin-top:5px;
}
.gongneng a p{
    font-size: 12px;
    margin-top:-2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#fff;
}
.gongneng2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    /*padding-left:1%;*/
    /*padding-right:1%;*/
}

    .gongneng2 a img {
        width: 100%;
        height: 80px;
    }

    .gongneng2 a {
        display: inline-block;
        width: 47%;
        height: 80px;
        margin-left: 1.7%;
        float: left;
        margin-top: 5px;
    }

.jszc{
    width:100%;
    text-align: center;
    color:#999;
    margin-top:20px;
    margin-bottom:60px;
    font-size:14px;
}
/*底部菜单*/
.footer-menu{
    position: fixed;
    bottom:0;
    width:100%;
    height:48px;
    overflow: hidden;
    background-color: #555;
    z-index: 9999;
}
.footer-menu ul li{
    height: 48px;
    width:25%;
    float:left;
}
.footer-menu ul li a{
    display:inline-block;
    width:100%;
    height:48px;
    color:#fff;
    font-size:14px;
    text-align: center;
}
.footer-menu ul li a img{
    width:100%;
    height:48px;
}

/*企业推荐内容页样式---start*/
.qytitle-warp {
    width: 92%;
    line-height: 32px;
    margin: 15px 4%;
    background-color: #fff;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    box-sizing: border-box;
}

    .qytitle-warp .qytitle {
        text-align: center;
    }

    .qytitle-warp .qymc,
    .qytitle-warp .qycp {
        font-size: 14px;
        font-weight: normal;
    }

.qycpxq img {
    width: 100%;
}
.cpzs img {
    width:60px;
}
.qycpxq > .cpjj {
    font-size: 14px;
    text-indent: 2em;
    word-break: break-all;
    line-height: 24px;
    font-weight: normal;
}

.cpzs .cpzs-list {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
}

    .cpzs .cpzs-list > div {
        text-align: center;
        font-size: 14px;
    }
/*企业推荐内容页样式---end*/