﻿
@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/26bydy/26bydy_01.jpg) center top no-repeat;
    height: 200px;
}

.conter02 {
    background: url(/content/images/zhuanti_jp/26bydy/26bydy_02.jpg) center top no-repeat;
    height: 200px;
}
.conter03 {
    background: url(/content/images/zhuanti_jp/26bydy/26bydy_03.jpg) center top no-repeat;
    height: 200px;
}



.conTitle {
    width: 1004px;
    margin: 0 auto 20px;
    text-align: center;
    /*height: 91px;*/
    padding: 10px 0;
}
    .conTitle p {
        display: inline-flex;
        font-size: 35px;
        font-weight: bold;
        margin-bottom: 15px;
        align-items: center;
        justify-content: center;
        padding: 0 0 15px;
    }
    .conTitle p span {
        padding: 0 15px;
    }


.conMain{
    width:1004px;
    margin:20px auto 0;
    overflow:hidden;
}
.conter04 {
    overflow: hidden;
    background: url(/content/images/zhuanti_jp/26bydy/26bydy_04.jpg) center top no-repeat;
    height: 240px;
}
    .conter04 .conMain {
        margin-top: 0;
    }
        .conter04 .conMain p {
            text-align: justify;
            line-height: 42px;
            font-size: 20px;
            text-indent: 2em;
            padding: 30px 90px 0 30px;
        }



.conter05 {
    overflow: hidden;
    padding: 50px 0 0;
}
    .conter05 .conMain {
        overflow: hidden;
        padding:0 30px;
        box-sizing:border-box;
    }
    .conter05 .conMain>div {
        box-sizing: border-box;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
        color: #333333;
    }
    .conter05 .feature-wrap {
        width: 960px;
        min-height: 458px;
        border: 3px solid #ffe1dc;
        border-radius: 22px;
        padding: 60px 58px 48px;
        display: grid;
        grid-template-columns: 1fr 36px 1fr 36px 1fr;
        column-gap: 36px;
        align-items: start;
        background: #ffffff;
    }

    .conter05 .feature-item {
        text-align: center;
    }

    .conter05 .icon-ring {
        width: 58px;
        height: 58px;
        margin: 0 auto 28px;
        border-radius: 50%;
        background: #ffc49f;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .conter05 .icon-core {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: #ff6b00;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        position: relative;
        box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.08);
    }

        .conter05 .icon-core::before,
        .conter05 .icon-core::after {
            content: "";
            position: absolute;
            border-radius: 50%;
            border: 1px dashed rgba(255, 255, 255, 0.55);
            pointer-events: none;
        }

        .conter05 .icon-core::before {
            width: 36px;
            height: 36px;
        }

        .conter05 .icon-core::after {
            width: 28px;
            height: 28px;
            border-color: rgba(255, 255, 255, 0.22);
        }

        .conter05 .icon-core svg {
            width: 28px;
            height: 28px;
            stroke: currentColor;
            fill: none;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
            position: relative;
            z-index: 1;
        }

    .conter05 .feature-title {
        margin: 0 0 16px;
        font-size: 25px;
        line-height: 1.35;
        font-weight: 800;
        letter-spacing: -0.4px;
        color: #222222;
    }

    .conter05 .feature-desc {
        margin: 0;
        text-align: left;
        font-size: 17px;
        line-height: 1.7;
        font-weight: 400;
        color: #4b4b4b;
    }

    .conter05 .arrow {
        height: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 2px;
    }

        .conter05 .arrow svg {
            width: 16px;
            height: 16px;
            fill: #ffb48e;
        }


.conter06 {
    overflow: hidden;
    padding: 0 0 30px;
    background: #eefbff;
}

    .conter06 .conMain {
        overflow: hidden;
        box-sizing: border-box;
    }

    .conter06 .conMain>div {
        margin: 0;
        line-height: 1.9;
    }

        .conter06 .conMain .page {
            position: relative;
            width: 965px;
            margin: 0 auto;
            padding: 10px;
            background: #eaf9fe;
            overflow: hidden;
        }

        .conter06 .conMain .intro {
            margin: 10px 0;
            text-align: center;
            color: #4c5963;
            line-height: 1.4;
        }

        .conter06 .conMain .card {
            background: #fff;
            border-radius: 17px;
            margin-top: 20px;
            padding: 15px;
            box-shadow: 0 4px 8px rgba(49, 157, 190, .18);
        }

            .conter06 .conMain .card.small {
                padding-bottom: 8px;
            }

        .conter06 .conMain .title {
            display: inline-block;
            height: 50px;
            margin-bottom: 9px;
            padding: 0 12px;
            background: #3d55b4;
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            line-height: 50px;
            text-align: center;
        }

        .conter06 .conMain .row {
            margin: 10px 0 5px;
        }

            .conter06 .conMain .row.long {
                margin-bottom: 7px;
            }

        .conter06 .conMain .icon {
            display:inline-flex;
            justify-content:center;
        }

        .conter06 .conMain .label {
            color: #ff6b6f;
            font-weight: 700;
            white-space: nowrap;
            font-size: 16px;
        }

        .conter06 .conMain .text {
            color: #4b4b4b;
            font-size:16px;
            line-height:35px;
            text-align:justify;
        }

        .conter06 .conMain .sub {
            display: block;
            margin-top: 2px;
            color: #555;
            font-weight: 600;
        }



.conter07 {
    overflow: hidden;
    padding: 30px 0;
    background: #2038b4;
}
    .conter07 .conTitle p span {
        color:#fff;
    }

    .conter07 .conMain {
        overflow: hidden;
        padding: 30px 45px 60px;
        background: #fff;
        border-radius: 10px;
        border-bottom-right-radius: 93px;
        background: url('../../Images/ZhuanTi_Jp/26bydy/26bydy_29.jpg') bottom right 50px no-repeat #fff;
    }

        .conter07 .conMain p {
            font-size: 20px;
            line-height: 40px;
            text-align: justify;
        }
            .conter07 .conMain p span {
                color: #fd6900;
            }



.conter08 {
    overflow: hidden;
    padding: 50px 0 0;
}

    .conter08 .conMain {
        overflow: hidden;
        padding: 10px 160px 10px 60px;
        box-sizing: border-box;
        background: #1b35b0;
        border-radius: 5em;
        background: url('../../Images/ZhuanTi_Jp/26bydy/26bydy_33.jpg') bottom 20px right 30px no-repeat #1b35b0;
    }

        .conter08 .conMain .p1 {
            font-size: 16px;
            line-height: 32px;
            text-align: justify;
            text-indent: 2em;
            color:#fff;
        }
        .conter08 .conMain .p2 {
            color: #feffc0;
        }


.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: 203px;
            text-align: right;
            float: left;
            font-size: 16px;
        }

        .bdDiv .item input {
            width: 228px;
            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: 150px;
    height: 45px;
    border: 0;
    float: left;
    background: none;
}

.bdDiv .item .bdk {
    width: 228px;
    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: #ec675e;
    font-size: 18px;
}

    .tjBtn:hover {
        opacity: .8;
    }
