body {
    background: #0c2357;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
    list-style-type: none;
    box-shadow: none;
    outline: none;
    box-sizing: border-box;
}
.pointer {
    cursor: pointer;
}
.section-wrap {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url("../images/bg.jpg") 0 0 no-repeat;
    background-size: 100%;
    padding-bottom: 150px;
}
.fixed-sd {
    position: absolute;
    right: 0;
    bottom: 10px;
}
.section-wrap .banner {
    width: 100%;
    padding-top: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-wrap .banner img {
    max-width: 1000px;
    width: 52%;
}
.section-content {
    width: 100%;
}
.main-wrap {
    max-width: 1200px;
    width: 94%;
    margin: 0 auto;
    font-size: 24px;
    color: #fff;
}

.main-wrap h2 {
    display: flex;
    position: relative;
    font-weight: 400;
    font-size: 24px;
    color: #FFF;
}
.main-wrap .title::before {
    display: block;
    content: '';
    width: 8px;
    height: 24px;
    background: #FEE5B7;
    margin-right: 12px;
    border-radius: 0 6px 6px 0;
    margin-top: 4px;
}
.main-wrap .title span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    vertical-align: top;
}

.section-row {
    background: url("../images/b-bg1.png") 0 0 no-repeat;
    background-size: 100% 100%;
    padding: 174px 24px 50px;
    min-height: 950px;
    margin-top: -3%;
}

.main-wrap > img,
.section-row > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.table-border {
    border: 2px solid #0B6AB9;
    border-radius: 16px;
    overflow: hidden;
}
.main-wrap table {
    width: 100%;
}
.main-wrap table th {
    background: linear-gradient(180deg, #60B0F2 0%, #0B6AB9 100%);
    height: 72px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
}
.main-wrap table td {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    height: 84px;
    border: 1px solid #0B6AB9;
    padding: 0 30px;
    vertical-align: middle;
    text-align: center;
}
.p-text {
    font-size: 24px;
    color: #FFEC97;
    padding-left: 20px;
}
.hdgz {
    width: 100%;
    background: url("../images/b-bg2.png") 0 0 no-repeat;
    background-size: 100% 100%;
    min-height: 543px;
}
.hdgz-body {
    width: 100%;
    position: relative;
    padding: 190px 24px 20px;
}
.hdgz p {
    display: flex;
    padding-bottom: 16px;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
}
.hdgz p:last-child {
    padding-bottom: 0;
}
.section-wrap .pc {
    display: block;
}
.section-wrap .h5 {
    display: none;
}

@media (max-width: 768px) {
    .section-wrap .pc {
        display: none;
    }
    .section-wrap .h5 {
        display: block;
    }
    .section-wrap .banner {
        padding-top: 2%;
    }
    .section-wrap .banner img {
        max-width: 676px;
        width: 94%;
    }
    .main-wrap {
        font-size: 12px;
        padding: 0;
    }
    .main-wrap h2 {
        display: flex;
        align-items: initial;
        font-size: 14px;
        line-height: 20px;
    }
    .main-wrap .title::before {
        width: 4px;
        height: 16px;
        margin-right: 5px;
        vertical-align: sub;
        border-radius: 0 6px 6px 0;
        flex: none;
        margin-top: 3px;
    }

    .section-wrap {
        background: url("../images/h5/bg.jpg") 0 0 no-repeat;
        background-size: 100%;
        padding-bottom: 50px;
    }
    .section-row {
        background: url("../images/h5/b-bg.png") 0 0 no-repeat;
        background-size: 100% 100%;
        padding: 62px 8px 32px;
        min-height: 475px;
        margin-top: 3%;
    }
    .table-border {
        border: 1px solid #0B6AB9;
        border-radius: 5px;
        overflow: hidden;
    }
    .main-wrap table {
        width: 100%;
    }
    .main-wrap table th {
        background: linear-gradient(180deg, #60B0F2 0%, #0B6AB9 100%);
        height: 40px;
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        vertical-align: middle;
    }
    .main-wrap table td {
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        height: 40px;
        border: 1px solid #0B6AB9;
        padding: 0 5px;
        vertical-align: middle;
        text-align: center;
    }
    .p-text {
        font-size: 14px;
        color: #FFEC97;
        padding-left: 10px;
    }
    .hdgz {
        background: url("../images/h5/b-bg2.png") 0 0 no-repeat;
        background-size: 100% 100%;
        min-height: 335px;
        margin-top: 10px!important;
    }
    .hdgz-body {
        padding: 70px 8px 30px;
    }
    .hdgz p {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 10px;
        letter-spacing: 1px;
    }
}

.tl {
    text-align: left!important;
}
.tr{
    text-align: right!important;
}
.w100{
    position: relative;
    width: 100%;
}
.w100>img{
    width: 100%;
}
.full {
    width: 100%;
}
.tc {
    text-align: center;
}
.mt10{margin-top:10px}
.mt20{margin-top:20px}
.mt30{margin-top:30px}
.mt35{margin-top:35px}
.mt40{margin-top:40px}
.mt50{margin-top:50px}
.mt60{margin-top:60px}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.mt90{margin-top:90px;}
.mt100{margin-top:100px;}

.mb10{margin-bottom:10px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px}
.mb50{margin-bottom:50px}
.mb60{margin-bottom:60px}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}

.pt10 {padding-top: 10px;}
.pt16 {padding-top: 16px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}
.pt60 {padding-top: 60px;}
.pt70 {padding-top: 70px;}
.pt80 {padding-top: 80px;}
.pt90 {padding-top: 90px;}
.pt100 {padding-top: 100px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pb60 {padding-bottom: 60px;}
.pb70 {padding-bottom: 70px;}
.pb80 {padding-bottom: 80px;}
.pb90 {padding-bottom: 90px;}
.pb100 {padding-bottom: 100px;}
@media (max-width: 768px) {
    .mt10{margin-top:5px}
    .mt20{margin-top:10px}
    .mt30{margin-top:15px}
    .mt40{margin-top:20px}
    .mt50{margin-top:25px}
    .mt60{margin-top:30px}
    .mt70{margin-top:35px;}
    .mt80{margin-top:40px;}
    .mt90{margin-top:45px;}
    .mt100{margin-top:50px;}
    .mb10{margin-bottom:5px}
    .mb20{margin-bottom:10px}
    .mb30{margin-bottom:15px}
    .mb40{margin-bottom:20px}
    .mb50{margin-bottom:25px}
    .mb60{margin-bottom:30px}
    .mb70{margin-bottom:35px;}
    .mb80{margin-bottom:40px;}
    .mb90{margin-bottom:45px;}
    .mb100{margin-bottom:50px;}
    .pt10 {padding-top: 5px;}
    .pt20 {padding-top: 10px;}
    .pt30 {padding-top: 15px;}
    .pt40 {padding-top: 20px;}
    .pt50 {padding-top: 25px;}
    .pt60{padding-top:30px}
    .pt70{padding-top:35px;}
    .pt80{padding-top:40px;}
    .pt90{padding-top:45px;}
    .pt100{padding-top:50px;}
    .pb10 {padding-bottom: 5px;}
    .pb20 {padding-bottom: 10px;}
    .pb30 {padding-bottom: 15px;}
    .pb40 {padding-bottom: 20px;}
    .pb50 {padding-bottom: 25px;}
    .pb60{padding-bottom:30px}
    .pb70{padding-bottom:35px;}
    .pb80{padding-bottom:40px;}
    .pb90{padding-bottom:45px;}
    .pb100{padding-bottom:50px;}
    .h-block {
        display: block;
    }
}
