.banner{
    width:100%;
}
.banner img{
    width:100%;
    display: block;
}
.bode{
    width:100%;
}

.part11{
    width:100%;
    padding:30px 0;
}
@media all and (max-width:600px) { 
.part11{
    width:100%;
    padding:30px 0 0;
}
}
.part11_tit{
    width:100%;
}
.part11_tit h1{
    font-weight: bold;
    text-align: center;
    font-size:35px;
    color:#ef1c1c;
}
.part11_tit ul{
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:10px;
}
.part11_tit ul .title{
    color:#716e6b;
    font-size:14px;
    padding:0 20px;
}
.part11_tit ul .line{
    width:100px;
    height:2px;
    background:#716e6b;
}
@media all and (max-width: 600px) {
    .part11_tit ul .line{
        width:70px;
        height:2px;
        background:#716e6b;
    }
    .part11_tit h1{
        font-size:30px;
    }
}
.part11_content{
    width:100%;
    background:url("../img/index1.png")no-repeat center center;
    background-size:cover;
    margin:30px 0;
    padding:30px 0;
}

.part11_bottom{
    width: 480px;
    height: 55px;
    margin: auto;
    border: 2px solid #c60010;
    box-sizing: border-box;
    border-radius: 27.5px;
    -webkit-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    -ms-border-radius: 27.5px;
    -o-border-radius: 27.5px;
    position: relative;
}

.part11_bottom span {
    position: absolute;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    top: 15px;
    left: 50px;
    color: #c60010;
}

.part11_bottom a {
    position: absolute;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    top: -2px;
    right: -2px;
    background: #c60010;
    color: #fff;
    text-align: center;
    line-height: 55px;
    width: 192px;
    height: 55px;
    border-radius: 27.5px;
    -webkit-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    -ms-border-radius: 27.5px;
    -o-border-radius: 27.5px;
}


