/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear .0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

.fw-thin {
    font-weight: 100;
}

.text-uppercase {
    font-size: 14px;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.link-hover {
    transition: 0.5s;
}

.link-hover:hover {
    color: var(--bs-primary) !important;
}


.img-zoomin {
    transition: 0.5s;
}

.img-zoomin:hover {
    transform: scale(1.1);
}

/*** Topbar Start ***/
.sticky-top {
    transition: 0.5s;
    background: var(--bs-white);
}

.topbar {
    padding: 10px 0;
}

.topbar .top-info {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

@media (max-width: 1400px) {
    .sticky-top .top-link {
        display: none;
    }

}

.topbar .top-link a {
    font-size: medium;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--bs-primary) !important;
}

#note {
    position: relative;
    animation: noteAnimate 10s infinite;
    animation-timing-function: ease-in-out;
    display: flex;
    align-items: center;
}

@keyframes noteAnimate {
    from {
        left: -735px;
    }

    to {
        left: 735px;
    }
}

/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 0px 15px;
    font-weight: 400;
    font-family: 'Fredoka', sans-serif;
    font-size: 16px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 80px;
        font-weight: 400;
        font-family: 'Fredoka', sans-serif;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
        background: #fff;
        width: 1200px;

    }
    .navbar .nav-item .dropdown-menu a{
        background: #fff;
        color: #9B9CAC;
        width: max-content;
        float: left;
        font-size: 20px;
        clear: none;
    }
    .navbar .nav-item .dropdown-menu a:hover{
        color: #2A2B2E;
        font-weight: 500;
        border-bottom: 2px solid #00AA4D;
    }
    .menu-flex{
        float: left;
    }
}

.dropdown .dropdown-menu a:hover {
    background: #fff;
}
.nav-item{
    position: relative;
}
.nav-item.nav-link:hover::after{
    content: '';
    width: 28px;
    height: 6px;
    background: #FFFFFF;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: #fff !important;
    transition: .5s;
    opacity: 1;
}

@media (min-width: 1200px) {
    .navbar .navbar-collapse .border-top {
        border-top: none !important;
    }
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}

/*** Navbar End ***/


/*** Features Start ***/
.features {
    width: 100%;
    background: linear-gradient(rgba(26, 125, 255, 0.5), rgba(255, 255, 255, 0.3)), url(../img/features-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*** Features End ***/


/*** Top News Start ***/
.news-2 h3 {
    position: relative;
}

.news-2 h3::after {
    content: "";
    line-height: 1.3rem;
    background: var(--bs-secondary);
    position: absolute;
    width: 68%;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    right: 0;
    opacity: 0.2;
}

/*** Top News End ***/


/*** Latest News Start ***/
.latest-news .latest-news-carousel.owl-carousel {
    position: relative;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -65px;
    right: 70px;
    font-size: 20px;
    padding: 2px 20px;
    transition: 0.5s;
    margin-right: 10px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    border-radius: 20px;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -65px;
    right: 0;
    font-size: 20px;
    margin-left: 10px;
    padding: 2px 20px;
    transition: 0.5s;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    border-radius: 20px;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev:hover,
.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 10px;
}

/*** Latest News End ***/


/*** Whats New Start ***/
.populer-news .whats-carousel.owl-carousel {
    position: relative;
}

.populer-news .whats-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -80px;
    right: 70px;
    font-size: 20px;
    padding: 2px 20px;
    transition: 0.5s;
    margin-right: 10px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    border-radius: 20px;
}

.populer-news .whats-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -80px;
    right: 0;
    font-size: 20px;
    margin-left: 10px;
    padding: 2px 20px;
    transition: 0.5s;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    border-radius: 20px;
}

.populer-news .whats-carousel.owl-carousel .owl-nav .owl-prev:hover,
.populer-news .whats-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 10px;
}

.populer-news .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.lifestyle .lifestyle-item {
    position: relative;
    overflow: hidden;
}

.lifestyle .lifestyle-item img {
    transition: 0.5s;
}

.lifestyle .lifestyle-item:hover img {
    transform: scale(1.2);
}

.lifestyle .lifestyle-item .lifestyle-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

/*** Whats New End ***/


