#main .hd .text {
    padding: 33px 0;
}

#main .hd .text .l1 {
    letter-spacing: unset;
}

#main .bd .banner .text .l1 {
    letter-spacing: unset;
    font-size: 16px;
}

#main .bd .banner .text .l2 {
    letter-spacing: unset;
}

#main .bd .cont .chd {
    font-size: 37px;
    line-height: 1;
}

#main .bd .profile .cbd .title {
    font-size: 37px;
    line-height: 1;
    color: #333;
}

#main .bd .history .item .name {
    font-size: 36px;
}

#main .bd .honor {
    padding-top: 9.8%;
}

#main .bd .honor li {
    font-size: 16px;
    line-height: 1.25;
    color: #595959;
}

#main .bd .honor li img {
    margin-bottom: 10px;
}

#main .bd .culture {
    padding: 9.8% 13% 42.35% 15%;
}

#main .bd .culture .cbd li {
    width: 350px;
    margin-bottom: 0;
}

#main .bd .culture li .title {
    font-size: 26px;
    line-height: 1.08;
    margin-bottom: 24px;
}

#main .bd .culture li .content {
    font-size: 18px;
    line-height: 1.67;
}

@media all and (max-width: 1480px) {
    #main .hd .text {
        padding: 20px 0;
    }

    #main .bd .cont .chd {
        font-size: 28px;
    }

    #main .bd .profile .cbd .title {
        font-size: 28px;
    }

    #main .bd .history .item .name {
        font-size: 28px;
    }

    #main .bd .honor li {
        font-size: 13px;
    }

    #main .bd .culture .cbd li {
        width: 270px;
    }

    #main .bd .culture li .title {
        font-size: 20px;
        margin-bottom: 18px;
    }

    #main .bd .culture li .content {
        font-size: 14px;
    }
}

@media all and (max-width: 767px) {
    #main .bd .detail .cbd {
        font-size: 3.47vw;
        line-height: 1.46;
    }

    #main .bd .cont .chd,
    #main .bd .profile .cbd .title {
        font-size: 5.33vw;
    }

    #main .bd .cont .chd {
        margin-bottom: 5.33vw;
    }

    #main .bd .honor {
        background: #f7f8f8;
    }

    #main .bd .honor li {
        font-size: 3.47vw;
        margin-bottom: 7.33vw;
    }

    #main .bd .honor li img {
        margin-bottom: 4.67vw;
    }

    #main .bd .culture {
        padding: 10.67vw 4.27vw 50vw;
    }

    #main .bd .culture .cbd li {
        width: auto;
        padding: 0 !important;
        margin-bottom: 8vw;
    }

    #main .bd .culture li:after {
        display: none;
    }

    #main .bd .culture li .num {
        display: block;
        width: 8.8vw;
        font-size: 5.33vw;
        line-height: .9;
    }

    #main .bd .culture li .text {
        padding-left: 8.8vw;
    }

    #main .bd .history {
        background: #f7f8f8;
    }

    #main .bd .cont .chd {
        text-align: left;
        font-weight: normal;
        color: #333;
    }

    #main .bd .history .chd {
        margin-bottom: 10.67vw;
    }

    #main .bd .history .item {
        font-size: 3.2vw;
        line-height: 2;
        margin-bottom: 11.73vw;
    }

    #main .bd .history .item .name {
        font-size: 5.07vw;
        margin-bottom: 2.93vw
    }

    #main .bd .history .item .year {
        font-size: 6.4vw;
        margin-bottom: 2vw;
    }

    #main .bd .history .item ul {
        padding-top: 1.6vw;
    }

    #main .bd .history .item li {
        padding: 0 0 0 2.67vw;
    }

    #main .bd .history .item li:after {
        width: .8vw;
        height: .8vw;
        top: 2.1vw;
    }
}
