@charset "utf-8";

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

body {
    font-size: 14px;
    color: #333;
    background: #fff;
    line-height: 1.5;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul, li {
    list-style: none;
}

.clearfix {
    clear: both;
    content: "";
    display: block;
    overflow: hidden
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/** 自适应尺寸 **/
.page_mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .page_pc {
        display: none;
    }

    .page_mobile {
        display: block;
    }

    .page_mobile .main {
        padding-top: 1.08rem;
    }
}

.index_trait {
    padding-top: 95px;
    background: #fff url("../img/trait.png") no-repeat top center;
    background-size: 100% 451px;
}

.index_trait .top {
    display: flex;
    justify-content: space-between;
}

.index_trait .top li {
    color: #fff;
    width: 340px;
    text-align: center
}

.index_trait .num {
    font-size: 60px;
    font-weight: 500;
}

.index_trait .tit {
    font-size: 24px;
    margin-top: 35px;
    letter-spacing: 2px;
}

.index_trait .list {
    height: 435px;
    width: 100%;
    display: flex;
    margin-top: 50px;
    justify-content: space-between
}

.index_trait .list li {
    width: 280px;
    height: 360px;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(142,176,255,0.2);
    border-radius: 4px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
    padding: 40px;
}

.index_trait .list li:hover {
    margin-top: -20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.index_trait .list .img {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_trait .list h6 {
    font-size: 24px;
    font-weight: 500;
}

.index_trait .list p {
    font-size: 14px;
    line-height: 30px;
    color: #585c68;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
.index_trait{ padding-top:0;background:url("/img/mobile_trait.png") no-repeat top center;}  
.index_trait .list li{
    width: 50%;height:auto;
    margin-top: 10px;
}
    .index_trait {
        padding-top: .75rem;
        background: #fff url("../img/mobile_trait.png") no-repeat top center;
        background-size: 100% 9.52rem;
    }

    .index_trait .top {
        display: flex;
        justify-content: space-between;
        padding: 0 .15rem;
    }

    .index_trait .top li {
        color: #fff;
        width: 30%;
        text-align: center
    }

    .index_trait .num {
        font-size: 16px;
        font-weight: 500;
    }

    .index_trait .tit {
        font-size: 10px;
        margin-top: .2rem;
        letter-spacing: 1px;
    }

    .index_trait .list {
        width: 100%;
        display: flex;
        padding: 0 .38rem;
        flex-wrap: wrap;
        margin-top: .7rem;
        justify-content: space-between
    }

    .index_trait .list li {
        width: 50%;
        height:auto ;
        background: #fff;
        box-shadow: 0 .1rem .2rem 0 rgba(142,176,255,0.2);
        border-radius: .04rem;
        text-align: center;
        padding: 1.15rem;
        margin-bottom: .25rem;
    }

    .index_trait .list .img {
        height: 1.8rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .index_trait .list .img img {
        width: 1.53rem;
        height: 1.6rem;
    }

    .index_trait .list li:nth-child(2n) img {
        width: 1.56rem;
        height: 1.63rem;
    }

    .index_trait .list li:nth-child(3) img {
        width: 1.54rem;
        height: 1.54rem;
    }

    .index_trait .list h6 {
        font-size: 16px;
        font-weight: 500;
    }

    .index_trait .list p {
        font-size: 14px;
        color: #585c68;
        margin-top: .1rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
}