/*** Banner Section start ***/
.banner-2 {
    position: relative;
}

.banner-content-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(rgba(26, 125, 255, 0.7), rgba(255, 255, 255, 0.7));
    z-index: 2;
}

/*** Banner Section End ***/


/*** Footer Start ***/
.footer button:hover {
    background: var(--bs-white) !important;
    color: var(--bs-primary) !important;
}

.footer .footer-item-1 .line-h {
    line-height: 38px;
}

.footer .footer-item-1 a i {
    transition: 0.5s;
}

.footer .footer-item-1 a:hover i {
    color: var(--bs-primary) !important;
}

.footer .footer-item-3 a {
    line-height: 38px;
}

.footer .footer-item-2 a {
    transition: 0.5s;
}

.footer .footer-item-2 a:hover {
    color: var(--bs-primary) !important;
}

.footer .footer-item-3 a {
    transition: 0.5s;
}

.footer .footer-item-3 a:hover {
    color: var(--bs-primary) !important;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/*** Footer End ***/



.search-box {
    width: 297px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 19px;
    border: 1px solid #3473F4;
    padding: 0 16px;
    display: flex;
    align-items: center;

}

.search-box i {
    font-size: 16px;
    color: #3473F4;
}

.search-box .search-place {
    width: 100%;
    border: none;
    font-size: 14px;
    color: #9B9CAC;
}

.search-box .form-control:focus {
    color: #747d88;
    background-color: #fff;
    border-color: #8dbeff;
    outline: 0;
    box-shadow: none;
}

.carousel-dot {
    width: fit-content;
    position: absolute;
    right: 20px !important;
    bottom: 20px;
    margin: 0;
    left: auto;
}

.carousel-dot button {
    border: none !important;
    width: 8px !important;
    height: 8px !important;
    background: #FFFFFF;
    opacity: 1 !important;

}

#demo2 .carousel-dot button {
    border: none !important;
    width: 8px !important;
    height: 8px !important;
    background: #E5E8F0;
    opacity: 1 !important;

}

#demo2 .carousel-dot .active {
    opacity: 1;
    border: none !important;
    width: 24px !important;
    background: #FFBA18 !important;
}

.carousel-dot .active {
    opacity: 1;
    border: none !important;
    width: 24px !important;
    background: #FFBA18 !important;
}

.carousel-description-1 {
    text-align: left;
    width: 100%;
    height: 54px;
    line-height: 54px;
    background: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding: 0 20px;
    padding-right: 200px;
}

.ellipsis3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ellipsis5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}

.ellipsis6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-title {
    padding-top: 10px;
    height: 20px;
    font-size: 14px;
    color: #8D9095;
    line-height: 20px;
    border-top: 1px solid #E6E9F0;
}

.carousel-title {
    text-align: left;
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
}

.carousel-subtitle {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    color: #CBCBCB;
}

#carousel .carousel-description-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px;
    line-height: 28px;
    height: 130px;
    width: 100%;
}

.top-news .tab-class .nav-item {
    width: 50%;
}

.top-news .tab-class .nav-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top-news .tab-class .nav-item a {
    padding: 13px 0;
    width: 100%;
    background-color: #FFFFFF;
    color: #2A2B2E;
}

.top-news .tab-class .nav-item a.active {
    background-color: #E4FFEE;
}

.top-news .tab-class .nav-item a.active span {
    color: #006934 !important;
}


.news-line {
    width: 28px;
    height: 4px;
    margin-top: 5px;
    display: none;
    background: #3473F4;
}

.special-top-imgbox {
    overflow: hidden;
    position: relative;
}

.special-top-imgbox img {
    height: 300px;
}

.special-top-imgbox .carousel-title {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
}

.special-top-imgbox .carousel-description {
    text-align: left;
    width: 100%;
    height: 54px;
    line-height: 54px;
    background: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding: 0 20px;
    padding-right: 50px;
    position: absolute;
}

.swiper-scale {
    width: 100%;
    height: 400px;
}

.swiper-scale img {
    border-radius: 11px;
}


.swiper-scale .swiper-slide {
    text-align: center;
    font-size: 18px;
    border-radius: 11px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.swiper-scale .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}

