@charset "UTF-8";

.nei_banner {
    position: relative;
    overflow: hidden;
    background: #000;
    line-height: 0;
}

.nei_banner img {
    width: 100%;
    object-fit: contain;
    opacity: .85;
}

.nei_banner .nei_txt {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.nei_banner .nei_txt h4 {
    font-size: 2.708vw;
    color: #ffffff;
    line-height: 200%;
}

.nei_summary {
    font-size: 0.833vw;
    max-width: 22.917vw;
    margin: 0 auto;
    line-height: 200%;
}


/* 产品 */
.Bread {
    font-size: 0.833vw;
}

.Bread * {
    color: #666666;
}

.Bread i.icon {
    color: var(--li);
}

.inside_fl .center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 2.604vw 0;
}

.Inside_flright .yx_PPBox1 {
    display: flex;
}

.Inside_flright .yx_PT_Link {
    color: #777777;
    font-size: 0.833vw;
    display: block;
    margin-left: 1.823vw;
}

.L_active .yx_PT_Link,
.Inside_flright .yx_PT_Link:hover {
    color: #010101;
}

ul.product_box {
    display: flex;
    flex-wrap: wrap;
    gap: 6.771vw;
    padding: 3.646vw 0 0;
    margin-bottom: 2.604vw;
}

ul.product_box .product_list {
    width: calc((100% - (6.771vw * 2)) / 3);
}

.pro_morebox .Limg_con {
    border: 1px solid #eaeaea;
    padding-bottom: 100%;
    border-radius: 0.521vw;
    transition: all .5s ease;
}

.pro_morebox:hover .Limg_con {
    box-shadow: 1px 1px 0.781vw rgb(0 0 0 / 15%);
}

p.pro_title {
    margin: 1.042vw 0;
    font-size: 0.938vw;
    color: #000000;
    transition: all .5s ease;
    display: flex;
    align-items: center;
}

.pro_morebox:hover i.icon {
    transform: translateX(10px);
}

p.pro_title i.icon {
    color: var(--li);
    font-size: 1.042vw;
    margin-left: 10px;
    transition: all .5s ease;
}

.pro_morebox:hover p.pro_title span {
    color: #004286;
}

.inshpj {
    font-size: 0.833vw;
    color: transparent;
    line-height: 550%;
}


.complete_top {
    background: #fff;
    padding: 3.646vw 0 6.25vw;
}

.complete_tit {
    font-size: 1.042vw;
    color: var(--li);
    font-weight: bold;
}

.complete_tit:before {
    content: "";
    display: inline-block;
    width: 0.417vw;
    height: 0.417vw;
    background: var(--li);
    border-radius: 50%;
    vertical-align: middle;
}

.complete_top h2 {
    color: #000;
    font-size: 1.563vw;
    max-width: 37.5vw;
    margin: 1.042vw 0 5.208vw;
}

.complist {
    display: flex;
    line-height: 0;
    align-items: center;
    margin-bottom: 2.083vw;
    gap: 5.99vw;
    flex-wrap: wrap;
}

.complist>div {
    width: calc((100% - 5.99vw) / 2);
}


.complist img {
    width: 100%;
    object-fit: contain;
    border-radius: 0.521vw;
}

.complist:nth-of-type(2n) .comp_left {
    order: 2;
}

.comp_right p {
    font-size: 0.833vw;
    color: #666666;
    line-height: 200%;
    max-width: 26.042vw;
    margin: 1.563vw auto;
}

.complist:nth-of-type(2n) .comp_right p {
    margin-left: 0;
}


.complete_bottom {
    background: #f1f5f9;
    padding: 6.25vw 0;
}

.completelink {
    display: flex;
    flex-wrap: wrap;
    margin: 3.125vw 0;
}

.completelink .complink_left {
    font-size: 1.875vw;
    color: #000;
    font-weight: bold;
    width: 29%;
}

.complink_right {
    display: flex;
    gap: 3.125vw;
    width: 71%;
}

.complink_right .link_list {
    width: calc((100% - (3.125vw * 3)) / 4);
}

.complink_right .link_list .Limg_cov {
    background: #fff;
    padding-bottom: 100%;
    border-radius: 50%;
}


.complete_bottom hr {
    margin: 19.2px 0;
}

.complink_right .link_list p {
    text-align: center;
    font-size: 0.833vw;
    color: #000;
    margin-top: 1.042vw;
}

