@charset "UTF-8";

.nei_banner {
    position: relative;
    overflow: hidden;
    background: #000;
    line-height: 0;
}

.nei_banner img {
    width: 100%;
    object-fit: contain;
}

.nei_banner .nei_txt {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.nei_banner .nei_txt h1 {
    font-size: max(32px, 2.6vw);
    color: #ffffff;
    line-height: 200%;
}

.nei_summary {
    font-size: 0.833vw;
    max-width: 22.917vw;
    margin: 0 auto;
    line-height: 200%;
}


/* 关于我们 */
#Introduction01 {
    padding: 1% 0 5%;
}

#Introduction01 .center {
    display: flex;
    flex-wrap: wrap;
}

#Introduction01 .center p {
    line-height: 200%;
}

.introdbox .center .left {
    width: 49%;
    margin-top: 3%;
}

.introdbox .center .left img {
    width: 100%;
    margin-top: 10%;
}

.introdbox .center .right {
    width: 43%;
    margin: 3% 0 0 auto;
    align-content: center;
}


.introdbox .center .right ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 8%;
}

.introdbox .center .right ul li {
    display: flex;
    align-items: center;
    gap: 1vw;
    width: 100%;
    border-bottom: 1px solid #e6e7e8;
    margin-bottom: 5%;
    padding-bottom: 5%;
}

.introdbox .center .right ul span {
    color: var(--li);
    font-size: max(54px, 4.167vw);
    font-family: 'Onsite';
}

.introdbox .center .right ul i {
    font-family: 'Onsite';
    color: var(--li);
    font-size: max(24px, 2.5vw);
    vertical-align: top;
}

.introdbox .center .right ul p {
    font-size: max(14px, 0.835vw);
    color: #666;
}

.introdbox .center .right ul b {
    font-size: max(20px, 1.25vw);
    color: #353535;
    line-height: 150%;
}


#Introduction02 {
    background: url(/src/img/ab3.jpg) center center/cover no-repeat;
    overflow: hidden;
    padding: 5% 0 2%;
}

.ab_line {
    position: relative;
    z-index: 1;
    margin-top: 1%;
}

.ab_line canvas#myCanvas {
    opacity: 0.1;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ab_line img {
    position: absolute;
    top: 32.5%;
    left: 0;
    width: 100%;
}

.ab_line .center {
    color: #fff;
    text-align: center;
    overflow: hidden;
    padding: 5% 0;
}

.ab_line .center .gallery-top {
    overflow: visible;
}

.his_li {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    transition: all .5s ease;
}

.ab_line .center .his_li:before {
    content: '';
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
    order: 2;
    margin: 3% 0;
}

.ab_line .center .time {
    font-size: max(48px, 3.6vw);
    font-family: 'Onsite';
    order: 1;
    min-height: max(10px, 5vw);
    display: flex;
    align-items: center;
}

.his_li p {
    order: 3;
    min-height: max(10px, 5vw);
    display: flex;
    align-items: center;
    justify-content: center;
}



@media only screen and (min-width:1201px) {
    .ab_line .center .swiper-slide:nth-of-type(2n) .his_li p {
        order: 1;
    }

    .ab_line .center .swiper-slide:nth-of-type(2n) .time {
        order: 3;
    }

    .ac1 .his_li {
        transform: translateY(-0.9vw);
    }

    .ac2 .his_li {
        transform: translateY(-3.7vw);
    }

    .ac3 .his_li {
        transform: translateY(-0.2vw);
    }
}

div#Introduction03 {
    background: #f1f3f5;
    padding: 6% 0;
}

div#Introduction03 ul {
    margin-top: 4%;
    display: flex;
    flex-wrap: wrap;
    gap: 5vw;
}

div#Introduction03 ul li {
    width: calc((100% - 10vw) / 3);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

div#Introduction03 ul li .Limg_cov {
    padding-bottom: 126%;
}

div#Introduction03 ul li .tc {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5%;
    transition: all .5s ease;
}

