@font-face {
    font-family: "DIN Alternate";
    src: url("https://global.mabangerp.com/mabangerp/dashboard/css/home2207/D-DINExp.otf") format("opentype");
}

body {
    color: #1d2129;
}

.nav-bar {
    margin-bottom: -64px;
    background-color: transparent;
}

.nav-bar nav,
.nav-bar .nav-item,
.nav-bar .logo,
.nav-bar .action {
    background-color: transparent;
}

.nav-bar.fixed {
    background-color: #252d40;
}

.nav-bar.fixed nav,
.nav-bar.fixed .nav-item,
.nav-bar.fixed .logo,
.nav-bar.fixed .action {
    background-color: #252d40;
}

.sub-nav {
    opacity: 0;
}

.nav-item.active .sub-nav {
    opacity: 1;
}

.about-us-banner {
    position: relative;
    width: 100%;
    z-index: 2;
}

.about-us-banner .banner-wrap a {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    background-color: rgba(37, 45, 64, 0.69);
    background-image: url("../image/play-tri.svg");
    background-repeat: no-repeat;
    background-position: 52% center;
    border-radius: 50%;
}

.about-us-banner .banner-wrap {
    position: relative;
    padding-bottom: 27%;
    overflow: hidden;
    height: 700px;
}

.about-us-banner .banner-wrap video {
    width: 100%;
    object-fit: cover;
    height: 700px;
    position: relative;
    z-index: 1;
}

.about-us-banner .banner-wrap:hover img {
    transform: scale(1.1);
}