.part11_content ul{
    display:flex;
    justify-content: space-between;
}
@media all and (max-width: 600px) {
    .part11_bottom {
        width: 95%;
    }
    .part11_bottom span {
        left: 16px;
    }
    .part11_bottom a {
        width: 115px;
    }
    .part11_content{
        margin:10px 0;
        padding:10px 0;
    }
    .part11_content ul{
        display:flex;
        justify-content: space-evenly;
        flex-wrap:wrap;
    }
}
.part11_content ul li{
    padding:15px 20px;
    position: relative;
} 
@media all and (max-width: 600px) {
    .part11_content ul li{
        margin-bottom:20px;
    }
}
.part11_content ul li a{
    color:#ffffff;
    font-size:18px;
}
.part11_content .text1 li:nth-child(1):after{
    content:"";
    position: absolute;
    top:50%;
    right:-10px;
    margin-top:-5px;
    width: 0;
    height: 0;
    border-top: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-bottom: 5px solid rgba(0,0,0,0);
    border-left: 5px solid #ff9900;
}
.part11_content .text1 li:nth-child(2):after{
    content:"";
    position: absolute;
    top:50%;
    left:-10px;
    margin-top:-5px;
    width: 0;
    height: 0;
    border-top: 5px solid rgba(0,0,0,0);
    border-right: 5px solid #fb2c2c;
    border-bottom: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
}
.part11_content .text1{
    width:800px;
    margin:0px auto 100px;
}
@media all and (max-width:800px) { 
    .part11_content .text1{
        width:100%;
        margin:0px auto 100px;
    }
}
.part11_content .text1 li:nth-child(1){
    background: #ff9900;
}
.part11_content .text1 li:nth-child(2){
    background:#fb2c2c;
}
.part11_content .text2 li:nth-child(1):after{
    content:"";
    position: absolute;
    top:50%;
    right:-10px;
    margin-top:-5px;
    width: 0;
    height: 0;
    border-top: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-bottom: 5px solid rgba(0,0,0,0);
    border-left: 5px solid #18ac18;
}
.part11_content .text2 li:nth-child(2):after{
    content:"";
    position: absolute;
    top:50%;
    left:-10px;
    margin-top:-5px;
    width: 0;
    height: 0;
    border-top: 5px solid rgba(0,0,0,0);
    border-right: 5px solid #0073de;
    border-bottom: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
}
.part11_content .text2{
    width:1100px;
    margin:0px auto 100px;
}
@media all and (max-width:1100px) { 
    .part11_content .text2{
        width:100%;
        margin:0px auto 100px;
    }
}
.part11_content .text2 li:nth-child(1){
    background: #18ac18;
}
.part11_content .text2 li:nth-child(2){
    background:#0073de;
}
.part11_content .text3 li:nth-child(1):after{
    content:"";
    position: absolute;
    top:50%;
    right:-10px;
    margin-top:-5px;
    width: 0;
    height: 0;
    border-top: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-bottom: 5px solid rgba(0,0,0,0);
    border-left: 5px solid #0073de;
}
.part11_content .text3 li:nth-child(2):after{
    content:"";
    position: absolute;
    top:50%;
    left:-10px;
    margin-top:-5px;
    width: 0;
    height: 0;
    border-top: 5px solid rgba(0,0,0,0);
    border-right: 5px solid #ff9900;
    border-bottom: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
}
.part11_content .text3{
    width:1050px;
    margin:0px auto 100px;
}
@media all and (max-width:1050px) { 
    .part11_content .text3{
        width:100%;
        margin:0px auto 100px;
    }
}
.part11_content .text3 li:nth-child(1){
    background: #0073de;
}
.part11_content .text3 li:nth-child(2){
    background:#ff9900;
}
.part11_content .text4 li:nth-child(1):after{
    content:"";
    position: absolute;
    top:50%;
    right:-10px;
    margin-top:-5px;
    width: 0;
    height: 0;
    border-top: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-bottom: 5px solid rgba(0,0,0,0);
    border-left: 5px solid #fb2c2c;
}
.part11_content .text4 li:nth-child(2):after{
    content:"";
    position: absolute;
    top:50%;
    left:-10px;
    margin-top:-5px;
    width: 0;
    height: 0;
    border-top: 5px solid rgba(0,0,0,0);
    border-right: 5px solid #18ac18;
    border-bottom: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
}
.part11_content .text4{
    width:1000px;
    margin:0px auto 100px;
}
@media all and (max-width:1000px) { 
    .part11_content .text4{
        width:100%;
        margin:0px auto 100px;
    }
}
.part11_content .text4 li:nth-child(1){
    background: #fb2c2c;
}
.part11_content .text4 li:nth-child(2){
    background:#18ac18;
}
@media all and (max-width: 600px) {
    .part11_content .text1,.part11_content .text2,.part11_content .text3,.part11_content .text4{
        margin:0px auto;
    }
}




/* 第一部分 */

/* 第一部分 */
.part1-all{
    width:100%;
    height:100%;
    background-color: #f8f8f8;
    padding:30px 0;
}

