﻿
@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/26zdtsgu/26zdtsgu_01.jpg) center top no-repeat;
    height: 201px;
}

.conter02 {
    background: url(/content/images/zhuanti_jp/26zdtsgu/26zdtsgu_02.jpg) center top no-repeat;
    height: 201px;
}

.conter03 {
    background: url(/content/images/zhuanti_jp/26zdtsgu/26zdtsgu_03.jpg) center top no-repeat;
    height: 201px;
}

.conTitle {
    width: 1004px;
    margin: 0 auto 20px;
    text-align: center;
    /*height: 91px;*/
    padding: 10px 0;
}
    .conTitle p {
        color: #051e63;
        display: inline-block;
        font-size: 35px;
        line-height: normal;
        font-weight: bold;
        margin-bottom: 10px;
    }


.conMain{
    width:1004px;
    margin:20px auto 0;
    overflow:hidden;
}
.conter04 {
    overflow: hidden;
    padding: 30px 0;
    background: #f9f8fd;
}

    .conter04 .conMain {
        margin-top: 0;
    }

        .conter04 .conMain p {
            text-align: justify;
            line-height: 35px;
            font-size: 18px;
            text-indent: 2em;
            padding: 0 18px;
        }


.conter05 {
    overflow: hidden;
    padding: 50px 0 0;
}
    .conter05 .conMain {
        overflow:hidden;
    }
        .conter05 .conMain .pf {
            text-align: justify;
            line-height: 35px;
            font-size: 18px;
            text-indent: 2em;
        }
        .conter05 .conMain .itTitle {
            line-height: 45px;
            font-size: 28px;
            color: #051e63;
            overflow:hidden;
            margin-top:20px;
        }
        .conter05 .conMain .smTitle01 {
            background: url('../../Images/ZhuanTi_Jp/26zdtsgu/26zdtsgu_10.jpg') top center no-repeat;
            height: 58px;
            line-height: 58px;
            font-size: 22px;
            color: #683d01;
            margin-top: 20px;
        }
        .conter05 .conMain .smTitle02 {
            background: url('../../Images/ZhuanTi_Jp/26zdtsgu/26zdtsgu_27.jpg') top center no-repeat;
            height: 58px;
            line-height: 58px;
            font-size: 22px;
            color: #fff;
            margin-top: 20px;
        }
        .conter05 .conMain .smTitle p {
            padding-left:20px;
        }
        .conter05 .conMain .item {
            display: flex;
            align-items: center;
            background: #fff;
            padding: 20px 0;
            margin: 0 0 30px 10px;
            box-shadow: -6px 0 12px rgba(0, 0, 0, 0.06), 0 6px 12px rgba(0, 0, 0, 0.06);
        }

/* 左侧文字 */
        .conter05 .conMain .ittxt {
            width: 80%;
            padding: 0 60px 0 20px;
            box-sizing: border-box;
        }

            .conter05 .conMain .ittxt p {
                font-size: 18px;
                text-indent:2em;
                line-height:35px;
                margin: 0;
            }

/* 右侧图片 */
        .conter05 .conMain .itimg {
            width: 30%;
            padding: 0 ;
            box-sizing: border-box;
        }

            .conter05 .conMain .itimg img {
                height: auto;
                display: block;
            }



.conter06 {
    overflow: hidden;
    margin-top: 0;
    background: #f4f3f9;
}
    .conter06 .conMain{
        margin-top:0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        padding:30px;
        box-sizing:border-box;
    }

        .conter06 .conMain .card {
            background: #fff;
            border-radius: 12px;
            padding: 24px 22px 28px;
            position: relative;
            box-shadow: 0 4px 10px rgba(0,0,0,0.06);
        }

            .conter06 .conMain .card::after {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 4px;
                background: #1f2d5c;
                border-radius: 0 0 12px 12px;
            }

        .conter06 .conMain .card-title {
            display: block;
            width:295px;
            height:45px;
            line-height:45px;
            text-align:center;
            background: #e67ea1;
            color: #fff;
            font-size: 25px;
            border-radius: 10px;
            margin:0 auto 18px;
        }

        .conter06 .conMain .card-content {
            font-size: 15px;
            line-height: 27px;
            color: #474747;
        }

            .conter06 .conMain .card-content p {
                margin: 0 0 10px;
            }

        .conter06 .conMain .highlight {
            color: #e84c7f;
            font-weight: 500;
        }

        .conter06 .conMain .small {
            color: #666;
            font-size: 13px;
        }

