@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;
    width: 100%;
}

.nei_banner .nei_txt h1,
.nei_banner .nei_txt h4 {
    font-size: max(42px, 2.708vw);
    color: #ffffff;
    line-height: 100%;
}


.Bread {
    font-size: max(var(--min), 0.833vw);
    line-height: 150%;
}

.Bread * {
    color: #000;
}

.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: max(var(--min), 0.833vw);
    display: block;
    margin-left: 1.823vw;
}

.L_active .yx_PT_Link,
.Inside_flright .yx_PT_Link:hover {
    color: #010101;
}



/* 关于我们 */
h2.ab_tit {
    font-size: max(32px, 2.5vw);
    color: #252733;
    text-align: center;
}

h2.ab_tit:after {
    content: '';
    display: block;
    width: 44px;
    height: 5px;
    background: #d61f29;
    margin: 1% auto 3%;
}

p.one_su {
    font-size: max(var(--min), 0.938vw);
    color: #000;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    /* max-width: max(600px, 41.667vw); */
    line-height: 160%;
}

.on_flex {
    display: flex;
    justify-content: space-between;
    margin: 8% 0 5%;
    flex-wrap: wrap;
}

.one_left {
    width: 53%;
    font-size: max(var(--min), 0.833vw);
    color: #666666;
    line-height: 165%;
}



.one_left h3 {
    color: #000;
    font-size: max(var(--min), 0.833vw);
}

.one_left p {
    margin-bottom: 1vw;
    text-indent: 2rem;
}

.one_right {
    width: 28.5%;
}

.one_right ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.one_right li {
    display: flex;
    flex-wrap: wrap;
    gap: max(20px, 2vw);
    align-items: center;
    width: 100%;
}

.one_right li img {
    width: max(60px, 3vw);
    height: auto;
}

.one_right li p.counter {
    font-size: max(32px, 2.188vw);
    color: #252733;
    font-weight: 700;
    font-family: 'DIN';
}

.one_right li span {
    color: #c0c3d7;
    font-size: max(14px, 0.938vw);
}

.one_swiper .Limg_cov {
    padding-bottom: 66%;
    border-radius: 10px;
    cursor: pointer;
}

.one_swiper .Limg_cov:hover img {
    transform: scale(1.05);
}

.one_swiper .swiper-pagination {
    position: static;
    margin: 3% 0 7%;
}

.ab_two {
    background: url(/src/img/hisbg.jpg) center center/cover no-repeat;
    padding-top: 5%;
    overflow: hidden;
}

.hist_box {
    padding: 7% 0 12%;
    position: relative;
}