/* 产品详情 */
section.Inside {
    padding-bottom: 5.729vw;
}

.product-details {
    padding: 4.167vw 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-details .product_swiper {
    width: 38%;
}

.product-details .product_swiper .mySwiper2 {
    width: 100%;
    box-shadow: 0.052vw 0.052vw 0.521vw rgb(0 0 0 / 20%);
    border-radius: 0.521vw;
    margin-bottom: 5%;
}

.product-details .product_swiper .Limg_con {
    padding-bottom: 100%;
}

.product-details .swiper_bottom .Limg_con {
    background: #fff;
    border: 0.052vw solid #f1f1f1;
    border-radius: 0.521vw;
    cursor: pointer;
}

.product-details .swiper_bottom .swiper-slide-thumb-active .Limg_con {
    border-color: #000;
}

.prduct_details_right {
    width: 54%;
}

h1.prod_tit {
    font-size: 1.875vw;
    color: #000;
    margin: 0 0 1.563vw;
}

.prod_tabbox {
    font-size: 0.833vw;
    color: #333;
    line-height: 180%;
}

.prod_tabbox img {
    max-width: 100% !important;
    height: auto !important;
}

.prod_tabbox table {
    border: 1px solid #e5e5e5;
    border-style: solid none;
    /* margin-bottom: 4.167vw; */
}

.prod_tabbox table tr:nth-of-type(2n-1) {
    background: #f1f5f9;
}

.prod_tabbox table td {
    color: #666666;
    padding: 0.781vw 2.344vw;
    font-size: 0.833vw;
}

.prod_tabbox table td:first-child {
    color: #000000;
    border-right: 0.052vw solid #e5e5e5;
}

.pagebox {
    display: flex;
    justify-content: space-between;
}

.pagebox a {
    font-size: 0.833vw;
    color: #999999;
}

.pagebox a:hover {
    color: var(--li);
    text-decoration: underline !important;
}

.product_big {
    border-top: 1px solid #e5e5e5;
    padding-top: 3.646vw;
    margin-top: 5.729vw;
    width: 100%;
    overflow: hidden;
    line-height: 200%;
    font-size: 0.833vw;
    color: #333;
}

.product_big video {
    width: 100% !important;
    object-fit: contain;
}

.Product_list_box {
    margin-top: 4.427vw;
}

.related_yuan {
    text-align: center;
    margin-top: 4.167vw;
}

.related_yuan span.swiper-pagination-bullet {
    width: 0.625vw;
    height: 0.625vw;
    background: #999999;
    opacity: 1;
}

.related_yuan .swiper-pagination-bullet-active {
    background: var(--li) !important;
}


/* ada */
.introdbox {
    padding: 3.646vw 0 7.813vw;
    position: relative;
}

p.intr_tit {
    font-size: 1.042vw;
    color: var(--li);
    font-weight: bold;
}

h3.intr_sub {
    font-size: 2.083vw;
    color: #000000;
    font-weight: normal;
    max-width: 35.938vw;
    margin: 1.042vw 0 2.344vw;
    line-height: 130%;
}

.introdbox hr {
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

.intr_onebox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3.646vw;
    flex-wrap: wrap;
}

.onebox_left {
    width: 48%;
}

.onebox_left img {
    width: 100%;
    object-fit: contain;
    border-radius: 0.521vw;
}

.onebox_right {
    width: 41%;
}

.onebox_right>p {
    font-size: 0.833vw;
    color: #666666;
    line-height: 200%;
    margin: 1.563vw 0;
}

.onebox_scroll {
    display: flex;
    justify-content: space-between;
    margin-top: 4.167vw;
}

.scroll_num {
    display: flex;
    align-items: center;
}

.scroll_num i.icon {
    color: var(--li);
    font-size: 2.188vw;
    margin-right: 1.042vw;
}

.scroll_num h4.counter {
    font-size: 2.604vw;
    font-weight: 100;
    color: #000000;
}

.scroll_num p {
    color: #000;
    opacity: .6;
    font-size: 0.833vw;
}

.onebox_scroll .line {
    width: 1px;
    height: 4.167vw;
    background: #e5e5e5;
}

div#Introduction02 {
    padding: 0;
    line-height: 0;
}

div#Introduction02 img {
    width: 100%;
    object-fit: contain;
}