.swiper-scale .swiper-slide-active .carousel-description {
    background: rgba(0, 0, 0, 0.5) !important;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
}

.swiper-scale .swiper-slide-active .carousel-description .carousel-title {
    color: #fff;
}

.swiper-scale .video-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

/* line 41, C:/Users/HP/Desktop/03_March_2021/456.Magazine/Magazine_Template/assets/scss/_technology-area.scss */
.swiper-scale .video-icon a {
    background: #fff;
    width: 90px;
    height: 90px;
    display: inline-block;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    transform: scale(0.5);
}

/* line 52, C:/Users/HP/Desktop/03_March_2021/456.Magazine/Magazine_Template/assets/scss/_technology-area.scss */
.swiper-scale .video-icon a::after {
    position: absolute;
    border: 63px solid rgba(255, 255, 255, 0.2);
    content: "";
    border-radius: 50%;
    left: -18px;
    top: -19px;
    right: 0;
    z-index: 0;
    background: #0000;
}

/* line 64, C:/Users/HP/Desktop/03_March_2021/456.Magazine/Magazine_Template/assets/scss/_technology-area.scss */
.swiper-scale .video-icon a i {
    font-size: 30px;
    font-size: 30px;
    line-height: 1;
    position: relative;
    right: -2px;
    top: 2px;
}

/* line 74, C:/Users/HP/Desktop/03_March_2021/456.Magazine/Magazine_Template/assets/scss/_technology-area.scss */
.swiper-scale .video-icon a.btn-icon {
    position: relative;
    /* Animations */
    /* End Animated */
}

/* line 76, C:/Users/HP/Desktop/03_March_2021/456.Magazine/Magazine_Template/assets/scss/_technology-area.scss */
.swiper-scale .video-icon a.btn-icon::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid #fff;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

@-webkit-keyframes btnIconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        border-width: 1px;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    80% {
        border-width: 1px;
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
    }

    100% {
        opacity: 0;
    }
}

/* line 108, C:/Users/HP/Desktop/03_March_2021/456.Magazine/Magazine_Template/assets/scss/_technology-area.scss */
.technology-area .technology-post .technology-wrapper .properties-img .video-icon a.btn-icon:hover {
    color: #fff;
}

.swiper-scale-slide {
    overflow: hidden;

}

.swiper-scale-slide .carousel-description {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: left;
    width: 100%;
    height: 114px;
    background: #fff;
    font-weight: bold;
    font-size: 18px;
    color: #2A2B2E;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding: 10px 20px;
    padding-right: 50px;
    position: absolute;
    border-radius: 0px 0px 11px 11px;
    border: 1px solid #B2B9BD;
}

.swiper-scale-slide .carousel-description .carousel-title {
    color: #2A2B2E;
}

.content-title {
    color: #3473F4;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}

.content-title .title-line {
    margin-left: 20px;
    flex: 1;
    height: 6px;
    background: #EEF2F4;
}

.title-box {
    display: flex;
    align-items: center;
}

.title-box i {
    font-size: 22px;
}

.content-title .title-text {
    margin: 0 12px;
    font-weight: bold;
    font-size: 24px;
}

.content-box {
    overflow: hidden;

}

.content-box .content-titles {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 173px;
    background: #EEF2F4;
    font-weight: bold;
    font-size: 18px;
    color: #2A2B2E;
}

.content-box .content-subtitle {
    font-size: 14px;
    color: #3473F4;
}

.footer {
    background: url('/aes/webfile/img/footer-bg.png') !important;
    background-size: 100% 100% !important;
}



/* 使用Bootstrap grid系统 */
.footer-links-container {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    /* 移除右边距，因为Bootstrap的列有默认的外边距 */
    margin-left: -10px;
    /* 移除左边距 */
}

.footer-link-col {
    flex: 0 0 auto;
    padding-right: 10px;
    /* 添加右边距，与Bootstrap的列保持一致 */
    padding-left: 10px;
}

/* 桌面端：每行6个 */
.footer-link-col {
    width: calc(16.66666667%);
    /* 6列，每列16.666%，减去左右边距 */
}

/* 移动端：每行2个 */
@media (max-width: 767.98px) {
    .footer-link-col {
        width: calc(50%);
        /* 2列，每列50%，减去左右边距 */
    }
}

.footer-title {
    position: relative;
    margin-bottom: 50px;
    color: #9B9CAC;
}

.footer-title::after {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
}

.footer-tel img {
    width: 15px;
    height: 15px;
    margin-right: 10px;

}

.eqcode img {
    width: 70px;
    height: 70px;
    transition: 0.5s;

}

.eqcode:hover img {
    transform: scale(1.2);

}

.courses_search_container {
    padding-left: 20px;
    padding-right: 20px;
    background: #f2f4f5;
}

.courses_search_form {
    width: 100%;
    height: 92px;
}

.courses_search_input {
    width: 240px;
    height: 46px;
    border: solid 1px #d9d9d9;
    border-radius: 3px;
    background: #FFFFFF;
    padding-left: 20px;
}

.courses_search_input:focus {
    outline: solid 1px #3473f4;
}

.courses_search_form>input {
    margin-right: 19px;
}

.courses_search_select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background-image: url(/aes/webfile/images/down.png);
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
}

