﻿@charset "utf-8";
/* CSS Document */
body { background:#fff;}
body {font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;}
*{margin:0;padding:0;}
img{border:none;}
a{text-decoration:none; cursor:pointer;}
a:hover{}
ul li{list-style:none;}
em{font-style: normal; color:#F00;}
.main-container {
    max-width: inherit;
    margin: auto;
    padding:0;
}
.zhuanticonter *, .zhuanticonter *:before, .zhuanticonter *:after {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}
.zhuanticonter p {
    padding: 0;
    margin: 0;
}
.left{
    float:left;
}
.right{
    float:right;
}

.zhuanticonter {
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 40px;
}
.banner01 {
    background: url(../../images/zhuanti/dewu/dewu_01.jpg) no-repeat center top;
    height: 227px;
}
.banner02 {
    background: url(../../images/zhuanti/dewu/dewu_02.jpg) no-repeat center top;
    height: 228px;
}
.banner03 {
    background: url(../../images/zhuanti/dewu/dewu_03.jpg) no-repeat center top;
    height: 227px;
}
.path {
    width: inherit;
    margin: 60px auto 0;
    overflow: hidden;
}
.pathCon {
    width: 1206px;
    margin: 20px auto 0;
    overflow: hidden;
}


.paTitle {
    margin: 10px auto 0;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    line-height: normal;
}

    .paTitle p {
        padding: 0 0 0px;
        color: #111111;
    }


.path01 {
    width: inherit;
    margin: 60px 0 0;
}

/* 三卡片区 */
    .path01 .cards {
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(3,1fr);
        align-items: stretch;
        padding: 30px 105px
    }

    .path01 .card {
        position: relative;
        overflow: hidden;
        border-radius: 25px;
        min-height: 156px;
        padding: 45px 35px 0 35px;
        background: url('../../images/zhuanti/dewu/dewu_10.jpg') bottom center no-repeat #eaeefa;
        background-size: cover;
    }


        .path01 .card:nth-child(2) {
            background: url('../../images/zhuanti/dewu/dewu_12.jpg') bottom center no-repeat #eaeefa;
            background-size: cover;
        }

        .path01 .card:nth-child(3) {
            background: url('../../images/zhuanti/dewu/dewu_14.jpg') bottom center no-repeat #eaeefa;
            background-size: cover;
        }


        .path01 .card p {
            position: relative;
            z-index: 1;
            margin: 0;
            font-size: 20px;
            line-height:35px;
        }

    .path01 .note {
        margin-top: 10px;
        font-size: 20px;
        line-height:40px;
        padding:0 85px;
    }

        .path01 .note b {
            font-weight: 800;
            color: #000a55;
        }

        .path01 .note em {
            font-style: normal;
            font-weight: 800;
            color: #000a55;
            text-decoration: underline
        }




.path02 {
    width: inherit;
    margin: 60px 0 0;
}
    .path02 .smtitle p {
        display: block;
        width: 500px;
        height: 58px;
        font-size: 25px;
        color: #fff;
        line-height: 58px;
        padding-left: 20px;
        box-sizing: border-box;
        background: #000a55;
        -webkit-clip-path: polygon(0 0, 450px 0, 500px 100%, 0% 100%);
        clip-path: polygon(0 0, 450px 0, 500px 100%, 0% 100%);
        margin-top: 10px;
    }
.path03 {
    background: #f9f8f9;
    padding:20px 0;
    margin-top:20px;
}
    .path03 .pathCon {
        margin-top: 0;
    }
    .path03 .floor01 {
        padding: 0 30px;
        display: flex;
        align-items: center;
        font-size: 22px;
        color: #000a55;
    }
    .path03 .floor01 img {
        padding-right:10px;
    }
    .path03 .floor02 {
        background: url('../../images/zhuanti/dewu/dewu_23.jpg') top center no-repeat;
        height:426px;
        position:relative;
    }
    .path03 .floor02 p {
        position: absolute;
        font-size:20px;
        line-height:38px;
        display:block;
        width:260px;
    }
        .path03 .floor02 .p1 {
            top:65px;
            left:300px;
        }
        .path03 .floor02 .p2 {
            top: 65px;
            left: 832px;
        }
        .path03 .floor02 .p3 {
            top: 270px;
            left: 300px;
        }
        .path03 .floor02 .p4 {
            top: 270px;
            left: 832px;
        }
    .path03 .floor03 {
        padding: 30px 0 0;
        text-align:center;
        font-size: 22px;
        line-height:38px;
    }
.path02 .floor04 {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    padding: 0 80px;
}
    .path02 .floor04 .item {
        width: 30%;
        min-width: 220px;
        text-align: center;
        border: 12px solid #bcb1ab;
        border-radius:25px;
        padding:30px 0 25px;
        position:relative;
    }
    .path02 .floor04 .title {
        display: inline-block;
        line-height: 40px;
        color: #bd311d;
        font-weight: 600;
        font-size: 22px;
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
    }
    .path02 .floor04 .txt {
        text-align: center;
        font-size: 21px;
        line-height: 40px;
        border: 0;
    }
.path04 {
    background: #fff1e4;
    padding: 30px 0;
    margin-top: 40px;
}
    .path04 .floor01 {
        position:relative;
    }
    .path04 .floor01 img {
        display:inherit;
    }
    .path04 .floor01 p {
        display:block;
        width:100%;
        position: absolute;
        text-align:center;
        font-size:34px;
        color:#fff;
        top:80px;
    }
    .path04 .floor02 {
        background: url('../../images/zhuanti/dewu/dewu_34.jpg') top center repeat-y;
    }
    .path04 .floor021 {
        background: url('../../images/zhuanti/dewu/dewu_37.jpg') top center repeat-y;
    }
        .path04 .floor02 .flitem {
            display:flex;
            width:908px;
            margin:auto;
            justify-content:space-between
        }
        .path04 .floor02 .fltitle {
            display: flex;
            align-items: center;
            font-size: 25px;
            line-height: 45px;
            color: #ca0000;
            width: 908px;
            margin: auto;
        }
        .path04 .floor02 .fltitle img {
            padding-right:10px;
        }
        .path04 .floor02 .fltxt {
            font-size: 20px;
            line-height: 45px;
            width: 908px;
            margin: auto;
        }
            .path04 .floor02 .fltxt span {
                color: #ff0000;
            }
        .path04 .floor02 .fltxt01 {
            width: inherit;
        }
        .path04 .floor02 .flleft .fltitle {
            width: inherit;
        }
        .path04 .floor02 .fltxt table {
            border-collapse:collapse;
            margin:auto;
            width:90%;
        }
            .path04 .floor02 .fltxt table td {
                border: 1px solid #a0a0a0;
                padding:10px;
                font-size:18px;
                line-height:normal;
            }
            .path04 .floor02 .fltxt table tr:first-child td {
                font-size:21px;
                font-weight:bold;
                text-align:center;
            }
            .path04 .floor02 .fltxt table .td1 {
                display:flex;
                align-items:center;
            }
    .path04 .floor05 {
        background: url('../../images/zhuanti/dewu/dewu_52.jpg') top center no-repeat;
        height:351px;
        margin-top:50px;
        font-size:20px;
        line-height:35px;
        padding:80px 100px 0 120px;
        box-sizing:border-box;
    }
        .path04 .floor05 a {
            width: 290px;
            height: 45px;
            line-height: 45px;
            text-align: center;
            color: #fff1e4;
            font-size:20px;
            border-radius: 15px;
            background: #000a55;
            display:inline-block;
            margin-left:10px;
            margin:10px;
        }
        .path04 .floor05 span {
            color: #ff0000;
            text-decoration:underline;
        }