@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%;
    bottom: 15%;
    transform: translate(-50%, 0);
    color: #fff;
}

.nei_banner .nei_txt h4 {
    font-size: 3.2vw;
    color: #ffffff;
    line-height: 150%;
    margin-bottom: 15px;
}

.nei_banner .nei_txt p {
    font-size: 1.042vw;
    line-height: 100%;
}

.nei_banner .nei_txt p>* {
    color: #fff;
}

.nei_summary {
    font-size: 0.833vw;
    max-width: 22.917vw;
    margin: 0 auto;
    line-height: 200%;
}


/* 关于我们 */
a.more_play {
    width: 7.292vw;
    height: 7.292vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

a.more_play:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(9px);
    border-radius: 50%;
    z-index: -1;
}

a.more_play:after {
    content: '';
    display: inline-block;
    background: url(/src/img/play.png) center no-repeat;
    width: 2.708vw;
    height: 2.708vw;
    background-size: 100% auto;
}

a.more_play:hover:before {
    animation-play-state: paused;
}

.nei_banner h5 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 12%;
    color: #fff;
    font-size: 2.188vw;
    text-align: center;
    z-index: 2;
    line-height: 100%;
    text-transform: uppercase;
}

/* vi_box */
.vi_box {
    top: 0px;
    left: 0px;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.8);
}

.vi_box .box {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vi_box .box video {
    width: 100%;
    position: relative;
    object-fit: contain;
    display: block;
}

.vi_box .box .video {
    position: relative;
    width: 50vw;
}

.vi_box .box .video .close {
    cursor: pointer;
    width: 0.938vw;
    height: auto;
    position: absolute;
    right: -2.083vw;
    top: -2.083vw;
    transition: all .3s;
    pointer-events: painted;
}

.vi_box .box .video .close:hover {
    transform: rotate(135deg);
}

.ab_one {
    background: #fff;
    padding: 4.948vw 0 6.771vw;
}

.ab_one .center>img {
    width: 16.458vw;
    object-fit: contain;
}

.ab_one p {
    margin: 1.563vw 0 4.167vw;
    font-size: 0.938vw;
    color: #333;
    letter-spacing: 0.5px;
}

.ab_one ul {
    display: flex;
    justify-content: space-between;
    gap: 2vw;
}

.ab_one ul li {
    width: calc((100% - 4vw) / 3);
    border-radius: 0.521vw;
    overflow: hidden;
    line-height: 0;
}

.ab_one ul li img {
    width: 100%;
    object-fit: contain;
}

.ab_honor {
    background: #F8F8F8;
    padding: 5.208vw 0 3.906vw;
}

.ab_honor h2 {
    font-size: 1.458vw;
    color: #333;
}

.ab_honor h2:before {
    content: '';
    width: 3.854vw;
    height: 0.313vw;
    background: #E8A111;
    display: block;
    margin-bottom: 0.781vw;
}

.ab_honor p {
    color: #333;
    line-height: 200%;
    margin: 0.521vw 0 1.823vw;
}

ul.tabtit {
    display: inline-flex;
    background: #DEDEDE;
    border-radius: 2.604vw;
    max-width: 28.646vw;
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
}

ul.tabtit:after {
    content: '';
    width: 50%;
    position: absolute;
    height: 100%;
    background: #fff;
    border-radius: 1.823vw;
    z-index: -1;
    transition: all .5s ease;
    top: 0;
    left: 0;
}

ul.tabtit.active1:after {
    left: 0;
}

ul.tabtit.active2:after {
    left: 50%;
}

ul.tabtit li {
    line-height: 180%;
    font-size: 0.938vw;
    font-weight: 600;
    padding: 0.781vw 0;
    color: #333;
    transition: all .5s ease;
    cursor: pointer;
    border-radius: 1.823vw;
    width: 50%;
}

ul.tabtit li.active {
    background: var(--li);
    color: #fff;
}


.ab_honor ul.tabword li {
    display: none;
}

.ab_honor ul.tabword li.active {
    display: block;
}

.ab_honor .swiper_box {
    position: relative;
    padding: 0 7.031vw;
}

.ab_honor .swiper_box .Limg_cov {
    padding-bottom: 143%;
    width: 100%;
    background: #fff;
}

.ab_honor .swiper_box .swiper {
    padding: 3vw 0 0;
}

.ab_honor .swiper-pagination-bullet {
    width: 0.521vw;
    height: 0.521vw;
    background: #999999;
    border-radius: 0.104vw;
    opacity: 1;
    margin: 0 6px !important;
}

.ab_honor span.swiper-pagination-bullet-active {
    background: var(--li);
}

.ab_strategy {
    background: url(/src/img/ab_bg.jpg) center center/cover no-repeat;
    padding: 11.979vw 0 8.854vw;
}

.ab_strategy .ab_tc {
    width: 56.25vw;
    margin: 0 auto;
    text-align: center;
}

.ab_strategy .ab_tc p {
    font-size: 1.25vw;
    color: #fff;
    margin-bottom: 1.563vw;
}

.ab_strategy .ab_tc a {
    background: var(--li);
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 1.25vw;
    padding: 0.521vw 3.125vw;
    font-weight: 700;
    transition: all .5s ease;
}

.ab_strategy .ab_tc a:hover {
    border-radius: 2.604vw;
}

/* 产品中心 */
.pro_ts .yx_Header {
    position: absolute;
}

.pro_bigbox {
    background: #F8F8F8;
    position: relative;
    padding-bottom: 10%;
}

.pro_bigbox .pro_fl_tl {
    background: #fff;
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    top: 0;
    z-index: 5;
}

.pro_fl_tl .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro_fl_tl .fl_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.521vw;
}

