@charset "UTF-8";

.nei_banner .n_ban_tit {
    font-size: var(--f60);
    text-transform: uppercase;
    line-height: 100%;
    max-width: calc(var(--f60) * 9);
    margin: var(--f48) 0 var(--f54) auto;
}

.nei_banner.wcu .n_ban_tit {
    max-width: calc(var(--f60) * 12);
}

.to_two {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: .3rem;
    cursor: pointer;
    transition: all .5s ease;
    margin: var(--f42) 0 0 auto;
    color: var(--li);
    font-size: var(--f48);
}

.to_two i {
    animation-name: scroll;
    animation-duration: 1.5s;
    animation-timing-function:
        cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

.L_body {
    height: 100vh;
}

#H_swiperbox {
    height: 100%;
}

.busi_two_li {
    position: relative;
    width: 100%;
    height: 100vh;
}

.busi_two_li img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.busi_two_li .center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20%;
    color: #fff;
}

.app_box_slide .busi_two_li .center {
    bottom: 30%;
}

.busi_two_li .bus_smial {
    max-width: calc((var(--f60) * 12));
    margin-left: auto;
    font-size: var(--f18);
    line-height: 133%;
}

.busi_two_li .bus_smial .busi_tit {
    font-size: var(--f60);
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: var(--f30);
}

.busi_two_li .bus_smial a {
    display: inline-block;
    margin-top: var(--f48);
    background: var(--li);
    border: 2px solid var(--li);
    color: #fff;
    font-weight: 700;
    line-height: var(--f54);
    padding: 0 var(--f54);
    border-radius: 10px;
    transition: all .5s ease;
}

.busi_two_li .bus_smial a:hover {
    background: #fff;
    color: var(--li);
}

.app_box_slide .six_box {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 0;
    display: block;
}

.app_box_slide .six_box .box {
    display: none;
}

.app_box_slide .six_box .foter_box {
    position: relative;
}

.nei_banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.nei_banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.nei_banner .nei_txt {
    position: absolute;
    left: 50%;
    bottom: var(--f72);
    transform: translate(-50%, 0%);
    text-align: right;
    color: #fff;
}

.nei_banner .bread_crumbs * {
    font-size: var(--f18);
    text-transform: uppercase;
    color: #fff;
}

.nei_banner .bread_crumbs i.icon {
    color: var(--li);
}

.ts_banner {
    height: calc(var(--f48) * 10.5);
}

.ts_banner .n_ban_tit {
    margin-bottom: 0;
    margin-top: var(--f24);
}


/* about */
.ab {
    background-color: #fff;
    padding-top: 8.5%;
}

.flex-j-end {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
}

.crumb {
    margin-bottom: clamp(25px, 2.34375vw, 45px);
}

.abBox .bread_crumbs>i {
    color: #e41314;
}

.abBox .bread_crumbs>a {
    font-size: var(--f16);
    color: rgba(0, 0, 0, 0.5);
}

.abBox .bread_crumbs>a:last-child {
    color: #000;
}

.abBox .bread_crumbs>a:hover {
    color: #000;
}

.ab1 .ban_sub {
    color: #000;
    font-family: "DIN";
    letter-spacing: 1px;
    /* border: 2px solid rgba(83, 83, 83, 0.2); */
    display: inline-block;
    line-height: 3.5rem;
    /* padding: 0 2.75rem; */
    border-radius: .5rem;
    /* margin-bottom: 2%; */
    color: #e41314;
}

.ab1>h3 {
    font-family: "DIN";
    font-weight: 900;
    font-size: var(--f60);
    line-height: 117%;
    color: #000;
}

.abBox>hr {
    border-top: 1px solid;
    border-bottom: 0px;
    border-color: rgba(0, 0, 0, 0.1);
    margin: clamp(30px, 2.8645833333333vw, 55px) 0;
}

.skill>.title {
    font-size: var(--f40);
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    line-height: 175%;
    margin-bottom: 3%;
}

.skill>.imgBox {
    width: 100%;
    border-radius: 10px;
    margin: 4% 0;
    overflow: hidden;
}

.skill>.imgBox>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.skill>.info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--f36) 0;
}

