/* 概要图片 */
.ditu {
    display: flex;
    height: 1000px;
    flex-direction: column;
    /* 纵向排列子元素 */
    align-items: center;
    /* 横向居中对齐子元素 */
    background-color: black;
}

.title-img {
    width: 1220px;
    margin: 350px;
}

/* .ditu img {
    width: 100%;
    position: absolute;
    top:37%;
    left: 23%;
    transform: translateY(-85%) translateX(-25%);
    将图片右移50px
    opacity: 0.5;
} */

.ditu-title {
    width: 1250px;
    height: 200px;
}

.ditu-title p:nth-child(1) {
    position: absolute;
    /* top: 10%;
    left: 50%; */
    font-size: 30px;
    width: 500px;
    transform: translate(-50%);
    color: white;
    z-index: 9999;
    text-align: left;
    display: inline-block;
}

.ditu-title p:nth-child(2) {
    position: absolute;
    /* top: 20%;
    left: 50%; */
    font-size: 18px;
    width: 1220px;
    transform: translate(-50%);
    color: white;
    z-index: 9999;
    display: inline-block;
    text-align: left;
    /* 文字左对齐 */
    text-indent: 2em;
    /* 设置首行缩进为两个字符宽度 */
    line-height: 1.5;
    /* 设置行间距为 1.5 倍行高 */
    letter-spacing: 1px;
    /* 设置字间距为 1 像素 */
}

.ditu-title p:nth-child(3) {
    position: absolute;
    /* top: 31%;
    left: 50%; */
    font-size: 18px;
    width: 1220px;
    transform: translate(-50%);
    color: white;
    z-index: 9999;
    display: inline-block;
    text-align: left;
    /* 文字左对齐 */
    text-indent: 2em;
    /* 设置首行缩进为两个字符宽度 */
    line-height: 1.5;
    /* 设置行间距为 1.5 倍行高 */
    letter-spacing: 1px;
    /* 设置字间距为 1 像素 */
}

/* 概要图片 */
/* 地图成就 */
.ditu-chengjiu {
    margin-top: 48px;
    margin-bottom: 80px;
}

.ditu-chengjiu .wrap {
    width: 1200px;
    margin: 0 auto;
}

.ditu-chengjiu .wrap .chengjiu-title {
    color: #657180;
    font-size: 30px;
    text-align: center;
}

