.wrap2 {
    background-color: #fff;
    width: 1200px;
    margin: 0 auto;
}


.partA {
    width: 1200px;
    display: block;
    margin-top: 20px;
}

.partA-title {
    width: 100%;
    font-weight: 500;
    color: #F28C28;
    font-size: 48px;
}

.partA-title2 {
    width: 100%;
    font-weight: 500;
    color: #6B7280;
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.partA-content {
    overflow: auto; /* 确保容器能够包含浮动元素 */
}

.partA-content p {
    width: 100%;
    font-weight: 400;
    color: #404040;
    font-size: 18px;
    line-height: 35px;
}

.partA-content img {
    width: 410px;
    height: 200px;
    float: right; /* 让图片向左浮动 */
    margin-left: 15px; /* 可选，为图片和文本之间的间距 */
}

.wrap-title {
    margin-left: 20px;
    font-weight: 500;
    color: #B29A70;
    font-size: 48px;
}

.partB {
    width: 1200px;
}

.partB-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 100px;
    padding: 10px 0;
    margin: 0 0 20px 0;
    width: 1200px;
    background-color: #f28c2833;
}

.partB-left {
    position: relative;
    width: 260px;
    font-weight: 400;
    color: #404040;
    font-size: 24px;
    line-height: 30px;
}

.partB-right {
    position: relative;
    width: 740px;
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}


.partB-title2 {
    font-weight: 700;
    color: #404040;
    font-size: 16px;
}

.partC-row {
    display: flex;
    flex-direction: row;
}

.partC-box {
    width: 33%;
    padding: 10px 20px 20px;
    margin: 10px;
    background-color: #f28c281a;
}

.partC-box h3 {
    text-align: center;
    line-height: 50px;
    font-weight: 500;
    font-size: 24px;
    color: #333;
}

.partC-box p {
    font-size: 16px;
    line-height: 30px;
    color: #404040;
    font-weight: 400;
}

.partD {
    margin-bottom: 10px;
}

.partD-row {
    display: flex;
    flex-direction: row;
}

.partD-box {
    background: #F3F4F6;
    width: 25%;
    margin: 10px;
}

.partD-title {
    display: flex;
    justify-content: flex-start; /* 水平居左 */
    height: 60px; /* 容器高度，根据需要调整 */
}

.partD-title img {
    margin: 10px 0 0 20px;
    width: 40px;
    height: 40px;
}

.partD-title h3 {
    font-weight: 500;
    color: #404040;
    font-size: 24px;
    margin: 20px 0 0 10px;
}

.partD-text {
    font-weight: 400;
    color: #404040;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 15px 15px;
}


.wrap-anchor {
    width:150px;
    height: 230px;
    position: fixed;
    right:0;
    bottom: 250px;
    padding-top: 15px;
    padding-left: 20px;
    background: #F3F4F6;
    z-index: 101;
}
.wrap-anchor p {
    color: #C90009;
    font-size: 16px;
    font-weight: 500;
}

.wrap-anchor p a {
    color: #B29A70;
}

.wrap-anchor p a:link {
    color: #B29A70;
}