@charset "UTF-8";
.section1 .cont:not(:last-child) {
    margin-bottom: 1rem
}

@media (max-width: 767px) {
    .section1 .cont:not(:last-child) {
        margin-bottom: .6rem
    }
}

.section1 .cont .honor-title {
    font-weight: 700;
    color: #000;
    border-bottom: .02rem solid #000;
    font-size: .28rem;
    padding-bottom: .15rem;
    margin-bottom: .4rem
}

@media (max-width: 1024px) {
    .section1 .cont .honor-title {
        border-bottom-width: 2px;
        font-size: 24px
    }
}

@media (max-width: 991px) {
    .section1 .cont .honor-title {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    .section1 .cont .honor-title {
        font-size: .4rem
    }
}

.section1 .cont .honor-desc {
    position: relative;
    width: 64%;
    margin-left: 36%;
    margin-bottom: .7rem
}

@media (max-width: 991px) {
    .section1 .cont .honor-desc {
        width: 80%
    }
}

@media (max-width: 767px) {
    .section1 .cont .honor-desc {
        width: 100%
    }
}

@media (max-width: 991px) {
    .section1 .cont .honor-desc {
        margin-left: 20%
    }
}

@media (max-width: 767px) {
    .section1 .cont .honor-desc {
        margin-left: 0;
        margin-bottom: .4rem
    }
}

.section1 .cont .honor-desc:before {
    content: "“";
    font-family: itc_b;
    line-height: 1;
    color: #df0434;
    position: absolute;
    top: -.05rem;
    right: 104%;
    font-size: 1rem
}

@media (max-width: 767px) {
    .section1 .cont .honor-desc:before {
        display: none
    }
}

@media (max-width: 991px) {
    .section1 .cont .honor-desc:before {
        font-size: 1.6rem
    }
}

.section1 .cont .more {
    text-align: center
}

.section1 .cont .more span {
    cursor: pointer;
    font-weight: 700;
    color: #000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.section1 .cont .more span:hover {
    color: #df0434
}

.section1 .cont .list1 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    width: -webkit-calc(100% + .3rem);
    width: -moz-calc(100% + .3rem);
    width: calc(100% + .3rem);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.section1 .cont .list1 li {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: none;
    width: -webkit-calc(25% - .3rem);
    width: -moz-calc(25% - .3rem);
    width: calc(25% - .3rem);
    margin-right: .3rem;
    margin-bottom: .6rem
}

@media (max-width: 991px) {
    .section1 .cont .list1 li {
        width: -webkit-calc(50% - .3rem);
        width: -moz-calc(50% - .3rem);
        width: calc(50% - .3rem)
    }
}

@media (max-width: 767px) {
    .section1 .cont .list1 li {
        margin-bottom: .3rem
    }
}

.section1 .cont .list1 li:nth-child(-n+8) {
    display: block
}

.section1 .cont .list1 li:hover .item-img {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.section1 .cont .list1 li:hover .item-img b {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.section1 .cont .list1 li .item-img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background-color: #fff;
    border-radius: .2rem
}

.section1 .cont .list1 li .item-text {
    text-align: center;
    line-height: 1.66;
    margin-top: .2rem;
    font-size: .18rem
}

@media (max-width: 1024px) {
    .section1 .cont .list1 li .item-text {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .section1 .cont .list1 li .item-text {
        font-size: .26rem
    }
}

.section1 .cont .list2 {
    background-color: #fff;
    text-align: center;
    border-radius: .2rem;
    padding-top: .3rem;
    padding-left: .6rem;
    padding-right: .6rem
}

@media (max-width: 767px) {
    .section1 .cont .list2 {
        padding-left: 0;
        padding-right: 0
    }
}

.section1 .cont .list2:not(:last-child) {
    margin-bottom: .4rem
}

.section1 .cont .list2 h4 {
    font-weight: 700;
    color: #000;
    font-size: .24rem;
    margin-bottom: .3rem
}

@media (max-width: 1024px) {
    .section1 .cont .list2 h4 {
        font-size: 20px
    }
}

@media (max-width: 991px) {
    .section1 .cont .list2 h4 {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .section1 .cont .list2 h4 {
        font-size: .36rem
    }
}

.section1 .cont .list2 ul {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.section1 .cont .list2 ul li {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-bottom: .4rem;
    width: 20%
}

@media (max-width: 991px) {
    .section1 .cont .list2 ul li {
        width: 33.33%
    }
}

@media (max-width: 767px) {
    .section1 .cont .list2 ul li {
        width: 50%
    }
}

.section1 .cont .list2 ul li .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    height: 1.5rem
}

@media (max-width: 991px) {
    .section1 .cont .list2 ul li .img {
        height: 2.4rem
    }
}

@media (max-width: 767px) {
    .section1 .cont .list2 ul li .img {
        height: 2rem
    }
}

.section1 .cont .list2 ul li .img img {
    display: block;
    max-width: 90%;
    max-height: 80%
}

@media (max-width: 767px) {
    .section1 .cont .list2 ul li .img img {
        max-width: 90%;
        max-height: 65%
    }
}

.section1 .cont .list2 ul li .text {
    line-height: 1.66;
    padding: 0 15px;
    margin-top: .1rem;
    font-size: .18rem
}

@media (max-width: 767px) {
    .section1 .cont .list2 ul li .text {
        padding: 0 10px
    }
}

@media (max-width: 1024px) {
    .section1 .cont .list2 ul li .text {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .section1 .cont .list2 ul li .text {
        font-size: .26rem
    }
}

/*# sourceMappingURL=23737903f0b7775b87edc913fe7374e6.css.map*/