div#Introduction03 ul li .tc .tis {
    color: #fff;
    font-size: max(24px, 1.87vw);
    font-weight: bold;
}

div#Introduction03 .tis:after {
    content: '';
    display: block;
    background: var(--li);
    width: 33px;
    height: 4px;
    margin: 3% 0 5%;
}

div#Introduction03 ul li .tc p {
    min-height: max(100px, 5vw);
}

div#Introduction03 ul li:hover img {
    transform: scale(1.1);
}

div#Introduction03 ul li:hover .tc {
    bottom: 5%;
}

div#Introduction04 {
    padding: 6% 0;
}

div#Introduction04 .honor_swiper {
    margin-top: 3%;
    padding-bottom: 5%;
}

div#Introduction04 .honor_swiper .swiper-slide {
    border: 1px solid #e5e5e5;
}

div#Introduction04 .swiper-slide p.honor_title {
    width: 80%;
    margin: 0 auto;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    padding: 5% 0;
}

div#Introduction04 .swiper-slide .imgbox {
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#Introduction04 .swiper-slide .imgbox img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    transition: all .5s ease;
}

div#Introduction04 .swiper-slide:hover img {
    transform: scale(1.05);
}

div#Introduction04 .swiper-slide:hover p {
    color: var(--li);
}




/* 产品 */
.Bread {
    font-size: max(14px, 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: 3% 0;
}

.Inside_flright .yx_PPBox1 {
    display: flex;
    flex-wrap: wrap;
}

.Inside_flright .yx_PT_Link {
    color: #777777;
    font-size: max(14px, 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: 3vw;
    margin-bottom: 2.604vw;
    padding-top: 1.5vw;
}

ul.product_box .product_list {
    width: calc((100% - 6vw) / 3);
}

.pro_morebox {
    background: #fff;
    border-radius: 0.521vw;
    padding: 8% 0;
    transition: all .5s;
    display: block;
}

.pro_morebox .Limg_con {
    padding-bottom: 75%;
    transition: all .5s ease;
    margin-top: 8%;
}

.pro_morebox:hover {
    box-shadow: 1px 1px 0.781vw rgb(0 0 0 / 15%);
}

.pro_title {
    transition: all .5s ease;
    padding: 0 6%;
    font-family: '微软雅黑';
}

.pro_title h3 {
    margin-bottom: 1%;
}

.pro_morebox:hover .pro_title h3 {
    color: var(--li);
}

.inshpj {
    font-size: 0.833vw;
    color: transparent;
    line-height: max(100px, 5vw);
}


.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: 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;
}

.product-details .swiper_bottom {
    display: none;
}

.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;
    font-family: '微软雅黑';
}

.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: max(14px, 0.833vw);
}

.prod_tabbox table td:first-child {
    color: #000000;
    border-right: 0.052vw solid #e5e5e5;
}

.pagebox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    line-height: 200%;
}

.pagebox a {
    font-size: max(14px, 0.833vw);
    color: #999999;
}

.pagebox a:hover {
    color: var(--li);
    text-decoration: underline !important;
}

.product_big {
    border-top: 1px solid #e5e5e5;
    padding-top: 3%;
    margin-top: 5%;
    width: 100%;
    overflow: hidden;
    line-height: 200%;
    font-size: 0.833vw;
    color: #333;
}

.product_big video {
    width: 100% !important;
    object-fit: contain;
}

.proder_footer {
    background: #f1f3f5;
    padding: 5% 0;
}

.related_yuan {
    text-align: center;
    margin-top: 3%;
}

.related_yuan span.swiper-pagination-bullet {
    background: #999999;
    opacity: 1;
}

.related_yuan .swiper-pagination-bullet-active {
    background: var(--li) !important;
}


/* 服务 */
.str_title {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5%;
}

.str_title span {
    margin-bottom: 1%;
    display: block;
}

.str_title span:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--li);
    margin-right: 10px;
    border-radius: 50%;
    vertical-align: middle;
}

