:root{
    --colorZT: #1d6cca;
    --colorZT2: #eb6100;
}
.PageMain{
    width: 100%;
    *{
        box-sizing: border-box;
        line-height: 1.4;
    }
}
.BGF{
    background: #ffffff;
}
.InPD1{
    padding: 70px 0;
}
.inner{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.eim {
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}
.PAim {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.eim05s {
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    transition:all 0.5s;
}
.eim05s:hover {
    transform:scale(1.1);
}
.PAim.eim05s:hover {
    transform: translate(-50%, -50%) scale(1.1);
}
.slh0 {
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:0;
    text-overflow:ellipsis;
    word-break:break-all;
}
.slh1 {
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    text-overflow:ellipsis;
    word-break:break-all;
}
.slh2 {
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
    word-break:break-all;
}
.slh2 {
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    text-overflow:ellipsis;
    word-break:break-all;
}

@media screen {
    .PubTitle{
        text-align: center;
        margin: 0 0 30px 0;
        .inA{
            font-size: 18px;
            color: #aaaaaa;
            text-transform: uppercase;
        }
        .inB{
            margin: 20px 0 0 0;
            font-size: 36px;
            font-weight: 700;
            color: #333333;
            span{
                color: var(--colorZT);
            }
        }
        .inC{
            width: 178px;
            margin: 25px auto 0;
        }
    }
    .PageA{
        position: relative;
        margin: 0 0 80px 0;
        .inVS{
            position: relative;
            display: flex;
            .inIc{
                position: absolute;
                z-index: 2;
                width: 157px;
                height: 157px;
                left: 50%;
                transform: translateX(-50%);
                top: 220px;
            }
            .inIe{
                width: calc(100%/2);
                background-color: #eeeeee;
                .inCA{
                    position: relative;
                    .inIm{
                        width: 100%;
                        position: relative;
                        padding-top: 49%;
                    }
                    .inMc{
                        position: absolute;
                        width: 100%;
                        top: 50%;
                        left: 0;
                        transform: translateY(-50%);
                        padding: 0 5%;
                        color: #ffffff;
                        font-size: 30px;
                        font-weight: 700;
                        text-align: center;
                        letter-spacing: 1px;
                    }
                }
                .inCB{
                    padding: 50px 30px;
                    .inCn{
                        font-size: 18px;
                        line-height: 2;
                        color: #333333;
                        text-align: center;
                    }
                }
                &:nth-child(2n){
                    background-color: var(--colorZT);
                    .inCB{
                        .inCn{
                            color: #ffffff;
                        }
                    }
                }
            }
        }
    }
    .PageB{
        position: relative;
        margin: 0 0 80px 0;
        .inLs{
            display: flex;
            flex-wrap: wrap;
            margin: -10px;
            .inIe{
                width: calc(100%/4);
                padding: 10px;
                .inAc{
                    background-color: var(--colorZT);
                    color: #ffffff;
                    padding: 40px 30px;
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    .inIm{
                        width: 93px;
                        margin: 0 0 40px 0;
                    }
                    .inMc{
                        font-size: 18px;
                        margin: 0 0 25px 0;
                        font-weight: 700;
                    }
                    .inIn{
                        font-size: 14px;
                        line-height: 2;
                    }
                }
                &:nth-child(2n){
                    .inAc{
                        background-color: #eeeeee;
                        color: #333333;
                    }
                }
            }
        }
    }
    .PageC{
        position: relative;
        margin: 0 0 80px 0;
        .ProTop{
            .EcBox{
                width: 100%;
                display: flex;
                justify-content: space-between;
                background-color: #eeeeee;
                padding: 20px;
                .EcCn{
                    width: 100%;
                    margin: 0 20px 0;
                    overflow: auto;
                    color: #333333;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-around;
                    .EcA{
                        font-size: 24px;
                        color: var(--colorZT);
                        margin: 0 0 10px 0;
                    }
                    .EcB{
                        font-size: 36px;
                        font-weight: 700;
                        margin: 0 0 10px 0;
                    }
                    .EcC{
                        font-size: 14px;
                        line-height: 2;
                    }
                    .EcD{
                        border-top: 1px dashed #cacaca;
                        margin: 10px 0;
                    }
                    .EcE{
                        font-size: 18px;
                        line-height: 2;
                    }
                }
                .EcIm{
                    position: relative;
                    width: 35%;
                    min-width: 35%;
                    overflow: hidden;
                    padding-top: 30.5%;
                }
                .EcZs{
                    width: 18.5%;
                    min-width: 18.5%;
                    margin: 0 0 0 1%;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    .EeA{
                        position: relative;
                        width: 100%;
                        padding-top: 80.5%;
                    }
                }
            }
        }
        .ProBottom{
            position: relative;
            .ProSws{
                margin: 30px 0 0 0;
                overflow: hidden;
                .inAc{
                    display: block;
                    background-color: #eeeeee;
                    padding: 20px;
                    color: #333333;
                    text-align: center;
                    .inIm{
                        margin: 0 0 20px 0;
                        position: relative;
                        padding-top: 73.5325%;
                        overflow: hidden;
                    }
                    .inMc{
                        margin: 0 0 20px 0;
                        font-size: 24px;
                        font-weight: 700;
                    }
                    .inBt{
                        margin: 0 0 20px 0;
                        font-size: 18px;
                        color: var(--colorZT);
                    }
                    .inIn{
                        margin: 0 0 20px 0;
                        font-size: 14px;
                    }
                }
            }
            .ProSwBtn{
                .SwBtn{
                    width: 55px;
                    height: 55px;
                    background-color:var(--colorZT);
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    &::after{
                        font-size: 24px;
                        color: #ffffff;
                    }
                    &:first-child{
                        left: -80px;
                    }
                    &:last-child{
                        right: -80px;
                    }
                }
            }
        }
    }
    .PageD{
        position: relative;
        margin: 0 0 80px 0;
        .inLs{
            display: flex;
            flex-wrap: wrap;
            margin: -14px;
            .inIe{
                width: calc(100%/4);
                padding: 14px;
                .inAc{
                    position: relative;
                    .inIm{
                        width: 100%;
                        position: relative;
                        padding-top: 110.5%;
                        overflow: hidden;
                    }
                    .inMc{
                        z-index: 2;
                        position: absolute;
                        text-align: center;
                        width: 100%;
                        padding: 0 10px;
                        bottom: 30px;
                        font-size: 18px;
                        color: #ffffff;
                        font-weight: 700;
                        letter-spacing: 1px;
                    }
                }
            }
        }
    }
    .PageE{
        position: relative;
        margin: 0 0 80px 0;
        .inLs{
            display: flex;
            flex-wrap: wrap;
            margin: -15px;
            .inIe{
                width: calc(100%/3);
                padding: 15px;
                .inAc{
                    display: block;
                    position: relative;
                    color: #333333;
                    height: 100%;
                    background-color: #eeeeee;
                    .inCn{
                        padding: 30px;
                    }
                    .inIm{
                        width: 100%;
                        position: relative;
                        padding-top: 71.5%;
                        overflow: hidden;
                    }
                    .inMc{
                        font-size: 18px;
                        margin: 0 0 15px 0;
                        font-weight: 700;
                    }
                    .inIn{
                        margin: 5px 0 0 0;
                        font-size: 14px;
                        line-height: 1.5;
                        span{
                            color: var(--colorZT);
                            font-weight: 700;
                        }
                    }
                }
            }
        }
    }
    .PageF{
        position: relative;
        table{
            width: 100%;
            max-width: 100%;
            background-color: transparent;
            border-collapse: collapse;
            border-spacing: 0;
            font-size: 24px;
            text-align: center;
            border: 1px solid #bfbfbf;
            thead{
                background-color: var(--colorZT);
            }
            tbody{
                tr{
                    background-color: #ffffff;
                    &:nth-child(2n){
                        background-color: #eeeeee;
                    }
                }
            }
            th{
                width: calc(100%/3);
                color: #ffffff;
                padding: 15px;
                line-height: 1.6;
                border-right: 1px solid #bfbfbf;
                &:last-child{
                    border-right: 0;
                }
            }
            td{
                color: #555555;
                padding: 15px;
                line-height: 1.6;
                border-right: 1px solid #bfbfbf;
                &:nth-child(2n){
                    color: var(--colorZT);
                    font-weight: 700;
                }
                &:last-child{
                    border-right: 0;
                }
            }
        }
    }
    .PageG{
        padding: 50px 0 70px;
        background-size: cover !important;
        .inLs{
            display: flex;
            flex-wrap: wrap;
            margin: -10px;
            padding: 10px 0 0 0;
            .inIe{
                width: calc(100%/6);
                padding: 10px;
                .inAc{
                    position: relative;
                    color: #333333;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    .inIm{
                        width: 85px;
                    }
                    .inMc{
                        font-size: 18px;
                        margin: 20px 0 0 0;
                        text-align: center;
                        line-height: 1.6;
                    }
                }
            }
        }
    }
    .PageH{
        position: relative;
        margin: 0 0 80px 0;
        .MsgMain{
            display: flex;
            justify-content: space-between;
            background-color: #f2f2f2;
            padding: 12px;
            border-radius: 30px;
            .inInfo{
                width: 490px;
                background-color: var(--colorZT);
                padding: 80px 50px;
                border-radius: 30px;
                color: #ffffff;
                position: relative;
                .inA{
                    font-size: 30px;
                    margin: 0 0 25px 0;
                }
                .inB{
                    font-size: 18px;
                    margin: 0 0 40px 0;
                    line-height: 1.6;
                }
                .inLx{
                    display: flex;
                    align-items: center;
                    margin: 0 0 25px 0;
                    .inIm{
                        width: 40px;
                        height: 40px;
                    }
                    .inIn{
                        font-size: 18px;
                        margin: 0 0 0 15px;
                    }
                }
                .inBG{
                    position: absolute;
                    width: 180px;
                    bottom: 0;
                    right: 0;
                }
            }
            .inForm{
                width: calc(100% - 590px);
                padding: 60px 60px 30px 0;
                .inLs{
                    display: flex;
                    flex-wrap: wrap;
                    margin: -20px;
                    .inIe{
                        &.w50{
                            width: calc(100%/2);
                        }
                        width: 100%;
                        padding: 20px;
                        .inAc{
                            width: 100%;
                            .inTit{
                                font-size: 18px;
                                color: #222222;
                                font-weight: 700;
                            }
                            .srkA{
                                width: 100%;
                                font-size: 16px;
                                color: #555555;
                                border: 0;
                                background: transparent;
                                border-bottom: 2px solid #d2d2d2;
                                height: 40px;
                            }
                            .srkB{
                                width: 130px;
                                font-size: 14px;
                                color: #555555;
                                border: 0;
                                background: #ffffff;
                                border: 1px solid #d2d2d2;
                                height: 40px;
                                border-radius: 60px;
                                text-align: center;
                            }
                            .inCZ{
                                display: flex;
                                justify-content: space-between;
                                align-items: center;
                                .CodeCon{
                                    display: flex;
                                    align-items: center;
                                    position: relative;
                                    .MsgCode{
                                        position: relative;
                                        width: 100px;
                                        height: 40px;
                                        cursor: pointer;
                                    }
                                }
                            }
                            .EcSubmit{
                                font-size: 14px;
                                background-color: var(--colorZT);
                                color: #ffffff;
                                border-radius: 60px;
                                padding: 12px 20px;
                                letter-spacing: 1px;
                                border: 0;
                                cursor: pointer;
                            }
                        }
                    }
                }
            }
        }
    }
    .PageI{
        position: relative;
        margin: 0 0 40px 0;
        .inLs{
            display: flex;
            flex-wrap: wrap;
            .inIe{
                margin-top: -1px;
                width: calc(100%/1);
                .inAc{
                    position: relative;
                    border: 1px solid transparent;
                    border-top: 1px solid #cccccc;  
                    .inInfo{
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        padding: 40px 24px;
                        cursor: pointer;
                        .inA{
                            width: 42px;
                            height: 42px;
                            line-height: 42px;
                            color: #ffffff;
                            background-color: var(--colorZT2);
                            font-size: 20px;
                            font-weight: 700;
                            text-align: center;
                            border-radius: 50%;
                        }
                        .inB{
                            width: calc(100% - 140px);
                            font-size: 24px;
                            color: #333333;
                            font-weight: 700;
                        }
                        .inC{
                            width: 40px;
                            height: 40px;
                            filter: grayscale(1) opacity(0.5);
                            transition: all 0.5s;
                        }
                    }
                    .inCons{
                        border-top: 1px solid #cccccc;
                        display: none;
                        .inFx{
                            display: flex;
                            align-items: center;
                            justify-content: space-between;
                            padding: 40px 24px;
                            cursor: pointer;
                            .inA{
                                width: 42px;
                                height: 42px;
                                line-height: 42px;
                                color: #ffffff;
                                background-color: var(--colorZT);
                                font-size: 20px;
                                font-weight: 700;
                                text-align: center;
                                border-radius: 50%;
                            }
                            .inB{
                                width: calc(100% - 140px);
                                font-size: 24px;
                                color: var(--colorZT);
                                font-weight: 700;
                            }
                            .inC{
                                width: 40px;
                                height: 40px;
                            }
                        }
                    }
                    &.on{
                        border: 1px solid #cccccc;
                        .inInfo{
                            .inC{
                                filter: grayscale(0) opacity(1);
                                transform: scaleY(-1);
                            } 
                        }
                    }
                }
                &:first-child{
                    .inAc{
                        border-top: 0;
                        &.on{
                            border-top: 1px solid #cccccc;  
                        }
                    }
                }
            }
        }
    }
}

@media screen and (max-width:1024px) {
    .inner{
        width: 100%;
        padding: 0 4%;
    }
    .InPD1{
        padding: 6vw 0;
    }
    .PubTitle{
        text-align: center;
        margin: 0 0 4vw 0;
        .inA{
            font-size: 3.5vw;
        }
        .inB{
            margin: 2vw 0 0 0;
            font-size: 4vw;
        }
        .inC{
            width: 20vw;
            margin: 3vw auto 0;
        }
    }
    .PageA{
        margin: 0 0 6vw 0;
        .inVS{
            flex-wrap: wrap;
            .inIc{
                display: none;
                width: 10vw;
                height: 10vw;
                top: 47%;
            }
            .inIe{
                width: calc(100%/1);
                .inCA{
                    .inMc{
                        font-size: 4vw;
                    }
                }
                .inCB{
                    padding: 4vw;
                    .inCn{
                        font-size: 3.5vw;
                    }
                }
            }
        }
    }
    .PageB{
        margin: 0 0 6vw 0;
        .inLs{
            margin: -2vw;
            .inIe{
                width: calc(100%/1);
                padding: 2vw;
                .inAc{
                    padding: 6vw 4vw;
                    height: auto;
                    .inIm{
                        width: 18vw;
                        margin: 0 0 4vw 0;
                    }
                    .inMc{
                        font-size: 4vw;
                        margin: 0 0 3vw 0;
                    }
                    .inIn{
                        font-size: 3.5vw;
                        text-align: center;
                    }
                }
            }
        }
    }
    .PageC{
        margin: 0 0 6vw 0;
        .ProTop{
            .EcBox{
                flex-wrap: wrap;
                padding: 4vw;
                .EcCn{
                    width: 100%;
                    margin: 0 0 3vw;
                    .EcA{
                        font-size: 4vw;
                        margin: 0 0 2vw 0;
                    }
                    .EcB{
                        font-size: 4vw;
                        margin: 0 0 2vw 0;
                    }
                    .EcC{
                        font-size: 3.5vw;
                    }
                    .EcD{
                        margin: 2vw 0;
                    }
                    .EcE{
                        font-size: 3.5vw;
                    }
                }
                .EcIm{
                    position: relative;
                    width: 100%;
                    min-width: 100%;
                    overflow: hidden;
                    padding-top: 87.143%;
                }
                .EcZs{
                    width: 100%;
                    min-width: 100%;
                    margin: 0;
                    display: flex;
                    justify-content: space-between;
                    flex-direction: row;
                    .EeA{
                        width: 50%;
                        padding-top: 40.250%;
                    }
                }
            }
        }
        .ProBottom{
            .ProSws{
                margin: 4vw 0 0 0;
                .inAc{
                    padding: 4vw;
                    .inIm{
                        margin: 0 0 4vw 0;
                    }
                    .inMc{
                        margin: 0 0 3vw 0;
                        font-size: 4vw;
                    }
                    .inBt{
                        margin: 0 0 3vw 0;
                        font-size: 3.5vw;
                    }
                    .inIn{
                        margin: 0 0 3vw 0;
                        font-size: 3.5vw;
                    }
                }
            }
            .ProSwBtn{
                display: none;
            }
        }
    }
    .PageD{
        margin: 0 0 6vw 0;
        .inLs{
            margin: -2vw;
            .inIe{
                width: calc(100%/2);
                padding: 2vw;
                .inAc{
                    .inMc{
                        padding: 0 4vw;
                        bottom: 8%;
                        font-size: 3.5vw;
                    }
                }
            }
        }
    }
    .PageE{
        margin: 0 0 6vw 0;
        .inLs{
            margin: -2vw;
            .inIe{
                width: calc(100%/1);
                padding: 2vw;
                .inAc{
                    .inCn{
                        padding: 4vw;
                    }
                    .inMc{
                        font-size: 4vw;
                        margin: 0 0 3vw 0;
                    }
                    .inIn{
                        font-size: 3.5vw;
                    }
                }
            }
        }
    }
    .PageF{
        position: relative;
        table{
            font-size: 3.2vw;
            th{
                width: auto;
                padding: 3vw 1vw;
                line-height: 1.6;
            }
            td{
                padding: 2vw 1vw;
                line-height: 1.6;
            }
        }
    }
    .PageG{
        padding: 6vw 0;
        .inLs{
            margin: -2vw;
            padding: 0;
            .inIe{
                width: calc(100%/2);
                padding: 2vw;
                .inAc{
                    .inIm{
                        width: 15vw;
                    }
                    .inMc{
                        font-size: 3.8vw;
                        margin: 3vw 0 0 0;
                    }
                }
            }
        }
    }
    .PageH{
        margin: 0 0 6vw 0;
        .MsgMain{
            flex-wrap: wrap;
            padding: 4vw;
            .inInfo{
                width: 100%;
                padding: 6vw 4vw;
                .inA{
                    font-size: 4vw;
                    margin: 0 0 3vw 0;
                }
                .inB{
                    font-size: 3.5vw;
                    margin: 0 0 3vw 0;
                }
                .inLx{
                    margin: 0 0 3vw 0;
                    .inIm{
                        width: 6vw;
                        height: 6vw;
                    }
                    .inIn{
                        font-size: 3.5vw;
                        margin: 0 0 0 2vw;
                    }
                }
                .inBG{
                    width: 20vw;
                }
            }
            .inForm{
                width: 100%;
                padding: 4vw 0;
                .inLs{
                    margin: -2vw;
                    .inIe{
                        &.w50{
                            width: calc(100%/1);
                        }
                        width: 100%;
                        padding: 2vw;
                        .inAc{
                            width: 100%;
                            .inTit{
                                font-size: 4vw;
                            }
                            .srkA{
                                width: 100%;
                                font-size: 3.5vw;
                                height: 12vw;
                            }
                            .srkB{
                                width: 30vw;
                                font-size: 3.5vw;
                                height: 12vw;
                            }
                            .inCZ{
                                flex-wrap: wrap;
                                .CodeCon{
                                    display: flex;
                                    align-items: center;
                                    position: relative;
                                    .MsgCode{
                                        position: relative;
                                        width: 100px;
                                        height: 40px;
                                        cursor: pointer;
                                    }
                                }
                            }
                            .EcSubmit{
                                margin: 4vw 0 0 0;
                                font-size: 4vw;
                                text-align: center;
                                padding: 3vw;
                            }
                        }
                    }
                }
            }
        }
    }
    .PageI{
        margin: 0 0 2vw 0;
        .inLs{
            .inIe{
                .inAc{
                    .inInfo{
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        padding: 6vw 2vw;
                        cursor: pointer;
                        .inA{
                            width: 6vw;
                            height: 6vw;
                            line-height: 6vw;
                            font-size: 3.2vw;
                        }
                        .inB{
                            width: calc(100% - 18vw);
                            font-size: 3.8vw;
                            line-height: 1.8;
                        }
                        .inC{
                            width: 5vw;
                            height: 5vw;
                        }
                    }
                    .inCons{
                        .inFx{
                            padding: 6vw 2vw;
                            cursor: pointer;
                            .inA{
                                width: 6vw;
                                height: 6vw;
                                line-height: 6vw;
                                font-size: 3.2vw;
                            }
                            .inB{
                                width: calc(100% - 18vw);
                                font-size: 3.5vw;
                                line-height: 1.8;
                            }
                            .inC{
                                width: 5vw;
                                height: 5vw;
                            }
                        }
                    }
                }
            }
        }
    }
}