/* 备用2 */
.contents .min-box{
	min-height: 400px;
	width: 1600px;
    padding-top: 60px;
}

.contents .min-box .top-max-title {
    width: 100%;
    height: 150px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.contents .min-box .top-max-title .max-title {
    font-size: 103px;
    color: #ebecef;
    width: 100%;
    text-align: center;
    position: relative;
    line-height: 76px;
}

.contents .min-box .top-max-title .max-title::before {
    content: attr(data-text);
    position: absolute;
    font-size: 36px;
    color: #212d52;
    width: 100%;
    left: 0;
    text-align: center;
    line-height: 36px;
    bottom: 0;
}

.contents .min-box .top-max-title .det-text {
    font-size: 18px;
    color: #212d52;
    margin-top: 16px;
}

.contents .min-box  .text-list{
    width: 85%;
    margin: 0 auto;
    margin-top: 30px;
    height: 120px;
    display: flex;
    margin-bottom: 60px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contents .min-box  .text-list p{
    width: 33%;
    color: #202b4f;
	font-size:18px;
	color:#333;
}
#map{
    width: 100%;
    height: 860px;
    margin-bottom: 40px;
}