.str_01_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: max(30px, 2.55vw) 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5%;
}

.str_01_flex .left {
    width: 29%;
}

.str_01_flex>div>div {
    margin-top: 1vw;
}

.str_01_flex .right {
    width: 46%;
}

.str_01_flex .right hr {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    margin: 2.5vw 0;
}


.adv_swiper {
    padding-bottom: 4% !important;
    margin-bottom: 4%;
}

.adv_swiper .Limg_cov {
    padding-bottom: 67%;
    border-radius: 10px;
    overflow: hidden;
}

.strengbototm {
    background: #f1f3f5;
    padding: 5% 0;
}

.strengbototm h3 {
    margin-bottom: 1vw;
}

.strengbototm ul.tabtit {
    display: flex;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid #d8dadc;
    margin-top: 4%;
    gap: max(3vw, 50px);
}

.strengbototm ul.tabtit li {
    line-height: max(60px, 4.5vw);
    font-weight: 700;
    color: #333;
    transition: all .5s ease;
    cursor: pointer;
    position: relative;
}

.strengbototm ul.tabtit li.active:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 3px;
    background: var(--li);
}

.strengbototm ul.tabword li {
    display: none;
}

.strengbototm ul.tabword li.active {
    display: block;
}

.strengbototm ul.tabword li p {
    color: #5C5C5C;
    font-size: var(--f16);
}

.strengbototm .swiper_box .Limg_con {
    padding-bottom: 142%;
}

.strengbototm .swiper_box .swiper {
    padding: 4vw 0;
}

.strengbototm .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #999999;
    border-radius: 2px;
    opacity: 1;
    margin: 0 6px !important;
}

.strengbototm span.swiper-pagination-bullet-active {
    background: var(--li);
}

/* 服务02 */
.str_02_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: max(30px, 2.55vw) 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5%;
    align-items: center;
}

.str_02_flex .left {
    width: 32%;
}

.str_02_flex .left strong {
    display: block;
}

.str_02_flex .left span.counter {
    color: var(--li);
    font-family: 'Onsite';
    font-size: max(32px, 2.71vw);
}

.str_02_flex .left div {
    margin-top: 1vw;
}

.str_02_flex .map {
    position: relative;
    overflow: hidden;
}

.str_02_flex .map>img {
    width: 100%;
    object-fit: contain;
}

.str_02_flex .map li {
    position: absolute;
    width: 5px;
    height: 5px;
    background: var(--li);
    border-radius: 50%;
    z-index: 1;
}

.str_02_flex .map li:before {
    content: '';
    width: 1000%;
    height: 1000%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: var(--li);
    opacity: .5;
    z-index: -1;
    border-radius: 50%;
    -webkit-animation: circleScale 4s linear infinite;
    -moz-animation: circleScale 4s linear infinite;
    -ms-animation: circleScale 4s linear infinite;
    animation: circleScale 4s linear infinite;
}

.str_02_flex .map .zb {
    position: absolute;
    right: 18%;
    top: 40%;
    z-index: 1;
}

.str_02_flex .map .add {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(30%, 100%);
    z-index: 2;
}

.str_02_flex .map .zb:before {
    content: '';
    position: absolute;
    width: 589px;
    height: 270px;
    background-image: url(/src/img/line.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    animation: line2 3s infinite;
    right: 0;
    top: 0;
    transform: translate(12%, -28%);
}

.str_02_flex .map li:nth-of-type(1) {
    left: 24%;
    top: 31%;
}

.str_02_flex .map li:nth-of-type(2) {
    left: 30%;
    top: 65%;
}

.str_02_flex .map li:nth-of-type(3) {
    left: 47%;
    top: 30%;
}


.str_02_flex .map li:nth-of-type(4) {
    left: 49%;
    top: 49%;
}

.str_02_flex .map li:nth-of-type(5) {
    left: 57%;
    top: 26%;
}

.str_02_flex .map li:nth-of-type(6) {
    right: 10%;
    bottom: 23%;
}

.str_02_flex .map li:nth-of-type(7) {
    right: 13%;
    top: 39%;
}

.str_02_flex .map li:nth-of-type(2n):before {
    animation-delay: 1s;
}

.str_02_flex .map li:nth-of-type(3n):before {
    animation-delay: 2s;
}

.str_02_ul {
    margin: 5% 0 10%;
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
}

.str_02_ul li {
    width: calc((100% - 4vw) / 3);
}

.str_02_ul li .Limg_cov {
    padding-bottom: 67%;
    border-radius: 10px;
}

ul.technology li {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid #e5e5e5;
}

ul.technology li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: all .5s ease;
    vertical-align: top;
    transform: scale(1.1);
}