.ditu-chengjiu .wrap .chengjiu-img {
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.chengjiu-img .chengjiu-img-model {
    width: 106px;
    height: 90px;
}

.chengjiu-img-model img {
    width: 65px;
    height: 55px;
    margin-left: 20px;
    margin-right: 20px;
    /* margin: 12px auto; */
}

.chengjiu-img-model span {
    margin-top: 18px;
    font-size: 12px;
    line-height: 20.8px;
}



/* 地图成就 */
/* 可视化平台 */
.keshihua {
    background-color: rgb(246, 247, 249);
}

.keshihua .wrap {
    width: 1400px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 10px;
}

.keshihua .wrap .keshihua-title {
    color: #657180;
    font-size: 30px;
    text-align: center;
}

.keshihua-body {
    color: rgb(101, 113, 128);
    font-size: 18px;
    padding-top: 12px;
    text-align: center;
}

.keshihua-img {
    display: flex;
    justify-content: center;
    /* 居中对齐 */
    align-items: center;
    /* 垂直居中对齐 */
    gap: 50px;
    /* 图片间隔50px */
    padding: 20px;
}

.image-container {
    text-align: center;
    /* 文字居中对齐 */
}

.image-container img {
    width: 550px;
    height: 350px;
}

.map-localization {
    width: 100%;
    height: 800px;
    background-color: #417F7C;
}


.map-localization .function-title {
    color: #F8F8FF;
    font-size: 30px;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

.map-localization .function-title p {
    font-size: 13px;
    width: 600px;
    margin: 10px auto;
    text-align: center;
}


/* 可视化平台 */
/* 地图功能 */
.map-function {
    width: 100%;
    height: 800px;
    background-color: #417F7C;
}


.map-function .function-title {
    color: #657180;
    font-size: 30px;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

.map-function .function-title p {
    font-size: 13px;
    width: 600px;
    margin: 10px auto;
    text-align: center;
}

.function-jieshao {
    width: 100%;
    height: 63.2px;
    padding: 0px 300px;
    color: rgb(247, 247, 247);
    box-shadow: rgba(51, 51, 51, 0.08) 0px 0px 8px 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    font-size: 13px;
    line-height: 20.8px;
    /* position: fixed; */
}

.function-jieshao .little_model {
    color: rgb(101, 113, 128);
    cursor: pointer;
    font-size: 16px;
    line-height: 25.6px;
    padding: 18px 12px;
    text-wrap: nowrap;
    white-space-collapse: collapse;
    width: 88px;
    box-sizing: border-box;
}

.function-jieshao .little_model:hover {
    color: rgb(45, 140, 240);
    border-bottom-color: rgb(45, 140, 240);
    border-bottom-style: solid;
    border-bottom-width: 1.6px;
    box-sizing: border-box;
}

.function-img {
    width: 870px;
    height: 550px;
    margin: 0 auto;
    padding-top: 20px;
    border-bottom: 1px solid #adadad;
}

.function-img img {
    width: 870px;
    height: 533px;
    border-bottom: 1px solid #adadad;
    border-radius: 20px;
}

/* 地图功能 */
/* 地图类型 */
.map-type {
    width: 100%;
    height: 1000px;
    background: #f6f7f9;
}

.map-type .type-title {
    color: #657180;
    font-size: 30px;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

.map-type .type-title p {
    font-size: 13px;
    width: 600px;
    margin: 10px auto;
    text-align: center;
}

.type-body {
    width: 1200px;
    height: 1200px;
    margin: 20px auto;
    justify-content: center;
}

.type-box {
    width: 580px;
    height: 400px;
    font-size: 13px;
    margin-left: 10px;
    margin-right: 10px;
    background: linear-gradient(135deg, #f6d365, #fda085);
    border-radius: 20px;
    float: left;
    margin-bottom: 15px;
}

.type-box:hover {
    transform: scale(1.03, 1.03);
    cursor: pointer;
}

.type-box img {
    width: 530px;
    height: 280px;
    border-radius: 20px;
    margin: 10px 25px 5px;

}

.type-text {
    margin-left: 30px;
}

.type-box p {
    font-size: 10px;
}

.type-box span {
    margin-left: 10px;
}

/* 地图类型 */
/* 地图应用 */
.map-application {
    width: 100%;
    height: 730px;
    background: white;

}

.map-application .app-title {
    color: #657180;
    font-size: 30px;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 20px;
}

.app-body {
    width: 1220px;
    height: 600px;
    justify-content: center;
    margin: 0 auto;
}

.app-box {
    width: 400px;
    height: 300px;
    float: left;
    font-size: 30px;
    position: relative;
    margin-left: 5px;
    margin-top: 5px;
}

.app-box img {
    width: 400px;
    height: 300px;
    outline-width: 0px;
    vertical-align: top;
}

.app-box p {
    position: absolute;
    bottom: 20%;
    text-align: center;
    width: 100%;
    color: white;
    font-size: 40px;
}

/* 地图应用 */

/* 个性化地图主题 */
.map-theme {
    width: 100%;
    height: 1000px;
    background-color: #4e5999;
}

.map-theme .theme-title {
    color: white;
    font-size: 30px;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

.map-theme .theme-title p {
    font-size: 13px;
    width: 600px;
    margin: 10px auto;
    text-align: center;
}

.theme-option {
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
}

.theme-box {
    width: 100px;
    height: 80px;
}

.theme-option img {
    width: 150px;
    height: 120px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.theme-option p {
    font-size: 13px;
    text-align: center;
    margin: 0 auto;
}

.theme-box:hover {
    color: white;
    cursor: pointer;
}

.theme-box:hover>img {
    border: 2px solid #eabe10;
    border-radius: 10px;

}

.theme-img {
    width: 1200px;
    height: 600px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 1);
    border-radius: 4px;
    margin: 20px auto;
    position: relative;
}

.theme-img img {
    width: 1200px;
    height: 600px;
    border-radius: 4px;
}

.theme-img .button {
    position: absolute;
    left: 19%;
    /* 距离左边1/4处 */
    top: 85%;
    /* 距离上边3/4处 */
    transform: translate(-50%, -50%);
    /* 确保按钮居中 */
    background-color: white;
    color: blue;
    padding: 10px 15px;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid blue;
    border-radius: 5px;
}

.theme-box1 {
    width: 228px;
    height: 176.8px;
}

.theme-box1:hover {
    color: white;
    cursor: pointer;
}

.theme-box1:hover>img {
    border: 2px solid #eabe10;
    border-radius: 10px;

}

.theme-img1 {
    width: 1200px;
    height: 600px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 1);
    border-radius: 4px;
    margin: 20px auto;
}

.theme-img1 img {
    width: 1200px;
    height: 600px;
    border-radius: 4px;
}

/* 个性化地图主题 */

/* 地图编辑器 */
.ditu-bianji {
    margin-top: 48px;
    margin-bottom: 80px;
}

.ditu-bianji .wrap {
    width: 1200px;
    margin: 0 auto;
}

.ditu-bianji .wrap .bianji-title {
    color: #657180;
    font-size: 30px;
    text-align: center;
}

.ditu-bianji .wrap .bianji-title p {
    font-size: 13px;
    width: 800px;
    text-align: center;
    margin: 10px auto;
}

.bianji-img {
    margin-top: 80px;
    margin-bottom: 80px;
    width: 1200px;
    height: 112px;
    margin: 40px auto;
    justify-content: space-between;
    display: flex;
    text-align: center;
}

.bianji-img .bianji-box {
    width: 60px;
    height: 112px;
}

.bianji-img .bianji-box img {
    width: 60px;
    height: 55px;
}

.bianji-img .bianji-box p {
    font-size: 13px;
    text-align: center;
}

.bianji-shili {
    width: 1200px;
    height: 550px;
    margin: 0 auto 20px;
}

.bianji-shili img {
    width: 1200px;
    height: 550px;
}

/* 地图编辑器 */
/* 地图优势 */
.ditu-adv {
    height: 350px;
    background: linear-gradient(135deg, #ff9a9e, #fad0c4);
    padding-top: 20px;
}

.ditu-adv .wrap {
    width: 1200px;
    margin: 0 auto;
}

.ditu-adv .wrap .adv-title {
    color: #657180;
    font-size: 30px;
    text-align: center;
}

.adv-img {
    width: 1200px;
    height: 240px;
    margin: 40px auto;
    justify-content: space-between;
    display: flex;
    text-align: center;
}

.adv-img .adv-box {
    width: 210px;
    height: 240px;
}

.adv-img .adv-box img {
    width: 210px;
    height: 205px;
    aspect-ratio: auto 210 / 205;
}

.adv-img .adv-box p {
    font-size: 13px;
    text-align: center;
}

/* 地图优势 */

/* 帮助 */
.map-help {
    background-color: rgb(78, 89, 153);
    width: 100%;
    height: 500px;
    padding-top: 20px;
}

.map-help>p {
    font-size: 30px;
    text-align: center;
    color: white;
    margin-top: 50px;
}

.help-box0 {
    width: 1200px;
    height: 326px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.help-box1 {
    width: 586px;
    height: 326px;
    border-radius: 4px;
    overflow: hidden;
}

.help-box1 img {
    width: 586px;
    height: 180px;
}

.help-text {
    background-color: white;
    width: 586px;
    height: 146px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -3px;
    z-index: 99;
}

.help-text a {
    background-color: #2d8cf0;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    width: 86px;
    height: 15px;
    margin-left: 215px;
    margin-top: 10px;
    border-radius: 12px;
}

/* 帮助 */