div#Introduction02 .center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 200%;
}

.intr_over {
    font-size: 0.833vw;
    color: #666666;
}

div#Introduction03 {
    background: url(/src/img/ab04.jpg) center center no-repeat;
    background-attachment: fixed;
    color: #fff;
    background-size: cover;
}

.h2_intrname {
    font-size: 2.5vw;
    font-weight: bold;
    text-align: center;
    margin-top: 4.167vw;
}

ul.culturebox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5%;
}

ul.culturebox li {
    width: calc(100% / 3);
    text-align: center;
}

ul.culturebox li:nth-of-type(2) {
    border: 0.052vw rgb(255 255 255 / 15%);
    border-style: none solid;
}

ul.culturebox li i.icon {
    font-size: 4.375vw;
}

ul.culturebox li p {
    font-size: 1.042vw;
    color: #e50112;
    font-weight: bold;
    margin: 2.604vw 0 1.042vw;
}

ul.culturebox li span {
    font-size: 1.563vw;
    text-align: center;
    max-width: 15.365vw;
    width: 100%;
    display: block;
    margin: 0 auto;
}

div#Introduction04 {
    color: #000;
}

.honor_swiper {
    margin-top: 5%;
    text-align: center;
}

.honor_swiper .Limg_cov {
    padding-bottom: 65%;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 50%);
    margin: 0.521vw 0 2.604vw;
}

.honor_swiper p.honor_title {
    font-size: 0.833vw;
    margin-bottom: 4.167vw;
}


/* 技术实力 */
.strengtop {
    padding: 3.646vw 0;
}

.str_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.str_list .str_left {
    width: 44%;
    line-height: 0;
}

.str_list:nth-of-type(2n) .str_left {
    order: 2;
    transform: translateY(-15%);
}

.str_list .str_left img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 1.042vw;
}

.str_right {
    width: 44%;
    padding-top: 2.865vw;
}

.str_tit {
    color: var(--li);
    font-weight: bold;
    font-size: 1.042vw;
    line-height: 150%;
}

.str_name {
    font-size: 2.083vw;
    color: #000;
    margin: 0.26vw 0 2.344vw;
    max-width: 29.167vw;
}

.str_right p {
    font-size: 0.833vw;
    color: #666;
    line-height: 200%;
    max-width: 29.427vw;
}

.str_right img {
    margin-top: 2.604vw;
    width: 45%;
    object-fit: contain;
}


h3.streng_bt {
    font-size: 2.083vw;
    color: #000;
    display: block;
    border-bottom: 0.052vw solid #000;
    padding: 0 0 1.302vw;
}

.str_zlbox {
    padding: 2.604vw 0;
}

.str_zltit {
    font-size: 0.938vw;
    color: var(--li);
    font-weight: bold;
    margin-bottom: 1.823vw;
}

.str_zlbox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.str_zlbox ul li {
    width: 48%;
    font-size: 0.938vw;
    color: #666666;
    line-height: 200%;
    cursor: pointer;
}

.str_zlbox ul li:before {
    content: '';
    width: 0.26vw;
    height: 0.26vw;
    background: #666666;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0.521vw;
}

.str_zlbox ul li:hover {
    color: var(--li);
}

.str_zlbox ul li:hover:before {
    background: var(--li);
}

.strengbottom {
    padding-bottom: 8%;
}

.strengbottom>.center {
    border-bottom: 0.052vw solid #000;
}

.strengbottom hr {
    background: none;
    border: none;
    border-bottom: 0.052vw solid #e5e5e5;
}


.news_wordlist {
    padding: 1.823vw 0 7.292vw;
}

ul.news_list li {
    border-bottom: 1px solid #e5e5e5;
    padding: 3.125vw 0;
    position: relative;
}

.news_flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.news_flexbox a.news_left {
    width: 21%;
}

.news_flexbox a.info {
    width: 74%;
}

.news_flexbox a.news_left .Limg_cov {
    padding-bottom: 65%;
    border-radius: 0.521vw;
    overflow: hidden;
}

ul.news_list li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background: var(--li);
    transition: all .5s ease;
}

ul.news_list li:hover:before {
    width: 100%;
}

.news_flexbox a.info p.hl_time {
    color: #999999;
}

.news_flexbox a.info .title {
    font-size: 1.25vw;
    color: #000000;
    line-height: 200%;
}