.hist_list {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.hist_nei {
    width: 46%;
}

.hist_word {
    font-size: max(var(--min), 0.833vw);
    color: #666;
    line-height: 185%;
    min-height: 60px;
}

.hist_list:nth-of-type(2n-1) {
    justify-content: flex-start;
    text-align: right;
}

.hist_list .hist_time {
    font-size: max(48px, 60px);
    color: #333;
    font-weight: 100;
    line-height: 100%;
    margin-bottom: 1%;
    transition: all .5s ease;
}

.ab_two .active .hist_time {
    color: var(--li);
}

.progressbar .holder .progressbar {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 10px;
    transform: translateX(-50%);
}

.progressbar .holder .bar {
    height: 100%;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    background: #ced0d7;
    margin-left: -0.5px;
}

.progressbar .holder .bar:before {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    background: var(--li);
    border-radius: 50%;
    left: -50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
}

.progressbar .holder .bar .indicator {
    position: absolute;
    top: 0;
    left: 0 !important;
    width: 100%;
    background-color: var(--li);
    transition: all .1s linear;
}

.progressbar .holder .labels {
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
    width: 9px;
    height: 80%;
}

.progressbar .holder .labels i {
    position: relative;
    display: block;
}

.progressbar .holder .labels i:before {
    position: absolute;
    top: 25%;
    left: 50%;
    display: block;
    content: '';
    border-radius: 50%;
    background-color: #fff;
    transform: translateX(-50%);
    transition: all .5s ease;
    width: 9px;
    height: 9px;
}

.progressbar .holder .labels .read:before {
    background-color: var(--li);
}



.ab_three {
    padding: 6% 0 0;
}

.ab_three .honor_box {
    margin: 6% 0;
}

.honor_box .Limg_cov {
    padding-bottom: 69%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}

.honor_box p {
    font-size: max(var(--min), 0.833vw);
    color: #666666;
    text-align: center;
    line-height: 160%;
    margin-top: 13%;
    opacity: 0;
}

.honor_box .swiper-slide-active p {
    opacity: 1;
}

.ab_three .honor_box .swiper-slide-next {
    transform: scale(0.8);
    transition: all .5s ease;
    transform-origin: right center;
}

.ab_three .honor_box .swiper-slide-prev {
    transform: scale(0.8);
    transition: all .5s ease;
    transform-origin: left center;
}

.ab_three .honor_box .swiper-button-next {
    right: 30%;
    top: 40%;
}

.ab_three .honor_box .swiper-button-prev {
    left: 30%;
    top: 40%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #7f7f7f;
    font-size: max(24px, 1.667vw);
    font-weight: 700;
}

.ab_three .honor_box .swiper-button-next:hover:after,
.ab_three .honor_box .swiper-button-prev:hover:after {
    color: var(--li);
}


.ab_four {
    background: #252733;
    padding: 8% 0;
}

.four_top .ab_tit {
    color: #fff;
}

.four_sum {
    color: #fff;
    max-width: max(1000px, 52.083vw);
    width: 94%;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    font-size: max(var(--min), 0.938vw);
    line-height: 167%;
}

.four_center {
    margin-top: 8%;
    position: relative;
    line-height: 0;
}

.four_center img {
    width: 100%;
    object-fit: contain;
}

.four_center .center {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.four_center p {
    width: 50%;
    color: #fff;
    margin: 0 0 0 auto;
    background: url(/src/img/fourbg.jpg) center center/cover no-repeat;
    padding: 6% 4%;
    box-shadow: 0 0 32px rgb(0 0 0 / 35%);
    font-size: max(var(--min), 0.833vw);
    line-height: 167%;
    transform: translateY(16%);
}

.four_bottom {
    padding-top: 10%;
    line-height: 167%;
    font-size: max(var(--min), 0.833vw);
}

.four_bottom .center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.four_left {
    width: 41%;
}

.four_left p {
    color: #aaaaaa;
}

.four_bottom h3 {
    color: #fff;
    display: block;
    margin-top: 6%;
    font-size: max(var(--min), 0.833vw);
}

.four_left li {
    color: #45a538;
    font-weight: bold;
    position: relative;
}

.four_left li:before {
    content: '';
    display: inline-block;
    width: max(4px, 0.208vw);
    height: max(4px, 0.208vw);
    background: #45a538;
    border-radius: 50%;
    margin-right: max(10px, 0.521vw);
    vertical-align: middle;
}

.four_right {
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
}

.four_right img {
    width: 100%;
    object-fit: contain;
}

/* 关于我们end */

/* 产品 */
.pro_bigbox {
    padding-bottom: 8%;
}

.pro_bigbox>div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro_bigbox .pro_left {
    width: 21%;
}

.pro_licenter {
    width: 75%;
}

.pro_left .pro_list {
    display: block;
    margin-bottom: 10%;
}

.pro_more {
    font-size: max(14px, 0.833vw);
    color: #999999;
    display: block;
    padding-left: max(20px, 1vw);
    border-left: 3px solid transparent;
    transition: all .5s ease;
}

.pro_ul .L_active,
.pro_more:hover {
    border-color: var(--li);
    color: #000;
}

.titibox h1 {
    font-size: max(28px, 1.875vw);
    color: #000000;
}

.titibox h1:after {
    content: '';
    display: block;
    width: 35px;
    height: 5px;
    background: var(--li);
    margin: 1% 0 4%;
}

.titibox p {
    font-size: max(14px, 0.833vw);
    color: #666666;
    line-height: 162%;
    margin-bottom: 3%;
}

ul.product_box {
    margin: 7% 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
}

li.product_list {
    width: calc((100% - 4vw) / 3);
}

li.product_list .Limg_cov {
    padding-bottom: 100%;
    border-radius: max(10px, 0.521vw);
}

li.product_list .Limg_cov+p {
    font-size: max(14px, 0.833vw);
    color: #000;
    text-align: center;
    margin: 10% 0;
}

li.product_list:hover img {
    transform: scale(1.1);
}

li.product_list:hover p {
    color: var(--li);
}

.Search_box1 {
    width: 100%;
    border: 1px solid #dedede;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 13%;
}

.Search_box1 .search1 {
    cursor: pointer;
    position: absolute;
    right: 5%;
    top: 50%;
    width: max(var(--min), 0.833vw);
    height: auto;
    fill: #818181;
    transform: translateY(-50%);
}

.Search_box1 input {
    border: none;
    height: max(44px, 2.292vw);
    font-size: max(var(--min), 0.833vw);
    padding: 0 max(15px, 1.042vw);
    outline: none;
}

/* 产品end */
.prode_melsl .inside_fl {
    padding: 10% 0 3%;
}

.prode_melsl .yx_NP_Box {
    width: 100%;
}

.prode_melsl .inside_fl .center {
    border: 1px solid #e5e5e5;
    border-style: solid none;
    padding: 1.5% 0;
}

.product-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_swiper {
    width: 48%;
}

.prduct_details_right {
    width: 43%;
    position: relative;
}

.product_swiper .Limg_cov {
    padding-bottom: 100%;
    border-radius: 10px;
    border: 1px solid transparent;
    cursor: pointer;
}

.swiper_bottom {
    margin-top: 4%;
}

.swiper_bottom .swiper-slide-thumb-active .Limg_cov {
    border-color: #000;
}

h1.prod_tit {
    font-size: max(28px, 1.875vw);
    color: #000;
    margin-bottom: 10%;
}

.prodetails_word {
    margin: 5% 0 10%;
    color: #333;
    line-height: 187%;
    font-size: max(16px, 0.833vw);
}

.Product_list_box{
    margin-top:10%;
}

h2.product_word_t {
    color: #000;
    font-size: max(16px, 0.833vw);
    border-bottom: 1px solid #7f7f7f;
    padding-bottom: 1vw;
    margin-bottom: 2%;
    line-height: 100%;
}

.product_detailsbox table {
    color: #999999;
}

.product_detailsbox table td {
    border-bottom: 1px solid #e5e5e5;
    padding: max(10px, 0.521vw) 0;
    vertical-align: top;
    line-height: 170%;
}

.pagebox {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
}

.product_detailsbox table td:first-child {
    color: #000;
}

.pagebox a {
    font-size: max(16px, 0.833vw);
    color: #000000;
    line-height: 180%;
}

.pagebox a span {
    color: #999999;
    display: inline-block;
    padding-left: 5px;
}

.pagebox a span:hover {
    color: var(--li);
}

.Swiper_Related {
    margin-top: 4%;
}

.Swiper_Related .Limg_cov {
    padding-bottom: 100%;
    border-radius: 10px;
}

.Swiper_Related p {
    font-size: max(14px, 16px);
    color: #000;
    text-align: center;
    margin: 10% 0 15%;
}

.Swiper_Related .related_yuan {
    text-align: center;
}

.Swiper_Related a.pro_morebox:hover img {
    transform: scale(1.05);
}

.Swiper_Related a.pro_morebox:hover p {
    color: var(--li);
}

/* 产品详情 */

/* 应用领域 */
.applic_list {
    position: relative;
    margin-bottom: 4%;
}

.applic_list .Limg_cov {
    padding-bottom: 23%;
    border-radius: 10px;
}

.applic_list p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: max(28px, 1.875vw);
    font-weight: bold;
}

.applic_list:hover img {
    transform: scale(1.05);
}


/* 优势 */
.Sublimation {
    background: url(/src/img/subbg.jpg);
    padding-bottom: 7%;
}

.sub_top_sub {
    font-size: max(24px, 1.667vw);
    color: #000;
    max-width: max(840px, 43.75vw);
    width: 100%;
    line-height: 130%;
    margin: 3% 0 4%;
    font-weight: 700;
}

.sub_name {
    font-size: max(18px, 1.25vw);
    color: #000;
    margin-bottom: 2%;
}

.sub_top>.sub_name+p {
    font-size: max(14px, 0.833vw);
    color: #666;
    line-height: 185%;
}

.sub_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
    color: #666666;
}