.about-us-banner .banner-wrap .cover {
    z-index: 2;
    /* background: rgb(78,89,105,0.0); */
    background: rgb(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.about-us-banner .banner-wrap img {
    width: 22px;
    height: auto;
    min-height: auto;
    min-width: auto;
    position: absolute;
    top: 14px;
    left: 35px;
    z-index: 2;
}

.banner-wrap .v-btn {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 50px;
    transform: translate(-50%, -160%);
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-wrap .v-btn::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: 0px;
    width: 30px;
    height: 10px;
    background: #f00;
    border-radius: 10px;
    transition: 0.5s;
    transition-delay: 0.5;
}

.banner-wrap .v-btn:hover::after {
    top: 0;
    height: 50%;
    width: 80%;
    border-radius: 30px;
}

.banner-wrap .v-btn::before,
.banner-wrap .v-btn::after {
    background: #1eff45;
    box-shadow: 0 0 5px #1eff45, 0 0 15px #1eff45, 0 0 30px #1eff45, 0 0 60px #1eff45;
}

.banner-wrap .v-btn::after {
    /* content: ""; */
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: -5px;
    width: 30px;
    height: 10px;
    background: #f00;
    border-radius: 10px;
    transition: 0.5s;
    transition-delay: 0.5;
}

.banner-wrap .v-btn::before,
.banner-wrap .v-btn::after {
    background: #f19240;
    box-shadow: 0 0 5px #f19240, 0 0 15px #f19240, 0 0 30px #f19240, 0 0 60px #f19240;
}

.banner-wrap .v-btn a {
    transform: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 15px rgb(0 0 0 / 30%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 10px;
    letter-spacing: 1px;
    text-decoration: none;
    overflow: hidden;
    color: #fff;
    font-weight: 400px;
    z-index: 1;
    transition: 0.5s;
    backdrop-filter: blur(15px);
    padding-left: 40px;
    font-size: 14px;
}

.banner-wrap .v-btn a::before {
    /* content: ""; */
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
    transform: skewX(45deg) translate(0);
    transition: 0.5s;
    filter: blur(0px);
}

.banner-wrap .v-btn:hover a::before {
    transform: skewX(45deg) translate(200px);
}

.banner-wrap .v-btn:hover::before {
    bottom: 0;
    height: 50%;
    width: 80%;
    border-radius: 30px;
}

.banner-wrap .v-btn:hover::before {
    bottom: 0;
    height: 50%;
    width: 80%;
    border-radius: 30px;
}

.about-us-banner img {
    position: absolute;
    max-width: 100%;
    width: 100%;
    /* max-height: 520px; */
    min-height: 420px;
    object-fit: cover;
    transition: all 4s;
}

.about-us-banner .panel-num {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 4;
    transform: translate(-50%, 50%);
    background-color: #fff;
    border-radius: 6px;
    width: 1156px;
}

.about-us-banner .panel-num ul {
    display: flex;
    margin: 0;
    padding: 20px 70px;
}

.about-us-banner .panel-num li {
    flex: 1;
}

.about-us-banner .panel-num .t-num {
    margin-bottom: 8px;
    color: #f19240;
    text-align: center;
    font-weight: bold;
}

.about-us-banner .panel-num .num {
    font-family: "DIN Alternate";
    line-height: 48px;
    font-weight: 700;
    font-size: 40px;
}

.about-us-banner .panel-num .txt {
    font-size: 20px;
}

.about-us-banner .panel-num .plus {
    font-size: 14px;
}

.about-us-banner .panel-num .t-tx {
    line-height: 22px;
    text-align: center;
}

.about-us-row {
    background-color: #ebeff1;
    background-image: url("../image/about-us-text-bg.png");
    background-size: 100% 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 465px;
}

.about-us-row-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 110px;
    width: 1156px;
    height: 405px;
}

.about-us-row-inner .text {
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 6px;
    width: 723px;
}

.about-us-row-inner .text h3,
.about-us-row-inner .text h1 {
    margin: 0 0 30px;
    padding: 0;
    line-height: 48px;
    text-align: left;
    font-weight: 600;
    font-size: 32px;
}

.about-us-row-inner .text p {
    color: #4e5969;
    line-height: 24px;
    font-size: 16px;
}

.about-us-row-inner .text h3+p {
    margin-bottom: 20px;
}

.mb-history {
    position: relative;
    background-color: #fdfefe;
}

.mb-history::before {
    position: absolute;
    top: 170px;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e5e6eb;
}

.mb-history .title-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    height: 92px;
    background-image: url("../image/history-title-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.mb-history h3,
.mb-history h1 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 28px;
}

.mb-history .history-inner {
    height: 384px;
    padding-bottom: 80px;
    box-sizing: content-box;
    overflow: hidden;
}

.mb-history .history-inner>div {
    display: flex;
}

.mb-history ol {
    display: flex;
}

.mb-history ol li {
    position: relative;
    margin: 0 16px;
}

.mb-history ol .yyyy {
    margin-bottom: 76px;
    padding-left: 40px;
    color: #f19240;
    line-height: 48px;
    font-weight: 700;
    font-size: 32px;
}

.mb-history ol .dot-group {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 72px;
    left: 72px;
}

.mb-history ol .dot-group::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background-color: rgba(241, 146, 64, 0.4);
}

.mb-history ol .dot-group>div {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
    width: 14px;
    height: 14px;
    border: 2px #f19240 solid;
    border-radius: 50%;
    background-color: #fff;
}

.mb-history ol .dot-group>div:first-child {
    margin-bottom: 75px;
    background-color: #f19240;
}

.mb-history ol .dot-group>div:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    background: rgba(241, 146, 64, 0.1);
    border-radius: 50%;
}

.mb-history ol .dot-group>div:last-child {
    margin-bottom: 0;
}

.mb-history ol .text-card {
    padding: 32px;
    width: 348px;
    height: 260px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 4px 4px 24px rgba(219, 222, 227, 0.36);
}

.mb-history ol .text-row {
    padding-left: 70px;
}

.mb-history ol .text-row .mm {
    margin-bottom: 10px;
    font-weight: 600;
}