/* PC大屏 ≥1200px：左右并排 */
@media all and (min-width:1200px){
    .part1{
        width:1200px;
        margin:0 auto;
        display:flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .part1-img{
        width:26%;
        position: relative;
    }
    .part1-zwjs{
        width:70%;
        margin-top:0;
    }
}

/* 平板 960~1199px：图片在上，文字在下 */
@media all and (min-width: 960px) and (max-width: 1199px) {
    .part1{
        width:100%;
        margin:0 auto;
        display:flex;
        flex-direction: column;
        align-items: center;
    }
    .part1-img{
        width:90%;
        max-width:400px;
        position: relative;
    }
    .part1-zwjs{
        width:92%;
        max-width:850px;
        margin-top:26px;
    }
}

/*平板 768~959px：图片在上，文字在下*/
@media all and (min-width: 768px) and (max-width: 959px) {
    .part1{
        width:100%;
        margin:0 auto;
        display:flex;
        flex-direction: column;
        align-items: center;
    }
    .part1-img{
        width:90%;
        max-width:400px;
        position: relative;
    }
    .part1-zwjs{
        width:92%;
        max-width:850px;
        margin-top:26px;
    }
}

/*大屏手机 480~767px：图片在上，文字在下*/
@media all and (min-width: 480px) and (max-width: 767px){
    .part1{
        width:100%;
        margin:0 auto;
        display:flex;
        flex-direction: column;
        align-items: center;
    }
    .part1-img{
        width:90%;
        max-width:400px;
        position: relative;
    }
    .part1-zwjs{
        width:92%;
        max-width:850px;
        margin-top:26px;
    }
}

/*小手机 ≤479px：图片在上，文字在下*/
@media all and (max-width: 479px) {
    .part1{
        width:95%;
        margin:0 auto;
        display:flex;
        flex-direction: column;
        align-items: center;
    }
    .part1-img{
        width:100%;
        max-width:400px;
        position: relative;
    }
    .part1-zwjs{
        width:100%;
        margin-top:26px;
    }
}

.part1-img img{
    width:100%;
    display:block
}
.img-ab{
    padding:10px 30px;
    box-sizing:border-box;
    background-color:#d61919;
    border-radius: 3px;
    color:#f8f8f8;
    position: absolute;
    bottom:0px;
    right:-10px;
}

.part1-zwjs h5{
    font-size:36px;
    color:#333333;
    line-height:1.2;
}
.part1-zwjs h5 span{
    font-size:16px;
    color:#333333;
}

/*手机端修复红色“找”字字号过大溢出*/
@media (max-width:767px){
    .part1-zwjs h5 b{
        font-size:40px !important;
        margin-right:10px !important;
    }
    .part1-zwjs h5{
        font-size:26px;
    }
}

.part1-zwjs p{
    font-size:17px;
    color:#333333;
    line-height:30px;
    margin-top:20px;
    text-indent: 25px;
}
@media all and (min-width: 480px) and (max-width: 767px){
    .part1-zwjs p{
        text-indent: 25px;
        font-size:14px;
        color:#333333;
        line-height:24px;
        margin-top:10px;
        overflow:hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
    }
}
@media all and (max-width: 479px) {
    .part1-zwjs p{
        text-indent: 25px;
        font-size:16px;
        color:#333333;
        line-height:28px;
        margin-top:10px;
    }
}

/* 第二部分 */
.part2-all{
    width:100%;
    height:100%;
}
@media all and (min-width:1200px){
    .part2-all{
        width:1200px;
        margin:0 auto;
        margin-top:50px;
    }
}
@media all and (min-width: 960px) and (max-width: 1199px) {
    .part2-all{
        width:100%;
        margin:0 auto;
        margin-top:50px;
    }
}
@media all and (min-width: 768px) and (max-width: 959px) {
    .part2-all{
        width:100%;
        margin:0 auto;
        margin-top:50px;
    }
}
@media all and (min-width: 480px) and (max-width: 767px){
    .part2-all{
        width:100%;
        margin:0 auto;
        margin-top:50px;
    }
    .part2-img2 {
        flex-wrap: wrap;
        gap: 16px; 
        justify-content: flex-start;
    }
    .part2-img2 li {
        width: calc(50% - 8px) !important;  
        margin-bottom: 16px;
    }
}
@media all and (max-width: 479px) {
    .part2-all{
        width:95%;
        margin:0 auto;
        margin-top:50px;
    }
    .part2-img2 {
        flex-wrap: wrap;
        gap: 12px;
        justify-content: flex-start;
    }
    .part2-img2 li {
        width: calc(50% - 6px) !important;  
        margin-bottom: 12px;
    }
}
.part2-img1{
    display:block;
    width:100%;
    position: relative;
}
.part2-img1 img{
    display:block;
    width:100%;
    height:100%;
}
.part2-img1-ab{
    /*display:none;*/
}
.part2-img1:hover .part2-img1-ab{
    display:block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(000,000,000,.3)
}
.part2-img1-ab h5{
    display:block;
    color:#f8f8f8;
    font-size: 24px;
    padding-left:25px;
    padding-right:25px;
    line-height: 70px;
    box-sizing: border-box;
    position: absolute;
    bottom:40%;
    font-weight: normal;
}
.part2-img1-ab p{
    width: 80%;
    display:block;
    color:#f8f8f8;
    font-size: 35px;
    padding-left:55px;
    position: absolute;
    bottom:40%;
}

.part2-img1-ab p b{
    position: absolute;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    right: -2px;
    background: #c60010;
    color: #fff;
    text-align: center;
    line-height: 55px;
    width: 192px;
    height: 55px;
    border-radius: 27.5px;
    -webkit-border-radius: 27.5px;
}
@media all and (min-width: 960px) and (max-width: 1105px) {
    .part2-img1-ab h5{
        display:block;
        color:#f8f8f8;
        font-size: 24px;
        padding-left:25px;
        padding-right:25px;
        box-sizing: border-box;
        position: absolute;
        bottom:20%;
        font-weight: normal;
    }
    .part2-img1-ab p{
        display:block;
        color:#f8f8f8;
        font-size: 16px;
        padding-left:25px;
        padding-right:25px;
        box-sizing: border-box;
        position: absolute;
        bottom:3%;
        overflow:hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        line-height:20px;
    }
}
@media all and (min-width: 768px) and (max-width: 959px) {
    .part2-img1-ab h5{
        display:block;
        color:#f8f8f8;
        font-size: 24px;
        padding-left:25px;
        padding-right:25px;
        box-sizing: border-box;
        position: absolute;
        bottom:20%;
        font-weight: normal;
    }
    .part2-img1-ab p{
        display:block;
        color:#f8f8f8;
        font-size: 16px;
        padding-left:25px;
        padding-right:25px;
        box-sizing: border-box;
        position: absolute;
        bottom:3%;
        overflow:hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        line-height:20px;
    }
}
@media all and (min-width: 480px) and (max-width: 767px){
    .part2-img1-ab h5{
        display:block;
        color:#f8f8f8;
        font-size: 20px;
        padding-left:25px;
        padding-right:25px;
        box-sizing: border-box;
        position: absolute;
        bottom:25%;
        font-weight: normal;
    }
    .part2-img1-ab p{
        display:block;
        color:#f8f8f8;
        font-size: 14px;
        padding-left:25px;
        padding-right:25px;
        box-sizing: border-box;
        position: absolute;
        bottom:3%;
        overflow:hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        line-height:20px;
    }
}
@media all and (max-width: 479px) {
    .part2-img1-ab{
        display:block;
        position: absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background:rgba(000,000,000,.3)
    }
    .part2-img1-ab h5{
        display:block;
        color:#f8f8f8;
        font-size: 20px;
        padding-left:25px;
        padding-right:25px;
        box-sizing: border-box;
        position: absolute;
        bottom:25%;
        font-weight: normal;
    }
    .part2-img1-ab p{
        width: 98%;
        display:block;
        color:#f8f8f8;
        font-size: 17px;
        padding-left:25px;
        padding-right:25px;
    }
    .part2-img1-ab p b {
    font-size: 17px;
    background: #c60010;
    color: #fff;
    text-align: center;
    line-height: 45px;
    width: 110px;
    height: 45px;
    border-radius: 16.5px;
    -webkit-border-radius: 16.5px;
    }
    .part2-img1 img {
        height: 118px;
    }
    .part2-img2 li {
        width: 48% !important;;
    }
}
.part2-img2{
    width:100%;
    display:flex;
    justify-content:space-between;
    margin-top:30px;
}
.part2-img2 li{
    transition: all .2s linear;
    width:24%;
    box-shadow: 0 3px 13px rgb(161 158 158 / 20%);
}
.part2-img2 li:hover{
    box-shadow: 0 15px 30px rgba(0,0,0,.2);
}
.part2-img2 li img{
    width:100%;
}
.part2-img2 li h5{
    display:block;
    color:#333333;
    font-size: 20px;
    padding-left:25px;
    padding-right:25px;
    box-sizing: border-box;
    line-height:30px;
    margin-top:20px;
    margin-bottom: 20px;
    font-weight: normal;
}
.part2-img2 li p{
    display:block;
    color:#333333;
    font-size: 16px;
    padding-left:25px;
    padding-right:25px;
    box-sizing: border-box;
    overflow:hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    line-height:30px;
}
@media all and (min-width: 480px) and (max-width: 767px){
    .part2-img2 li h5{
        display:block;
        color:#333333;
        font-size: 20px;
        padding-left:25px;
        padding-right:25px;
        box-sizing: border-box;
        line-height:30px;
        margin-top:10px;
        margin-bottom:10px;
        font-weight: normal;
    }
    .part2-img2 li p{
        display:block;
        color:#333333;
        font-size: 14px;
        padding-left:25px;
        padding-right:25px;
        box-sizing: border-box;
        overflow:hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        line-height:30px;
    }
}
@media all and (max-width: 479px) {
    .part2-img2 li h5{
        display:block;
        color:#333333;
        font-size: 20px;
        padding-left:5px;
        padding-right:5px;
        box-sizing: border-box;
        line-height:30px;
        margin-top:10px;
        margin-bottom:10px;
        font-weight: normal;
        overflow:hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:1;
        -webkit-box-orient:vertical;
        line-height:20px;
    }
    .part2-img2 li p{
        display:block;
        color:#333333;
        font-size: 14px;
        padding-left:5px;
        padding-right:5px;
        box-sizing: border-box;
        overflow:hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        line-height:30px;
    }
}

.part2_tit{
    width:100%;
    padding: 50px 0 10px 0;
}
.part2_tit h1{
    font-weight: bold;
    text-align: center;
    font-size:35px;
    color:#ef1c1c;
}
.part2_tit ul{
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:10px;
}
.part2_tit ul .title{
    color:#716e6b;
    font-size:14px;
    padding:0 20px;
}
.part2_tit ul .line{
    width:100px;
    height:2px;
    background:#716e6b;
}
@media all and (max-width: 600px) {
    .part2_tit ul .line{
        width:70px;
        height:2px;
        background:#716e6b;
    }
    .part2_tit h1{
        font-size:30px;
    }
}
/* 第四部分 */

.part4-all{
    width:100%;
    background:url("../img/part4-1.jpg")no-repeat center;
    background-size:100% 100%;
    margin-top: 3%;
}
.part4_tit{
    width:100%;
}
.part4_tit h1{
    font-weight: bold;
    text-align: center;
    font-size:35px;
    color:#000000;
    padding-top: 3%;
}
.part4_tit ul{
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:10px;
}
.part4_tit ul .title{
    color:#000000;
    font-size:14px;
    padding:0 20px;
}
.part4_tit ul .line{
    width:100px;
    height:2px;
    background:#000000;
}
@media (max-width: 600px) {
    .part4_tit h1 {
        font-size: 30px;
    }
}

/* PC大屏 */
@media all and (min-width:1200px){
    .part4{
        width:1200px;
        margin:0 auto;
        display:flex;
        justify-content: space-between;
    }
}
/* 960‑1199 */
@media all and (min-width: 960px) and (max-width: 1199px) {
    .part4{
        width:100%;
        margin:0 auto;
        margin-top:50px;
        display:flex;
        justify-content: space-between;
    }
}
/* 768‑959 */
@media all and (min-width: 768px) and (max-width: 959px) {
    .part4{
        width:100%;
        margin:0 auto;
        margin-top:50px;
        display:flex;
        justify-content: space-between;
    }
}
/* 480‑767 */
@media all and (min-width: 480px) and (max-width: 767px){
    .part4{
        width:100%;
        margin:0 auto;
        margin-top:50px;
        display:flex;
        justify-content: space-between;
    }
}

@media all and (max-width: 479px) {
    .part4-all{
        display:block;
    }
    .part4{
        width:100%;
        margin-top:50px;
        display:flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding:0 10px; /* 左右各10px，左侧留出10px空隙 */
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
        margin-left: 12px !important;
    }
    .part4::-webkit-scrollbar{
        display:none;
    }
    .part4 li{
        flex: 0 0 92%;
        width:auto;
        margin: 15% 12px 5% 0; 
        scroll-snap-align: start;
    }
}

/* PC端li基础样式 */
.part4 li{
    width:30%;
    margin-top:5%;
    margin-bottom:5%;
    transition-duration: .6s;
}
.part4 li:hover{
    transform: scale(1.1);
}
.part4 li img{
    width:100%;
    display:block;
}
.part4-text{
    width:100%;
    padding:10px;
    box-sizing: border-box;
    background-color: rgb(255 255 255 / 82%);
}
.part4-text h5{
    display:block;
    color:#0c0c0c;
    font-size: 20px;
    line-height:30px;
    font-weight: normal;
    overflow:hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    line-height:35px;
}
.part4-text p{
    display:block;
    color:#0c0c0c;
    font-size: 14px;
    box-sizing: border-box;
    overflow:hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    line-height:25px;
}



/* 第五部分 */
.part5-all{
    width:100%;
    height:100%;
}
.part5{
    width:1200px;
    margin:0 auto;
    margin-top:50px;
}
@media all and (min-width:1200px){
    .part5{
        width:1200px;
        margin:0 auto;
        margin-top:50px;
    }
}
@media all and (min-width: 960px) and (max-width: 1199px) {
    .part5{
        width:100%;
        margin:0 auto;
        margin-top:50px;
    }
}
@media all and (min-width: 768px) and (max-width: 959px) {
    .part5{
        width:100%;
        margin:0 auto;
        margin-top:50px;
    }
}
@media all and (min-width: 480px) and (max-width: 767px){
    .part5{
        width:100%;
        margin:0 auto;
        margin-top:50px;
    }
}
@media all and (max-width: 479px) {
    .part5{
        width:95%;
        margin:0 auto;
        margin-top:50px;
    }
}
.part5-tit{
    display:block;
    margin-bottom:30px;
    font-size:32px;
    color:#d61919;
    text-align: center;
}
.part5-cont{
    width:100%;
}
.part5-cont li{
    display:flex;
    justify-content:space-between;
    border-bottom:1px solid #cccccc;
    padding-top:30px;
    padding-bottom: 30px;
}
.part5-cont li:nth-child(3){
    padding-bottom: 80px;
    border:none;
}
.part5-cont-l h3{
    font-size:56px;
    color:#cccccc;
    text-align:center;
    font-weight: normal;
} 
.part5-cont-l p{
    color:#cccccc;
    font-size:24px;
    text-align: right;
}
@media all and (max-width: 479px) {
    .part5-cont-l h3{
        font-size:32px;
        color:#cccccc;
        text-align:center;
        font-weight: normal;
    } 
    .part5-cont-l p{
        color:#cccccc;
        font-size:16px;
        text-align: right;
    }  
}
.part5-cont-r{
    width:80%;
    padding-top:15px;
}
@media all and (min-width: 768px) and (max-width: 959px) {
    .part5-cont-r{
        width:70%;
        padding-top:15px;
    }
}
@media all and (min-width: 480px) and (max-width: 767px){
    .part5-cont-r{
        width:60%;
        padding-top:15px;
    }
}
@media all and (max-width: 479px) {
    .part5-cont-r{
        width:65%;
        padding:0px;
    }
}
.part5-cont-r a{
    display:block;
    font-size:20px;
    line-height:30px;
    font-weight: normal;
    overflow:hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    line-height:35px;
    color:#333333;
}
.part5-cont-r a:hover{
    color:#d61919;
}
.part5-cont-r p{
    display:block;
    color:#333333;
    font-size: 16px;
    box-sizing: border-box;
    overflow:hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    line-height:25px;
}
@media all and (max-width: 479px) {
    .part5-cont-r a{
        display:block;
        font-size:18px;
        line-height:30px;
        font-weight: normal;
        overflow:hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:1;
        -webkit-box-orient:vertical;
        line-height:35px;
        color:#333333;
    }
    .part5-cont-r a:hover{
        color:#d61919;
    }
    .part5-cont-r p{
        display:block;
        color:#333333;
        font-size: 14px;
        box-sizing: border-box;
        overflow:hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        line-height:25px;
    }
}

.part9{
    width:100%;
    background:#ffffff;
}
.part9_content{
    width:100%;
}
.part9_nav{
    width:100%;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    margin-top:15px;
}
.part9_nav li a{
    display:block;
    color:#333333;
    margin:0 40px;
    font-size:16px;
    font-weight: bold;
}
.part9_text{
    padding:30px 0;
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.part9_text1{
    width:48%;
}
.part9_text1 li{
    width:100%;
    margin-bottom:10px;
}
.part9_text1 li a{
    display:block;
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    border-bottom:1px solid #eaeaea;
    padding:20px 0 10px;
}
.part9_text1 li a .date{
    width:70px;
    margin-left:20px;
    background:#b00014;
    padding:10px;
}
.part9_text1 li a .date p{
    color:#ffffff;
    text-align: center;
    font-size:18px;
    width:100%;
}
.part9_text1 li a .date span{
    display:block;
    width:100%;
    text-align: center;
    font-size:12px;
    color:#ffffff;
    margin-top:10px;
}
.part9_text1 li a .cont{
    width:80%;
}
.part9_text1 li a .cont p{
    color:#333333;
    font-size:20px;
}
.part9_text1 li a .cont span{
    display:block;
    font-size: 16px;
    color:#333333;
    margin-top:15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.part9_text2{
    width:48%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.part9_text2 a{
    display:block;
    width:48%;
    padding:10px 0;
}
.part9_text2 a img{
    width:100%;
    border-radius: 5px;
}
@media all and (max-width:1000px) {
    .part9_text{
        justify-content: center;
    }
    .part9_text1{
        width:60%;
    }
    .part9_text2{
        width:60%;
    }
}
@media all and (max-width:750px) {
    .part9_text{
        justify-content: center;
    }
    .part9_text1{
        width:100%;
    }
    .part9_text2{
        width:100%;
    }
}
@media all and (max-width:480px) {
    .part9_nav li a{
        margin:0 20px;
    }
    .part9_text1 li a .cont{
        width:70%;
    }
}

.part9 .part_w{
    width:1200px;
    margin:0 auto;
}
@media all and (max-width:1200px) { 
    .part9 .part_w{
        width:95%;
        margin:0 auto;
    }
}

       .part10 {
            width: 100%;
            max-width: 1200px;
            padding: 40px 20px;
            background: #f4f4f4;
            margin: 0 auto;
            border-radius: 12px;
            transition: all 0.2s;
        }

        .part10 .part10_content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: stretch;
            gap: 30px 20px;
            width: 100%;
        }

        .part10 .part10_content .part10_text {
            flex: 1 1 45%;
            min-width: 280px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .part10 .part10_content .part10_text .text_top h3 {
            font-size: 28px;
            color: #1c1c1c;
            font-weight: 500;
            line-height: 1.3;
            word-break: break-word;
        }

        .part10 .part10_content .part10_text .text_top p {
            font-size: 20px;
            color: #535353;
            margin-top: 15px;
            line-height: 1.5;
        }

        .part10 .part10_content .part10_text .text_bottom {
            margin-top: 60px;
        }
        @media (max-width: 900px) {
            .part10 .part10_content .part10_text .text_bottom {
                margin-top: 40px;
            }
        }

        .part10 .part10_content .part10_text .text_bottom h3 {
            font-size: 34px;
            color: #c60010;
            font-weight: 600;
            letter-spacing: 0.5px;
            word-break: break-word;
        }

        .part10 .part10_content .part10_text .text_bottom p {
            font-size: 16px;
            color: #646464;
            margin-top: 4px;
        }
        .part10 .part10_content .part10_form {
            flex: 1 1 45%;
            min-width: 280px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .part10 .part10_content .part10_form input,
        .part10 .part10_content .part10_form textarea,
        .part10 .part10_content .part10_form a {
            display: block;
            width: 100%;
        }

        .part10 .part10_content .part10_form input {
            height: 48px;
            background: #fff;
            border: 1px solid #dcdcdc;
            font-size: 14px;
            padding: 0 20px;
            box-sizing: border-box;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            transition: border 0.15s;
            width: 100%;
        }

        .part10 .part10_content .part10_form input:focus,
        .part10 .part10_content .part10_form textarea:focus {
            outline: none;
            border-color: #c60010;
            box-shadow: 0 0 0 2px rgba(198, 0, 16, 0.15);
        }

        .part10 .part10_content .part10_form textarea {
            width: 100%;
            height: 112px;
            background: #fff;
            border: 1px solid #dcdcdc;
            font-size: 14px;
            padding: 16px 20px;
            box-sizing: border-box;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            resize: vertical;
            min-height: 80px;
            font-family: inherit;
        }
        .part10 .part10_content .part10_form input[type="submit"] {
            background: #c60010;
            color: #fff;
            border: none;
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 2px;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            margin-top: 12px;
            height: 52px;
            border-radius: 4px;
            box-shadow: 0 4px 8px rgba(198, 0, 16, 0.2);
            width: 100%;
        }
        .part10 .part10_content .part10_form input[type="submit"]:hover {
            background: #a8000e;
        }
        .part10 .part10_content .part10_form input[type="submit"]:active {
            transform: scale(0.97);
        }


        @media (max-width: 1024px) {
            .part10 {
                padding: 30px 16px;
            }
            .part10 .part10_content .part10_text .text_top h3 {
                font-size: 26px;
            }
            .part10 .part10_content .part10_text .text_top p {
                font-size: 18px;
            }
            .part10 .part10_content .part10_text .text_bottom h3 {
                font-size: 30px;
            }
        }

        @media (max-width: 768px) {
            .part10 {
                padding: 24px 12px;
            }
            .part10 .part10_content {
                flex-direction: column;
                gap: 28px;
            }
            .part10 .part10_content .part10_text {
                flex: 1 1 auto;
                width: 100%;
                text-align: left;
            }
            .part10 .part10_content .part10_text .text_top h3 {
                font-size: 24px;
            }
            .part10 .part10_content .part10_text .text_top p {
                font-size: 17px;
                margin-top: 10px;
            }
            .part10 .part10_content .part10_text .text_bottom {
                margin-top: 32px;
            }
            .part10 .part10_content .part10_text .text_bottom h3 {
                font-size: 28px;
            }
            .part10 .part10_content .part10_text .text_bottom p {
                font-size: 15px;
            }
            .part10 .part10_content .part10_form {
                flex: 1 1 auto;
                width: 100%;
            }
            .part10 .part10_content .part10_form input,
            .part10 .part10_content .part10_form textarea {
                font-size: 16px;
                /* 移动端避免缩放 */;
            }
            .part10 .part10_content .part10_form textarea {
                height: 100px;
                padding: 14px 18px;
            }
            .part10 .part10_content .part10_form input[type="submit"] {
                height: 50px;
                font-size: 18px;
            }
        }

        @media (max-width: 480px) {
            .part10 {
                padding: 16px 8px;
            }
            .part10 .part10_content .part10_text .text_top h3 {
                font-size: 20px;
            }
            .part10 .part10_content .part10_text .text_top p {
                font-size: 15px;
                margin-top: 8px;
            }
            .part10 .part10_content .part10_text .text_bottom h3 {
                font-size: 24px;
            }
            .part10 .part10_content .part10_text .text_bottom p {
                font-size: 14px;
            }
            .part10 .part10_content .part10_form input {
                height: 44px;
                padding: 0 16px;
                font-size: 15px;
            }
            .part10 .part10_content .part10_form textarea {
                height: 90px;
                padding: 12px 16px;
                font-size: 15px;
            }
            .part10 .part10_content .part10_form input[type="submit"] {
                height: 46px;
                font-size: 17px;
                letter-spacing: 1px;
            }
        }

        @media (min-width: 769px) and (max-width: 1024px) {
            .part10 .part10_content {
                gap: 24px;
            }
            .part10 .part10_content .part10_text {
                flex: 1 1 48%;
            }
            .part10 .part10_content .part10_form {
                flex: 1 1 48%;
            }
        }

        @media (min-width: 600px) and (max-width: 820px) {
            .part10 .part10_content .part10_text .text_bottom {
                margin-top: 28px;
            }
        }
        .part10 .part10_content .part10_text .text_bottom h3 {
            user-select: all;
        }
        .part10 .part10_content .part10_form input,
        .part10 .part10_content .part10_form textarea,
        .part10 .part10_content .part10_form input[type="submit"] {
            border-radius: 6px;
        }
        .part10 .part10_content .part10_form input,
        .part10 .part10_content .part10_form textarea {
            border-radius: 6px;
        }