body {
    background-color: #f7f8f9;
}

.top-banner {
    padding-top: 160px;
    height: 500px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-blend-mode: hard-light;
    background: linear-gradient(90deg, #e94a3b 0%, #f5a14e 100%),
        var(--bg-banner-img, url(/images/banners/banner_about_us.png)) no-repeat;
    background-position: center;
    background-size: cover;
    color: #ffffff;
}

.top-banner .product-title {
    margin: 0;
    font-size: 48px;
    font-weight: normal;
    text-align: center;
}

.top-banner .sub-title {
    margin-top: 16px;
    font-size: 20px;
}

.top-banner .description {
    margin-top: 44px;
    width: 736px;
    height: 79px;
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
    list-style-image: url(/images/checked.png);
}

.top-banner .about-us-ul {
    text-align: center;
    padding: 0;
    margin-top: 22px;
    list-style: none;
}

.top-banner .about-us-ul li {
    margin-bottom: 8px;
}

.detail {
    position: relative;
    z-index: 1;
    /* margin-top: -55px; */
}

.detail .header {
    height: 72px;
    background-color: white;
    border-bottom: 1px solid #ebedf0;
    display: flex;
    align-items: center;
    padding-left: 50px;
    box-sizing: border-box;
}

.detail .content {
    background-color: white;
    padding: 80px 0 0;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}

.detail .content.gray-bg {
    background-color: #f8f9fa;
    min-height: 400px;
}

.detail .content .text-section {
    font-size: 14px;
    color: #727a80;
    line-height: 28px;
    text-align: justify;
}

.detail .content .text-section:last-child {
    margin-bottom: 20px;
}

.detail .content .table-1 {
    border-spacing: 4px;
    border-collapse: separate;
}

.detail .content .table-1 th {
    height: 34px;
    background-color: #ec6140;
    color: white;
    text-align: center;
    width: 290px;
    font-weight: normal;
}

.detail .content .table-1 td {
    text-align: center;
    background-color: #f8f9fa;
    height: 40px;
    font-size: 14px;
    color: #333333;
}

.detail .content .list-1 {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.detail .content .list-1 li {
    width: 265px;
    height: 196px;
    background: #f8f9fa;
    border-radius: 8px;
    font-size: 14px;
    color: #333333;
    padding: 30px;
}

.detail .content .channel-body {
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}

.detail .content.more-products {
    display: none;
    justify-content: center;
}

.detail .content.more-products.show {
    display: flex;
}

.detail .content.more-products ul {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
}

.detail .content.more-products ul li {
    display: flex;
    margin-bottom: 24px;
}

.detail .product-intro {
    padding: 40px 90px;
}

.detail .product-intro .product-header {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 18px;
    position: relative;
}

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

.detail .product-intro .product-section {
    margin-bottom: 60px;
    font-size: 15px;
    color: #727a80;
    line-height: 28px;
}

.detail .product-intro .product-section:last-child {
    margin-bottom: 20px;
}

.result-item {
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
}

.result-item .sub-title {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #333333;
}

.gray-bg-card {
    width: 175px;
    height: 175px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.gray-bg-card.content-item {
    width: 100%;
    height: 112px;
    padding: 30px;
}

.gray-bg-card.content-item .text {
    text-align: left;
    margin-left: 20px;
    flex: 1;
    margin-top: 0;
}

.gray-bg-card .text {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    text-align: center;
}

.channel-body .row {
    margin-bottom: 58px !important;
}

.channel-body .row.list-row {
    margin-bottom: 30px;
}

.target-card {
    width: 265px;
    height: 180px;
    padding: 0 14px;
    justify-content: center;
    align-items: center;
}

.target-card .text {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-top: 28px;
    margin-left: 0;
    flex: none;
    text-align: center;
}

.service-panel {
    width: 340px;
    height: 180px;
    display: inline-flex;
    flex-direction: column;
    border: 1px solid #f1f1f1;
}

.service-panel__header {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 28px;
    flex: 0 0 72px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(90deg, #e94a3b 0%, #e94a3b 49%, #f5a14e 100%);
}

.service-panel__body {
    flex: 1;
    padding: 23px;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}

.shadow-card {
    position: relative;
    height: 140px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    text-align: center;
    padding-top: 62px;
}

.shadow-card::before {
    content: "";
    display: block;
    position: absolute;
    width: 86px;
    height: 86px;
    background: linear-gradient(90deg, #e94a3b, #e94a3b, #f5a14e);
    opacity: 0.2;
    border-radius: 50%;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.shadow-card::after {
    color: white;
    font-size: 20px;
    font-weight: bold;
    content: attr(data-name);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    padding: 8px;
    text-align: center;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    background: linear-gradient(90deg, #e94a3b, #e94a3b, #f5a14e);
    border-radius: 50%;
    line-height: 1.1;
}

.timeline-part .year-card__panel {
    background: white;
    padding: 24px 30px;
    border-radius: 5px;

    font-size: 16px;
    font-weight: 400;
    color: #727A80;
    line-height: 34px;
    /* margin-bottom: 20px; */
}


.timeline-item {
    /* padding: 40px 0; */
    padding-left: 110px;
    position: relative;
}

.timeline-part {
    position: relative;
    box-sizing: border-box;
    /* width: 65.306122449vw; */
    padding: 0 100px 0 80px;
    min-width: 1200px;
    min-height: 500px;
    margin: 120px 0;
}

.timeline-part::before {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    top: 0;
    bottom: 0;
    left: 154px;
    background: #E8E9EB;
}

.timeline-part .swiper-button-prev-c,
.timeline-part .swiper-button-next-c {
    position: absolute;
    top: 0;
    left: 130px;
    background-color: #f0f1f2;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    transform: translateY(-80px);
}

.timeline-part .swiper-button-prev-c {
    transform: rotate(180deg) translateY(-80px);
    top: auto;
    bottom: 0;
}

.timeline-part .milestone {
    position: relative;
    font-size: 16px;
    /* font-weight: bold; */
    /* color: #1f2329; */
    color: #f44712;
    padding-top: 10px;
    padding-bottom: 10px;
}

.timeline-part .milestone::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E8E9EB;
    /* background: red; */
    display: block;
    top: 50%;
    left: 75px;
    transform: translate(-50%, -50%);
}

.timeline-part #t-left {
    position: relative;
    padding: 78px 0;
    width: 50px;
}

.timeline-part .swiper {
    overflow: hidden;
    width: 100%;
    height: 635px;
}

.year-card {}

.year-card__year {
    font-size: 18px;
    font-weight: bold;
    color: #727A80;
    line-height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.timeline-part .year-card__point {
    display: inline-block;
    width: 24px;
    height: 20px;
    position: absolute;
    left: 65px;
    top: 50%;
    transform: translate(0, -50%);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAYAAACXtf2DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MWEzZGQ4NS00ZjM3LWE5NDEtYWZhOS05NjJiMzMwZmE0ZGEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjgyODI4OUM3NkExMTFFRDlFMTQ5RjgwNjQxQTEyMTQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjgyODI4OUI3NkExMTFFRDlFMTQ5RjgwNjQxQTEyMTQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZTg0ZGZhNjAtZmFhZi01MjRkLWE0NmMtN2ViNTEwOTgyZWNmIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MWIwNDlmM2QtNjQ4Ny0xMWVkLTliY2YtY2NjZTc2NzgwNmNlIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+MJJ01AAAAZNJREFUeNqk1UsoRFEcx/E7Q1lYqJmIlTwWZKNYiBCbUWSa8dpYqLGQsrSjPLKzVMMChQXJeC4mGwwlC9lIKaWk2GAzUzZTvqfurdt17jl3+NdnMeee8//NfZ3rS4cChktFEUEDiuHDF+5whH1kCpMfhqryJWNhLKBOciyIagzgHbNYVgX4Hb+nceDS3FmliGe6gpteA6YwZ+Rew4Rs6wJaMW/8vYYI2VUFrCsWf+Iat5qQflmICOhGlcuiSZSjGY2oREITsuMMCLtMjmERadvYM/qQUoQMErJnD6iXTBKXY03RJKa5XFFCElZAjWTChabBE140cyKEXImAPMnBrIcnx8ucEhHwKDnQpFlYhgrNnEvU+s29xVnivehVLI5rmqfYo9qQFQFJl0mHGHGMFWFF8eSJOqdxu/XDZ+6mb+beIqt7PKDAPLOApnmHfcAK6MGx8b/61dy+VZxg6R/Nz2TNnbvphIebJ6tTmnd6/R6MYxSvHhp/Y4bmoVy/aKvYwhjEabeYN9h6uW7MvWjDyx/5EWAA/VNf5Z625YcAAAAASUVORK5CYII=);
}


.timeline-part .point {
    display: inline-block;
    width: 24px;
    height: 20px;
    position: relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAYAAACXtf2DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MWEzZGQ4NS00ZjM3LWE5NDEtYWZhOS05NjJiMzMwZmE0ZGEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjgyODI4OUM3NkExMTFFRDlFMTQ5RjgwNjQxQTEyMTQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjgyODI4OUI3NkExMTFFRDlFMTQ5RjgwNjQxQTEyMTQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZTg0ZGZhNjAtZmFhZi01MjRkLWE0NmMtN2ViNTEwOTgyZWNmIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MWIwNDlmM2QtNjQ4Ny0xMWVkLTliY2YtY2NjZTc2NzgwNmNlIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+MJJ01AAAAZNJREFUeNqk1UsoRFEcx/E7Q1lYqJmIlTwWZKNYiBCbUWSa8dpYqLGQsrSjPLKzVMMChQXJeC4mGwwlC9lIKaWk2GAzUzZTvqfurdt17jl3+NdnMeee8//NfZ3rS4cChktFEUEDiuHDF+5whH1kCpMfhqryJWNhLKBOciyIagzgHbNYVgX4Hb+nceDS3FmliGe6gpteA6YwZ+Rew4Rs6wJaMW/8vYYI2VUFrCsWf+Iat5qQflmICOhGlcuiSZSjGY2oREITsuMMCLtMjmERadvYM/qQUoQMErJnD6iXTBKXY03RJKa5XFFCElZAjWTChabBE140cyKEXImAPMnBrIcnx8ucEhHwKDnQpFlYhgrNnEvU+s29xVnivehVLI5rmqfYo9qQFQFJl0mHGHGMFWFF8eSJOqdxu/XDZ+6mb+beIqt7PKDAPLOApnmHfcAK6MGx8b/61dy+VZxg6R/Nz2TNnbvphIebJ6tTmnd6/R6MYxSvHhp/Y4bmoVy/aKvYwhjEabeYN9h6uW7MvWjDyx/5EWAA/VNf5Z625YcAAAAASUVORK5CYII=);
}

.timeline-part .point.milestone {
    width: 10px;
    height: 10px;
    background: #e8e9eb;
    border-radius: 50%;
}

.timeline-part #t-left .point .t-year {
    position: absolute;
    left: -25px;
    transform: translate(-100%, -8px);
    top: 0;
    font-size: 18px;
    font-weight: bold;
    color: #727a80;
    line-height: 34px;
}

.timeline-part #t-left .swiper {
    width: 50px;
    height: var(--timeline-height, 640px);
    overflow-y: clip;
}

.timeline-part #t-left .swiper .swiper-slide {
    text-align: center;
}

.timeline-part #t-left::after {
    content: "";
    display: block;
    width: 2px;
    background-color: #e8e9eb;
    position: absolute;
    top: 78px;
    bottom: 78px;
    left: 50%;
    transform: translateX(-1px);
    z-index: -1;
}

.timeline-part #t-right {
    flex: 1;
}

.timeline-part #t-right .swiper {
    width: 100%;
    height: var(--timeline-height, 640px);
    overflow: hidden;
}