.mb-history ol .text-row .text {
    margin-bottom: 32px;
    width: 210px;
    color: #4e5969;
    line-height: 22px;
    font-size: 14px;
}

.service-card {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #f4f5f8;
}

.service-card .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    height: 92px;
    background-image: url("../image/service-title-bg.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.service-card .title h3,
.service-card .title h1 {
    margin: 0;
    padding: 0;
    line-height: 48px;
    font-weight: 600;
    font-size: 32px;
}

.service-list {
    display: flex;
    margin: 0 auto;
    width: 1156px;
    box-shadow: 4px 4px 24px rgba(219, 222, 227, 0.36);
}

.service-list>li {
    flex: 1;
    padding: 80px 40px 0;
    height: 290px;
    background-color: #fff;
    background-image: url("../image/quotes.svg");
    background-repeat: no-repeat;
    background-position: 286px 32px;
}

.service-list>li:hover {
    background-image: url("../image/quotes2.svg");
}

.service-list>li:nth-child(2) {
    background-color: #252d40;
    background-image: url("../image/service-bg-2.png");
    background-position: center;
    background-size: 100%;
}

.service-list>li:nth-child(2):hover {
    background-image: none;
}

.service-list>li h4 {
    margin-bottom: 16px;
    line-height: 30px;
    font-weight: 500;
    font-size: 20px;
}

.service-list>li:nth-child(2) h4 {
    color: #fff;
}

.service-list>li:hover {
    background-color: #f19240;
}

.service-list>li:hover h4 {
    color: #fff;
}

.service-list>li:hover .service-text li {
    color: rgba(255, 255, 255, 0.8);
}

.service-list>li:hover .service-text li::before {
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0.6;
}

.service-text li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    color: #4e5969;
    line-height: 22px;
}

.service-text li::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    width: 8px;
    height: 8px;
    background-color: #84909d;
}

.service-list>li:nth-child(2) li {
    color: rgba(255, 255, 255, 0.8);
}

.honor-card {
    padding-top: 44px;
    padding-bottom: 20px;
    background-color: #fff;
}

.honor-card .title,
.mb-culture .title,
.mb-address .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    background-image: url("../image/honor-title-bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    height: 92px;
}

.honor-card .title h3,
.mb-address .title h3,
.honor-card .title h1,
.mb-address .title h1 {
    margin: 0;
    padding: 0;
    line-height: 48px;
    font-weight: 600;
    font-size: 32px;
}

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

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

#certify .swiper-slide {
    border-radius: 6px;
    width: 520px;
    height: 408px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
    overflow: hidden;
}

#certify .swiper-slide img {
    display: block;
    width: 520px;
    height: 302px;
    object-fit: cover;
    /* filter: grayscale(100%); */
}

#certify .swiper-slide.swiper-slide-active img {
    filter: grayscale(0);
}

#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;
    background-color: #c9cdd4;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 18px;
    background-color: #f19240;
}

#certify .swiper-button-next,
#certify .swiper-button-prev {
    right: -40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(180deg, #f2f3f7 0%, #ffffff 100%);
    box-shadow: 3px 3px 9px rgba(226, 231, 239, 0.962986), -2px -2px 6px rgba(255, 255, 255, 0.66);
}

#certify .swiper-button-prev {
    left: -40px;
    right: auto;
}

#certify .swiper-button-next::before,
#certify .swiper-button-prev::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-image: url("../image/swiper-button-1.svg");
    background-repeat: no-repeat;
    background-position: center;
}

#certify .swiper-button-next::before {
    transform: rotate(-180deg);
}

#certify .swiper-button-next:hover::before,
#certify .swiper-button-prev:hover::before {
    background-image: url("../image/swiper-button-2.svg");
}

#certify .swiper-button-next:hover::before {
    transform: rotate(0);
}

#certify .swiper-button-prev:hover::before {
    transform: rotate(-180deg);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-tx {
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 20px;
}