.pro_fl_tl .fl_right .tab_toplist {
    padding: 1.563vw 0 1.042vw;
    width: 9.896vw;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.pro_fl_tl .fl_right .tab_toplist:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.313vw;
    background: var(--li);
    opacity: 0;
    transition: all .5s ease;
}

.pro_fl_tl .fl_right p {
    font-weight: 500;
    font-size: 0.729vw;
    color: #333;
    line-height: 145%;
    min-height: 2.188vw;
    margin-top: 0.521vw;
}

.pro_fl_tl .fl_right .pro_imgbox {
    height: 1.979vw;
}

.pro_fl_tl .fl_right .pro_imgbox img {
    height: 100%;
    object-fit: contain;
}

.pro_fl_tl .fl_right .active:before {
    opacity: 1;
}

.fl_left h1 {
    font-size: 2.5vw;
    color: #333;
    line-height: 140%;
}

.fl_left h1+p {
    font-size: 1.042vw;
    color: #333;
    text-transform: uppercase;
}

.pro_licenter {
    padding-top: 5.99vw;
}

.pro_licenter h2.tit_name {
    display: flex;
    align-items: center;
    gap: 1.042vw;
    border-left: 0.469vw solid var(--li);
    font-size: 1.563vw;
    color: #333;
    font-weight: 500;
    padding-left: 1.563vw;
    margin-bottom: 1.563vw;
}

.pro_licenter h2.tit_name img {
    height: 1.979vw;
}

.pro_licenter ul.product_box {
    display: flex;
    gap: 3.125vw;
    flex-wrap: wrap;
    width: 92%;
    margin: 0 auto;
}

.pro_licenter ul.product_box li.product_list {
    width: calc((100% - (3.125vw * 2)) / 3);
    background: #fff;
    position: relative;
    padding: 1.042vw;
    transition: all .5s linear;
}

.pro_licenter ul.product_box li.product_list:hover {
    box-shadow: 5px 12px 14px 0px rgba(0, 0, 0, 0.18);
}

.pro_licenter ul.product_box li.product_list .Limg_con {
    padding-bottom: 130%;
}

.pro_licenter ul.product_box li.product_list .Limg_con img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
}

.pro_licenter ul.product_box li.product_list p {
    font-size: 0.833vw;
    color: #000;
    position: relative;
}

.pro_licenter ul.product_box li.product_list p span {
    width: calc(100% - 4.167vw);
}

.pro_licenter ul.product_box li.product_list p svg {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.302vw;
    height: auto;
}