.courses_search_button {
    width: 161px;
    height: 46px;
    background: #3473f4;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
}

.datepicker {
    z-index: 9999999999 !important;
}

.form-control:focus {
    color: #747d88;
    background-color: #fff;
    border-color: #8dbeff;
    outline: 0;
    box-shadow: none;
}

.input-daterange {}

.page {
    margin: 50px 0;
}


.inner_page a,
.page span {
    border-radius: 4px;
}

.page a{
    padding: 8px 10px;
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    margin-right: 5px;
    color: #000;
}

.page a.on {
    background: #00913A;
    color: #fff;
}

.topic-title {
    color: #00913A;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
}

.topic-title span {
    margin-right: 5px;
    display: inline-block;
    background-color: #00913A;
    width: 6px;
    height: 24px;
}

.carousel-description-2 {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
}

.carousel-title {
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    color: #2A2B2E;
}

.carousel-description-2 .carousel-subtitle {
    margin-top: 20px;
    font-size: 16px;
    width: 100%;
    color: #8D9095;
}

.carousel-description-2 .carousel-time {
    font-size: 14px;
    width: 100%;
    color: #2A2B2E;

}

.sell {}

.sell .sell-img {
    max-width: 100%;
    width: 342px;
    height: 193px;
}

.sell .sell-title {
    font-weight: 500;
    font-size: 18px;
    color: #2A2B2E;
}

.sell .sell-subtitle {
    font-size: 14px;
    color: #8D9095;
}

.sell .price {
    color: #FF421E;
    font-size: 20px;
    font-weight: 500;

}

.sell .price-old {
    color: #9B9CAC;
    font-size: 14px;
    text-decoration: line-through;

}

