@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: #185cab;
}

::-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;
}

.w12.h2p {
    max-width: 1300px;
}

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;
}

.w146 {
    max-width: 1460px;
    margin: 0 auto;
}

.aBtn {
    display: inline-block;
    background: #185cab;
    border-radius: 24px;
    color: #fff;
    padding: 5px 30px;
}

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

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

@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;
    }

    .w146 {
        margin: 0 70px;
    }

    .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;
    }
}

@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;
    }

    h4 {
        font-size: 14px;
    }

    .w146 {
        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 {
    font-size: 0;
    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%);
    }
}

/* 底部联系我们 */
.liaUs {
    background: url(/Img/public/contact-bg2.jpg);
    background-size: cover;
    padding: 5% 0 6%;
    margin-top: 3%;
    color: #fff;
}

.liaUs h2 {
    padding: 0 0 20px;
}

.liaUs a.aBtn {
    margin-top: 3%;
}

/* 留言 */
.inQuery {
    padding: 3% 7.5% 0;
    background: url(/Img/contact/Contact-form-background-PC.jpg) no-repeat;
}

.inQuery>.flex4 {
    background: #fff;
    border-radius: 20px;
    padding: 4% 5%;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.09);
}

.inQuery .word {
    background: rgba(123, 123, 123, 0.05);
    border-radius: 15px;
    width: 46%;
    padding: 3.5%;
    color: #000;
}

.inQuery .word p {
    margin: 5% 0;
}

.inQuery .form {
    width: 51%;
}

.inQuery input,
.inQuery textarea {
    width: 100%;
    font-size: 1em;
    padding: 15px;
    border-radius: 6px;
    color: #000;
    margin: 0 0 20px;
    height: 50px;
    border: 1px solid;
    border-color: rgba(112, 112, 112, .6);
}

div.inQuery textarea {
    height: 135px;
}

.inQuery .flex4>input {
    width: 49%;
}

.inQuery input[type="submit"] {
    width: 170px;
    height: 55px;
    background: #185cab;
    color: #fff;
    margin: 10px 0 0;
}





@media screen and (max-width: 1300px) {
    iframe.quoto {
        height: 660px;
    }

    .inQuery {
        padding: 2% 6% 0;
        background-size: 100%;
    }

    .inQuery input,
    .inQuery textarea {
        margin: 0 0 15px;
        height: 43px;
    }

    .inQuery input[type="submit"] {
        width: 150px;
        height: 50px;
        margin: 10px 0 0;
    }
}

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

    .pc {
        display: none;
    }

    .ph1 {
        padding: 0 5%;
    }

    .liaUs {
        background-image: url(/Img/public/contact-bg.jpg);
        padding: 50px 0 50px;
        text-align: center;
    }

    .liaUs h2 {
        text-align: center;
    }

    .liaUs a.aBtn {
        margin-top: 25px;
    }

    iframe.quoto {
        height: 880px;
    }

    .inQuery .word p {
        margin: 1em 0;
    }

    .inQuery {
        padding: 2% 5%;
        background-image: url(/Img/contact/Contact-form-background.jpg);
    }

    .inQuery>.flex4 {
        border-radius: 10px;
        padding: 5%;
    }

    .inQuery .word,
    .inQuery .form {
        width: 100%;
        margin: 0 0 20px;
    }

    .inQuery h3 {
        line-height: 1.2em;
    }

    .inQuery .flex4>input {
        width: 100%;
    }

    .inQuery input,
    .inQuery textarea {
        margin: 0 0 10px;
        height: 40px;
        padding: 10px;
    }

    div.inQuery textarea {
        height: 80px;
    }

    .inQuery input[type="submit"] {
        width: 120px;
        height: 40px;
        display: block;
        margin: 10px auto 0;
    }
}