ul.technology li .center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

ul.technology li:hover img {
    opacity: 1;
    transform: scale(1);
}

ul.technology li:hover * {
    color: #fff;
}

ul.technology li .center h3 {
    margin-bottom: 1%;
}

/* 案例03 */
ul.case_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5vw;
    margin: 5% 0 3%;
}

ul.case_ul li {
    width: calc((100% - 5vw) / 3);
}


ul.case_ul li .Limg_cov {
    padding-bottom: 67%;
    border-radius: 10px;
    overflow: hidden;
}

ul.case_ul li p {
    text-align: center;
    margin: 5% 0;
}

ul.case_ul li:hover img {
    transform: scale(1.1);
}

ul.case_ul li:hover p {
    color: var(--li);
}


/* 新闻 */
.news_wordlist .news_list {
    display: flex;
    gap: 3vw;
    flex-wrap: wrap;
    margin-bottom: 5%;
}

.news_list li {
    width: calc((100% - 6vw) / 3);
}

.news_words {
    box-shadow: 0 0 10px rgb(0 40 106 / 10%);
    display: block;
    border-radius: 10px;
    overflow: hidden;
}


.news_words .Limg_cov {
    padding-bottom: 73%;
    border-radius: 10px;
}

.news_words .news_txt {
    padding: 8%;
    min-height: max(110px, 10vw);
}

.news_words .news_tit {
    font-size: max(16px, 0.938vw);
    color: #000;
    line-height: 167%;
    margin-bottom: 1vw;
    transition: all .5s ease;
}

.news_words .sort_time {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #aaa;
    font-size: max(14px, 0.835vw);
}

.news_words:hover img {
    transform: scale(1.05);
}

.news_words:hover .news_tit {
    color: var(--li);
}

.news_text_word {
    background: #fff;
    margin: 0 0 8%;
}

.news_text_word .news_name {
    font-size: max(24px, 1.458vw);
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 0 0 0.781vw;
    margin-bottom: 0.781vw;
    color: #000;
}

.news_word ol,
.news_word ul {
    padding-inline-start: 1.302vw;
}

.news_word li {
    list-style-type: disc;
}

.news_word ol li {
    list-style-type: decimal;
}

.news_flex {
    text-align: center;
    font-size: max(14px, 0.833vw);
    color: #999;
    line-height: 187%;
    margin-bottom: 3%;
}

.news_flex span {
    display: inline-block;
    margin: 0 0.781vw;
}

.news_word {
    font-size: max(14px, 0.833vw);
    line-height: 187%;
    color: #333;
}

.news_word h2 {
    font-size: max(18px, 1.2vw);
    margin: 15px 0;
    color: #000;
}

.news_word h3 {
    font-size: max(16px, 1vw);
    margin: 10px 0;
    color: #333;
}

.news_word img {
    max-width: 100% !important;
    /* width: auto !important; */
    height: auto !important;
}

div#autoMenu {
    width: auto !important;
}

div#autoMenu .tan_title {
    font-size: max(16px, 1.05vw);
    color: #000;
    line-height: 167%;
    font-weight: bold;
}

div#autoMenu ul {
    border: 1px solid #eee;
    padding: 20px;
    background: #fefefe;
    margin: 10px 0 20px;
}