.more_ab {
    width: 20.573vw;
    line-height: 4.167vw;
    background: var(--li);
    border-radius: 0.208vw;
    display: block;
    margin: 3.385vw auto 0;
    text-align: center;
    font-size: 1.25vw;
    color: #fff;
    transition: all .5s ease;
}

.more_ab svg {
    fill: #fff;
    width: 1.563vw;
    height: auto;
    transition: all .5s ease;
    vertical-align: middle;
}

.more_ab:hover {
    border-radius: 2.604vw;
}

.more_ab:hover svg {
    transform: translateX(1.042vw);
}

.pro_tc {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 40%);
    z-index: 11;
    display: none;
    align-items: center;
}

.pro_tc_center {
    width: 84.375vw;
    margin: 0 auto;
    display: flex;
}

.pro_tc_word {
    background: #fff;
    border-radius: 0.521vw;
    width: calc(100% - 4.167vw);
    display: flex;
}

.pro_colos svg {
    width: 1.563vw;
    height: auto;
    margin-left: 2.604vw;
    cursor: pointer;
    transition: all .3s linear;
    fill: #fff;
}

.pro_colos svg:hover {
    transform: rotate(135deg);
}

.pro_tc_img {
    width: calc(100% - 14.583vw);
}

.pro_tc_img .Limg_con {
    padding-bottom: 65%;
    background: linear-gradient(180deg, #FAFAFA 0%, #E0E0E0 100%);
}
.pro_tc_img .Limg_con img{
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
}

.pro_tc_right {
    width: 14.583vw;
    padding: 2.604vw 1.563vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pro_tc_name {
    font-size: 1.042vw;
    color: #000;
    font-weight: 600;
}

.pro_tc_list {
    display: flex;
    margin-top: 1.042vw;
}

.pro_tc_xx {
    width: 2.188vw;
    height: 2.188vw;
    border: 1px solid #999;
    border-radius: 50%;
    display: flex;
    margin-right: 0.521vw;
}

.pro_tc_xx svg {
    width: 50%;
    height: auto;
    fill: #999;
    margin: auto;
}

.pro_tc_box h6 {
    font-size: 0.625vw;
    color: #444;
}

.pro_tc_box a {
    font-size: 0.625vw;
    color: #444;
}

.pro_detabg {
    background: url(/src/img/pro_top.jpg) center center/cover no-repeat;
    text-align: center;
    padding: 3.906vw 0;
}

.pro_detabg>p>* {
    font-size: 1.25vw;
    color: #9D9D9D;
}

.pro_detabg>p>a:last-child {
    color: #fff;
}

/* 社会责任 */
.social_one {
    padding: 4.948vw 0 9.375vw;
}

.social_one h2 {
    font-size: 1.25vw;
    color: #333;
    line-height: 150%;
}

.social_one h2:before {
    content: '';
    display: block;
    width: 3.854vw;
    height: 0.313vw;
    background: var(--li);
    margin-bottom: 1.302vw;
}

.social_one .social_big {
    background: #f8f8f8;
    padding: 2vw;
    margin-top: 2.083vw;
    font-size: 0.833vw;
    line-height: 200%;
    color: #333;
}

.social_two .center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3.5vw;
}

.social_two .center img {
    order: 2;
    width: 45.938vw;
}

.social_two .socoal_right {
    width: calc((100% - 45.938vw) - 3.5vw);
    font-size: 0.833vw;
    color: #333;
    line-height: 200%;
}

.social_two .socoal_right h2 {
    font-size: 1.458vw;
    color: #333;
    line-height: 140%;
    margin-bottom: 1.823vw;
}

.social_three {
    margin: 7.813vw 0 8.333vw;
}

.social_three .center {
    background: url(/src/img/responsibility3.jpg) center center no-repeat;
    padding: 15.104vw 0;
    text-align: center;
    color: #fff;
    background-size: cover;
}

.social_three .center h2 {
    font-size: 1.667vw;
    line-height: 150%;
}


/* 新闻 */

.news_bing {
    position: relative;
    overflow: hidden;
    margin: 5% auto 0;
    width: 83.333vw;
    background: #F8F8F8;
}

.swiper_news {
    overflow: hidden;
}

a.newbanenr_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 auto;
}