/* 让左下卡片更高，贴近原图比例 */
        .conter06 .conMain .tall {
            min-height: 380px;
        }

.zxBtn {
    display: block;
    background: #2f3878;
    width: 220px;
    height: 53px;
    line-height: 53px;
    margin: 50px auto 0;
    border-radius: 53px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
    .zxBtn:hover {
        opacity:.8;
        color:#fff;
    }

.conter07 {
    overflow: hidden;
    margin-top: 60px;
}
    .conter07 .conMain {
        margin-top:30px;
    }
        .conter07 .conMain .item {
            overflow: hidden;
            display: flex;
            align-content:center;
            margin-bottom:10px;
        }

        .conter07 .conMain .p1 {
            margin-left:20px;
        }

        .conter07 .conMain .p2 {
            color: #051e63;
            text-align: justify;
            padding: 0 0 0 10px;
        }


.conter08 {
    overflow: hidden;
    margin: 50px auto;
}
    .conter08 .top {
        width: 1004px;
        margin: auto;
    }
    .conter08 .top img {
        display:inherit;
    }
    .conter08 .bdDiv {
        width: 1004px;
        margin: auto;
        padding: 20px 0;
        background: #f0f0f0;
    }

        .conter08 .bdDiv .item {
            margin: 10px 10px;
            float: left;
        }

            .conter08 .bdDiv .item span {
                line-height: 40px;
                display: block;
                width: 120px;
                text-align: right;
                float: left;
                font-size: 16px;
            }
            .conter08 .bdDiv .item01 span {
                width: 70px;
            }

        .conter08 .bdDiv .item input {
            width: 180px;
            line-height: 40px;
            height: 40px;
            padding: 0 5px;
            border: 1px solid #555555;
            background: #ffffff;
        }

        .conter08 .bdDiv select {
            width: 60px;
            text-align: center;
            height: 40px;
            border: 0;
            border-right: 1px solid #ededed;
            padding-left: 5px;
            float: left;
            background: #ffffff;
        }

    .conter08 #txtContact {
        padding: 0 5px;
        width: 90px;
        height: 40px;
        border: 0;
        float: left;
        background: #ffffff;
    }

    .conter08 .bdDiv .item .bdk {
        width: 180px;
        line-height: 40px;
        height: 40px;
        padding: 0 5px;
        border: 1px solid #555555;
        float: left;
        background: #ffffff;
    }

    .conter08 .tjBtn {
        width: 200px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin: 30px auto 0;
        cursor: pointer;
        color: #fff;
        background: #462828;
    }

    .conter08 .tjBtn:hover {
        opacity: .8;
    }


.conter09 {
    overflow: hidden;
    margin-top: 50px;
}
    .conter09 .conMain {
        overflow: hidden;
        display: flex;
        align-items: stretch; /* 子元素高度拉伸一致 */
        justify-content:space-between;
    }
    .conter09 .item {
        overflow: hidden;
        background: #eceff5;
        width:198px;
    }
        .conter09 .item .top {
            overflow: hidden;
            background: #11307a;
            color: #fff;
            font-size: 20px;
            text-align: center;
            height: 51px;
            line-height: 51px;
        }
        .conter09 .item .bottom {
            overflow: hidden;
            padding: 7px;
        }
        .conter09 .item .bottom p {
            display: block;
            line-height: 26px;
            text-align: justify;
        }