.sub_left {
    line-height: 0;
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
}

.sub_list:nth-of-type(1) .sub_left {
    order: 2;
}

.sub_left img {
    width: 100%;
    object-fit: contain;
}

.sub_right {
    width: 50%;
    font-size: max(14px, 0.833vw);
    line-height: 185%;
    padding: 0 4%;
}

.sub_list:nth-of-type(1) {
    background: var(--li);
    color: #fff;
}

.sub_advan {
    background: #252733;
    color: #fff;
    padding: 5% 0 7%;
}

.sub_advan h2 {
    font-size: max(18px, 1.25vw);
    margin-bottom: 6%;
}

.sub_advan ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5vw;
    border-bottom: 1px dashed rgb(255 255 255 / 20%);
    padding-bottom: 5%;
    margin-bottom: 3%;
}

.sub_advan ul li {
    width: calc((100% - 5vw) / 2);
    font-size: max(14px, 0.833vw);
}

.sub_advan ul li img {
    width: max(64px, 3.333vw);
    object-fit: contain;
    margin-bottom: 4%;
}

.sub_advan ul li p {
    color: #aaaaaa;
    line-height: 185%;
    margin-top: 4%;
}

.sub_advan_bottom {
    font-size: max(14px, 0.833vw);
    line-height: 185%;
}