.sell .sell-btn {
    width: 96px;
    height: 32px;
    background: #00AA4D;
    border-radius: 16px;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sell-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sell .img-box {
    max-width: 100%;
    overflow: hidden;
    width: 342px;
    height: 193px;
}

.sell-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sell-box {
    max-width: 100%;
    overflow: hidden;
    background-color: #fff;
    width: 342px;
    height: 174px;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.investment {
    background: url('/aes/webfile/img/bg1.png');
    background-size: 100% 100%;
    width: 100% !important;
    height: 320px;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.investment-box {

    width: 50%;
}

.investment-img {
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
}

.investment-title {
    font-weight: 600;
    font-size: 28px;
    color: #FFFFFF;
    text-align: left;
}

.investment-btn {
    max-width: 100%;
    margin-top: 20px;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    width: 220px;
    height: 56px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 2px;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(11px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.investment-btn img {
    height: 20px;
    width: 35px;
    margin-left: 30px;
}

@media (min-width: 992px) {
    .investment-box {
        padding-left: 150px;
    }

    .friendly-link .link-box {
        display: flex;
        align-items: center;
    }

    .container-link {

        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .organiza-name-box {
        margin-right: 80px;
    }
    .investment-info-img{
        transform: translateX(-50px);
    }
}

@media (min-width: 1200px) {
    .investment-box {
        padding-left: 150px;
    }

    .friendly-link .link-box {
        display: flex;
        align-items: center;
    }

    .container-link {

        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .organiza-name-box {
        margin-right: 80px;
    }
    .investment-info-img{
        transform: translateX(-50px);
    }
}

.friendly-link {
    width: 100%;
    min-height: 64px;
    height: max-content;
    background: #F49B1C;
    display: flex;
}

.container-link {
    width: 100%;

    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
}

.nav-container {
    height: 80px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E4E5EC;
}

.sub-nav {
    font-size: 20px;
    color: #9B9CAC;
    text-align: center;
    padding: 10px 0;
    margin: 0 20px;
}

.sub-nav:hover {
    color: #2A2B2E;
    font-weight: 500;
    border-bottom: 2px solid #00AA4D;
}

.sub-nav.active {
    color: #2A2B2E;
    font-weight: 500;
    border-bottom: 2px solid #00AA4D;
}

#company-carousel .carousel-dot {
    left: 50%;
    transform: translateX(-50%);

}

#company-carousel .carousel-description-3 {
    padding: 40px;
    color: #000;
    width: 420px;
    font-size: 30px;
    font-weight: 600;
    height: 220px;
    background: #FFFFFF;
    border-radius: 0px 0px 100px 100px;
    line-height: 78px;

    position: absolute;
    top: 0;
    left: 10%;
}

.navbar .navbar-nav .nav-link {
    font-size: 20px;
}

.team-box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}
.team-hover:hover{
    box-shadow:0px 3px 3px #c8c8c8 ;
}
.team-box span {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    background: #00913A;
}

.team-img {
    width: 156px;
    height: 208px;
}

.team-info {
    padding: 0px 5px;
    width: 156px;
    height: 208px;
    position: relative;
}

.team-name {
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    color: #006934;
    margin-bottom: 20px;
}
.team-info p{
    font-size: 16px;
    color: #2A2B2E;
}
#organiza .organiza-box {
    background: rgba(255, 255, 255, 0.64);
    border-radius: 28px;
    border: 2px solid #FFFFFF;
    backdrop-filter: blur(2px);
    padding: 60px;
}

.organiza-name-box {
    min-height: 50px;
    height: max-content;
    position: relative;
}

.organiza-name-box img {
    z-index: -1;
    position: absolute;
    top: 15px;
    width: 72px;
}

.organiza-name {
    padding: 0 10px;

    font-weight: 500;
    font-size: 24px;
    color: #2A2B2E;
}

.organiza-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 80px;
}

.meun-bg {
    background: url('/aes/webfile/img/btn-bg.png');
    background-size: 100% 100%;
    width: 274px;
    height: 53px;
    border: none;
    color: #FFFFFF;
}

.meun-item {
    display: flex;
    align-items: center;
    height: 100%;
}

.meun-sub-item {
    width: 274px;
    height: 53px;
    border-radius: 8px;
    font-size: 18px;
    color: #6E6E7D;
    display: flex;
    align-items: center;
    padding: 0 20px;
    cursor: pointer;
}

.meun-sub-item.active {
    background: #DFFFE8;
    position: relative;
    font-size: 18px;
    color: #2A2B2E;
}

.meun-sub-item.active::before {
    content: '';
    width: 6px;
    height: 49px;
    background: #00AA4D;
    border-radius: 8px 0px 0px 8px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.publicinfo {
    display: none;
}

.publicinfo-pane {}

.publicinfo-box {
    max-width: 100%;
    width: 340px;
    height: 112px;
    background: url(/aes/webfile/img/info-bg.png);
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.publicinfo-title {
    font-weight: 600;
    font-size: 24px;
    color: #222222;
}

.publicinfo-btn {
    margin-top: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 16px;
    font-weight: 500;
    font-size: 16px;
    color: #3F39DE;
}

.bg-info-top {
    background: url(/aes/webfile/img/info-bg1.png);
    background-size: 100% 100%;
    padding: 33px 45px;
}

.info-box-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.part-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.party .news-title a {
    font-size: 20px;
    color: #2A2B2E;
}

.party .news-title {
    height: 50px;
}
.party .news-title:nth-child(4n+1) a{
    font-size: 24px;
    font-weight: 600;
    color: #000;
}
.party .news-title a:hover {
    font-weight: 600;
    color: #000;
}

.party-new-box {
    margin-top: 25px;
    max-width: 100%;
    width: 400px;
    height: 226px;
    overflow: hidden;
    position: relative;
}

.party-new-box img {
    width: 400px;
    height: 226px;
}

.party-new-title-box {
    padding: 0 20px;
    position: absolute;
    max-width: 100%;
    bottom: 0;
    width: 400px;
    height: 54px;
    line-height: 54px;
    background: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}
.party-news a{
    font-size:16px;
    color: #2A2B2E;
    border-bottom: 1px solid #E6E9F0;
    padding-bottom: 16px;
}
.party-news {
    margin-top: 32px;
}

.party-news a:hover {
    font-weight: 600;
    color: #000;
}
.party-news-time{
    margin-top: 10px;
    font-size: 14px;
    color: #8D9095;
}
.news-list{
    margin-top: 50px;
}
.news-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-content{
    height: 50px;
    width: 60%;
    display: flex;
    align-items: center;
}
.news-content img{
    margin-right: 18px;
    width: 12px;
    height: 12px;
}
.news-content a{
    color: #2A2B2E;
    font-size: 20px;
}
.news-time{
    font-size: 20px;
    color: #8D9095;
}
.mune-tabs {
    padding: 0 50px;
    min-height: 80px;
    height: max-content;
    background-color: #fff;
}
.mune-tabs .nav-link{
    font-size: 20px;
    color: #9B9CAC;
    line-height: 28px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mune-tabs .active{
    font-weight: 500;
    font-size: 20px;
    color: #2A2B2E;
    line-height: 28px;
    border-bottom: 2px solid #00AA4D;
}
.carousel-description-protection{
    text-align: right;
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    right: 10px;
    bottom: 0;
}
#protection-carousel .carousel-item{
    position: relative;
}
#protection-carousel  .carousel-caption{
}
#protection-carousel .carousel-dot{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#protection-carousel1 .carousel-item{
    position: relative;
}
#protection-carousel1  .carousel-caption{
}
#protection-carousel1 .carousel-dot{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.goods-info{
    display: flex;
}
.goods-item{
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.goods-title a{
    font-weight: 500;
    font-size: 24px;
    color: #2A2B2E;
}
.goods-desc{
    margin: 20px 0;
}
.goods-desc a{
    font-size: 20px;
    color: #8D9095;
    line-height: 28px;
}
.goods-ticket{
    display: flex;
    align-items: center;
}
.ticket{
    margin-right: 16px;
    width: 80px;
    height: 32px;
    background: #FFF4DC;
    border-radius: 3px;
    border: 1px solid #FFBA18;
    font-weight: 500;
    font-size: 16px;
    color: #F49B1C;
    display: flex;
    justify-content: center;
    align-items: center;
}
.goods-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.goods-right{
    display: flex;
}
.new-price{
    font-weight: 500;
    font-size: 32px;
    color: #FF421E;
}
.old-price{
    margin-left: 12px;
    margin-right: 12px;
    font-size: 20px;
    color: #9B9CAC;
    text-decoration: line-through;
}
.goods-btn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.goods-btn a{
    width: max-content;
    height: 45px;
    background: #FFF4DC;
    border-radius: 23px;
    border: 1px solid #FFBA18;
    font-weight: 500;
    font-size: 20px;
    color: #F49B1C;
    line-height: 28px;
    padding: 8px 22px;
}
.goods-img img{
    max-width: 100%;
    width: 342px;
    height: 193px;
}
.time-line{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: scroll;
}
.time-line-item{
    min-width: 108px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.time-line-item::before{
    position: absolute;
    left: 0;
    top: 18%;
    content: '';
    width: 44px;
    height: 2px;
    background-color: #fff;

}
.time-line-item::after{
    top: 18%;
    position: absolute;
    right: 0;
    content: '';
    width: 44px;
    height: 2px;
    background-color: #fff;

}
.circle-box{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.circle{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cecece;
}
.circle-box .active{
    z-index: 999;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ff9f18;
}
.time-line-year{
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}
.year-content{
    display: none;
}
.year-content:first-of-type {
    display: block; /* 或者使用flex, inline-block等，取决于你的布局需求 */
}
.year-content-container{
    padding-left: 20% !important;
    padding-right: 20% !important;
}