.newbanenr_img {
    width: 50%;
}

.newbanenr_img>div {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 67%;
    overflow: hidden;
}

.newbanenr_img>div img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.newbanenr_info {
    width: 50%;
    padding: 5%;
}

.newbanenr_info .more_ab {
    width: 15vw;
    line-height: 3.333vw;
    margin-left: 0;
}

.newbanenr_info .title {
    font-size: 2.188vw;
    color: #000;
    line-height: 150%;
    font-weight: 600;
    margin-bottom: 10%;
    -webkit-line-clamp: 3;
}

.banner_radius {
    text-align: right;
    max-width: 83.333vw;
    width: 94%;
    position: static;
    line-height: 100%;
    margin: 2.604vw auto 5.208vw;
}

.banner_radius .swiper-pagination-bullet {
    width: 0.729vw;
    height: 0.729vw;
    background: #D8D8D8;
    opacity: 1;
    vertical-align: middle;
    border-radius: 0;
    margin: 0 0 0 0.729vw !important;
    border-radius: 50%;
}

body .banner_radius .swiper-pagination-bullet-active {
    background: var(--li);
}

ul.news_list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.604vw;
    margin: 0 auto;
    width: 83.333vw;
}

ul.news_list li {
    background: #fff;
    width: 100%;
    transition: all .5s ease;
}

ul.news_list li .news_flexbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

ul.news_list li .news_flexbox .news_fx {
    right: 5%;
    bottom: 12%;
}

ul.news_list li .news_left {
    width: 25%;
}

ul.news_list li .news_left .Limg_cov {
    padding-bottom: 64%;
}

ul.news_list li:hover img {
    transform: scale(1.05);
}

ul.news_list .info {
    width: 75%;
    padding: 0 3%;
}

ul.news_list .info .title {
    font-size: 1.667vw;
    color: #333;
    font-weight: 600;
    transition: all .5s ease;
    line-height: 150%;
    margin-bottom: 0.521vw;
}

.news_fx {
    position: absolute;
    right: 0;
    bottom: 5%;
    display: flex;
    align-items: center;
}

.news_fx .icon {
    fill: #999;
    width: 1.198vw;
    height: auto;
}

.news_fx span {
    display: flex;
    align-items: center;
    font-size: 1.042vw;
    color: #AFAFAF;
    margin-right: 3vw;
}

.news_fx p a {
    display: inline-block;
    margin-right: 1vw;
}

.news_fx span svg {
    margin-right: 0.781vw;
}

.news_fx p .icon:hover {
    fill: var(--li1);
}

ul.news_list .info .tit {
    font-size: 0.833vw;
    color: #333;
    line-height: 180%;
    -webkit-line-clamp: 3;
}

ul.news_list li:hover {
    box-shadow: 0px 6px 16px 8px rgba(0, 0, 0, 0.13);
}

.news_text_word {
    margin: 6.771vw auto 7.552vw;
    max-width: 77.083vw;
}

.news_detit {
    font-size: 2.188vw;
    font-weight: 700;
    color: #333;
    line-height: 130%;
}

.news_time .news_fx {
    position: static;
    margin: 2% 0;
}

.fb_time {
    color: #828282;
    font-size: 0.938vw;
    font-weight: 600;
    margin-top: 1%;
}

.news_word {
    font-size: 0.833vw;
    color: #000;
    line-height: 200%;
    margin: 1% 0;
}

.news_word img {
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain;
    margin: 2% 0;
}

.news_pages {
    margin-top: 5%;
    padding: 1.042vw;
    display: flex;
    align-items: center;
    background: #F3F3F3;
}

.news_pages>div {
    display: flex;
    align-items: center;
    width: 100%;
}

.next_left {
    width: 20%;
}

.next_left>div {
    padding-bottom: 85%;
}

.next_center {
    width: calc(80% - 30%);
    padding: 0 3vw;
}

.next_center h3 {
    font-size: 1.667vw;
    line-height: 150%;
    color: #333;
}

.next_center>div {
    font-size: 0.729vw;
    color: #333;
}

