﻿
@charset "utf-8";
/* CSS Document */

body {
    font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

ul li {
    list-style: none;
}

em {
    font-style: normal;
    color: #e24861;
}


.conter{
    font-size: 16px;
    line-height:28px;
}
.conter01 {
    background: url(/content/images/zhuanti_jp/26gzs/26gzs_01.jpg) center top no-repeat;
    height: 200px;
}

.conter02 {
    background: url(/content/images/zhuanti_jp/26gzs/26gzs_02.jpg) center top no-repeat;
    height: 200px;
}
.conter03 {
    background: url(/content/images/zhuanti_jp/26gzs/26gzs_03.jpg) center top no-repeat;
    height: 200px;
}



.conTitle {
    width: 1004px;
    margin: 0 auto 20px;
    text-align: center;
}
    .conTitle p {
        font-size: 35px;
        font-weight: bold;
        padding: 0 0 10px;
        line-height:normal;
    }


.conMain{
    width:1004px;
    margin:20px auto 0;
    overflow:hidden;
}
.conter04 {
    overflow: hidden;
}
    .conter04 .conMain {
        margin-top: 30px;
    }
        .conter04 .conMain p {
            text-align: justify;
            line-height: 38px;
            font-size: 18px;
            text-indent: 2em;
            padding: 20px 28px;
            border: 11px solid #dcdcdc;
            display:block;
            width:925px;
            box-sizing:border-box;
            margin:auto;
        }



.conter05 {
    overflow: hidden;
    padding: 50px 0 0;
}
    .conter05 .conMain {
        overflow: hidden;
        padding:0 30px;
        box-sizing:border-box;
    }
    .conter05 .condition-box {
        margin: 0 auto;
    }

    .conter05 .condition-row {
        display: grid;
        grid-template-columns: 225px 1fr;
        min-height: 118px;
        margin-bottom: 22px;
    }

        .conter05 .condition-row:last-child {
            margin-bottom: 0;
        }

    .conter05 .condition-title {
        background: #b71f61;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        line-height: 1.7;
    }

    .conter05 .condition-content {
        border: 1px solid #d6d6d6;
        border-left: none;
        padding: 15px 26px 14px 22px;
        display: flex;
        align-items: center;
        background: #fff;
    }

        .conter05 .condition-content p {
            width: 100%;
            font-size: 18px;
            line-height: 1.75;
            color: #222;
            text-align: left;
            text-indent: 2em;
            letter-spacing: 0.5px;
        }



.conter06 {
    overflow: hidden;
    margin-top:60px;
}

    .conter06 .conMain {
        overflow: hidden;
        box-sizing: border-box;
    }

    .conter06 .cost-wrap {
        width: 100%;
        margin: 0 auto;
        background: #fff;
    }

    .conter06 .cost-main-title {
        text-align: center;
        font-size: 21px;
        line-height: 1.6;
        font-weight: 400;
        color: #222;
        margin-bottom: 24px;
    }

/* 每个费用模块 */
    .conter06 .cost-section {
        margin-bottom: 32px;
    }

        .conter06 .cost-section:last-child {
            margin-bottom: 0;
        }

/* 蓝色标题条 */
    .conter06 .cost-heading {
        background: url('../../Images/ZhuanTi_Jp/26gzs/26gzs_10.jpg') top left no-repeat;
        height: 70px;
        line-height:70px;
        margin-bottom:20px;
    }

    .conter06 .cost-ribbon {
        color: #fff;
        font-size: 25px;
        padding-left: 86px;
        padding-top:10px;
        font-weight:bold;
    }


/* 正文 */
    .conter06 .cost-content {
        font-size: 18px;
        line-height: 2.05;
        color: #333;
    }

        .conter06 .cost-content p {
            margin-bottom: 4px;
            text-indent: 2em;
            padding: 0 20px;
            text-align: justify;
        }

/* 餐饮模块 */
    .conter06 .food-content {
        font-size: 18px;
        line-height: 1.95;
        color: #333;
        padding-left: 2px;
    }

    .conter06 .food-red {
        color: #c40000;
        font-weight: 500;
        margin-bottom: 4px;
    }

    .conter06 .food-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 70px;
        margin-bottom: 8px;
    }

        .conter06 .food-list ul,
        .conter06 .food-single ul {
            list-style: none;
        }

        .conter06 .food-list li,
        .conter06 .food-single li {
            position: relative;
            padding-left: 24px;
            margin-bottom: 5px;
        }

            .conter06 .food-list li::before,
            .conter06 .food-single li::before {
                content: "";
                position: absolute;
                left: 2px;
                top: 13px;
                width: 12px;
                height: 12px;
                background: #4a4a4a;
                transform: rotate(45deg);
            }

    .conter06 .food-summary {
        margin-top: 2px;
    }



