body {
  min-width: 600px !important;
}
.page{
    padding-top: 50px;
}
.tag-blue {
    background: #307dc1;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: bold;
    margin-right: 12px;
}
.tag-title {
    font-weight: bold;
    color: #333;
}
/* ========== page1基础样式 ========== */
.page1{
    padding-top: 150px;
    background-image: url(../img/背景图1.png);
    background-size: 100% 70%;
}
.page1-content1 {
    display: flex;
    width: 95%;
    margin: 0 auto;
}
.page1-cont1-list {
    flex: 1;
}
.page1-cont1-list:last-child {
    margin-right: 0;
}
.page1-cont1-title {
    display: inline-block;
    vertical-align: middle;
    height: 48px;
    line-height: 48px;
    background: #2679bf;
    color: #fff;
}
.page1-cont1-number {
    position: relative;
    top: 20px;
    text-align: center;
    font-weight: bold;
    color: #e4e4e2;
    z-index: 1;
}
.page1-cont1-title {
    width: calc(100% + 6px);
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%, 24px 50%);
}
.page1-cont1-list:first-child .page1-cont1-title {
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%);
    background-color: #30a1db;
}
.page1-cont1-note {
    background: #f4f4f4;
    padding: 18px 25px;
    height: 200px;
    min-height: 100px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    margin-top: 2px;
    margin-right: 22px;
}
.page1-cont1-note ul {
    list-style: none;
}

.page1-cont1-note li {
    position: relative;
    margin-bottom: 8px;
    color: #76716f;
    line-height: 1.5;
    list-style-type: disc;
    margin-left: 20px;
}
.page1-content2 {
    display: flex;
    width: 90%;
    margin: 40px auto 60px;
}
.page1-cont2-note{
    width: 55%;
    padding: 20px 40px;
}
.page1-cont2-subtitle {
    font-weight: bold;
    color: #666;
    margin: 16px 0;
}
.text-blue {
    color: #2a79be;
}
.page1-cont2-note li {
    color: #565656;
    line-height: 1.6;
    list-style-type: disc;
    margin-left: 20px;
}
.page1-cont2-img{
    width: 35%;
    position: relative;
    top: 50px;
}
.page1-cont2-img img {
    width: 100%; 
    height: auto; 
    display: block;
}
.page1-content3 {
    display: grid;
    width: 90%;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px; 
    margin: 0 auto;
}
.page1-cont3-list {
    min-height: 130px;
    display: flex;
    align-items: center;
    gap: 40px;
    border: 1px solid #d0d0d0;
    border-radius: 16px;
    padding: 18px;
    background: #fff;
}
.page1-cont3-number {
    width: 60px;
    height: 60px;
    background: #2679bf; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; 
    color: #fff;
    font-weight: bold;
}
.page1-cont3-note h3 {
    margin: 0 0 8px 0;
    font-weight: bold;
    color: #000;
}
.page1-cont3-note p {
    margin: 0;
    color: #565656;
    line-height: 1.6;
}

