﻿@charset "utf-8";
/* CSS Document */
body {

    font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
    background:#fff;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}


ul li {
    list-style: none;
}

em {
    font-style: normal;
}

.conter {
    font-size: 16px;
    line-height: 26px;
    color: #45332d;
}

.conter01 {
    background: url('/content/Images/zhuanti/26guoshu/26guoshu_01.jpg') top center no-repeat;
    height: 159px;
}

.conter02 {
    background: url('/content/Images/zhuanti/26guoshu/26guoshu_02.jpg') top center no-repeat;
    height: 289px;
}
.conter022 {
    background: url('/content/Images/zhuanti/26guoshu/26guoshu_03.jpg') top center no-repeat;
    height: 152px;
}


.conMain{
    width:1004px;
    margin:0 auto 0;
    overflow:hidden;
}

.conTitle {
    text-align: center;
    margin: 0 auto 27px;
}

    .conTitle p {
        font-weight: bold;
        font-size: 32px;
        line-height: normal;
        color: #398163;
        padding-bottom: 8px;
    }

.conter03 {
    overflow: hidden;
    padding: 30px 0 0;
}

    .conter03 .conMain {
        overflow: hidden;
    }

        .conter03 .conMain p {
            font-size: 18px;
            line-height: 40px;
            text-align: justify;
            text-indent: 2em;
        }


.conter04 {
    overflow: hidden;
    margin: 40px auto 0;
}
    .conter04 .conMain {
        margin: 20px auto 0;
    }

    .conter04 .menuDiv {
        width: 1004px;
        background: #fff;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* 只控制上下间距 */
        row-gap: 18px;
    }

        .conter04 .menuDiv .item {
            height: 52px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #A5A5A5;
            color: #fff;
            font-size: 20px;
            font-weight: 600;
            letter-spacing: 1px;
            /* 关键：只在左右中间制造间距 */
            margin: 0 9px;
            cursor:pointer;
        }

        /* 第一列贴左 */
            .conter04 .menuDiv .item:nth-child(3n + 1) {
                margin-left: 0;
            }

        /* 第三列贴右 */
            .conter04 .menuDiv .item:nth-child(3n) {
                margin-right: 0;
            }
            .conter04 .menuDiv .item.active {
                background: #59a585;
            }

    .conter04 .innerDiv {
    }

        .conter04 .innerDiv .inner {
            display: none;
            padding: 30px 0 0;
            font-size: 18px;
            line-height: 40px;
            text-align: justify;
        }

        .conter04 .innerDiv .f2 {
            padding: 10px;
            background: #fff3f0;
        }

            .conter04 .innerDiv .f2 .p1 {
                color: #eb613d;
            }

            .conter04 .innerDiv .f2 .p2 {
                display: block;
                overflow:hidden;
            }
            .conter04 .innerDiv .f2 .p2 span {
                display:block;
                float:left;
                width:33%;
            }
        .conter04 .innerDiv .f3 {
            padding-top: 10px;
            text-align:center;
        }
.conter05 {
    overflow: hidden;
    margin: 60px auto 0;
    background: #59a585;
    padding:30px 0;
}

/* 外层横条 */
    .conter05 .feeBanner {
        width: 900px; /* 需要多宽改这里 */
        height: 80px; /* 贴近原图高度 */
        background: var(--green);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 26px;
        box-sizing: border-box;
    }

/* 左侧文字 */
    .conter05 .feeTitle {
        display: flex;
        align-items: baseline;
        gap: 6px;
        color: #fff;
        font-weight: 800;
        font-size: 34px;
        line-height: 1;
        letter-spacing: .5px;
        white-space: nowrap;
    }

        .conter05 .feeTitle .em {
            color: #fff000;
            font-size: 38px;
            font-style: italic; /* 关键：斜体 */
        }

/* 右侧白色胶囊 */
    .conter05 .feePill {
        background: #fff;
        border-radius: 999px;
        padding: 12px 34px;
        display: flex;
        align-items: center;
        gap: 10px;
        box-sizing: border-box;
        min-width: 360px; /* 让胶囊长度接近原图 */
        justify-content: center;
    }

        .conter05 .feePill .label {
            font-size: 30px;
            font-weight: 900;
            color: #222;
            line-height: 1;
            white-space: nowrap;
        }

        .conter05 .feePill .num {
            font-size: 32px;
            font-weight: 900;
            color: #59a585;
            line-height: 1;
            white-space: nowrap;
        }

.conter06 {
    overflow: hidden;
    background: #f2f2f2;
    padding: 50px 0 40px;
}

    .conter06 .bdDiv {
        width: 1004px;
        background: url('../../Images/zhuanti/26guoshu/26guoshu_10.jpg') top center no-repeat;
        height: 259px;
        padding-top: 130px;
        margin: auto;
    }

        .conter06 .bdDiv .item {
            margin: 35px 0 0 30px;
            float: left;
        }

            .conter06 .bdDiv .item span {
                line-height: 40px;
                display: block;
                width: 150px;
                text-align: right;
                float: left;
                font-size: 16px;
            }

            .conter06 .bdDiv .item input {
                width: 260px;
                line-height: 40px;
                height: 40px;
                padding: 0 5px;
                border: 1px solid #000;
            }

        .conter06 .bdDiv select {
            width: 70px;
            text-align: center;
            height: 40px;
            border: 0;
            border-right: 1px solid #ededed;
            padding-left: 5px;
            float: left;
        }

    .conter06 #txtContact {
        padding: 0 5px;
        width: 170px;
        height: 40px;
        border: 0;
        float: left;
    }

    .conter06 .bdDiv .item .bdk {
        width: 260px;
        line-height: 40px;
        height: 40px;
        padding: 0 5px;
        border: 1px solid #000;
        float: left;
        background: #fff;
    }

    .conter06 .tjBtn {
        width: 190px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: 30px auto 0;
        cursor: pointer;
        color: #fff;
        background: #398163;
        border-radius: 10px;
    }

        .conter06 .tjBtn:hover {
            opacity: .8;
        }