/* 服务 */

.download .down_list {
    display: flex;
    line-height: 3.125vw;
    flex-wrap: wrap;
    font-size: max(14px, 0.833vw);
    color: #666;
    border-bottom: 1px solid #e5e5e5;
}

.download .down_list:last-child {
    border-color: #7f7f7f;
}

.download>.down_list {
    background: #f1f3f5;
    color: #000000;
    line-height: max(60px, 3vw);
    border-radius: 5px;
    border-bottom: none;
}

.down_list>div {
    width: 16.5%;
    padding-left: 20px;
}

.down_list .down_1 {
    width: 50%;
}

.download_box .down_1 {
    font-size: max(14px, 0.938vw);
    color: #000000;
}

.down_5 a {
    display: flex;
    align-items: center;
    gap: 0.521vw;
    color: #666;
}

.down_5 a img {
    width: max(25px, 1.51vw);
}

.download .down_list:hover {
    background: #f1f3f5;
}

.ser_top {
    padding: 2% 0 4%;
}

.faq_bottom {
    display: none;
    padding: 1% 6%;
    font-size: max(14px, 0.729vw);
    color: #666666;
    line-height: 180%;
    position: relative;
}

.faq_list {
    background: #f1f3f5;
    border-radius: 10px;
    margin-bottom: max(15px, 1.25vw);
}

.ser_bottom {
    padding: 5% 0 8%;
}

.faq_top {
    font-size: max(16px, 0.938vw);
    font-weight: bold;
    color: #252733;
    line-height: 150%;
    padding: 1.5% 6%;
    cursor: pointer;
    position: relative;
}

.faq_top:before {
    content: 'Q:';
    color: var(--li);
    font-size: max(14px, 0.729vw);
    font-weight: bold;
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
}

.faq_top:after {
    content: '+';
    color: var(--li);
    font-size: max(24px, 1.875vw);
    font-weight: 500;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}

.faq_top.active:after {
    content: '-';
}

.faq_bottom:before {
    content: 'A:';
    color: var(--li);
    font-size: max(14px, 0.729vw);
    font-weight: bold;
    position: absolute;
    left: 3%;
    top: 3%;
}

.faq_bottom strong {
    color: #000;
}

