.wrap2 {
    background-color: #fff;
    width: 1200px;
    margin: 0 auto;
}

.partA {
    width: 1200px;
    display: block;
    margin-top: 20px;
}

.partA-title {
    width: 100%;
    text-align: center;
    font-weight: 500;
    color: #043366;
    font-size: 48px;
}

.partA-title2 {
    width: 960px;
    font-weight: 500;
    color: #043366;
    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; /* 可选，为图片和文本之间的间距 */
    margin-top: 30px;
}

.wrap-title {
    margin-left: 20px;
    font-weight: 500;
    color: #B29A70;
    font-size: 48px;
}

.partB {
    width: 1200px;
}

.partB-row {
    display: flex;
    flex-direction: row;
}

.fa-line-box {
    width: 20%;
    border: 1px solid #B29A70;
    margin: 10px;
}

.fa-line-box h4 {
    text-align: center;
    font-weight: 500;
    padding: 10px 0 0 10px;
    color: #404040;
    font-size: 20px;
}

.fa-line-box p {
    padding: 10px 10px 10px 20px;
    color: #666;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.partB-left {
    position: relative;
    width: 260px;
    font-weight: 400;
    color: #043366;
    font-size: 24px;
    line-height: 30px;
}

.partB-right {
    position: relative;
    width: 740px;
    color: #043366;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}


.partB-title2 {
    font-weight: 700;
    color: #043366;
    font-size: 16px;
}

.partC-row {
    display: flex;
    flex-direction: row;
}

.red-head-box {
    width: 25%;
    padding: 10px 20px 20px;
    margin: 10px;
    border:0;
    border-top: 4px solid #C90009;
    background-color: #F3F4F6;
}

.red-head-box h3 {
    text-align: center;
    line-height: 50px;
    font-weight: 500;
    font-size: 24px;
    color: #333;
}

.red-head-box p {
    font-size: 16px;
    line-height: 30px;
    color: #404040;
    font-weight: 400;
}

.red-head-box p span {
    font-weight: bold;

}

.partD {
    margin-bottom: 10px;
}

.partD-row {
    display: flex;
    flex-direction: row;
}

.partD-box {
    background: #F7F5F0;
    width: 20%;
    margin: 10px;
}

.partD-title {
    display: flex;
    justify-content: flex-start; /* 水平居左 */
    height: 60px; /* 容器高度，根据需要调整 */
}

.star5 {
    color: #C90009;
}

.partD-title h3 {
    font-weight: 500;
    color: #B29A70;
    font-size: 24px;
    text-indent: 10px;
    margin: 20px 0 0 0;
}

.partD-text {
    font-weight: 400;
    color: #B29A70;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 15px 15px;
}

.partE {
    margin-bottom: 10px;
}

.partE-row {
    display: flex;
    flex-direction: row;
}

.partE-box {
    background: #F7F5F0;
    width: 33%;
    margin: 10px;
}

.partE-title {
    display: flex;
    flex-direction: column;
}

.partE-title p {
    font-weight: 500;
    color: #c90009;
    font-size: 24px;
    text-indent: 10px;
    margin: 15px 0 0 10px;
}

.partE-title h3 {
    font-weight: 500;
    color: #404040;
    font-size: 24px;
    text-indent: 10px;
    margin: 0 0 15px 10px;
}

.partE-text {
    font-weight: 400;
    color: #666;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 15px 15px;
}


.partF {
    margin-bottom: 15px;
}

.partF-text {
    background: #F3F4F6;
    font-size: 18px;
    line-height: 32px;
    padding: 20px;
    color: #666;
}

.wrap-anchor {
    width:150px;
    height: 320px;
    position: fixed;
    right:0;
    bottom: 180px;
    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;
}