/* 模板：AdminBuy.Cn */
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.ani {
    opacity: 0;
}

.ani-slide .ani1-1 {
    opacity: 1;
    -webkit-animation: fadeInDown 0.5s both;
    animation: fadeInDown 0.5s both;
}

.ani-slide .ani1-2 {
    opacity: 1;
    -webkit-animation: fadeInUp 0.5s both;
    animation: fadeInUp 0.5s both;
}

.swiper-container {
    padding-top: .58rem;
    width: 100%;
    height: 3.2rem;
    background-color: #000;
    background-size: cover !important;
    background-position: center;
}

.pagination {
    position: absolute;
    bottom: .1rem;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.swiper-pagination-switch {
    display: inline-block;
    width: .5rem;
    height: 0.04rem;
    border-radius: .08rem;
    margin: 0 .05rem;
    background: #fff;
    cursor: pointer;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.swiper-active-switch {
    opacity: 1;
    filter: alpha(opacity=100);
}

.swiper-content {
    position: absolute;
    top: .3rem;
    margin-left: .2rem;
    width: 3.4rem;
    text-align: center;
}

.swiper-content .swiper-title {
    font-size: .26rem;
    font-weight: 700;
    line-height: 1.5;
    overflow: hidden;
    color: #fff;
}

.swiper-content .swiper-text {
    color: #fff;
    line-height: 1.8;
    font-size: .14rem;
    margin-top: .1rem;
    line-height: 1.5;
    overflow: hidden;
}

.swiper-content .swiper-bnt {
    display: block;
    width: 1.4rem;
    height: .42rem;
    line-height: .42rem;
    margin: 0 auto;
    background: #06c562;
    border: .01rem solid #06c562;
    border-radius: .04rem;
    font-size: .16rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-top: 0.2rem;
}

.swiper-content .swiper-bnt a {
    color: #fff;
}

.service {
    padding: .1rem .2rem;
}

.service .service-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.service .service-content .service-item {
    width: 48%;
    box-shadow: 0 0.04rem 0.2rem 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    text-align: center;
    margin-top: .1rem;
}
.service .service-content .service-item img{ padding:10px 0}
.service .service-content .service-item .iconfont {
    font-size: 0.84rem;
    color: #06c562;
    font-weight: 500;
}

.service .service-content .service-item .title {
    font-size: 0.14rem;
    font-weight: 500;
    color: #404040;
    margin-bottom: 0.16rem;white-space:nowrap;overflow: hidden;text-overflow:ellipsis
}

.team {
    margin-top: 0.2rem;
    padding: .2rem;
    background: url(../images/teambg.jpg) center no-repeat;background-size: cover;
}

.team .team-text .title {
    text-align: center;
    font-size: 0.18rem;
    color: #fff;
    line-height: 1.5;
}

.team .team-content .team-item {
    margin-top: 0.1rem;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: .2rem;
}

.team .team-content .team-item .iconfont {
    font-size: 0.4rem;
    margin-right: .06rem;
    vertical-align: middle;
}

.team .team-content .team-item .title {
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 0.4rem;
}

.team .team-content .team-item .desc {
    line-height: 1.5;
    margin-top: 0.1rem;
    font-size: 0.14rem;
    color: #eee;
}

.team .team-more a {
    display: block;
    background-color: #fff;
    color: #06c562;
    margin-top: 0.12rem;
    line-height: 0.34rem;
    text-align: center;
    font-size: 0.14rem;
}

.team .team-more .iconfont {
    font-size: 0.13rem;
    margin-right: .04rem;
}

.news {
    padding: .1rem .2rem;
}
.news .news-hot{border-bottom: .01rem solid #ddd; padding-bottom:10px}
.news .news-hot .pic {
    width: 100%;
    overflow: hidden; margin-bottom:15px
}
.news .news-hot .pic img{
    width: 100%;
}
.news .news-hot .title {
    font-size: 0.16rem;
    font-weight: 400;
    color: #404040;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0.08rem 0;
}

.news .news-hot .desc {
    font-size: .14rem;
    line-height: 1.5;
    color: #999;
}

.news .news-list .news-item {
    margin: 10px 0;
    border-bottom: .01rem solid #ddd; padding:0 0 10px
}

.news .news-list .news-item:last-child {
    border-bottom:none;
}

.news .news-list .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #404040;
    margin-bottom: 0.06rem;
}

.news .news-list .title a {
    font-size: 0.16rem;
    font-weight: 400;
    color: #404040;
}

.news .news-list .desc {
    font-size: .14rem;
    line-height: 1.5;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news .news-list .date {
    font-size: 0.14rem;
    line-height: 1.5;
    color: #999;
    margin-bottom: .06rem;
}