.timeline-part #t-right .swiper-slide .milestone {
    font-size: 16px;
    color: #1f2329;
    line-height: 34px;
}

.timeline-part #t-right .swiper-slide .card {
    padding: 24px 30px;
    width: 1120px;
    font-size: 16px;
    color: #727a80;
    height: 100%;
    transform: translateY(-30px);
    border: none;

    box-shadow: 0px 10px 20px 0px #fafafa;
}

#bj_map,
#xa_map {
    width: 1000px;
    height: 200px;
    margin: 10px 0 30px 0;
}

#bj_map img,
#xa_map img {
    max-width: none !important;
}

.cus-page .page-item a:hover {
    cursor: pointer;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
}

.hover-pic {
    position: relative;
}

.hover-pic-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(244, 71, 18, 0.9);
    height: 0;
    transition: height 0.3s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hover-pic:hover .hover-pic-mask {
    height: 100%;
}

.hover-pic-mask::before {
    /* position: absolute; */
    /* top: 30px; */
    /* left: 30px; */
    content: attr(data-name);
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 40px;
}

.hover-pic-mask::after {
    /* position: absolute; */
    /* bottom: 30px; */
    /* right: 30px; */
    content: attr(data-date);
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

p.intro-p {
    text-align: justify;
    line-height: 1.5;
}

p.intro-p:last-child {
    margin-bottom: 0;
}

.d-flex.wishes .shadow-card {
    width: 440px;

    background: linear-gradient(0deg, #FFFAF7 0%, #FFFFFF 100%);
    border: 1px solid #F9FAFC;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);

}

.left-header {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
}
.right-content {
    padding: 50px 56px;
    position: relative;
}

.right-content .top-right {
    position: absolute;
    user-select: none;
    z-index: 0;
    top: 0;
    right: 0;
}
.right-content .bottom-left {
    position: absolute;
    user-select: none;
    z-index: 0;
    bottom: 0;
    left: 0;
}

.right-content p {

    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}

.history-header {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    /* margin-bottom: 80px; */
}

.history {
    width: 100%;
    margin-top: 80px;
    padding-top: 80px;
    height: 718px;
    background-color: #ec6140;
    background-image: url(/images/about-us-swiper-bg.png);
}

.history-swiper {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 0 60px;
    overflow: hidden;
    margin-top: 56px;
}

.history-swiper::before {
    content: "";
    display: block;
    left: 0;
    right: 0;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 64px;
}

.history-swiper .history-swiper__inner {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 150px;
}

.history-swiper .timeline-item,
.timeline-item-new {
    /* width: 290px; */
    max-height: 350px;
    padding: 30px;
    /* background-color: green; */
    border-radius: 10px;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 34px;
    text-align: justify;
}
.history-swiper .timeline-item.year-card {
    background-color: #F26D44;
}

.history-swiper .milestone {
    position: relative;

}
.history-swiper .milestone.no-content {
    background: transparent;
}
.history-swiper .milestone.no-content .milestone-label {
    font-size: 29px;
}

.history-swiper .milestone::before {
    content: "";
    display: block;
    width: 24px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -110px;
    transform: translate(0, -50%) rotate(90deg);
    background: white;
    mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAYAAACXtf2DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MWEzZGQ4NS00ZjM3LWE5NDEtYWZhOS05NjJiMzMwZmE0ZGEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjgyODI4OUM3NkExMTFFRDlFMTQ5RjgwNjQxQTEyMTQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjgyODI4OUI3NkExMTFFRDlFMTQ5RjgwNjQxQTEyMTQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZTg0ZGZhNjAtZmFhZi01MjRkLWE0NmMtN2ViNTEwOTgyZWNmIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MWIwNDlmM2QtNjQ4Ny0xMWVkLTliY2YtY2NjZTc2NzgwNmNlIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+MJJ01AAAAZNJREFUeNqk1UsoRFEcx/E7Q1lYqJmIlTwWZKNYiBCbUWSa8dpYqLGQsrSjPLKzVMMChQXJeC4mGwwlC9lIKaWk2GAzUzZTvqfurdt17jl3+NdnMeee8//NfZ3rS4cChktFEUEDiuHDF+5whH1kCpMfhqryJWNhLKBOciyIagzgHbNYVgX4Hb+nceDS3FmliGe6gpteA6YwZ+Rew4Rs6wJaMW/8vYYI2VUFrCsWf+Iat5qQflmICOhGlcuiSZSjGY2oREITsuMMCLtMjmERadvYM/qQUoQMErJnD6iXTBKXY03RJKa5XFFCElZAjWTChabBE140cyKEXImAPMnBrIcnx8ucEhHwKDnQpFlYhgrNnEvU+s29xVnivehVLI5rmqfYo9qQFQFJl0mHGHGMFWFF8eSJOqdxu/XDZ+6mb+beIqt7PKDAPLOApnmHfcAK6MGx8b/61dy+VZxg6R/Nz2TNnbvphIebJ6tTmnd6/R6MYxSvHhp/Y4bmoVy/aKvYwhjEabeYN9h6uW7MvWjDyx/5EWAA/VNf5Z625YcAAAAASUVORK5CYII=);
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAYAAACXtf2DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MWEzZGQ4NS00ZjM3LWE5NDEtYWZhOS05NjJiMzMwZmE0ZGEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjgyODI4OUM3NkExMTFFRDlFMTQ5RjgwNjQxQTEyMTQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjgyODI4OUI3NkExMTFFRDlFMTQ5RjgwNjQxQTEyMTQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZTg0ZGZhNjAtZmFhZi01MjRkLWE0NmMtN2ViNTEwOTgyZWNmIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MWIwNDlmM2QtNjQ4Ny0xMWVkLTliY2YtY2NjZTc2NzgwNmNlIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+MJJ01AAAAZNJREFUeNqk1UsoRFEcx/E7Q1lYqJmIlTwWZKNYiBCbUWSa8dpYqLGQsrSjPLKzVMMChQXJeC4mGwwlC9lIKaWk2GAzUzZTvqfurdt17jl3+NdnMeee8//NfZ3rS4cChktFEUEDiuHDF+5whH1kCpMfhqryJWNhLKBOciyIagzgHbNYVgX4Hb+nceDS3FmliGe6gpteA6YwZ+Rew4Rs6wJaMW/8vYYI2VUFrCsWf+Iat5qQflmICOhGlcuiSZSjGY2oREITsuMMCLtMjmERadvYM/qQUoQMErJnD6iXTBKXY03RJKa5XFFCElZAjWTChabBE140cyKEXImAPMnBrIcnx8ucEhHwKDnQpFlYhgrNnEvU+s29xVnivehVLI5rmqfYo9qQFQFJl0mHGHGMFWFF8eSJOqdxu/XDZ+6mb+beIqt7PKDAPLOApnmHfcAK6MGx8b/61dy+VZxg6R/Nz2TNnbvphIebJ6tTmnd6/R6MYxSvHhp/Y4bmoVy/aKvYwhjEabeYN9h6uW7MvWjDyx/5EWAA/VNf5Z625YcAAAAASUVORK5CYII=);

}

.history-swiper .year-card__point {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    top: -90px;
}

.history-swiper .year-card__year,
.history-swiper .milestone-label {
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    color: white;
    position: absolute;
    left: 0;
    top: -36px;
    transform: translate(0, -50%);
}
.history-swiper .year-card__year {
    font-weight: 400;
}

.history-swiper .swiper-button-prev-c,
.history-swiper .swiper-button-next-c {
    position: absolute;
    top: 38px;
    left: 0;
    /* background-color: #f0f1f2; */
    background-color: white;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    transform: rotate(-90deg);

    display: flex;
    justify-content: center;
    align-items: center;
}

.history-swiper .swiper-button-next-c {
    left: auto;
    right: 0;
    transform: rotate(90deg);
}

.history-swiper .year-card__panel,
.history-swiper .milestone {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 34px;
}
.history-swiper .year-card__panel {
    background: #F26D44;
    color: white;
}

.history-swiper .milestone {
    color: #F44712;
}

.respon {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}


.respon-item {
    width: 680px;
    height: 413px;
    background: url(/images/respon_item_bg.png) no-repeat;
    margin-right: 40px;
    margin-bottom: 40px;
    padding: 8px;
    position: relative;
    overflow: hidden;
}

.respon-item:nth-child(2n) {
    margin-right: 0;
}

.respon-title-bg {
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    background-image: url(/images/respon_item_title_bg.png);
    background-repeat: repeat-x;
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 5px 10px #F55525;
    padding-top: 75px;
    padding-left: 40px;
    transition: all .3s;
}
.respon-item__img {
    transition: all .3s;
}
.respon-item:hover .respon-item__img {
    transform: scale(1.05);
}
.respon-item:hover .respon-title-bg {
    display: none;
}
.respon-item:hover .respon-item__hover {
    height: 100%;
    opacity: 0.9;

}
.respon-item__hover {
    transition: all .3s;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    overflow: hidden;
    background: #F55525;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
}

.respon-item__hover .title {
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    text-shadow: 0px 5px 10px #F55525;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.respon-item__hover .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 1px;
}

.respon-item__hover .desc {
    width: 528px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin: 22px auto 0;
}
.detail .content.gray-bg.respon-part {
    background: url(/images/respon-part-bg.png) 100% no-repeat;
}

/*# sourceMappingURL=about-us.css.map */


/* 上午合作咨询 */
.contact-consultation {
    max-width: 1200px;
    min-height: 500px;
    margin-top: 38px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    border: 1px solid #E1E4E6;
    border-radius: 12px;
}
.contact-consultation form {
    width: 500px;
    margin: 50px auto 60px;
}

.consultation-item {
    align-items: baseline;
}
.consultation-item .col-form-label {
    width: 138px;
}
.consultation-item .col-sm-text {
    flex: 1;
}

.consultation-item .col-sm-text .form-check-input:checked {
    background-color: #EB5C3E;
    border-color: #EB5C3E;
}

.consultation-item .col-sm-text .form-control:focus,
.consultation-item .col-sm-text .form-check-input:focus {
    border-color: #EB5C3E66;
    box-shadow: 0 0 0 0.25rem #EB5C3E22;
}

.consultation-item .col-sm-text .button-sub {
    width: 160px;
    height: 40px;
    border: 0;
    background: linear-gradient(90deg, #E94A3B 0%, #E94A3B 49%, #F5A14E 100%);
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
}

.col-sm-text .form-control::-webkit-input-placeholder{
    color: #cccccc;
}

.col-sm-text .form-control:-moz-placeholder {
    color: #cccccc;
}

.col-sm-text .form-control::-moz-placeholder {
    color: #cccccc;
}

.col-sm-text .form-control:-ms-input-placeholder {
    color: #cccccc;
}

.grid {
    display: grid;
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  