.faq_bottom p {
    margin-bottom: 1vw;
}

/* 新闻 */
.newsbox {
    padding-bottom: 6%;
    text-align: center;
}

.newsbox .news_list {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    gap: 2vw;
}

.newsbox .news_list li {
    width: calc((100% - 4vw) / 3);
    border: 1px solid #ececec;
    border-radius: max(10px, 0.521vw);
    padding: max(10px, 0.938vw);
    transition: all .5s ease;
}

.newsbox .news_list li:hover {
    border-color: var(--li);
    box-shadow: 0 0 10px rgb(0 0 0 / 35%);
}

.newsbox .news_list li .Limg_cov {
    padding-bottom: 64%;
    border-radius: 10px;
    margin-bottom: 1.042vw;
}

.newsbox .news_list li .newban_time {
    color: #aaa;
    font-size: max(var(--min), 0.833vw);
}

.newsbox .news_list li .title {
    font-size: max(18px, 1.042vw);
    color: #000;
    line-height: 120%;
    font-weight: 700;
    margin: 3% 0 5%;
}

.newsbox .news_list li .summary {
    font-size: max(var(--min), 0.833vw);
    color: #666666;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    line-height: 140%;
}

.newsbox .news_list li:hover img {
    transform: scale(1.15);
}


.news_text_word {
    padding: 0 0 5%;
}

.news_text_word h3 {
    font-size: max(24px, 1.458vw);
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 0 0 0.781vw;
    margin-bottom: 0.781vw;
    color: #333;
}

.news_flex {
    text-align: center;
    font-size: max(14px, 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: max(10px, 0.521vw);
    font-size: max(14px, 0.729vw);
    color: #666;
    margin: 0.781vw 0;
}

.news_word {
    font-size: max(14px, 0.833vw);
    line-height: 200%;
    color: #333;
}

.news_word img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}

.news_word video {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}



/* 联系我们 */
.conbig {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.conbig:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 60%;
    background: var(--li);
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}

.conbig * {
    color: #fff !important;
}

.conbig h2 {
    font-size: max(24px, 1.9vw);
}

#container {
    height: max(360px, 28.125vw);
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    margin-bottom: 7%;
    background-color: #fff;
    overflow: hidden;
}

.conbig ul {
    margin: 7% 0 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.conbig ul li {
    display: flex;
    align-items: center;
    gap: max(15px, 1vw);
    font-size: max(14px, 0.833vw);
    max-width: 460px;
}

.conbig ul li img {
    width: max(48px, 2.5vw);
}

.Contact_corp .center {
    border-top: 1px dashed #e0e2e4;
}

.Contact_corp>div>p {
    width: 100%;
    font-size: max(24px, 1.9vw);
    color: #000000;
    text-align: left;
    line-height: 150%;
    margin: 4.167vw 0 2.083vw;
    font-weight: 600;
}

.Message_Form {
    position: relative;
    padding-bottom: 10%;
}

.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: 1vw;
}

.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;
}

span.s_label {
    font-size: max(16px, 0.938vw);
    color: #000000;
    margin-bottom: 0.521vw;
    display: inline-block;
}

span.s_label:after {
    content: '*';
    color: #ff0000;
}

.Message_Form>div .form_left input.form-control {
    padding-left: 0.781vw;
    width: 100%;
    border: 0.052vw solid #dcdcdc;
    border-radius: 0.3vw;
    height: max(52px, 2.71vw);
    overflow: hidden;
    font-size: max(16px, 0.833vw);
}

.Message_Form>div .e_textarea-66 textarea.form-control {
    width: 100%;
    height: 100%;
    border: 0.052vw solid #dcdcdc;
    border-radius: 0.3vw;
    overflow: hidden;
    padding: 0.781vw;
    font-size: max(16px, 0.833vw);
}

.Message_Form button.btn-primary {
    margin-top: 3vw;
    line-height: max(50px, 3.54vw);
    width: max(180px, 10.938vw);
    background: transparent;
    display: block;
    color: #000;
    text-align: center;
    border: 2px solid #000000;
    cursor: pointer;
    transition: all .5s ease;
    text-transform: uppercase;
    font-size: max(14px, 0.833vw);
    border-radius: 50px;
}