div#autoMenu li a {
    font-size: max(16px, 0.938vw);
    color: #000;
    line-height: 167%;
}

div#autoMenu li.sub a {
    font-size: max(14px, 0.833vw);
    color: #666;
    padding-left: 1.042vw;
    font-weight: 400;
}

div#autoMenu li {
    margin: 1% 0 5px;
}

div#autoMenu li.sub {
    margin: 0;
}



/* 联系我们 */
.str_title.ts {
    text-align: left;
    padding: 0;
    border: none;
    width: 100%;
}

.contacbox .left {
    width: 40%;
}

.contacbox .left .rq_box {
    margin: 5vw 0 1vw;
}

.contacbox .right {
    width: 50%;
}

.contacbox .center {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5%;
    flex-wrap: wrap;
}

.contacbox .amap-logo {
    display: none !important;
}

.contacbox .right #container {
    height: 100%;
    position: relative;
    z-index: 1;
}

.Contact_corp {
    background: #fff;
    padding: 5% 0;
}

.Contact_corp h2+p {
    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 {
    line-height: max(45px, 2.917vw);
    width: max(150px, 10.417vw);
    background: var(--li);
    display: block;
    color: #fff;
    font-size: max(16px, 0.938vw);
    text-align: center;
    border: 0.104vw solid var(--li);
    border-radius: 2.604vw;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .5s ease;
    margin-top: 4%;
}

.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: "Can't see clearly? Replace with another one.";
    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 {
        margin-top: 70px;
    }

    .nei_banner img {
        height: 250px;
        object-fit: cover;
    }

    .nei_banner .nei_txt h1 {
        font-size: 24px;
        text-align: center;
    }

    .inside_fl .center {
        padding: 6% 0;
    }

    .Bread {
        font-size: 14px;
        width: 100%;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    #Introduction01 .center>div {
        width: 100% !important;
    }

    #Introduction01 {
        padding: 20px 0 50px;
    }

    .Inside_flright .yx_PT_Link {
        color: #777777;
        font-size: 14px;
        display: block;
        margin: 0 10px 10px 0;
        background: #fff;
        padding: 10px 20px;
        border: 1px solid #eee;
    }

    .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;
    }

    .pro_title h3+span {
        display: none;
    }

    .pro_title h3 {
        margin-bottom: 1%;
        font-size: 16px;
        text-align: center;
        font-weight: normal;
    }

    .ab_line .center {
        margin-top: 50px;
        position: relative;
    }

    .ab_line .center::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #fff;
        left: 0;
        top: 43.5%;
        opacity: .6;
    }

    .ab_line .center .time {
        font-size: 24px;
    }

    #Introduction02 {
        padding: 50px 0;
    }

    .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;
    }

    div#Introduction03 {
        padding: 50px 0;
    }

    div#Introduction03 ul li {
        width: 100%;
    }

    div#Introduction03 ul {
        margin-top: 35px;
    }

    div#Introduction04 {
        padding: 50px 0;
    }

    div#Introduction04 .honor_swiper {
        margin-top: 30px;
        padding-bottom: 50px;
    }

    .news_list li {
        width: 100%;
    }

    .news_word {
        font-size: 14px;
    }

    .news_page {
        margin-top: 15px;
        padding-top: 15px;
    }

    .str_01_flex>div {
        width: 100% !important;
        margin: 15px 0;
    }

    .str_01_flex .right hr {
        margin: 25px 0;
    }

    .adv_swiper {
        padding-bottom: 40px !important;
    }

    .strengbototm {
        padding: 50px 0;
    }

    .strengbototm h3 {
        margin-bottom: 15px;
    }

    ul.case_ul li {
        width: 100%;
    }

    .contacbox .center>div {
        width: 100% !important;
        min-height: 250px;
    }
    
    .contacbox .left .str_title.ts {
        margin-bottom: 20px;
    }

    .contacbox .left br {
        display: none;
    }

    .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;
    }
}