@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 {
    padding: 0.24rem 0.34rem;
}

.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;
}

.product {
    margin-bottom: 0.2rem;
    padding: 0.24rem 0.34rem;
}

.product .tip {
    margin-bottom: 0.4rem;
}

.product .tip2 {
    text-align: left;
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
}

.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.28rem;
    width: 5.76rem;
    margin: 0 auto;

}

.product .tip {
    margin-bottom: 0.4rem;
}

/*.product .top-title{*/
/*!* text-align: center; *!*/
/*color: #1E2128;*/
/*font-size: 0.48rem;*/
/*margin-bottom: 0.1rem;*/
/*}*/
.p-list {
    flex-wrap: wrap;
    display: flex;
}

.p-item {
    width: 3.12rem;
    font-size: 0.28rem;
    margin-bottom: 0.36rem;


}

.p-item .name {
    text-align: center;
    color: #3B5898;
    height: 1.06rem;
    background: #F0F5FF;
    padding-top: 0.18rem;
    box-sizing: border-box;

}

.p-item .name div:nth-child(1) {
    font-size: 0.28rem;
}

.p-item .name div:nth-child(2) {
    margin-top: 0.16rem;
    font-size: 0.24rem;
}


.p-item img {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #F0F5FF;
    box-sizing: border-box;
}

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



