.topWrap{
    width: 100%;
    position: relative;
    height:9.7rem;
}
.topWrap .swiper-container{
    width: 100%;
    height: 100%;
}
.topWrap .swiper-slide{
    background-image: url("../img/example_banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:100%;
}
.top_header{
    width: 100%;
    position: absolute;
    left: 0rem;
    top:0.2rem;
    z-index: 100;
    text-align: center;
}
.headerWrap{
    display: inline-block;
}
.headerWrap .header_logo{
    display: inline-block;
    vertical-align: middle;
    width: 2.42rem;
}
.headerWrap .header_tabWrap{
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 9.5rem;
}
.headerWrap .header_tabWrap a{
    display: inline-block;
    vertical-align: middle;
    height: 0.5rem;
    color: #FFFFFF;
    font-size: 0.2rem;
    text-align: center;
    line-height: 0.5rem;
}
.headerWrap .header_tabWrap a.index{
    width: 1.1rem;
}
.headerWrap .header_tabWrap a.tab{
    width: 1.4rem;
}
.headerWrap .header_tabWrap a.manage{
    background-image: url("../img/index_manage.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.22rem 0.2rem;
    padding-left: 0.3rem;
    margin-left: 0.15rem;
}
.headerWrap .header_tabWrap a.active{
    background-color: #cc523e;
}


.swiper-pagination-bullet{
    width: 0.16rem !important;
    height: 0.16rem !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    height: 0.16rem !important;
    bottom: 0.7rem !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 0.18rem !important;
}



.partners{
    width: 12rem;
    margin: 0.4rem auto 0.55rem;
    background-image: url("../img/index_partners.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 3.64rem;
}

.solution{
    width: 12rem;
    margin: 0 auto;
    padding: 0.47rem 0 1rem;
}
.solution .title{
    background-image: url("../img/solution.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 12rem;
    height: 1.36rem;
    margin: 0 auto;
}
.solution .info{
    padding-top: 0.4rem;
    color: #a3a3a3;
    font-size: 0.22rem;
    text-align: center;
}
.solution .list .item{
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    float:left;
    margin-right: 0.04rem;
    width: 2.97rem;
    margin-top: 0.46rem;
}
.solution .list .item .pic{
    height: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.solution .list .item .name{
    height: 0.96rem;
    text-align: center;
    line-height: 0.96rem;
    background-color: #343434;
    color: #FFFFFF;
    font-size: 0.24rem;
    font-weight: bold;
}
.solution .list .item:nth-child(4n){
    margin-right: 0;
}

.profession{
    background-color: #f6f6f6;
    padding: 0.38rem 0 0.86rem ;
    /*background-image: url("../img/index_profession.png");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12rem 5.12rem;
    height: 5.12rem;
}
.usage{
    /*background-image: url("../img/index_usage.png");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 9.5rem;
    width: 100%;
}


.function{
    background-color: #f6f6f6;
    padding: 0.4rem 0 0;
}
.function_title{
    background-image: url("../img/function.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 12rem;
    height: 1.36rem;
    margin: 0 auto;
}
.function_info{
    color: #a3a3a3;
    font-size: 0.22rem;
    text-align: center;
    line-height: 0.4rem;
    padding: 0.66rem 0 0.56rem;
    margin: 0 auto;
    width: 12rem;
}
.function_list{
    width: 12rem;
    margin: 0 auto;

}
.function_list .function_item{
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    float: left;
    background-color: #FFFFFF;
    width: calc(11.55rem / 4);
    margin-right: 0.15rem;
    margin-bottom: 0.6rem;

    cursor: pointer;/*鼠标变成手指样式*/
    transition: all 0.6s;/*所有属性变化在0.6秒内执行动画*/

}
.function_list .function_item:nth-child(4n){
    margin-right: 0;
}

.function_list .function_item:hover{
    transform: scale(1.1);/*鼠标放上之后元素变成1.4倍大小*/
    background-color: rgb(238, 114, 86);
    box-shadow: 0px 0px 17.01px 3.99px rgba(238, 114, 86, 0.52);
}



.function_list .function_item .pic{
    height: 2.9rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.function_list .function_item .content{
    padding: 0.3rem 0 0.4rem;
}
.function_list .function_item .title{
    color: #333333;
    font-size: 0.26rem;
    text-align: center;
    padding-bottom: 0.18rem;
}

.function_list .function_item .info{
    color: #a3a3a3;
    font-size: 0.18rem;
    text-align: center;
    line-height: 0.3rem;
    padding: 0 0.16rem;
    height: 0.84rem;
}