.conter07 {
    overflow: hidden;
    margin-top:70px;
}

    .conter07 .conMain {
        overflow: hidden;

    }

    .conter07 .apply-wrap {
        margin: 0 auto;
        padding: 12px 0 20px 58px;
        background: #fff;
    }

/* 外框 */
    .conter07 .apply-card {
        position: relative;
        border: 1px solid #3b63bb;
        border-radius: 8px;
        padding: 54px 18px 24px;
        margin-bottom: 20px;
        background: #fff;
    }

        .conter07 .apply-card:last-child {
            margin-bottom: 0;
        }

/* 蓝色标题条 */
    .conter07 .apply-title {
        position: absolute;
        left: -24px;
        top: 12px;
        height: 37px;
        line-height: 37px;
        background: #4a69b1;
        color: #fff;
        font-size: 21px;
        font-weight: 700;
        padding: 0 24px;
        letter-spacing: 1px;
    }

        .conter07 .apply-title::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -9px;
            width: 0;
            height: 0;
            border-top: 9px solid #314d8b;
            border-left: 24px solid transparent;
        }

/* 正文 */
    .conter07 .apply-content {
        font-size: 16px;
        line-height: 2.18;
        color: #333;
        padding-top:10px;
    }

        .conter07 .apply-content p {
            margin-bottom: 4px;
            text-indent: 2em;
        }

        .conter07 .apply-content .no-indent {
            text-indent: 0;
        }

        .conter07 .apply-content .purple {
            color: #b01675;
            font-weight: 500;
        }

    .conter07 .apply-list {
        list-style: none;
        margin: 2px 0 4px 0;
        padding-left: 0;
    }

        .conter07 .apply-list li {
            font-size: 16px;
            line-height: 2.05;
        }

    .conter07 .material-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 70px;
        list-style: none;
        margin: 6px 0 4px;
    }

        .conter07 .material-list li {
            font-size: 16px;
            line-height: 2.1;
        }

    .conter07 .process-list {
        list-style: none;
        margin-top: 4px;
    }

        .conter07 .process-list li {
            font-size: 16px;
            line-height: 2.1;
        }

    .conter07 .final-text {
        margin-top: 34px;
    }

/* 第三个框高度稍微加大 */
    .conter07 .apply-card.card-3 {
        padding-bottom: 24px;
    }



.conter10 {
    overflow: hidden;
    margin: 50px auto;
}
    .conter10 .top {
        width:1003px;
        margin:auto;
    }
    .conter10 .top img {
        display:inherit;
    }

.bdDiv {
    width: 1003px;
    margin:0 auto;
    padding: 20px 0;
    background: #e8e8e8;
}

    .bdDiv .item {
        margin: 18px 0 0;
        float: left;
    }

        .bdDiv .item span {
            line-height: 45px;
            display: block;
            width: 150px;
            text-align: right;
            float: left;
            font-size: 16px;
        }
        .bdDiv .item01 span {
            width: 100px;
        }

        .bdDiv .item input {
            width: 200px;
            line-height: 45px;
            height: 45px;
            padding: 0 5px;
            border: 1px solid #b5b5b5;
            background: #fff;
            border-radius: 5px;
        }

    .bdDiv select {
        width: 60px;
        text-align: center;
        height: 45px;
        border: 0;
        border-right: 1px solid #ededed;
        padding-left: 5px;
        float: left;
        background: none;
    }

#txtContact {
    padding: 0 5px;
    width: 120px;
    height: 45px;
    border: 0;
    float: left;
    background: none;
}

.bdDiv .item .bdk {
    width: 200px;
    line-height: 45px;
    height: 45px;
    padding: 0 5px;
    float: left;
    border: 1px solid #b5b5b5;
    background: #fff;
    border-radius: 5px;
}

.tjBtn {
    width: 240px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: 20px auto 0;
    cursor: pointer;
    color: #fff;
    background: #4565b5;
    font-size: 18px;
}

    .tjBtn:hover {
        opacity: .8;
    }
