/* 首页主体内容 */
.index-main{
    padding:.68rem 0 .5rem;
}
.present-wrapper{
    margin:0 auto;
    width:9.6rem;
}
.persent-desc{
    margin-top:.2rem;
}
.present-list{
    margin:.84rem auto 1.24rem;
}
.present-item{
    width: 16.6%;
    padding-bottom: .32rem;
    border-right: 2px solid #a6a6a6;
}
.present-item:last-child{
    border-right:none;
}
.present-item:hover{
    background: #e6e6e6;
    cursor: pointer;
}
.present-item-step{
    padding:.16rem 0;
    font-size: 0;
}
.present-item-step img{
    height:.26rem;
}
.present-item-desc{
    line-height:.3rem;
    font-weight:bold;
}
.present-item-detail{
    margin-top:.1rem;
}
.company-list{
    position:relative;
}
.company-item{
    width: calc(33.34% + 14px);
    padding:16px 20px;
    background:#fff;
    border: 2px solid #a6a6a6;
    float: left;
    box-sizing: border-box;
    margin-right: -15px;
}
.company-item-big1,
.company-item-big2{
    position: relative;
}
.company-item-big1{
    top:10px;
    left:-4px;
}
.company-item-big2{
    left:-8px;
}
/* .company-item{
    width:3.24rem;
    padding:.15rem .2rem;
    border:2px solid #a6a6a6;
    background-color: #fff;
}
.company-item-big{
    position:absolute;
    width: 3.44rem;
}
.company-item-big1{
    right:3.28rem;
    top: .1rem;
}
.company-item-big2{
    right:0;
} */
.company-item-title img{
    height:.44rem;
}
.company-item-title-tips{
    margin-left:.08rem;
    vertical-align:top;
    position:relative;
    top:-0.04rem;
}
.company-desc{
    margin-left:.66rem;
    line-height:.2rem;
}
.company-item-big1 .company-item-title-tips,
.company-item-big2 .company-item-title-tips{
    top: -0.08rem;
}
.company-item-big1 .company-desc,
.company-item-big2 .company-desc{
    margin-left:1.36rem;
}

.mySwiper{
    overflow: hidden;
}
.swiper-pagination-bullet-active{
    background:#fff;
}
.swiper-button-prev{
    background:url("/static/web/image/prev.png");
    background-size: 100% 100%;
    left:.3rem;
}
.swiper-button-next{
    background:url("/static/web/image/next.png");
    background-size: 100% 100%;
    right:.3rem;
}
