@charset "utf-8";

@font-face {
    font-family: HarmonyOS Sans SC;
    src: url('/Fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Regular.ttf');
}

/* @font-face {
    font-family: HarmonyOS Sans SC-Medium;
    src: url('/Fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Medium.ttf');
} */

@font-face {
    font-family: HarmonyOS Sans SC-Bold;
    src: url('/Fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Bold.ttf');
}

@font-face {
    font-family: HarmonyOS Sans SC-Black;
    src: url('/Fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Black.ttf');
}

@font-face {
    font-family: DIN;
    src: url('/Fonts/DIN-Black.otf');
}

/* @font-face {
    font-family: DINPro-Bold;
    src: url('/Fonts/DINPro-Bold.otf');
} */

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-color: #EB661B;
}

::-webkit-scrollbar-track {
    background-color: #d3dce6;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    color: #333;
    font-size: 16px;
    line-height: 1.7;
    overflow-x: hidden;
    font-family: HarmonyOS Sans SC;
}

a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.tl {
    text-align: left;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

h1,
h2,
h3,
h4 {
    color: #000;
    line-height: 1.3em;
    letter-spacing: 1px;
}

h1 {
    font-family: HarmonyOS Sans SC-Bold;
    font-size: 56px;
    padding: 0 0 30px;
}

.h1c {
    color: #fff;
    font-size: 38px;
}

.h1c h1 {
    color: #fff;
}

h2 {
    font-family: HarmonyOS Sans SC-Black;
    /* font-family: HarmonyOS Sans SC-Bold; */
    font-size: 44px;
    padding: 50px 0;
    text-align: center;
}

.h2p {
    margin: -20px auto 50px;
    padding: 0 5%;
    text-align: center;
}

.w13.h2p {
    max-width: 1500px;
    text-align: left;
}

h3 {
    font-family: HarmonyOS Sans SC-Bold;
    font-size: 24px;
    margin: .5em 0;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    margin: .5em 0;
}

ul {
    margin: 0 0 0 1.2em;
}

.w138,
.w142,
.w146,
.w164 {
    margin: 0 auto;
}

.w138 {
    max-width: 1380px;
}

.w142{
    max-width: 1420px;
}

.w146 {
    max-width: 1460px;
}

.w164 {
    max-width: 1640px;
}

.aBtn {
    display: inline-block;
    background: #EB661B;
    border-radius: 30px;
    color: #fff;
    padding: 11px 33px;
}

.aBtn.bk {
    border: 1px solid #fff;
    background: none;
    font-size: 13px;
}

.magBot>div {
    margin-bottom: 50px;
}

@media screen and (max-width:1700px) {
    .w164 {
        margin: 0 70px;
    }
}

@media screen and (max-width:1600px) {
    h1 {
        font-size: 46px;
    }

    .h1c {
        font-size: 32px;
    }

    h2 {
        font-size: 36px;
        padding: 35px 0;
    }

    h3 {
        font-size: 20px;
    }

    .h2p {
        margin: -15px auto 35px;
    }

    .w138 {
        margin: 0 120px;
    }

    .w142 {
        margin: 0 110px;
    }

    .w146 {
        margin: 0 100px;
    }

    .magBot>div {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:1300px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 32px;
    }

    .h1c {
        font-size: 26px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    .aBtn {
        padding: 9px 30px;
    }
}

@media screen and (max-width:1024px) {
    body {
        font-size: 12px;
    }

    h1 {
        font-size: 26px;
        padding: 0 0 10px;
    }

    .h1c {
        font-size: 18px;
    }

    h2 {
        font-size: 22px;
    }

    h2.l::after,
    h3.l::after {
        content: '';
        width: 30px;
        height: 1px;
        background: #000;
        display: block;
        margin: 10px 0 0;
    }

    h2.l::after {
        width: 44px;
        margin: 20px auto 0;
    }

    h4 {
        font-size: 14px;
    }
    
    .w138,
    .w146,
    .w142,
    .w164 {
        margin: 0 5%;
    }

    .magBot>div {
        margin-bottom: 20px;
    }

    td {
        white-space: nowrap;
    }

    ::-webkit-scrollbar {
        width: 3px;
        height: 3px;
    }

    .abSol1.h1c {
        width: 90%;
    }
}

.reLat,
.Sin,
.sin,
.Saf,
.bane {
    position: relative;
}

.fulW {
    width: 100%;
}

.abSol,
.abSol1 {
    position: absolute;
    z-index: 2;
}

.abSol1 {
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.Pic,
.Vid {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.Pic img,
.Vid video,
.Vid iframe {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.5s ease;
}

.vid16-9 {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.vid16-9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flex,
.flex1,
.flex2,
.flex3,
.flex4,
.flex5,
.flex6 {
    display: flex;
}

.flex1 {
    flex-wrap: wrap;
}

.flex2 {
    justify-content: space-between;
}

.flex3 {
    align-items: center;
}

.flex4 {
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex5 {
    align-items: center;
    justify-content: space-between;
}

.flex6 {
    align-items: center;
    justify-content: center;
}

.baise {
    color: #fff !important;
}

.Pic::after,
.Vid::after {
    content: '';
    width: 100%;
    height: 0%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
}

.baise {
    color: #fff;
}

.ph {
    display: none;
}

.tab,
.arr {
    cursor: pointer;
}

table {
    width: 100%;
    margin: 25px 0;
    border-collapse: collapse;
}

table * {
    border: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    text-align: center;
}

th {
    padding: 15px;
}

td {
    padding: 9px;
}

/* 一张图片胶片前行效果 */
.scroImg {
    overflow: hidden;
}

.scroImg .con {
    display: flex;
    width: 200%;
    animation: scroImg 15s linear infinite;
}

@keyframes scroImg {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.form {
    padding: 3%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05)
}

.form .p {
    color: #000;
    font-size: 1.1em;
    margin: 0 0 25px;
}

.form .f2 .p {
    width: 49%;
}

.form .f3 .p {
    width: 32%;
}

.form input,
.form textarea {
    width: 100%;
    padding: 15px;
    border: none;
    margin: 5px 0;
    background: #f6f6f6;
}

.form textarea {
    height: 130px;
}

.form input[type="submit"] {
    width: 160px;
    height: 50px;
    background: #F05C08;
    border-radius: 31px;
    color: #fff;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .ph {
        display: block;
    }

    .pc {
        display: none;
    }

    .ph1 {
        padding: 0 5%;
    }
    
    iframe.inQuery {
        height: 755px;
    }
    .form {
        margin: 0 5%;
        padding: 5%;
    }
    .form .p {
        width: 100% !important;
        margin: 11px 0 0;
    }

    .form input, .form textarea {
        padding: 11px;
    }

    .form input[type="submit"] {
        width: 130px;
        height: 44px;
        margin: 15px auto;
    }
}
@media screen and (max-width: 500px) {
    iframe.inQuery {
        height: 705px;
    }
}