@charset "UTF-8";

.news-bigbox {
    padding: 11rem 0 8rem;
}

.com_sotr {
    border-bottom: 1px solid #cccccc;
    padding: 1.5rem 0;
    text-transform: uppercase;
    line-height: 100%;
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    display: flex;
    gap: 2.3rem;
}

.com_sotr .active,
.com_sotr a:hover {
    color: var(--li);
}

.news_h1 {
    font-size: 4.5rem;
    color: #000000;
    line-height: 100%;
    padding: 4.5rem 0 6rem;
}

ul.h_news {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

ul.h_news li {
    width: calc((100% - 3rem) / 3);
}

.news_box {
    display: block;
    position: relative;
    overflow: hidden;
    background: #f3f6fa;
    border-radius: 1.875rem;
    padding: 10% 9%;
    z-index: 1;
}

.news_box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/src/image/newsbg.jpg) right center/contain no-repeat;
    z-index: -1;
    transition: all .5s ease;
    opacity: 0;
}

.noimg .news_box:before {
    opacity: 1;
}

.news_box .news_time {
    font-size: 1.125rem;
    color: #d71316;
}

.news_box .news_t {
    font-size: 1.625rem;
    color: #000000;
    line-height: 153%;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    min-height: 7.5rem;
    margin: 1.875rem 0 3.5rem;
    transition: all .5s ease;
}

.news_box:hover .news_t {
    color: var(--li);
}

.news_box .Limg_cov {
    padding-bottom: 66%;
    z-index: 2;
    transition: all .5s ease;
    border-radius: 1.25rem;
}

.news_box:hover .Limg_cov img {
    transform: scale(1.05);
}

.news_box .news_info {
    position: absolute;
    left: 10%;
    bottom: 9%;
    width: 80%;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    color: #666666;
    font-size: 1.125rem;
    line-height: 167%;
    transform: translateY(10px);
    opacity: 0;
    transition: all .5s ease;
}

.noimg .news_box .news_info {
    transform: translateY(0px);
    opacity: 1;
}

.contact_box .yx-TopLang {
    display: none;
}

.contact_box .flex {
    height: 100vh;
    padding: 1rem;
    background: url(/src/img/conbg.jpg) center/cover;
}

.contact_box .flex .right {
    width: 50%;
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 1.5rem 1.5rem 2rem;
}

.contact_box .con_htit {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 9.375rem;
    color: #fff;
    line-height: 100%;
}

.contact_box .left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 1.875rem;
    color: #fff;
    line-height: 150%;
    gap: 3rem;
    width: 50%;
    position: relative;
}

.contact_box .left span {
    font-size: 1.125rem;
    display: block;
    line-height: 167%;
    color: rgb(255 255 255 / 50%);
}

.con-box2 {
    height: 100%;
    position: relative;
    display: flex;
    /* align-items: flex-end; */
    flex-direction: column;
    justify-content: space-between;
}

.messgae_tit {
    /* position: absolute;
    left: 0;
    top: 0; */
    font-size: 1.125rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.Message_Form {
    position: relative;
}

.message_bigbox p {
    font-size: max(24px, 1.85vw);
    color: #000;
    font-weight: 700;
    padding: 5% 0 3%;
    line-height: 100%;
    border-top: 1px solid #d9d9d9;
}

.Message_Form>.mefore {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.Message_Form .flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Message_Form>div .form_left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem 1rem;
    margin-bottom: 2.5rem;
}

.Message_Form>div .form_left>div {
    width: calc((100% - 2.5rem) / 2);
}

.Message_Form>div .form_left>div:first-child {
    width: 100%;
}

.Message_Form .ph_inputbox {
    display: flex;
}

.Message_Form>div .form_left .ph_inputbox .intl-code {
    width: 7rem;
    font-size: 1rem;
    background-size: 1rem;
    background-position: right .5rem center;
}

.Message_Form>div .form_left .ph_inputbox .intl-code option {
    font-size: .875rem;
}

.Message_Form>div .form_left .ph_inputbox .phone_verification {
    width: calc(100% - 8rem);
    margin-left: auto;
}

.Message_Form>div .e_textarea-66 {
    width: 100%;
    line-height: 0;
    margin-bottom: 10%;
}

.ver-errbox {
    position: relative;
}

.ver-errors {
    color: #ff1f30;
    font-size: 88%;
    margin: 0 !important;
    position: absolute;
    width: auto;
    background-color: #dedede;
    padding: 0 10px;
    border-radius: 5px;
    display: inline-block;
    right: 0;
    left: auto;
    vertical-align: top;
    top: 50%;
    transform: translateY(-50%);
    line-height: 250%;
}

.required:before {
    content: '*';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #ff1f30;
}

.e_textarea-66.required:before {
    top: 20%;
}

.e_textarea-66 .ver-errors {
    top: 18%;
    /* left: 30%; */
}

.ver-errors:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #dedede;
    position: absolute;
    left: -5px;
    top: 10px;
    transform: rotate(45deg);
}

.ver-errors .ver-error-caret {
    color: #dedede;
    position: absolute;
    left: -12px;
    width: 15px;
    height: 30px;
    line-height: 30px;
    top: 0px;
}

.ver-errors .ver-error-caret.ver-icon-carets:before {
    content: "\e6cc";
}

.ver-money-input {
    vertical-align: middle;
    color: #333;
}

.ver-money-input::before {
    content: "￥";
}

