body {
    background-color: white;
}

.banner {
    margin-top: 72px;
    height: 528px;
    width: 100%;
    overflow: hidden;
    position: relative;
    --swiper-navigation-color: #f0f1f2bc;
}

.swiper-banner-item {
    /* height: 100%; */
    width: 100%;
    object-fit: contain;
    min-width: 1200px;
}

h2.part-title {
    margin: 0;
    margin-bottom: 16px;
    font-size: 32px;
    color: #1f2329;
    font-weight: normal;
}

p {
    margin: 0;
}

p.sub-desc {
    margin-bottom: 60px;
    font-size: 16px;
    color: #727a80;
}

.achievements {
    background-color: #f8f9fa;
    height: 870px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 80px;
}

.achievements table {
    margin-top: -50px;
    width: 1400px;
    border-collapse: separate;
    border-spacing: 0px 50px;
    background-image: url(/images/home-achievements-bg.jpg);
    background-size: contain;
    background-position: center 75px;
    background-repeat: no-repeat;
}

.achievements table td {
    text-align: center;
}

.achievements table .number {
    font-size: 36px;
    font-style: italic;
    color: #f44712;
    margin-bottom: 16px;
}

.achievements table .number::after {
    margin-left: 5px;
    font-weight: 300;
    font-family: sans-serif;
    content: "+";
    font-style: normal;
}

.achievements table .label {
    font-size: 18px;
    color: #1f2329;
    position: relative;
}

.achievements .lunbo {
    width: 1200px;
    height: 300px;
}

.achievements .lunbo .swiper-container {
    padding-bottom: 60px;
}

.achievements .lunbo .swiper-slide {
    width: 400px;
    height: 300px;
    background: #fff;
}

.achievements .lunbo .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.achievements .lunbo .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

.achievements .lunbo .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.achievements .lunbo .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

.achievements .lunbo .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(/images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.achievements .lunbo .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%;
}

.achievements .lunbo .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(/images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

.achievements .lunbo .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%;
}

.ped-part {
    height: 767px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 80px;
}

.ped-part .tags {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.ped-part .tag {
    padding: 0 64px;
    text-align: center;
    margin-bottom: 30px;
}

.ped-part .tag .label {
    font-size: 18px;
    color: #1f2329;
    margin-bottom: 14px;
}

.ped-part .tag .label-en {
    font-size: 16px;
    color: #7d7d7d;
}

.ped-part .topics {
    display: flex;
    margin-bottom: 40px;
}

.ped-part .topics .topic-item {
    position: relative;
    width: 335px;
    height: 335px;
    margin-right: 20px;
    overflow: hidden;
    transition: all .3s;
}

.ped-part .topics .topic-item:hover {
    transform: scale(1.05);
}

.ped-part .topics .topic-item:hover .topic-item__mask .mask-text {
    transform: translateY(-80px);
    opacity: 1;

}

.ped-part .topics .topic-item .topic-item__mask .mask-text {
    transform: translateY(-40px);
    transition: all 0.3s;
    width: 80%;
    color: white;
    opacity: 0;
    text-align: center;
    line-height: 1.8;
}

.ped-part .topics .topic-item:hover .topic-item__mask {
    opacity: 1;
}

.ped-part .topics .topic-item .topic-item__mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0,0,0, 0.8); */
    z-index: 10;
    /* backdrop-filter: blur(5px); */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    /* transition: opacity 0.3s ; */
}

/* .ped-part .topics .topic-item .topic-item__mask::before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid white;
  /* background: rgba(0,0,0, 0.5); */
}

*/ .ped-part .topics .topic-item:last-child {
    margin-right: 0;
}

.ped-part .topics .topic-item:hover .topic-item-bg-img {
    /* transform: scale(1.1); */
}

.ped-part .topics .topic-item-bg-img {

    /* transition: all 0.3s; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}

.ped-part .topics .topic-item:hover .topic-item__inner {
    transform: translateY(-40px);
}

.ped-part .topics .topic-item__inner {
    transition: all 0.3s;
    position: relative;
    z-index: 2;
    color: white;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding-top: 64px; */
}

.ped-part .topics .topic-item__inner .topic-icon {
    width: 80px;
    height: 80px;

}

.ped-part .topics .topic-item__inner .topic-label {
    color: white;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

.ped-part .topics .topic-item__inner .topic-desc {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
}

.ped-part .btns .btn1 {
    cursor: pointer;
    padding: 14px 32px;
    border: 1px solid #f44712;
    color: #f44712;
    font-size: 14px;
}

.ped-part .btns .btn1:hover {
    background-color: #f44712;
    color: white;
}

.partner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 80px;
    height: 760px;
}

.partner-container {
    width: 1400px;
    padding: 0 24px;
}

.partner .partner-bg {
    position: relative;
    z-index: 2;
}

