[v-cloak] {
    display: none
}

body {
    overflow-x: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

ul {
    margin: unset;
    padding: unset
}

a {
    text-decoration: none !important
}

li,
ol,
ul {
    list-style: none
}

img {
    display: block;
    height: auto;
    max-width: 100%
}

.title-component {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    text-align: center
}

.title-component .title-component--title {
    color: #333;
    font-family: MicrosoftYaHei-Bold;
    font-size: 28px;
    font-stretch: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 60px
}

.title-component .title-component--sub-title {
    color: #999;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-stretch: normal;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 50px
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%
}

.swiper-container,
.swiper-container .swiper-slide {
    position: relative;
    width: 100%
}

.swiper-container .swiper-slide img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.swiper-container .index-main-pagination {
    bottom: 30px
}

.swiper-container .index-main-bullet {
    background-color: #fff;
    border-radius: 2px;
    display: inline-block;
    height: 5px;
    margin-right: 10px;
    width: 40px
}

.swiper-container .index-main-bullet:last-child {
    margin-right: unset
}

.swiper-container .index-main-bullet-active {
    background: #881c30;
    opacity: 1
}

.w-full {
    width: 100%
}

.h-full {
    height: 100%
}

.grid {
    display: grid
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr))
}

.grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
}

.gap-x-8 {
    grid-column-gap: 32px;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px
}

.gap-y-5 {
    grid-row-gap: 20px;
    row-gap: 20px
}

.gap-y-7 {
    grid-row-gap: 28px;
    row-gap: 28px
}

.mb-12 {
    margin-bottom: 48px
}

.gap-5 {
    grid-gap: 20px;
    gap: 20px
}

.gap-10 {
    grid-gap: 40px;
    gap: 40px
}

.gap-14 {
    grid-gap: 56px;
    gap: 56px
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.bg-white {
    background-color: #fff
}

.align-baseline {
    vertical-align: baseline
}

.services {
    background-color: #f8f8f8;
    padding-bottom: 50px;
}

.services .card {
    background-color: #fff;
    border-top: 10px solid;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 10px 20px 20px
}

.services .card .icon {
    display: block;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 64px;
    padding-top: 20px;
}

.services .card-title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    margin: 28px 0;
    text-align: center
}

.services .card-content {
    color: #666;
    font-family: MicrosoftYaHei;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
}

.services .main-img {
    margin-top: 28px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.services-advantage {
    background-color: #373737;
    background: url(../images/advantage_bg.jpg);
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 545px;
    overflow: unset;
    position: relative
}

.services-advantage .icon-box {
    background-color: #595959;
    border-radius: 50%;
    height: 58px;
    margin: 0 auto 44px;
    padding: 12px;
    width: 58px
}

.services-advantage .li-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px
}

.services-advantage .li-content {
    color: #ccc;
    font-size: 14px;
    line-height: 24px
}

.services-advantage .additional-box {
    background-color: #a51c30;
    border-radius: 12px;
    bottom: -64px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 126px;
    left: 50%;
    margin: unset;
    padding: 30px 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 964px
}

.services-advantage .additional-box li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    text-align: center
}

.services-advantage .additional-box li p {
    color: #fff;
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    font-stretch: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    margin: unset;
    text-align: center;
}

.services-advantage .additional-box li div {
    color: #fff;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0
}

.successful-case {
    background-color: #fff;
    padding-top: 64px
}

.successful-case .grid {
    margin-bottom: 48px
}

.successful-case .case-item:hover .case-name {
    color: #881c30
}

.successful-case .case-item:hover .case-img-box .case-mask {
    top: 0
}

.successful-case .case-item .case-img-box {
    margin-bottom: 16px;
    overflow: hidden;
    position: relative
}

.successful-case .case-item .case-img-box .case-mask {
    background-color: rgba(165, 28, 48, .7);
    left: 0;
    position: absolute;
    top: -100%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.successful-case .case-item .case-img-box .case-mask .case-logo {
    -o-object-fit: contain;
    object-fit: contain;
    width: auto
}

.successful-case .case-item .case-name,
.successful-case a.more-case-btn {
    color: #333;
    font-family: MicrosoftYaHei;
    font-size: 14px
}

.successful-case a.more-case-btn {
    background-color: #f0f0f0;
    border-radius: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 48px;
    margin: 0 auto 44px;
    padding: 0 24px;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 192px
}

.successful-case a.more-case-btn img {
    margin-left: 20px
}

.successful-case a.more-case-btn img.active-btn {
    display: none
}

.successful-case a.more-case-btn:hover {
    background-color: #9a1e23;
    color: #fff
}

.successful-case a.more-case-btn:hover img.default-btn {
    display: none
}

.successful-case a.more-case-btn:hover img.active-btn {
    display: block
}

.customer-evaluation {
    background-color: #f8f8f8;
    padding-bottom: 70px
}

.customer-evaluation .customer-swiper-box {
    position: relative
}

.customer-evaluation .index-customer-next {
    right: -88px
}

.customer-evaluation .index-customer-next,
.customer-evaluation .index-customer-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 38px;
    z-index: 2
}

.customer-evaluation .index-customer-prev {
    left: -88px
}