.ver-money-input>input {
    width: 60px;
    border: 0;
    border-bottom: 1px solid #dedede;
    padding: 0;
    margin: 0;
}

.ver-error-inputs {
    border: 1px solid #ff1f30;
    border-right: 0;
}

.ver-errorMessageBlock {
    display: block;
    top: 5px;
    width: 100%;
    max-width: 100%;
    left: 0;
    background: none;
}

.Message_Form label {
    display: inline-block;
    color: #000000;
    position: relative;
    padding-right: .8rem;
    line-height: 100%;
    font-size: 1.5rem;
}

.Message_Form label+div {
    position: relative;
    margin-top: .5rem;
}

.Message_Form>div .form_left .form-control,
.Message_Form>div .form_left input.form-control {
    width: 100%;
    height: 3rem;
    font-size: 1.125rem;
    color: #000;
    font-weight: 300;
    border: none;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    padding: 0;
    background: transparent;
}

.select-box .ver-errors {
    left: auto;
    right: 10%;
}

.Message_Form>div .e_textarea-66 textarea.form-control {
    width: 100%;
    min-height: 7rem;
    overflow: hidden;
    font-size: 1rem;
    color: #000;
    font-weight: 300;
    font-family: 'Onsite';
    background: transparent;
    border: none;
    border-bottom: 1px solid #cccccc;
    padding-top: 1rem;
    border-radius: 0;
}

.Message_Form>div .e_textarea-66 textarea.form-control:focus-visible,
.Message_Form .e_textarea-67 input.p_imagecode:focus-visible,
.Message_Form>div .form_left input.form-control:focus-visible {
    outline: none;
}

.Message_Form button.btn-primary {
    width: 13.5rem;
    height: 3.75rem;
    background: var(--li);
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease;
    font-size: 100%;
    font-family:
        'Onsite';
    padding: 0 1.5rem;
    margin-left: auto;
    color: #fff;
    font-weight: 300;
    border: 2px solid var(--li);
    border-radius: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;

    position: relative;
    margin-top: auto;
}

.Message_Form input::-webkit-input-placeholder,
.Message_Form textarea::-webkit-input-placeholder {
    color: #999999;
    text-shadow: none;
    -webkit-text-fill-color: initial;
    font-family: 'Onsite';
    font-weight: 300;
    font-size: 1.125rem;
}

.Message_Form>div .form_left select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-image: url(/src/img/jt.png);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    cursor: pointer;
    outline: none;
    transition: all 0.3s;
    color: rgb(0 0 0/ 50%);
    text-shadow: none;
    -webkit-text-fill-color: initial;
    font-family: 'Onsite';
    font-weight: 300;
    font-size: var(--f18);
    padding-left: .5rem;
    transition: all .5s ease;
}

.Message_Form .e_textarea-67 input.p_imagecode:hover,
.Message_Form>div .e_textarea-66 textarea.form-control:hover,
.Message_Form>div .form_left .form-control:hover,
.Message_Form>div .form_left select.form-control:hover {
    border-color: #000;
}

.Message_Form>div .form_left select.form-control option {
    font-family: 'Onsite';
    font-weight: 300;
    font-size: 1rem;
    color: #333;
}

select:hover {
    border-color: #888;
}

select::-ms-expand {
    display: none;
}

.Message_Form button.btn-primary:hover {
    letter-spacing: 2px;
    background: var(--li);
    color: #fff;
    border-color: var(--li);
}

.Message_Form .e_textarea-67 {
    margin-top: var(--f40);
    width: calc((100% - var(--f40)) / 2);
}

.Message_Form .e_textarea-67 .verbox_flex {
    display: flex;
    align-items: center;
}

.Message_Form .e_textarea-67 .ver_left {
    position: relative;
    width: 70%;
}

.Message_Form .e_textarea-67 input.p_imagecode {
    width: 100%;
    height: 3.625rem;
    font-size: 1rem;
    color: #000;
    font-weight: 300;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 0;
}

.Message_Form .verbox {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 25%;
    margin-left: auto;
}

.Message_Form .verbox img {
    width: 100%;
    height: 3rem;
}

.con-box2 .con_left_box {
    font-size: var(--f40);
    font-weight: bold;
    line-height: 125%;
    color: #000;
    width: 100%;
}

@media only screen and (min-width:769px) {}

@media only screen and (max-width:1100px) {}


@media only screen and (max-width:768px) {}

@media (max-width: 1200px) {
    .contact_box .flex {
        min-height: 100lvh;
        height: auto;
        flex-wrap: wrap;
        background-size: auto 100%;
    }

    .contact_box .flex>div {
        width: 100% !important;
    }

    .contact_box .con_htit {
        position: relative;
    }

    .contact_box .left {
        padding-top: 100px;
        margin-bottom: 3rem;
    }

    /* .Message_Form button.btn-primary {
        margin-left: 13px;
        margin-top: 10px;
    } */
}

@media (max-width:768px) {
    ul.h_news li {
        width: calc((100% - 3rem) / 2);
    }
    .contact_box .con_htit{
        font-size: 60px;
    }
}

@media (max-width:480px) {
    ul.h_news li {
        width: 100%;
    }

    .news_h1 {
        font-size: 32px;
    }

    .com_sotr>a {
        font-size: 16px;
    }
    .Message_Form>div .form_left>div{
        width: 100%;
    }
    .Message_Form button.btn-primary{
        margin-left: 0;
        margin-top: 20px;
    }
}