.Message_Form button.btn-primary:hover {
    background: var(--li);
    border-color: var(--li);
    color: #fff;
}

.Message_Form .e_textarea-67 {
    display: flex;
}

.Message_Form .e_textarea-67 input.p_imagecode {
    width: 12vw;
    padding-left: 0.781vw;
    border: 0.052vw solid #dcdcdc;
    border-radius: 0.3vw;
    height: max(52px, 2.71vw);
    overflow: hidden;
    font-size: max(16px, 0.833vw);
}

.Message_Form .verbox {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: 1.042vw;
}

.Message_Form .verbox img {
    height: 100%;
    object-fit: contain;
}

.Message_Form .verbox:after {
    content: '';
    margin-left: 0.781vw;
    background: url(/src/img/Update.png) center/cover no-repeat;
    min-width: 0.781vw;
    height: 0.938vw;

}



@media only screen and (min-width:769px) {
    .download_box i {
        display: none;
    }
}

@media only screen and (max-width:1200px) {
    .prode_melsl .inside_fl {
        padding: 2% 0;
    }
}

@media only screen and (max-width:768px) {

    .download>.down_list {
        display: none;
    }

    .download .down_list {
        line-height: 200%;
        padding: 10px;
        font-size: 14px;
        color: #666;
        background: #fff;
        margin-bottom: 10px;
        justify-content: space-between;
    }

    .download_box .down_1 {
        font-size: 14px;
        width: 100%;
    }

    .point .download .down_list {
        flex-direction: column;
    }

    .point .download .down_list>div {
        font-size: 14px;
        color: #000;
    }

    .point .download .down_list>div i {
        color: #666;
    }

    .down_list>div {
        width: auto;
        font-size: 14px;
        padding: 0;
    }

    .down_5 a img {
        display: none;
    }

    .nei_banner .nei_txt h1,
    .nei_banner .nei_txt h4 {
        font-size: 24px;
    }

    .pro_bigbox .pro_left {
        width: 100%;
        margin-bottom: 20px;
    }

    .inside_fl .center {
        padding: 15px 0;
        border-bottom: 1px solid #eee;
        margin-bottom: 20px;
    }

    .Search_box1 {
        display: none;
    }

    .applic_list .Limg_cov {
        padding-bottom: 50%;
    }

    .applic_list p {
        font-size: 24px;
        font-weight: normal;
        width: 90%;
        text-align: center;
    }

    .applicbox {
        margin-bottom: 50px;
    }

    .pro_bigbox ul.pro_ul {
        display: flex;
        flex-wrap: wrap;
    }

    ul.pro_ul .pro_list {
        width: calc((100% - 8px) / 2);
        margin: 2px;
    }

    ul.pro_ul .pro_list a {
        font-size: 14px;
        padding: 0;
        border: none;
        width: 100%;
        margin: auto;
        text-align: center;
        line-height: 130%;
        background: #eee;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
    }

    ul.pro_ul .pro_list:first-child {
        width: 100%;
    }

    ul.pro_ul .pro_list .L_active,
    ul.pro_ul .pro_list .pro_more:hover {
        background: var(--li);
        color: #fff;
    }

    .pro_licenter {
        width: 100%;
    }

    li.product_list {
        width: calc((100% - 2vw) / 2);
    }

    .product_swiper {
        width: 100%;
    }

    .prduct_details_right {
        width: 100%;
        position: relative;
        margin-top: 25px;
    }

    h1.prod_tit {
        margin-bottom: 10px;
    }

    .pagebox {
        position: static;
        margin-top: 20px;
    }

    .sub_top_sub {
        font-size: 18px;
    }

    .sub_right {
        width: 100%;
    }

    .sub_list:nth-of-type(1) .sub_left {
        order: 0;
    }

    .sub_left {
        line-height: 0;
        width: 100%;
    }

    .sub_right {
        padding: 20px;
    }

    .sub_advan {
        padding: 50px 0;
    }

    .sub_advan ul li {
        width: 100%;
    }

    .sub_advan h2 {
        margin-bottom: 40px;
    }

    .about .Inside_flright {
        display: none;
    }

    h2.ab_tit {
        font-size: 28px;
    }

    .one_left {
        width: 100%;
    }

    .one_right {
        width: 100%;
    }

    .one_right li {
        width: 49%;
        background: #eee;
        margin: 0 auto 1%;
        padding: 10px;
        justify-content: center;
        gap: 0;
        text-align: center;
    }

    .one_right li img {
        height: 60px;
        margin-top: 20px;
    }

    .one_right li p.counter {
        font-size: 26px;
        margin: 10px 0 5px;
    }

    .one_right li div {
        width: 100%;
    }

    .ab_two {
        padding-top: 50px;
    }

    .progressbar {
        display: none;
    }

    .hist_nei {
        width: 100%;
    }

    .hist_list {
        width: 100%;
        background: rgb(255 255 255 / 50%);
        margin-bottom: 10px;
        padding: 20px;
    }

    .hist_list .hist_time {
        font-size: 32px;
        text-align: left;
        margin-bottom: 5px;
    }

    .hist_word {
        line-height: 150%;
        min-height: auto;
        text-align: left;
    }

    .ab_three .honor_box .swiper-button-prev {
        left: 5%;
        top: 40%;
        background: var(--li);
    }

    .ab_three .honor_box .swiper-button-next {
        right: 5%;
        top: 40%;
        background: var(--li);
    }

    .honor_box p {
        margin-top: 10px;
    }

    .ab_three {
        padding: 50px 0;
    }

    .ab_three .honor_box .swiper-button-next:hover:after,
    .ab_three .honor_box .swiper-button-prev:hover:after {
        color: #fff;
    }

    .four_sum {
        font-weight: normal;
    }

    .four_center .center {
        position: static;
        transform: none;
        width: 100% !important;
        max-width: 100% !important;
    }

    .four_center p {
        width: 100%;
        transform: none;
    }

    .four_left {
        width: 100%;
    }

    .four_right {
        width: 100%;
    }

    .four_left {
        width: 100%;
        order: 2;
        margin-top: 20px;
    }

    .newsbox .news_list li {
        width: 100%;
        margin-bottom: 20px;
    }

    .newsbox .news_list li .title {
        margin: 10px 0;
    }

    .faq_top {
        font-size: 14px;
        font-weight: normal;
        padding: 12px 30px;
    }

    .faq_bottom {
        padding: 12px 30px;
    }

    .faq_bottom:before {
        top: 12px;
    }

    .faq_list {
        margin-bottom: 10px;
    }

    h2.ab_tit:after {
        margin: 10px auto 20px;
    }

    .conbig ul li {
        width: 100%;
        margin: 15px 0;
    }

    .conbig ul li img {
        width: max(32px, 2.5vw);
    }

    .Contact_corp .center {
        padding: 50px 0;
    }

    .Contact_corp>div>p {
        font-size: 18px;
    }

    .Message_Form>div .e_textarea-66 {
        position: static;
        width: 100%;
    }

    .Message_Form>.mefore {
        flex-wrap: wrap;
    }

    .Message_Form>div .form_left {
        width: 100%;
        gap: 10px;
    }

    .Message_Form>div .form_left input.form-control {
        height: 45px;
        font-size: 14px;
        padding: 10px;
    }

    .Message_Form .e_textarea-67 input.p_imagecode {
        height: 45px;
        font-size: 14px;
        width: 135px;
        padding: 10px;
    }

    .Message_Form>div .e_textarea-66 textarea.form-control {
        font-size: 14px;
        height: 200px;
        padding: 15px;
    }

    .Message_Form button.btn-primary {
        font-size: 14px;
    }

    .Message_Form .e_textarea-67 .verbox {
        width: calc(100% - 135px);
        margin: 0;
        padding-left: 10px;
    }

    .Message_Form .e_textarea-67 .verbox img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}