.partner .partner-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    content: "";
    z-index: -1;
    height: 97px;
    background-image: url(/images/partner-sub-bg.jpg);
    background-size: contain;
    transform: translateY(-20px);
    background-repeat: no-repeat;
}

.partner .partner-title {
    font-size: 24px;
    color: #1f2329;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

.partner .partner-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 24px;
    height: 2px;
    background: linear-gradient(90deg, #e94a3b 0%, #e94a3b 49%, #f5a14e 100%);
}

.partner .swiper-slide {
    width: auto;
}

.partner .school-part {
    flex: 1;
    margin-right: 110px;
}

.partner .company-part {
    flex: 1;
}

@media screen and (min-width: 1500px) {
    .partner .school-part {

        margin-right: 261px;
    }
}

.partner .school-partners {
    height: 304px;
    overflow: hidden;
    display: none;
}

.partner .company-partners {
    height: 304px;
    overflow: hidden;
}

.partner .partner-item {
    flex: 1;
    margin-right: 40px;
}

.partner .partner-item:last-child {
    margin-right: 0;
}

.partner .partner-item img {
    width: 240px;
    height: 68px;
    object-fit: contain;
}

.partner__inner {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
}

.company-news {
    height: 700px;
    background-color: #f8f9fa;
}

.company-news__inner {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
}

.index-tabs {
    width: 100%;
    display: flex;
    align-items: center;
}

.index-tabs .tab-item {
    font-size: 16px;
    color: #666666;
    margin-right: 44px;
    padding-bottom: 16px;
}

.index-tabs .tab-item:not(.actived):hover,
.index-tabs .tab-item.actived {
    position: relative;
    color: #da251d;
    font-size: 20px;
    font-weight: bold;
}

.index-tabs .tab-item:not(.actived):hover::after,
.index-tabs .tab-item.actived::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: none;
    margin-left: -12px;
    bottom: 0;
    width: 24px;
    height: 2px;
    background: linear-gradient(90deg, #e94a3b 0%, #e94a3b 49%, #f5a14e 100%);
}

.index-tabs .tab-item:not(.actived):hover {
    font-size: 16px;
    color: #1f2329;
    opacity: 0.8;
}

.index-tabs .splitor {
    flex: 1;
}

.index-tabs .more-link {
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    color: #727a80;
    fill: #727a80;
    stroke: #727a80;
}

.index-tabs .more-link:hover {
    color: #da251d;
    fill: #da251d;
    stroke: #da251d;
}

.company-news__inner .news-swiper {
    margin-top: 40px;
    height: 320px;
    position: relative;
}

.company-news__inner .news-swiper__inner {
    overflow: hidden;
    width: 1105px;
    height: 100%;
}

.company-news__inner .news-swiper .swiper-button-news-prev {
    cursor: pointer;
    position: absolute;
    z-index: 22;
    width: 48px;
    height: 48px;
    background-color: #F0F1F2;
    top: 50%;
    left: -118px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company-news__inner .news-swiper .swiper-button-news-prev .gt {
    transform: rotate(180deg);
}

.company-news__inner .news-swiper .swiper-button-news-prev:hover {
    opacity: 0.8;
}

.company-news__inner .news-swiper .swiper-button-news-next {
    cursor: pointer;
    position: absolute;
    z-index: 22;
    width: 48px;
    height: 48px;
    background-color: #F0F1F2;
    top: 50%;
    right: -118px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company-news__inner .news-swiper .swiper-button-news-next:hover {
    opacity: 0.8;
}

.company-news__inner .news-swiper .swiper-wrapper .swiper-slide .news-item {
    width: 328px;
    height: 320px;
    background: #ffffff;
    border: 1px solid #f5f6f7;
    box-shadow: 0px 10px 20px 0px #fafafa;
    border-radius: 10px;
}

.company-news__inner .news-swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 185px;
    border-radius: 8px 8px 0px 0px;
    object-fit: cover;
}

.company-news__inner .news-swiper .swiper-wrapper .swiper-slide .desc {
    cursor: pointer;
    height: 135px;
    padding: 20px;
    font-size: 16px;
    color: #1f2329;
    line-height: 26px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.company-news__inner .news-swiper .swiper-wrapper .swiper-slide .desc .text {
    flex: 1;
}

.company-news__inner .news-swiper .swiper-wrapper .swiper-slide .desc .create-time {
    font-size: 14px;
    color: #727a80;
}

#certify {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 400px;
    height: 300px;
    background: #fff;
}

#certify .swiper-slide img {
    width: 400px;
    height: 300px;
    display: block;
    object-fit: contain;
}

#certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(/images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%;
}

#certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(/images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%;
}

#certify .swiper-button-prev::after,
#certify .swiper-button-next::after {
    content: "";
}

/*# sourceMappingURL=index.css.map */