/* ========== page2基础样式 ========== */
.page2-content1 {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.page2-cont1-list {
    flex: 1;
    text-align: center;
    padding: 40px 0;
}
.page2-cont1-list h1 {
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
}
.page2-cont1-list p {
    color: #565656;
    line-height: 1.6;
    max-width: 220px;
    margin: 0 auto 30px;
}
.page2-cont1-list hr {
    width: 40px;
    border: none;
    border-top: 2px solid #2b9ce8;
    margin: 15px auto;
}
.page2-cont1-img {
    width: 100%;
    height: 200px;
    margin-top: 25px;
    overflow: hidden;
}
.page2-cont1-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.page2-content2 {
    width: 95%;
    margin: 0 auto;
    padding: 20px;
}
.page2-cont2-title {
    margin-bottom: 30px;
}
.page2-cont2-note {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.page2-cont2-note1 {
    flex: 1;
    background: #f5f6f8;
    border-radius: 5px;
    padding: 20px 30px;
}
.page2-cont2-note1  .note1-title {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.page2-cont2-note1  .note1-subtitle {
    color: #565656;
    line-height: 1.6;
}
.page2-cont2-img {
    width: 380px;
    height: 160px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
}
.page2-cont2-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* ========== page3基础样式 ========== */
.page3-content1{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 30px 0;
}
.page3-cont1-list{
    display: flex;
    align-items: center;
            border-left: 1px solid #eee;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    border-right: 10px solid #2679bf;
}
.page3-cont1-img {
    width: 40%;
    overflow: hidden;
}
.page3-cont1-img img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}
.page3-cont1-img img:hover{
    transform: scale(1.1);
    transition: all 0.3s ease;
}
.page3-cont1-note {
   width: 60%;
    padding: 24px;
}
.page3-cont1-note h1 {
    font-weight: 600;
    margin: 0 0 8px;
    color: #333;
}
.page3-cont1-note p {
    line-height: 1.6;
    margin: 0;
    color: #666;
}
/* ========== page3基础样式 ========== */
.page4-list{
    padding-top: 10px;
}
.page4-content1 {
    background-size: cover;
    min-height: 450px;
    display: flex;
}
.page4-cont1-row{
    padding: 100px;
    width: 80%;
}
.page4-cont1-note {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    border-radius: 16px;
    padding: 3px 5px;
    background: linear-gradient(to right, rgba(255,255,255,0.95) 40%, rgba(255,255,255,0.65) 60%, rgba(255,255,255,0.35) 80%, transparent 100%);
}
.page4-cont1-note .note-number {
    width: 32px;
    height: 32px;
    background: #2b7de9;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page4-cont1-note .note-title {
   color: #333;
   line-height: 1.5;
}
.page4-cont1-icon {
    width: 20%;
}
.page4-cont1-icon img {
   width: 130px;
   height: auto;
   position: relative;
    top: -20%;
}
.page4-content2,.page4-content3{
    width: 95%;
    margin: 0 auto;
}
.page4-cont2-1 {
    position: relative;
    background-size: cover;
    background-position: right center;
    padding: 50px 50% 0 0;
    min-height: 450px;
}
.page4-cont2-note {
    color: #333;
    margin-top: 20px;
    font-weight: bold;
}
.page4-cont1-img,.page4-cont2-img {
    margin: 20px 0 40px;
    height: auto;
}
.page4-cont1-img {
    width: 500px;
}
.page4-cont2-img {
    width: 700px;
}

.page4-cont3-list p{
    color:#307dc1;
    margin-bottom: 20px;
    font-weight: bold;
}
.page4-cont3-list li{
    line-height: 1.8;
}
@media (max-width: 768px) {
    .page {
        padding-top: 30px !important;
        height: auto !important;
        overflow: hidden;
    }
    .page1,.page2,.page3,.page4 {
        width: 95%;
        margin: 10px auto;
        background: #ffffff;
        border-radius: 10px;
        padding: 24px 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    }
    .page1-list, .page2-list, .page3-list, .page4-list {
        width: 100% !important;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .page1-content1 {
        flex-direction: column;             
    }
    .page1-content3{
        display:flex;
        flex-direction: column;       
    }
    .page1-cont1-number {
        top: 10;
    }
    .page1-cont1-note{
        height: auto;
    }
    .page1-cont2-note{
        width: 100%;
    }
    .page1-cont2-img{
        display: none;
    }
    .page1-cont3-list{
        padding: 10px;
        min-height: 100px;
    }
    .page2-content1 {
        flex-direction: column;    
        margin-top: 30px;
    }
    .page2-cont1-list{
       padding: 0;
        width: 90%;
        margin: auto;
    }
    .page2-cont1-list p{
        margin: 0 auto;
    }
    .page2-cont2-title{
        margin-top: 20px;
    }
    .page2-cont2-note{
        flex-direction: column; 
        padding: 10px;
    }
    .page2-cont2-note1{
        padding: 15px 20px;
    }
    .page3-content1{
        display: flex;
        flex-direction: column;    
        gap: 20px;
    }
    .page4-content1 {
        flex-direction: column;
        min-height: auto !important;
        padding: 20px 0 !important;
    }
    .page4-cont1-row{
        padding: 20px 15px !important;
        width: 100% !important;
    }
    .page4-cont1-icon img{
        display: none;
    }
    .page4-cont2-1 {
       min-height: 330px;
    }
    .page4-cont1-img, .page4-cont2-img {
        width: 100% !important;
    }
}