.mb-culture,
.mb-address {
    padding-top: 40px;
    padding-bottom: 48px;
    background-color: #f3f4f9;
}

.mb-culture .title {
    background-image: url("../image/culture-title-bg.svg");
}

.mb-culture .title h3,
.mb-culture .title h1 {
    margin: 0;
    padding: 0;
    line-height: 48px;
    font-weight: 600;
    font-size: 32px;
}

.mb-culture .culture-inner {
    display: flex;
    justify-content: center;
}

.mb-culture .left-img {
    margin-right: 80px;
}

.mb-culture .left-img img {
    border-radius: 6px;
}

.mb-culture .right-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mb-culture .right-text dl {
    margin: 0 0 35px;
}

.mb-culture .right-text dt {
    margin-bottom: 8px;
}

.mb-culture .right-text dt img {
    height: 24px;
}

.mb-culture .right-text dd {
    margin-bottom: 32px;
    color: #4e5969;
    line-height: 24px;
    font-size: 16px;
}

.mb-culture .right-text button {
    background-color: #f19240;
    color: #fff;
    width: 120px;
    height: 40px;
    border: none;
    border-radius: 4px;
}

.mb-culture .right-text button:active,
.mb-culture .right-text button:hover {
    background-color: #eb8228;
    color: #fff;
}

.mb-address {
    background-color: #fff;
}

.mb-address .title {
    background-image: url("../image/address-title-bg.svg");
}

.address-inner .nav-tabs {
    display: flex;
    margin: 0 auto 32px;
    border: 1px solid #e5e6eb;
    border-radius: 6px;
    width: 1156px;
    height: 48px;
    overflow: hidden;
}

.address-inner .nav-tabs .nav-item {
    flex: 1;
}

.address-inner .nav-tabs .nav-item:first-child {
    flex: 1.25;
}

.address-inner .nav-item a {
    position: relative;
    display: block;
    line-height: 46px;
    text-align: center;
    color: #4e5969;
    font-size: 16px;
}

.address-inner .nav-item a.active {
    background-color: #f19240;
    color: #fff;
}

.address-inner .nav-tabs .nav-item a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: #e5e6eb;
}

.address-inner .nav-tabs .nav-item:last-child a::before,
.address-inner .nav-item a.active::before {
    display: none;
}

.address-inner .tab-content {
    margin: 0 auto;
    padding: 25px;
    width: 1156px;
    border: 1px solid #e5e6eb;
    border-radius: 6px;
}

.address-pane {
    display: flex;
    align-items: center;
}

.address-pane .left-img {
    margin-right: 40px;
}

.address-pane .left-img img {
    width: 524px;
    height: 294px;
    border-radius: 6px;
}

.address-pane .right-info {
    flex: 1;
}

.address-pane .right-info h4 {
    margin-bottom: 32px;
    padding-left: 52px;
    height: 36px;
    line-height: 36px;
    background-image: url("../image/address-icon.svg");
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: 500;
    font-size: 24px;
}

.address-pane .right-info .text {
    flex: 1;
    display: flex;
    align-items: center;
}

.address-pane .left-text {
    position: relative;
    padding-right: 30px;
    width: 362px;
    flex: 2;
}

.address-pane .left-text::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 136px;
    background-color: #e5e6eb;
}

.address-pane .left-text p {
    margin-bottom: 16px;
    color: #4e5969;
    line-height: 22px;
}

.address-pane .right-qr {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #4e5969;
}

.address-pane .right-qr img {
    margin-bottom: 8px;
    width: 104px;
    height: 104px;
}

#videoModal .modal-dialog {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    max-width: 1200px;
    border-radius: 4px;
    overflow: hidden;
}

#videoModal .modal-content a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

#videoModal .modal-content a span {
    position: relative;
    top: -2px;
    left: 0;
    color: #fff;
    font-size: 22px;
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 2;
}

.swiper-pagination {
    z-index: 2;
}