.skill>.info>ul {
    width: 54%;
    display: flex;
    flex-direction: column;
}

.skill>.info>.left {
    order: 2;
    max-width: calc(var(--f60) * 5.25);
    gap: var(--f60);
}

.skill>.info>.right {
    gap: var(--f40);
}

.skill ul.left .counter {
    color: var(--li);
    font-size: var(--f60);
    display: inline-block;
    line-height: 100%;
}


.skill {
    font-size: var(--f18);
    color: #666666;
    font-weight: 300;
    line-height: 167%;
}

.abBox .honor {
    padding: 10% 0;
}

.abBox .honor>h3 {
    font-family: 'DIN';
    font-weight: 700;
    font-size: var(--f40);
    color: #000;
    text-align: center;
    line-height: 100%;
    margin-bottom: 5%;
    text-transform: uppercase;
}


.honor_slide>.imgBox {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.honor_slide>.imgBox>img {
    width: 90%;
    box-shadow: 0px 7px 20px 0 rgba(19, 80, 109, 0.2);
}

.honor_slide>p {
    max-width: calc(var(--f16) * 12);
    text-align: center;
    margin: 0 auto;
}

.honor_slide:hover>p {
    color: var(--li);
}

.abBox .honor>.navi {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.abBox .honor>.navi>div {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 21px 0 rgba(23, 19, 52, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .6s;
}

.abBox .honor>.navi>div path {
    transition: all .6s;
}

.abBox .honor>.navi>div:hover {
    background-color: #e41314;
}

.abBox .honor>.navi>div:hover path {
    fill: #fff;
}



/* contact */
.con {
    padding: 6.25% 0 8%;
}

.conBox>.title {
    margin-bottom: 4.5%;
}

.conBox>.title>p {
    font-size: var(--f16);
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.conBox>.title>h4 {
    font-size: var(--f40);
    line-height: 120%;
    color: var(--li);
    text-transform: uppercase;
    max-width: calc(var(--f40) * 19);
}
.con_text {
    margin-top: 1%;
    color: #333;
}
.conBox>.info {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.conBox>.info>div {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: var(--f30) 0;
}

.conBox>.info>div>.imgBox {
    font-size: var(--f30);
    color: var(--li);
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.conBox>.info>div>p {
    font-size: var(--f16);
    font-weight: 500;
    color: #000;
    margin-bottom: var(--f48);
}

.conBox>.info>div>.part {
    display: flex;
    gap: var(--f24);
    align-items: stretch;
    justify-content: center;
}

.conBox>.info>div .add_txt {
    max-width: calc(var(--f16) * 15);
}

.conBox>.info>div>.part>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.conBox>.info>div>.part>.line {
    width: 1px;
    height: 100%;
    background: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.1) 75%, transparent 100%);
}

.conBox>.info>div>.part a {
    font-weight: 700;
    color: #000;
    font-size: var(--f18);
}

.conBox>.info>div>.part>div>p {
    font-size: 14px;
    color: #666666;
}

.conBox>.info>div>.part>p {
    text-align: center;
    font-weight: var(--f18);
    color: #000;
}

.conBox>.map {
    width: 100%;
    height: calc(var(--f60) * 10);
    background-color: #9cd5e9;
    position: relative;
    z-index: 1;
}

.conBox>.map>iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.conBox>hr {
    margin: 5% 0;
    border: 0;
    border-top: 1px dashed #d9d9d9;
}

.messageBox>h4 {
    font-size: var(--f36);
    font-weight: 700;
    color: #000;
    line-height: 100%;
    margin-bottom: 3%;
}

form {
    width: 100%;
    /* display: flex; */
    position: relative;
}

.messageBox>form>.row {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.messageBox>form>.row:not(:last-child) {
    margin-bottom: 20px;
}

.messageBox>form>.row>.column {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.messageBox>form>.row>.column:last-child {
    width: calc(50% - 60px);
}

.messageBox>form>.row>.column>div:not(:last-child) {
    width: 100%;
    margin-bottom: 25px;
}

.required>p::after {
    content: '*';
    color: #666;
}

.required {
    position: relative;
}

.invalid {
    /* max-width: 100px; */
    padding: 8px 10px;
    position: absolute !important;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    background-color: var(--li);
    border-radius: 5px;
    font-size: var(--14px--);
    color: #fff;
    white-space: nowrap;
    /* overflow: hidden; */
    user-select: none;
    animation: invalidW 1s forwards;
}

.message>.invalid {
    /* top: calc(15% + 15px); */
    top: 13px;
    left: 25%;
    transform: translateY(0);
}

.messageBox>form>.row>.column>div>p,
.messageBox>form>.row>.column>p {
    font-size: var(--f16);
    position: absolute;
    top: 18px;
    left: 10px;
    padding: 0 10px;
    transition: top .3s, font-size .3s;
    z-index: 3;
    color: #666;
    pointer-events: none;
}

.messageBox>form>.row>.column>div>p::before,
.messageBox>form>.row>.column>p::before {
    content: '';
    width: 84%;
    height: 10px;
    top: 45%;
    left: 50%;
    position: absolute;
    background-color: #fff;
    z-index: -1;
    transform: translateX(-50%);
}

.messageBox>form>.row>.column>div>input {
    width: 100%;
}

.messageBox>form input,
.messageBox>form>.row>.column>textarea {
    font-size: var(--f18);
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    transition: all .6s;
    padding: 15px 20px;
    overflow: hidden;
    /* box-shadow: -3px 5px 10px 0 rgba(22, 23, 71, 0.05); */
}

.messageBox>form>.row>.column>textarea {
    resize: none;
}

.messageBox>form input:focus,
.messageBox>form>.row>.column>textarea:focus {
    outline: none;
    border: 1px solid #666;
}

.messageBox>form>.row>.column>p {
    flex-shrink: 0;
}

.messageBox>form>.row>.column>textarea {
    width: 100%;
    flex-grow: 1;
}

.messageBox>form>.submitBox {
    margin-top: 3.5%;
}

.messageBox button {
    width: 180px;
    height: var(--f60);
    background-color: var(--li);
    border: 2px solid var(--li);
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: all .6s;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Onsite';
    letter-spacing: 1px;
}

.messageBox button:hover {
    background-color: transparent;
    color: #e41314;
    border-color: var(--li);
}

.messageBox>form>.row:last-child>.column:last-child {
    align-items: end;
}

.messageBox>form>.row>.column>div>div {
    display: flex;
    /* align-items: center; */
}

.messageBox>form>.row>.column>div>div>input {
    width: calc(100% - 251px);
    margin-right: 20px;
}

.messageBox>form>.row>.column>div>div>div {
    display: flex;
    align-items: center;
    width: 231px;
    background: #f3fbfe;
    padding-right: 15px;
}

.messageBox>form>.row>.column>div>div>div>img {
    flex: 1;
    user-select: none;
    cursor: pointer;
}

.messageBox>form>.row>.column>div>div>div>svg {
    cursor: pointer;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.messageBox>form>.row>.column,
.messageBox>form>.row>.column>div {
    position: relative;
}

/* .messageBox>form>.row>.column>div>p {
    position: absolute;
    top: 18px;
    left: 20px;
    background-color: #fff;
    transition: top .3s;
}

.messageBox>form>.row>.column>p {
    position: absolute;
    top: 18px;
    left: 20px;
    background-color: #fff;
    transition: top .3s;
} */

.messageBox>form input,
.messageBox>form>.row>.column>textarea {
    padding: 20px;
    background-color: #fff;
}

.messageBox>form>.row>.column>div:focus-within>p:first-of-type,
.messageBox>form>.row>.column>div:has(input:not(:placeholder-shown))>p:first-of-type,
.messageBox>form>.row>.message:focus-within>p:first-of-type,
.messageBox>form>.row>.message:has(input:not(:placeholder-shown))>p:first-of-type {
    top: -12px;
    font-size: var(--14px--);
}

input:-internal-autofill-selected {
    box-shadow: inset 0 0 0 1000px #fff !important;
    -webkit-text-fill-color: #000;
}

/* 新闻 */
.news_sort {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 1.25%;
    display: flex;
    justify-content: center;
    gap: var(--f54);
    font-size: var(--f24);
    text-transform: uppercase;
    color: #000000;
}

.news_sort a {
    padding: var(--f30) 0;
    line-height: 100%;
    color: #000;
    position: relative;
}

.news_sort a.active:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: var(--li);
    margin-bottom: -2px;
}

.newsbox {
    padding: 7% 0 9%;
}

.newsbox .h_news {
    display: flex;
    flex-wrap: wrap;
    gap: var(--f16);
}

.newsbox .h_news .news_box {
    width: calc((100% - var(--f16) * 2) / 3);
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    padding: var(--f36);
    color: #000;
    transition: all .5s ease;
    line-height: 150%;
    position: relative;
    z-index: 1;
}

.newsbox .h_news .news_box:before {
    content: '';
    background-image: url(/src/img/newsbg1.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all .5s ease;
    opacity: 0;
}

.h_news .news_box .news_time {
    opacity: .7;
}

.h_news .news_box .news_tit {
    font-size: var(--f20);
    line-height: 150%;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    min-height: calc(var(--f20) * 4.5);
    margin: 4% 0 10%;
}

.h_news .news_box .news_sum {
    opacity: .5;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    min-height: calc(var(--f16) * 4.5);
}

.newsbox .h_news .news_box:hover {
    color: #fff;
}

.newsbox .h_news .news_box:hover:before {
    opacity: 1;
}

@media only screen and (max-width:1480px) {}

@media only screen and (max-width:1140px) {}

@media only screen and (max-width:768px) {
    .nei_banner {
        position: relative;
        height: 120vw;
        overflow: hidden;
    }

    .nei_banner .n_ban_tit {
        font-size: 32px;
    }

    .L_body {
        height: auto;
    }

    #H_swiperbox {
        overflow-y: visible;
        height: auto;
    }

    #H_swiperbox>.swiper-wrapper {
        height: auto;
        flex-wrap: wrap;
    }

    .busi_two_li {
        height: 160vw;
    }

    .busi_two_li .bus_smial .busi_tit {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .conBox>.info {
        grid-template-columns: 1fr;
    }

    .conBox>.info>div>.part {
        flex-direction: row;
    }

    .conBox>.info>div>.part>div:nth-of-type(2) {
        display: block;
    }

    .conBox>.info>div>.part {
        gap: 30px;
    }

    .messageBox>form>.row {
        flex-direction: column;
    }

    .messageBox>form>.row>.column {
        width: 100% !important;
    }

    .messageBox>form>.row:not(:last-child),
    .messageBox>form>.row>.column:first-child {
        margin-bottom: 15px;
    }

    .messageBox>form>.row>.column>textarea {
        height: 200px;
    }

    .messageBox>form>.row>.column>div>div>div {
        width: 150px;
        padding-right: 0;
    }

    .messageBox>form>.submitBox {
        align-items: center;
    }

    .messageBox>form>.row>.column>div>div>div>svg {
        display: none;
    }

    .messageBox>form>.row>.column>div>div>input {
        width: calc(100% - 160px);
        margin-right: 10px;
    }

    .messageBox button {
        height: 60px;
        width: 180px;
    }

    .messageBox>h4 {
        margin-bottom: 30px;
    }

    .messageBox>form>.row>.column>div:not(:last-child) {
        width: 100%;
        margin-bottom: 15px;
    }

    .conBox>.info>div:nth-child(2) {
        border-style: none solid;
    }

    .conBox>hr {
        margin: 50px 0;
    }

    .skill>.info {
        flex-direction: column-reverse;
    }

    .skill>.info>ul {
        width: 100%;
    }

    .skill>.info>.right {
        margin-bottom: 20px;
    }

    .skill>.info>.left {
        max-width: 100%;
        order: 0;
        gap: 30px;
        margin-bottom: 30px;
    }

    .con {
        padding: 50px 0 0;
    }

    .newsbox .h_news .news_box {
        width: 100%;
        padding: 20px;
    }

    .news_sort {
        font-size: 16px;
    }

    .h_news .news_box .news_tit {
        margin: 10px 0 20px;
    }
}