.news_flexbox a.info .L_summary {
    color: #666666;
    font-size: 0.833vw;
    line-height: 180%;
}

ul.news_list li:hover .title {
    color: var(--li);
}

ul.news_list li:hover img {
    transform: scale(1.05);
}



.news_text_word {
    padding: 2% 0 6%;
}

.news_text_word h3 {
    font-size: 1.458vw;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 0 0 0.781vw;
    margin-bottom: 0.781vw;
}

.news_flex {
    text-align: center;
    font-size: 0.833vw;
    color: #999;
    line-height: 200%;
}

.news_flex span {
    display: inline-block;
    margin: 0 0.781vw;
}

.sub {
    background: #eee;
    border: 1px solid #ccc;
    padding: 0.521vw;
    font-size: 0.729vw;
    color: #666;
    margin: 0.781vw 0;
}

.news_word {
    font-size: 0.833vw;
    line-height: 200%;
    color: #333;
}

.news_word img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}



/* 联系我们 */
.contacbox h3 {
    font-size: 2.083vw;
    color: #000;
    font-weight: normal;
    line-height: 150%;
}

.contacbox {
    padding: 3.646vw 0 6.25vw;
    text-align: center;
}

.contacbox>div>p {
    font-size: 0.833vw;
    color: #666666;
    margin: 0.521vw 0 3.646vw;
}

.contacbox i.icon {
    color: var(--li);
    font-size: 1.042vw;
    vertical-align: middle;
}

.contacbox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 57.292vw;
    margin: 0 auto;
}

.contacbox ul li {
    width: calc(100% / 3);
    font-size: 0.833vw;
    color: #666666;
    line-height: 160%;
}

.contacbox ul li:nth-of-type(2) {
    border: 0.052vw #cccccc;
    border-style: none solid;
}

.contacbox ul li h5.con_tit {
    font-size: 0.938vw;
    color: #000;
    line-height: 200%;
    margin-bottom: 0.521vw;
}

.contacbox ul li a {
    color: #666666;
}

.Contact_corp {
    background: #f1f5f9;
    padding: 4.688vw 0 6.25vw;
}

.Contact_corp h2 {
    font-size: 2.188vw;
    color: #000000;
    text-align: center;
}

.Contact_corp h2+p {
    font-size: 0.833vw;
    color: #666666;
    text-align: center;
    margin: 0.781vw 0 3.125vw;
}

.Message_Form {
    position: relative;
}

.Message_Form>.mefore {
    display: flex;
    gap: 2.604vw;
    position: relative;
}

.Message_Form>div .form_left {
    width: calc((100% - 2.604vw) / 2);
    display: flex;
    flex-wrap: wrap;
    gap: 0.781vw;
}

.Message_Form>div .form_left>div {
    width: 100%;
}

.Message_Form>div .e_textarea-66 {
    width: calc((100% - 2.604vw) / 2);
    right: 0;
    position: absolute;
    height: 100%;
    top: 0;
}

.Message_Form>div .form_left input.form-control {
    padding-left: 0.781vw;
    width: 100%;
    border: 0.052vw solid #dcdcdc;
    border-radius: 0.521vw;
    height: 2.865vw;
    overflow: hidden;
    box-shadow: 0.052vw 0.052vw 0.521vw rgb(0 0 0 / 10%);
    font-size: 0.833vw;
}

.Message_Form>div .e_textarea-66 textarea.form-control {
    width: 100%;
    height: 100%;
    border: 0.052vw solid #dcdcdc;
    border-radius: 0.521vw;
    overflow: hidden;
    box-shadow: 0.052vw 0.052vw 0.521vw rgb(0 0 0 / 10%);
    padding: 0.781vw;
    font-size: 0.833vw;
}

form#form hr {
    border: none;
    border-bottom: 0.052vw dashed #dcdcdc;
    margin: 3.125vw 0 2.604vw;
}

.Message_Form p {
    font-size: 0.833vw;
    color: #868686;
    margin-bottom: 1.042vw;
}

.Message_Form button.btn-primary {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 2.917vw;
    width: 10.417vw;
    background: var(--li);
    display: block;
    color: #fff;
    font-size: 0.833vw;
    text-align: center;
    border: 0.104vw solid var(--li);
    border-radius: 2.604vw;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .5s ease;
}