.conter07 {
    overflow: hidden;
    margin-top: 0px;
    background: #d2eee2;
    padding:30px 0;
}

    .conter07 .conMain {
        margin: 0 auto;
    }

    .conter07 .item {
        width:768px;
        padding:10px;
        background:#fff;
        margin:auto;
    }
       
            .conter07 .item p {
                border-bottom: 1px dashed #848484;
                line-height: 40px;
                padding: 0 10px;
            }
                .conter07 .item p:last-child {
                    border-bottom: 0;
                    font-size: 16px;
                    color: #878686;
                }
    .conter07 .item {
        background: url('../../Images/zhuanti/25dongxi/25dongxi_16.jpg') bottom right 10px no-repeat #f4f4f4;
    }


.conter08 {
    overflow: hidden;
    margin-top: 20px;
    padding:30px 0;
    background: #59a585;
}

    .conter08 .conMain {
    }
        .conter08 .conMain .pf {
            text-align: center;
        }
        .conter08 .conMain .item {
            display: block;
            width:315px;
            height:260px;
            box-sizing:border-box;
            border:1px solid #fff;
            float:left;
            margin-left:12px;
            padding:15px 10px;
        }
        .conter08 .conMain .item01 {
            margin-left: 18px;
        }
        .conter08 .conMain .item .p1 {
            font-size: 25px;
            color: #fff000;
            padding:5px 0;
        }
        .conter08 .conMain .item .p2 {
            font-size: 18px;
            color: #fff;
            line-height:40px;
        }
        .conter08 .conMain .item .p2 span {
            display:block;
            width:50%;
            float:left;
        }


.conter09 {
    overflow: hidden;
    margin-top: 60px;
}
    .conter09 .conMain {
        text-align:center;
    }
       


em {
    color: red;
}



.conter10 {
    overflow: hidden;
    margin: 30px auto 0;
    background: #f5f5f5;
    padding:30px 0;
}

    .conter10 .conMain {
        overflow: hidden;
        margin: 0 auto 0;
    }
    .conter10 .top {
        background: url('../../Images/zhuanti/25sqgl/25sqgl_30.jpg') top left no-repeat;
        height: 6px;
    }
    .conter10 .timeline {
        background: url('../../Images/zhuanti/25sqgl/25sqgl_31.jpg') top left repeat-y;
        margin: auto;
    }
    .conter10 .bottom {
        background: url('../../Images/zhuanti/25sqgl/25sqgl_35.jpg') top left no-repeat;
        height:6px;
    }

    .conter10 .timeline-entry {
        position: relative;
        padding:20px 0;
        padding-left:35px;
    }

        .conter10 .timeline-entry {
            background: url('../../Images/zhuanti/25sqgl/25sqgl_33.jpg') left top 20px no-repeat;
        }

        .conter10 .timeline-entry h3 {
            margin: 0;
            color: #007BFF;
        }

        .conter10 .timeline-entry p {
            margin: 5px 0 0 0;
            text-align: justify;
        }



.conTitleone {
    font-size: 35px;
    font-weight: bold;
    line-height: normal;
}

.conter12 {
    overflow: hidden;
    margin: 60px auto 0;
}

    .conter12 a {
        display: block;
        width: 326px;
        height: 207px;
        float: left;
        margin: 0px 4px 30px;
    }

        .conter12 a:hover {
            opacity: .8;
        }

.conTitleone {
    background: none;
}