@font-face {
    font-family: "NotoSansSChinese";
    src: url("./fonts/fontawesome-webfont.ttf") format("truetype");
}
@font-face {
    font-family: "ShanHaiCangBangShuW";
    src: url("./fonts/ShanHaiCangBangShuW-2.ttf") format("truetype");
}
body {
    font-family: "NotoSansSChinese", sans-serif;
}
/* 顶部菜单栏 */
.navbar-brand {
    /* animation: float 3s ease-out infinite; */
    /* margin-top: -20px; */
}
/* @keyframes float {
    50% {
        transform: translate(0, 30px);
    }
} */
.navbar-header {
    position: absolute;
}
/* .shadowFrame {
    width: 145px;
    margin-left: -24px;
}
.shadow {
    animation: shrink 3s ease-out infinite;
    transform-origin: center center;
    ellipse {
        transform-origin: center center;
    }
} */
/* #home-title {
    display: inline-block;
}
@keyframes shrink {
    0% {
        width: 90%;
        margin: 0 5%;
    }
    50% {
        width: 60%;
        margin: 0 18%;
    }
    100% {
        width: 90%;
        margin: 0 5%;
    }
} */
/* 首页 */
#home {
    height: 800px;
    width: calc(100vw);
}
.introduce-container {
    height: 800px;
    width: calc(100vw);
    background: url("../images/introduce1.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.introduce-info {
    width: calc(60vw);

}
.introduce-title {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
}
.introduce-content {
    font-size: 20px;
    margin: 30px 0px;
}
.introduce-content2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.introduce-content2-item {
    min-width: 360px;
    height: 190px;
    background-color: rgba(0,0,0,0.24);
    border-radius: 8px;
    padding: 24px;
    
}
.content-item {
    margin-right: 24px;
}
.introduce-content2-item-title {
    font-size: 30px;
}
.introduce-content2-image {
    vertical-align: middle;
    position: relative;
    top: -3px;
}
.introduce-content2-item-content {
    font-size: 20px;
}
/* 业务 */
#business {
    min-height: 1480px;
    background-color: #f6f6f6;
    padding-top: 30px;
}
.business-container {
    width: 1100px;
    margin: 0 auto;
}
.business-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin: 24px 0px;
}
.business-introduce {
    font-size: 20px;
    color: rgba(106, 106, 106, 1);
    text-align: center;
    margin-bottom: 24px;
}
.business-item {
    background-color: #fff;
    /* padding: 12px 24px; */
    padding: 16px 24px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px rgba(216, 216, 216, 0.5);
    margin-bottom: 24px;
}
.left {
    margin-right: 24px;
}
.business-item-title {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 12px;
}
.business-item-box-item-image {
    width: 100%;
    height: 130px;
    margin-bottom: 12px;
}
.business-item-box-item {
    background-color: #f6f6f6;
    border-radius: 8px;
    padding: 24px;
    padding-top: 12px;
    margin-bottom: 16px;
}
.business-item-box-item-title {
    color: rgba(41, 121, 255, 1);
    font-weight: 500;
    font-size: 30px;
}
.business-item-box-item-title-text {
    margin-left: 10px;
    vertical-align: middle;
}
.business-item-box-item-content {
    color: rgba(106, 106, 106, 1);
    font-size: 20px;
}
/* 技术 */
#technology {
    height: 1000px;
    padding-top: 30px;
    background-color: #fff;
    text-align: center;
}
.technology-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 12px;
}
.technology-introduce {
    font-size: 20px;
    color: rgba(106, 106, 106, 1);
    margin-bottom: 24px;
}
.technology-item {
    cursor: pointer;
    height: 240px;
    color: #fff;
    padding-top: 60px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 24px;
    overflow: hidden;
    transition: transform 0.5s ease; /* 添加平滑过渡 */
}
.technology-item:hover {
    transform: scale(1.1); /* 鼠标经过时放大 */
}
.technology-item-1 {
    background: url("../images/tech-ig-1.svg") no-repeat;
    background-size: 100% 240px;
}
.technology-item-2 {
    background: url("../images/tech-ig-2.svg") no-repeat;
    background-size: 100% 240px;
}
.technology-item-3 {
    background: url("../images/tech-ig-3.svg") no-repeat;
    background-size: 100% 240px;
}
.technology-item-title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 24px;
}
.technology-item-content {
    font-size: 20px;
}

/* 地图 */
#map {
    position: relative;
}
/* 暂时 */
.map {
    position: relative;
    overflow: hidden;
}
.map-box {
    position: relative;
    height: 640px;
    background: url("../images/map.svg") no-repeat;
    background-size: 100% 640px;
}
.map-modal {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-408px);
    height: 200px;
    width: 816px;
    padding: 24px;
    padding-top: 30px;
    padding-left: 30px;
    background-color: rgba(143, 147, 156, 0.8) ;
    border-radius: 16px;
}
.map-modal-title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    height: 40px;
    line-height: 50px;
}
.map-modal-address {
    margin-top: 24px;
    height: 50px;
}
.map-modal-address-item {
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
}
.map-footer {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-125px);
    width: 250px;
    color: #000;
    text-align: center  ;
}
/* 后面要用的 */

.map-container {
    height: 60px;
    text-align: center;
    /* position: absolute;
    bottom: 0px;
    left: 45%;
    background-color: rgba(0,0,0,0.24);
    border-radius: 8px;
    padding: 12px; */
}
.copyright-text {
    display: block;
    height: 25px;
    line-height: 25px;
}
.copyright-text-2 {
    text-decoration: underline;
}

.amap-info-outer {
    background-color: rgba(143, 147, 156, 0.8) ;
    border-radius: 16px;
}
.content-window-card {
    width: 440px;
    padding-left: 20px;
    padding-bottom: 10px;
    
}
.content-window-card h4,
.content-window-card p,
.content-window-card span {
    color: #fff;
}
.amap-info-close {
    display: none;
}
.amap-logo,
.amap-copyright {
    display: none !important;
}