.customer-evaluation .icon-left {
    height: 161px;
    width: 180px
}

.customer-evaluation .content-right {
    background-color: #ebebeb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    height: 161px;
    line-height: 1.5;
    padding: 20px;
    width: 410px
}

.public-class .index-class-swiper {
    margin-bottom: 50px;
    overflow: hidden
}

.public-class .time-tag {
    background-color: #9a1e23;
    color: #fff;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    height: 50px;
    position: absolute;
    top: 0;
    width: 50px
}

.public-class .time-tag span {
    font-size: 28px
}

.public-class .info-box {
    background-color: #f2f2f2;
    padding: 16px 12px
}

.public-class .class-name {
    color: #333;
    font-family: MicrosoftYaHei-Bold;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 14px
}

.public-class .other-info {
    border-top: 1px solid #e5e5e5;
    color: #333;
    font-family: MicrosoftYaHei;
    font-size: 13px;
    padding-top: 16px
}

.public-class .other-info .icon {
    margin-right: 6px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 14px
}

.public-class .other-info .start-time span {
    color: #9a1e23;
    font-family: MicrosoftYaHei-Bold;
    font-size: 13px
}

.public-class .class-info-switch-btn {
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 47px;
    margin: 0 auto 60px;
    overflow: hidden;
    width: 160px
}

.public-class .class-info-switch-btn .index-class-next,
.public-class .class-info-switch-btn .index-class-prev {
    -webkit-box-flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    justify-content: center;
    -webkit-transition: all .3s;
    transition: all .3s
}

.public-class .class-info-switch-btn .index-class-next .active-btn,
.public-class .class-info-switch-btn .index-class-prev .active-btn {
    display: none
}

.public-class .class-info-switch-btn .index-class-next.active,
.public-class .class-info-switch-btn .index-class-next:hover,
.public-class .class-info-switch-btn .index-class-prev.active,
.public-class .class-info-switch-btn .index-class-prev:hover {
    background-color: #9a1e23
}

.public-class .class-info-switch-btn .index-class-next.active .normal-btn,
.public-class .class-info-switch-btn .index-class-next:hover .normal-btn,
.public-class .class-info-switch-btn .index-class-prev.active .normal-btn,
.public-class .class-info-switch-btn .index-class-prev:hover .normal-btn {
    display: none
}

.public-class .class-info-switch-btn .index-class-next.active .active-btn,
.public-class .class-info-switch-btn .index-class-next:hover .active-btn,
.public-class .class-info-switch-btn .index-class-prev.active .active-btn,
.public-class .class-info-switch-btn .index-class-prev:hover .active-btn {
    display: block
}

.public-class .class-info-switch-btn .index-class-prev img {
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.public-class .class-info-switch-btn .index-class-next img {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.news {
    background-color: #f8f8f8;
    padding-bottom: 60px;
    position: relative
}

.news .news-content {
    grid-column-gap: 40px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.news .news-content .index-news-swiper {
    background-color: #881c30;
    color: #fff;
    margin: unset;
    overflow: hidden;
    position: relative;
    widows: 100%
}

.news .news-content .index-news-swiper .swiper-container {
    height: 100%
}

.news .news-content .index-news-swiper .new-cover {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.news .news-content .index-news-swiper .news-swiper-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    left: 0;
    padding: 15px 20px;
    position: absolute;
    width: 100%;
    z-index: 2
}

.news .news-content .index-news-swiper .news-swiper-info .news-swiper-info-desc {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 20px
}

.news .news-content .index-news-swiper .news-swiper-info .news-swiper-info-desc p {
    -webkit-box-flex: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -ms-flex: 1;
    flex: 1;
    margin: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.news .news-content .index-news-swiper .news-swiper-info .news-swiper-info-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px
}

.news .news-content .index-news-swiper .news-swiper-info .news-swiper-info-btns .index-news-next,
.news .news-content .index-news-swiper .news-swiper-info .news-swiper-info-btns .index-news-prev {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    text-align: center
}

.news .news-content .index-news-swiper .news-swiper-info .news-swiper-info-btns .index-news-next:after,
.news .news-content .index-news-swiper .news-swiper-info .news-swiper-info-btns .index-news-prev:after {
    bottom: -5px;
    content: "";
    display: block;
    left: -5px;
    position: absolute;
    right: -5px;
    top: -5px
}

.news .news-content .index-news-swiper .news-swiper-info .news-swiper-info-btns img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 12px
}

.news .news-content .news-list li {
    background-color: #ebebeb
}

.news .news-content .news-list li img {
    background-color: #881c30;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 160px
}

.news .news-content .news-list li .news-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px
}

.news .news-content .news-list li .news-info .new-title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #333;
    display: -webkit-box;
    font-family: MicrosoftYaHei-Bold;
    font-size: 14px;
    font-stretch: normal;
    font-weight: 700;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis
}

.news .news-content .news-list li .news-info .time {
    color: #666;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-stretch: normal;
    font-weight: 400;
    letter-spacing: 0
}

.news .news-content .news-list li .news-info .news-detail {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    display: -webkit-box;
    font-family: MicrosoftYaHei;
    font-size: 13px;
    font-stretch: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis
}