.news_pages .next_center+a {
    width: 30%;
    max-width: 18.906vw;
    background: var(--li);
    display: flex;
    align-items: center;
    font-size: 1.25vw;
    color: #fff;
    justify-content: center;
    fill: #fff;
    line-height: 4.688vw;
    border-radius: 0.104vw;
    border: 0.104vw solid var(--li);
    transition: all .5s ease;
    margin: auto;
    font-weight: bold;
}

.news_pages .next_center+a svg {
    margin-left: 1.042vw;
    width: 1.042vw;
    height: auto;
}

.news_pages .next_center+a:hover {
    background: transparent;
    color: var(--li);
    fill: var(--li);
}


/* 联系我们 */
.cont_boxs {
    padding: 5% 0 0;
    position: relative;
    max-width: 75.521vw !important;
}

#contact_message {
    margin-top: 5vw;
}

form.Message_Form h2 {
    font-size: 1.875vw;
    color: #000;
    line-height: 120%;
    border-left: 0.417vw solid var(--li);
    padding-left: 0.781vw;
}

form.Message_Form p {
    color: #333;
    font-size: 0.833vw;
}

.Contact_corp form.Message_Form>div {
    position: relative;
    gap: 1.5vw;
    display: flex;
    flex-wrap: wrap;
    margin: 1.5vw auto 6vw;
}

.Contact_corp input.form-control {
    display: block;
    width: 100%;
    height: auto !important;
    padding: 0.938vw 1.042vw;
    line-height: 167%;
    color: #B1B1B1;
    background: #F8F8F8;
    border-radius: 0;
    border: 1px solid #E5E5E5;
    font-size: 0.833vw;
}

.Contact_corp form.Message_Form .input-group {
    width: calc((100% - 1.146vw* 2) / 2);
}

.Contact_corp textarea.form-control {
    display: block;
    width: 100% !important;
    padding: 0.938vw 1.042vw;
    line-height: 160%;
    color: #B1B1B1;
    background: #F8F8F8;
    border-radius: 0;
    height: 9.375vw !important;
    font-size: 0.833vw;
    resize: none;
    border: 1px solid #E5E5E5;
}

.Contact_corp .e_textarea-66 {
    width: 100%;
}

.Message_Form input.p_imagecode {
    display: inline-block;
    width: 20.833vw;
    height: auto !important;
    padding: 0.938vw 1.042vw;
    line-height: 167%;
    color: #B1B1B1;
    background: #F8F8F8;
    border-radius: 0;
    border: 1px solid #E5E5E5;
    font-size: 0.833vw;
    margin-right: 0.521vw;
}

