/* 公共样式 */
.Row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.Column {
    display: flex;
    flex-direction: column;
}

.photoSize {
    width: 100%;
    height: 100%;
}

/* -------- */
.slideshow {
    height: 700px;
    object-fit: cover;
}

.HarmonyOfFiveElements{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    margin-top: 10px;
}

.map{
    width: 100%;
    justify-content: space-between;
    margin: 20px 0;
}

.map_img{
    width: 50%;
}

.mapCopy{
    width: 100%;
    height: 576px;
}

.About_Us {
    width: 100%;
    display: flex;
    background-color: #F8F8F8;
    padding: 40px 0;
}

.pantone {
    font-size: 32px;
    justify-content: center;
    padding: 5px 0;
}

.About_Us_content {
    width: 100%;
    background-image: url('../images/bg-m.jpg');   
    background-repeat: no-repeat; /* 不重复图片 */  
    background-position: center center; /* 图片居中 */  
    background-size: scroll; /* 缩放图片以覆盖整个元素 */
    justify-content: space-between;
    padding: 42px 0;
}

.About_Us_img {
    width: 480px;
    height: 300px;
}

.title {
    width: 25%;
    border-right: solid 1px rgba(170, 170, 170, 0.2);
    margin: 30px 0;
}

.Us_tit{  
    width: 100%;
    height: 56px; 
    background-image: url('../images/title-bg2.png');   
    background-repeat: no-repeat; /* 不重复图片 */  
    background-position: left center; /* 图片居中 */  
    background-size: initial; /* 缩放图片以覆盖整个元素 */
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
}

.Us_content{
    font-size: 16px;
    letter-spacing: 0;
}

.number {
    font-size: 50px;
    justify-content: center;
    position: relative;
}

.m,
.add {
    color: #b3b3b3;
    font-size: 14px;
    position: absolute;
    right: 72px;
    top: 2px;
}

.numberText {
    font-size: 18px;
    justify-content: center;
    font-style:italic;
}