@font-face {
    font-family: 'PuHuiTi';
    src: url('../font/Alibaba-PuHuiTi-Bold.ttf') format('truetype'), /* 对于现代浏览器 */ url('../font/Alibaba-PuHuiTi-Bold.ttf') format('woff'); /* 对于现代浏览器和一些老版本的IE */
}

body {
    font-family: PuHuiTi;
    background: #F3F7FB;
}


/* 中间部分 */
.banner{
    padding-top: 1rem;
}
.banner img {
    width: 100%;
}
.page-zone{
    padding: 0.24rem 0.34rem;
    /* padding-top: 60px; */
    box-sizing: content-box;
}
.industry-list{

}
.nav-title{
    line-height: 0.2rem;
}
.industry-list .nav-title .left-nav-title{
    color: #8A8C95;
    font-size: 0.2rem;
    line-height: 0.2rem;
}
.industry-list .nav-title .right-nav-title{
    color: #4B4F5C;
    font-size: 0.2rem;
    line-height: 0.2rem;
}
.item-icon-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.12rem;
}
.item-icon-list .item-icon{
    
    display: flex;
    align-items: center;
    width: 33%;
    padding: 0.12rem 0rem;
    padding-left: 0.2rem;
    box-sizing: border-box;
}
.item-icon-list .item-icon img{
    width: 0.32rem;
    margin-right: 0.1rem;
}
.item-icon-list .item-icon{
    font-size: 0.24rem;
    color: #5C6167;
}

.item-icon-list .acitve{
    color: #0046B4;
}
.product{
    margin-bottom: 0.2rem;
    margin-top: 0.6rem;
}
.product .tip{
    margin-bottom: 0.4rem;
}
.product .top-title{
    text-align: center;
    color: #2F6EFF;
    font-size: 0.48rem;
    margin-bottom: 0.1rem;
}
.product .sub-title{
    text-align: center;
    color: #8992A4;
    font-size: 0.48rem;

}
.swiper-wrapper{
    width: 100%;
    margin-bottom: 30px;
}
.swiper-slide{
    height: 2.56rem!important;
    font-size: 0.28rem;
}
.swiper-slide .name{
    text-align: center;
}
.swiper-slide img{
    height: 1.92rem!important;
}
.swiper-container{
    margin-bottom: 0.3rem;
}
.swiper-slide{
    background-color: #F0F5FF;
}
.swiper-pagination-bullets {
    bottom: 0rem!important;
}
.swiper-pagination-bullet-active{
    background-color: #000!important;
}

/* 底部部分 */
.foot {
    background: #181535;

}