.Message_Form button.btn-primary:hover {
    background: transparent;
    color: var(--li);
}

.Message_Form p+.e_textarea-66 {
    display: flex;
    align-items: center;
}

.Message_Form p+.e_textarea-66 input.p_imagecode {
    width: 10vw;
    height: 2.604vw;
    background: transparent;
    border: 0.052vw solid #dddede;
    padding-left: 1.042vw;
    margin-right: 1.042vw;
    font-size: 0.833vw;
}

.Message_Form .verbox {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.Message_Form .verbox:after {
    content: '看不清？换一张';
    font-size: 0.938vw;
    color: #868686;
    text-decoration: underline;
    margin-left: 0.781vw;
}

.searchbox {
    padding: 3.646vw 0 0;
    text-align: center;
}

.searchbox h2.title {
    font-size: 1.875vw;
    color: #000;
    margin-bottom: 0.521vw;
}

.searchbox summary.summary {
    font-size: 0.833vw;
    color: #666;
}

@media only screen and (max-width:768px) {
    .nei_banner img {
        height: 200px;
        object-fit: cover;
    }

    .nei_banner .nei_txt h4 {
        font-size: 24px;
    }

    .nei_summary {
        font-size: 14px;
        max-width: 300px;
        line-height: 150%;
    }

    .nei_banner .nei_txt {
        top: 50%;
    }

    .Bread {
        font-size: 14px;
        width: 100%;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .Inside_flright .yx_PT_Link {
        color: #777777;
        font-size: 14px;
        display: block;
        margin: 0 10px 0 0;
        background: #eee;
        padding: 5px 20px;
    }

    .L_active .yx_PT_Link,
    .Inside_flright .yx_PT_Link:hover {
        color: #fff;
        background: var(--li);
    }

    ul.product_box .product_list {
        width: calc((100% - 10px) / 2);
    }

    ul.product_box {
        gap: 10px;
    }

    p.pro_title {
        margin: 10px 0;
        font-size: 14px;
    }

    p.pro_title i.icon {
        display: none;
    }

    p.intr_tit,
    .complete_tit {
        font-size: 14px;
    }

    h3.intr_sub,
    .complete_top h2 {
        color: #000;
        font-size: 18px;
        max-width: 100%;
    }

    .complete_tit:before {
        width: 5px;
        height: 5px;
    }

    .complist {
        gap: 0;
        margin-bottom: 20px;
    }

    .complist>div {
        width: 100%;
    }

    .comp_right p {
        font-size: 14px;
        max-width: 100%;
    }

    .complist:nth-of-type(2n) .comp_left {
        order: 0;
    }

    .completelink .complink_left {
        font-size: 16px;
        width: 100%;
    }

    .complink_right {
        gap: 10px;
        width: 100%;
        margin-top: 10px;
    }

    .complink_right .link_list {
        width: calc((100% -(10px* 3)) / 4);
    }

    .complink_right .link_list p {
        font-size: 14px;
    }

    .product-details .product_swiper {
        width: 100%;
    }

    .prduct_details_right {
        width: 100%;
        margin-top: 20px;
    }

    h1.prod_tit {
        font-size: 20px;
    }

    .product_big,
    .prod_tabbox {
        font-size: 14px;
    }

    .pagebox a {
        font-size: 14px;
        margin: 5px 0;
    }

    .pagebox {
        flex-wrap: wrap;
    }

    .related_yuan {
        margin: 10px 0 50px;
    }

    .related_yuan span.swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }

    .about .Inside_flright {
        display: none;
    }

    .onebox_right,
    .onebox_left {
        width: 100%;
    }

    .onebox_right>p {
        font-size: 14px;
    }

    .scroll_num i.icon {
        font-size: 28px;
        margin-right: 10px;
    }

    .introdbox {
        padding: 20px 0 70px;
        position: relative;
    }

    .scroll_num h4.counter {
        font-size: 24px;
    }

    .scroll_num p {
        font-size: 12px;
    }

    .onebox_scroll .line {
        height: 50px;
    }

    .intr_over {
        font-size: 14px;
    }

    div#Introduction02 img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    div#Introduction03 {
        background-attachment: scroll;
    }

    .h2_intrname {
        font-size: 24px;
    }

    ul.culturebox li {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 20px 0;
        border: none !important;
    }

    ul.culturebox li i.icon {
        font-size: 32px;
    }

    ul.culturebox li p {
        font-size: 18px;
        margin: 10px 0;
    }

    ul.culturebox li span {
        font-size: 14px;
        text-align: center;
        max-width: 100%;
    }

    .honor_swiper p.honor_title {
        font-size: 14px;
    }

    .str_list .str_left {
        width: 100%;
    }

    .str_right {
        width: 100%;
        padding: 20px 0;
    }

    .str_tit {
        font-size: 14px;
        font-weight: 500;
    }

    .str_name {
        font-size: 18px;
        max-width: 100%;
        font-weight: bold;
    }

    .str_right p {
        font-size: 14px;
        max-width: 100%;
    }

    .str_list:nth-of-type(2n) .str_left {
        order: 0;
        transform: none;
    }

    h3.streng_bt {
        font-size: 18px;
    }

    .str_zltit {
        font-size: 14px;
        margin: 0;
    }

    .str_zlbox ul li {
        width: 100%;
        font-size: 14px;
    }

    .str_zlbox ul li:before {
        width: 3px;
        height: 3px;
        margin-right: 8px;
    }

    .str_zlbox {
        padding: 20px 0;
    }

    .news_flexbox a.info .title {
        font-size: 16px;
        line-height: 150%;
    }

    .news_flexbox a.info .L_summary {
        color: #666666;
        font-size: 12px;
        line-height: 180%;
        -webkit-line-clamp: 1;
    }

    .news_text_word h3 {
        font-size: 18px;
        margin-top: 30px;
        color: #000;
        text-align: center;
        border-bottom: 1px solid #eee;
        padding: 0 0 10px;
        margin-bottom: 10px;
    }

    .news_flex {
        text-align: center;
        font-size: 14px;
    }

    .sub {
        padding: 10px;
        font-size: 14px;
    }

    .news_word {
        font-size: 14px;
    }

    .news_page {
        margin-top: 15px;
        padding-top: 15px;
    }

    .contacbox h3 {
        font-size: 24px;
    }

    .contacbox>div>p {
        font-size: 14px;
    }

    .contacbox ul {
        max-width: 100%;
    }

    .contacbox i.icon {
        color: var(--li);
        font-size: 18px;
    }

    .contacbox ul li {
        width: 100%;
        font-size: 14px;
        color: #666666;
        line-height: 160%;
        background: #eee;
        margin: 5px 0;
        padding: 20px;
        border: none !important;
    }

    .contacbox ul li h5.con_tit {
        font-size: 16px;
    }

    .Contact_corp {
        padding: 50px 0;
    }

    .Contact_corp h2 {
        font-size: 24px;
    }

    .Contact_corp h2+p {
        font-size: 14px;
    }

    .Message_Form>.fadeInUp {
        gap: 10px;
        flex-wrap: wrap;
    }

    .Message_Form>div .form_left {
        width: 100%;
        gap: 10px;
    }

    .Message_Form>div .e_textarea-66 {
        width: 100%;
        position: static;
    }

    .Message_Form>div .form_left input.form-control {
        padding-left: 10px;
        border: 1px solid #dcdcdc;
        border-radius: 10px;
        height: 40px;
        font-size: 14px;
    }

    .Message_Form>div .e_textarea-66 textarea.form-control {
        width: 100%;
        height: 120px;
        border: 1px solid #dcdcdc;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0.052vw 0.052vw 0.521vw rgb(0 0 0 / 10%);
        padding: 10px;
        font-size: 14px;
    }

    .Message_Form p {
        font-size: 14px;
        color: #868686;
        margin-bottom: 10px;
    }

    .Message_Form button.btn-primary {
        position: relative;
        line-height: 40px;
        width: 150px;
        font-size: 14px;
        border: 1px solid var(--li);
        border-radius: 10px;
        margin-top: 20px;
    }

    .Message_Form p+.e_textarea-66 input.p_imagecode {
        width: 120px;
        height: 40px;
        background: transparent;
        border: 1px solid #dddede;
        padding-left: 15px;
        margin-right: 5px;
        font-size: 14px;
    }

    form#form hr {
        margin: 20px 0;
    }

    .Message_Form .verbox img {
        width: 100px;
        height: 40px;
    }

    .Message_Form .verbox:after {
        font-size: 12px;
    }
}