.Message_Form .p_input .p_code_img {
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.Message_Form .p_input {
    width: 100%;
    display: flex;
    align-items: center;
}

.Contact_corp .btn-primary {
    line-height: 3.802vw;
    width: 100%;
    background: var(--li);
    display: block;
    color: #fff;
    font-size: 1.667vw;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    border: 2px solid var(--li);
    cursor: pointer;
    text-transform: uppercase;
    transition: all .5s ease;
}

.Contact_corp .btn-primary:hover {
    background: transparent;
    color: var(--li);
}

.amap-icon img {
    width: 1.042vw;
}

.amap-copyright,
a.amap-logo {
    display: none !important;
}

ul.map_tc {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.646vw;
}

ul.map_tc li {
    max-width: 22.396vw;
    display: flex;
    align-items: center;
}

ul.map_tc li .sv_box {
    width: 4.375vw;
    height: 4.375vw;
    border: 1px solid #999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.map_tc li svg {
    width: 50%;
    height: 50%;
    fill: #999;
}

ul.map_tc li>div:last-child {
    width: calc(100% - 4.375vw);
    padding-left: 1.563vw;
}

ul.map_tc li:last-child {
    border: none;
}

ul.map_tc li h5 {
    font-size: 0.833vw;
    color: #444;
    line-height: 100%;
    margin: 0.104vw 0 0.365vw;
}

ul.map_tc li p,
ul.map_tc li p a {
    font-size: 0.729vw;
    color: #444;
}

/* 联系我们end */



@media only screen and (max-width:768px) {
    .nei_banner img {
        width: 100%;
        object-fit: cover;
        opacity: .85;
        height: 200px;
    }

    .nei_banner {
        margin-top: 0;
    }

    a.more_play {
        width: 50px;
        height: 50px;
    }

    .vi_box .box .video {
        width: 90vw;
    }

    .vi_box .box .video .close {
        width: 20px;
        top: -50px;
    }

    .ab_one .center>img {
        width: 200px;
    }

    .ab_one p {
        font-size: 14px;
        letter-spacing: 0;
    }

    .ab_one ul {
        flex-wrap: wrap;
    }

    .ab_one ul li {
        width: 100%;
    }

    .ab_honor h2 {
        font-size: 20px;
    }

    .ab_honor h2:before {
        width: 50px;
        height: 3px;
    }

    .ab_honor {
        padding: 50px 0;
    }

    ul.tabtit li {
        font-size: 14px;
        padding: 10px 0;
    }

    ul.tabtit {
        border-radius: 50px;
        max-width: 100%;
        margin: 20px 0;
    }

    ul.tabtit:after {
        border-radius: 50px;
    }

    .ab_honor .swiper_box {
        padding: 0 40px;
    }

    .ab_strategy .ab_tc p {
        font-size: 14px;
    }

    .ab_strategy .ab_tc {
        width: 90vw;
    }

    .ab_strategy .ab_tc a {
        font-size: 14px;
        padding: 5px 30px;
    }

    div#pro01 {
        margin-top: 70px;
    }

    .nei_banner .nei_txt h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .nei_banner .nei_txt p {
        font-size: 14px;
        line-height: 150%;
    }

    .fl_left {
        display: none;
    }

    .pro_fl_tl .center {
        width: 100%;
        max-width: 100%;
    }

    .pro_fl_tl .fl_right {
        gap: 3px;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pro_fl_tl .fl_right .tab_toplist {
        padding: 10px;
        width: calc((100% - 6px) / 3);
        background: #eee;
    }

    .pro_fl_tl .fl_right .tab_toplist:nth-of-type(n+4) {
        width: calc((100% - 3px) / 2);
    }

    .pro_fl_tl .fl_right .pro_imgbox {
        height: 20px;
    }

    .pro_fl_tl .fl_right p {
        font-weight: 500;
        font-size: 10px;
        color: #333;
        line-height: 145%;
        min-height: 28px;
        margin-top: 10px;
    }

    .pro_fl_tl .fl_right .tab_toplist.active {
        background: var(--li);
    }

    .pro_licenter {
        padding-top: 50px;
    }

    .pro_licenter h2.tit_name img {
        height: 30px;
    }

    .pro_licenter h2.tit_name {
        gap: 10px;
        border-left: 5px solid var(--li);
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 120%;
    }

    .pro_licenter ul.product_box {
        gap: 5px;
        width: 100%;
    }

    .pro_licenter ul.product_box li.product_list {
        width: calc((100% - 5px) / 2);
        padding: 15px;
    }

    .pro_licenter ul.product_box li.product_list p {
        font-size: 14px;
    }

    .pro_licenter ul.product_box li.product_list p span {
        width: 100%;
    }

    .pro_licenter ul.product_box li.product_list p svg {
        top: -20px;
        width: 20px;
    }

    .more_ab {
        width: 140px;
        line-height: 35px;
        font-size: 14px;
    }

    .more_ab svg {
        width: 20px;
    }

    .pro_tc_center {
        width: 90vw;
        position: relative;
    }

    .pro_tc_img {
        width: 100%;
    }

    .pro_tc_word {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .pro_colos {
        position: absolute;
        right: 0;
        top: -35px;
    }

    .pro_colos svg {
        width: 20px;
    }

    .pro_tc_right {
        width: 100%;
        padding: 20px;
    }

    .pro_tc_name {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .pro_tc_xx {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .pro_tc_box h6 {
        font-size: 12px;
    }

    .pro_tc_box a {
        font-size: 12px;
    }

    .pro_tc_list {
        align-items: center;
    }

    .pro_detabg_txt {
        display: none;
    }

    .pro_detabg>p>* {
        font-size: 14px;
    }

    .pro_detabg {
        padding: 30px 0;
    }

    .social_one h2 {
        font-size: 20px;
        font-weight: 500;
        line-height: 130%;
    }

    .social_one h2:before {
        width: 50px;
        height: 3px;
        margin-bottom: 10px;
    }

    .social_one .social_big {
        padding: 15px;
        margin-top: 20px;
        font-size: 14px;
        line-height: 180%;
    }

    .social_two .center img {
        order: 0;
        width: 100%;
    }

    .social_two .socoal_right {
        width: 100%;
        font-size: 14px;
        color: #333;
        line-height: 180%;
    }

    .social_two .socoal_right h2 {
        font-size: 18px;
        font-weight: 500;
    }

    .social_three .center h2 {
        font-size: 18px;
        line-height: 150%;
        max-width: 300px;
        margin: 0 auto;
    }

    ul.news_list,
    .news_bing {
        width: 90vw;
        gap: 20px;
    }

    .newbanenr_img {
        width: 100%;
    }

    .newbanenr_info {
        width: 100%;
        padding: 20px;
    }

    .newbanenr_info .title {
        font-size: 16px;
    }

    .newbanenr_info .more_ab {
        width: 140px;
        line-height: 35px;
        font-size: 14px;
    }

    .banner_radius {
        text-align: center;
        margin: 15px auto 30px;
    }

    .banner_radius .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 0 0 10px !important;
    }

    ul.news_list .info .title {
        font-size: 16px;
        -webkit-line-clamp: 1;
    }

    ul.news_list .info .tit {
        font-size: 12px;
        color: #666;
        line-height: 150%;
        -webkit-line-clamp: 2;
        margin-top: 5px;
    }

    ul.news_list .info {
        width: 75%;
        padding: 0 0 0 20px;
    }

    ul.news_list li .news_left .Limg_cov {
        padding-bottom: 85%;
    }

    .news_text_word {
        max-width: 90vw;
    }

    .news_detit {
        font-size: 18px;
        font-weight: 600;
        color: #333;
        line-height: 140%;
    }

    .fb_time {
        font-size: 14px;
        margin: 10px 0;
    }

    .news_word {
        font-size: 14px;
        line-height: 180%;
    }

    .news_fx span {
        font-size: 14px;
    }

    .news_fx .icon {
        width: 15px;
    }

    .news_time .news_fx {
        margin: 20px 0 50px;
    }

    .next_left,
    .next_center {
        display: none;
    }

    .news_pages .next_center+a {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
        line-height: 40px;
    }

    .news_pages .next_center+a svg {
        margin-left: 10px;
        width: 14px;
    }

    .cont_boxs {
        max-width: 90vw !important;
    }

    ul.map_tc li {
        max-width: 100%;
    }

    ul.map_tc {
        flex-wrap: wrap;
    }

    ul.map_tc li {
        max-width: 100%;
        width: 100%;
        margin: 15px 0 0;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }

    ul.map_tc li .sv_box {
        width: 40px;
        height: 40px;
    }

    ul.map_tc li>div:last-child {
        width: calc(100% - 40px);
        padding-left: 15px;
    }

    ul.map_tc li h5 {
        font-size: 14px;
    }

    ul.map_tc li p,
    ul.map_tc li p a {
        font-size: 12px;
        color: #444;
        margin-top: 10px;
    }

    form.Message_Form h2 {
        font-size: 20px;
        color: #000;
        line-height: 120%;
        border-left: 5px solid var(--li);
        padding-left: 20px;
        margin: 30px 0 20px;
    }

    .Contact_corp form.Message_Form .input-group {
        width: 100%;
    }

    .Contact_corp input.form-control {
        padding: 10px;
        font-size: 14px;
    }

    .Contact_corp textarea.form-control {
        padding: 10px;
        height: 150px !important;
        font-size: 14px;
    }

    .Message_Form input.p_imagecode {
        width: 200px;
        padding: 10px;
        font-size: 14px;
    }

    .Message_Form .p_input .p_code_img {
        width: 150px;
    }
    .Contact_corp .btn-primary {
        line-height: 35px;
        font-size: 14px;
    }
    .Contact_corp form.Message_Form>div {
        gap: 10px;
    }

}