@charset "UTF-8";

body {
    scroll-behavior: smooth;
}

.L_nei_banner {
    position: relative;
    height: 0;
    padding-bottom: 25%;
    overflow: hidden;
    background: #144793;
}

.L_nei_banner img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: .8;
}

.L_nei_banner p {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: var(--yx_FS54);
    color: #fff;
    font-weight: 100;
    letter-spacing: 6px;
}

.about_Introduction {
    display: flex;
    flex-wrap: wrap;
    max-width: 1420px;
    width: 94%;
    padding: 5% 0;
    margin: 0 auto;
    overflow: hidden;
}

.intro_left {
    width: 50%;
    padding-right: 3%;
    text-align: justify;
    color: #636363;
    font-size: var(--yx_FS16);
    text-indent: 2rem;
    line-height: 200%;
    overflow: hidden;
    height: 384px;
    overflow-y: auto;
}

.intro_right {
    width: 50%;
    padding-left: 3%;
}

.intro_right video.intro_video {
    max-width: 100%;
    object-fit: contain;
}

.about_Strength {
    background-image: url(/src/Img/Strength_bg.jpg);
    padding: 3% 0;
    background-size: cover;
    background-position: center center;
}

.about_Strength_center {
    width: 94%;
    margin: 0 auto;
    text-align: center;
}

.about_Strength_center>img {
    max-width: 420px;
    width: 27%;
    object-fit: contain;
    display: block;
    margin: 0 auto 10px;
}

.about_Strength_center .iconBox {
    margin-bottom: 15px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_Strength_center .iconBox img {
    object-fit: contain;
    max-width: 100%;
}

.about_Strength_center>p {
    font-size: var(--yx_FS24);
    color: #000;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.about_Strength_center>p:before {
    content: '';
    background: url(/src/Img/line.png);
    max-width: 485px;
    width: 100%;
    height: 7px;
    position: absolute;
    left: 50%;
    bottom: 4px;
    transform: translateX(-50%);
    z-index: -1;
}

.about_Strength_center ul.f-cb {
    display: flex;
    justify-content: space-between;
    max-width: 1730px;
    margin: 5% auto 0;
    flex-wrap: wrap;
}

.about_Strength_center ul.f-cb li {
    width: 33%;
    margin: 3% auto;
}

.about_Strength_center ul.f-cb h2.counter {
    display: inline-block;
    font-size: var(--yx_FS48);
    color: #2E2D2D;
    line-height: 100%;
    font-family: 'Poppins_blod';
}

.about_Strength_center ul.f-cb i.count-unit {
    font-size: var(--yx_FS22);
}

.about_Strength_center ul.f-cb p {
    font-size: var(--yx_FS18);
    color: #636363;
    margin-top: 15px;
}

.about_Culture {
    background-image: url(/src/Img/bg002.jpg);
    background-size: cover;
    background-position: center top;
}

.Culture_center {
    max-width: 1340px;
    margin: 0 auto;
    overflow: hidden;
}

.Culture_center>div {
    width: 50%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 200%;
    aspect-ratio: 1/1;
}

.Culture_left {
    background: rgb(35 69 141 / 60%);
}

.Culture_right {
    background: rgb(214 21 25 / 60%);
    margin-top: 10%;
}

p.Culture_tit {
    font-size: var(--yx_FS24);
    color: #fff;
    margin: 5vw 0 2.3vw;
    font-weight: bold;
}

.about_History {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 5% 0 14%;
}

.History_title {
    font-size: var(--yx_FS36);
    color: #304E92;
    margin-bottom: 4%;
    font-weight: bold;
}

ul.History_lin {
    text-align: left;
    max-width: 1000px;
    margin: 50px auto;
    position: relative;
}

ul.History_lin:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    background: #23458D;
    width: 1px;
    height: 100%;
}

.about_History:before {
    content: '';
    position: absolute;
    width: 500px;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url(/src/Img/History1.png);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
}

.about_History:after {
    content: '';
    position: absolute;
    width: 500px;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(/src/Img/History2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: -1;
}

ul.History_lin li {
    display: flex;
    margin-bottom: 10%;
    align-items: center;
}

ul.History_lin li:last-child {
    margin-bottom: 0;
}

ul.History_lin li .History_time {
    width: 50%;
    text-align: right;
    padding-right: 8%;
    font-size: var(--yx_FS54);
    color: #23458D;
    line-height: 100%;
}

ul.History_lin li .History_time p {
    font-family: arial;
}

.History_summ {
    font-size: var(--yx_FS24);
    color: #000;
    padding-left: 5%;
    width: 50%;
}

.about_honor {
    background: #0854FF;

}

.about_honor .pc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1920px;
    margin: 0 auto;
}

.honor_box {
    width: 44%;
}

.honor_img {
    width: 56%;
    line-height: 0;
}

.honor_img img {
    max-width: 100% !important;
    height: auto;
    transform: translateY(-15%);
}

.honor_box .swiper_honor {
    height: 430px;
    max-width: 590px;
    margin: 0 auto;
}

.swiper_honor .swiper-slide {
    font-size: var(--yx_FS36);
    color: #fff;
    display: flex;
    align-items: center;
}

.swiper_honor .swiper-slide:before {
    content: '/';
    padding-right: 15px;
    font-size: 32px;
}

.honor_box .swiper_honor:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, #0854ff, transparent);
    z-index: 2;
}

.news_box {
    max-width: 1490px;
    width: 94%;
    margin: 5% auto;
}

li.news_list {
    display: flex;
    background: transparent;
    padding: 50px 60px;
    transition: all .5s;
    margin-bottom: 20px;
    position: relative;
    flex-wrap: wrap;
}

li.news_list:hover {
    background: #F7F7F7;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
}

.news_imgbox {
    width: 27%;
}

.news_textbox {
    width: 57%;
    padding-left: 5%;
}

.news_arrow {
    width: 16%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_arrow span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 36px;
    text-align: center;
    line-height: 60px;
    font-family: '宋体';
    background: #EFEFEF;
    transition: all .5s;
    color: #858585;
}

.news_imgbox .img_box {
    position: relative;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
}

.news_imgbox .img_box img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

li.news_list:hover .img_box img {
    transform: translate(-50%, -50%) scale(1.05);
}

.news_textbox h4 {
    font-size: 20px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.news_textbox summary {
    font-size: 14px;
    color: #000;
    line-height: 150%;
    margin: 6% 0px;
}

p.news_time {
    font-size: 18px;
    color: #8b8b8b;
    font-family: arial;
}

li.news_list:hover .news_arrow span {
    background: #127BF2;
    color: #fff;
}

a.news_more {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}


/* 行业新闻 */
.Industry {
    display: flex;
    max-width: 1370px;
    width: 94%;
    margin: 3% auto 5%;
    flex-wrap: wrap;
}

.Industry_left {
    width: 66%;
}

.Industry_left a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 61%;
    overflow: hidden;
    position: relative;
}

.Industry_left a img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.Industry_left a:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

.Industry_imgbox {
    width: 31%;
    margin-left: 3%;
}

.Industry_list h4 {
    font-size: 18px;
    color: #292929;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 25px;
}

.Industry_list {
    border-bottom: 1px solid #DFDCDC;
    height: 28%;
}

.Industry_list:nth-of-type(2) {
    margin: 10% 0;
}

p.Industry_time {
    font-size: 18px;
    color: #8B8B8B;
}

/* 新闻详情 */
.news_text_word {
    max-width: 1370px;
    width: 94%;
    margin: 0 auto;
    padding: 5% 0;
}

.news_text_word h3 {
    font-size: 28px;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 0 0 15px;
    margin-bottom: 15px;
}

.news_flex {
    text-align: center;
    font-size: 16px;
    color: #999;
    line-height: 200%;
}

.news_flex span {
    display: inline-block;
    margin: 0 15px;
}

.sub {
    background: #eee;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    color: #666;
    margin: 15px 0;
}

.news_word {
    font-size: 16px;
    line-height: 200%;
}

.news_word img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}


/* 产品 */
.product_box {
    max-width: 1370px;
    width: 94%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 5% 0;
    align-items: flex-start;
}

.product_box .product_left {
    width: 25%;
    background: #F6F6F6;
    border: 1px solid #E50015;
    border-radius: 20px;
    position: sticky;
    top: 80px;
    left: 0;
}

.product_right {
    width: 69%;
    margin-left: 6%;
}

.yx_PPBox .yx_icon {
    color: #E50015;
    cursor: pointer;
    transition: all .5s ease;
    margin-right: 10px;
    transform: rotate(-90deg);
}

.yx_PPBox .yx_icon.rotate {
    transform: rotate(0deg);
}

.yx_PPBox .yx_icon svg {
    margin: 0;
    fill: #999;
    width: 20px;
    height: 20px;
}

.yx_PPBox .yx_icon .icon_- {
    display: none;
}

.yx_PPBox .rotate .icon_x {
    display: none;
}

ul.yx_PPBox.yx_PPBox1>.L_active .icon_x,
ul.yx_PPBox.yx_PPBox1>li:hover .icon_x {
    fill: #fff;
}

.yx_PPBox .rotate .icon_- {
    display: block;
    fill: #333;
}

ul.yx_PPBox.yx_PPBox1>.L_active .icon_-,
ul.yx_PPBox.yx_PPBox1>li:hover .icon_- {
    fill: #fff;
}

ul.yx_PPBox.yx_PPBox1 {
    padding: 20px 0 50px;
}

.yx_PPBox1>li.yx_PPList>.yx_PageTit {
    position: relative;
    font-size: var(--yx_FS18);
    display: flex;
    width: 100%;
    padding: var(--yx_FS24) 0 10px calc(var(--yx_FS36) * 2);
    line-height: 200%;
}

li.yx_PPList {
    transition: all .5s;
}

.yx_PageTit {
    position: relative;
}

.yx_PPBox1>li.yx_PPList>.yx_PageTit>a {
    display: block;
    color: #333;
    letter-spacing: 2px;
    transition: all .5s;
}

.yx_PPBox2 {
    position: relative;
    display: none;
}

.yx_PPBox2>li.yx_PPList>.yx_PageTit>a {
    display: block;
    position: relative;
    font-size: var(--yx_FS14);
    line-height: 45px;
    color: #8B8B8B;
    padding: 0 0 0 calc(var(--yx_FS36) * 2.5);
    margin-bottom: 1px;
}

.yx_PPBox2>li.yx_PPList>.yx_PageTit>a:before {
    content: '·';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.yx_PPBox2>li.L_active>.yx_PageTit>a,
.yx_PPBox2>li.yx_PPList>.yx_PageTit:hover a {
    background-color: var(--yx_Color);
    color: #fff;
}


.yx_PPBox2>li.yx_PPList>.yx_PageTit .yx_icon2 {
    position: absolute;
    right: 0;
    top: 0;
    color: #666;
    height: 100%;
    width: 44px;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease;
}

.yx_PPBox2>li.yx_PPList>.yx_PageTit .rotate {
    transform: rotate(90deg);
}

.yx_PPBox2 .yx_PPBox3 {
    display: none;
}

.l_details {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 3%;
}

.l_details>div {
    width: 50%;
}

.l_details>.cs {
    width: 100%;
}

.l_details>div:nth-of-type(2) {
    padding-left: 20px;
}

.word_img {
    height: 0;
    padding-bottom: 65%;
    overflow: hidden;
    border-radius: 35px;
    position: relative;
}

.word_img img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
    object-fit: contain;
}

.product_right h3 {
    font-size: 24px;
    color: #144793;
    margin: 0 0 30px;
    font-weight: bold !important;
}

.product_right summary {
    font-size: 16px;
    color: #5F5D5D;
    margin-bottom: 20px;
}

.text_word {
    font-size: 16px;
    color: #333;
    line-height: 180%;
}

.text_word img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}

.yx_PPBox3>li.yx_PPList>.yx_PageTit {
    line-height: 42px;
    font-size: 14px;
    color: #949494;
    border-bottom: 1px solid #eee;
    padding-left: 40px;
    position: relative;
}

.yx_PPBox3>.L_active .yx_PT_Link3,
.yx_PPBox3>li.yx_PPList>.yx_PageTit:hover {
    color: var(--theme-color);
}

/* 应用领域 */
.swiper-container-fade .swiper-slide {
    opacity: 0 !important;
    visibility: hidden;
}

.swiper-container-fade .swiper-slide-active {
    opacity: 1 !important;
    visibility: visible;
}

section.app_box {
    display: flex;
    flex-wrap: wrap;
    white-space: normal;
    background-image: url(/src/Img/app_bg.png);
    background-repeat: no-repeat;
    background-position: -27% 20%;
    padding: 8% 0px;
    max-width: 1920px;
    align-items: flex-start;
    margin: 0 auto;
    background-size: 53% auto;
}

.app_left {
    width: 57%;
    padding-left: 10%;
}

.app_right {
    width: 43%;
    position: relative;
}

.app_left .appswiper_left {
    max-width: 770px;
    width: 94%;
    margin: 0 10% 0 auto;
}

h3.sw_name {
    font-size: 24px;
    color: #111;
    line-height: 200%;
    font-weight: bold !important;
}

summary.sw_summary {
    font-size: var(--yx_FS18);
    color: #111;
    line-height: 180%;
    margin: 30px 0 50px;
}

.app_box .yx_PPList {
    margin-bottom: 35px;
}

.app_box .yx_PPList>p {
    font-size: 22px;
    color: #EC1316;
    cursor: pointer;
}

.app_box .yx_PPList>p:before {
    content: '·';
}

.app_box .yx_PPList>p:after {
    content: 'V';
    margin-left: 10px;
    display: inline-block;
    transition: all .5s;
}

.app_box .yx_PPList.active>p:after {
    transform: rotate(-90deg);
}

.app_box .yx_PPList.active>.app_sub {
    display: block;
}

.app_sub {
    margin-top: 10px;
    font-size: 16px;
    color: #666;
    line-height: 250%;
    text-indent: 1rem;
    display: none;
}

.app_sub table {
    color: #666;
    font-size: 14px;
    line-height: 200%;
}

.app_sub table tr>td:first-child {
    font-weight: bold;
    color: #000;
    vertical-align: top;
    width: 160px;
    font-size: 16px;
}

.app_sub table tr td {
    border-top: 1px solid #fff;
    padding: 10px 0;
}

img.text_banPic {
    display: block;
    margin-left: auto;
    max-width: 388px;
    width: 94%;
    height: auto;
    object-fit: contain;
}

.app_content {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

.app_content img.banPic {
    position: absolute;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.indban_but {
    position: absolute;
    width: 160px;
    height: 43%;
    background: url(/src/Img/apply.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: 2;
    left: 0;
    bottom: 0;
    border-radius: 0 50px 0 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 10px;
}

.indban_but .indban_pagination {
    width: auto;
    padding: 0 10px;
    line-height: 1;
}

.indban_but .indban_prev {
    transform: rotate(180deg);
    cursor: pointer;
    font-size: 22px;
    line-height: 100%;
}

.indban_but .indban_next {
    cursor: pointer;
    font-size: 22px;
    line-height: 100%;
}


.indban_but .indban_pagination span.swiper-pagination-current {
    font-size: var(--yx_FS24);
    vertical-align: bottom;
}

span.swiper-pagination-total {
    font-size: 12px;
}

/* 联系我们 */
.main_box {
    padding: 5% 0 4%;
    max-width: 1920px;
    margin: 0 auto;
}

.contact_box {
    width: 94%;
    display: flex;
    align-items: center;
    max-width: 1700px;
    margin-left: auto;
    flex-wrap: wrap;
}

.contact_left {
    width: 30%;
}

.contact_right {
    width: 70%;
    position: relative;
    z-index: 1;
}

.contact_left h3 {
    font-size: var(--yx_FS24);
    margin-bottom: 3%;
    font-weight: bold !important;
}

.contact_left ul .textbox {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #5F5D63;
    line-height: 200%;
    margin: 5% 0;
}

.contact_left ul .textbox i.yx_icon {
    width: 50px;
    font-size: 30px;
    color: #666;
}

.message {
    background: #F0F0F0;
    padding: 5% 0 4%;
}

.message_center {
    width: 94%;
    max-width: 1500px;
    margin: 0 auto;
}

.message_center>p {
    font-size: 18px;
    color: #131313;
    line-height: 200%;
}

.message_center>p>strong {
    display: block;
    font-size: var(--yx_FS24);
    line-height: 200%;
}

form.Message_Form {
    margin-top: 90px;
}

form.Message_Form>div {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

form.Message_Form>div .input-group {
    width: calc((100% - 40px) / 2);
}

form.Message_Form input.form-control {
    display: block;
    width: 100%;
    height: auto !important;
    padding: var(--yx_FS16) 20px !important;
    line-height: 166%;
    color: #666 !important;
    background-color: #f5f5f5 !important;
    border-radius: 0 !important;
    border: 1px solid #D0D0D0;
    font-size: 16px;
}

form.Message_Form .e_textarea-66 {
    width: 100%;
}

form.Message_Form textarea.form-control {
    display: block;
    width: 100% !important;
    padding: var(--yx_FS16) 20px !important;
    line-height: 160%;
    color: #666 !important;
    background-color: #f5f5f5 !important;
    border-radius: 0 !important;
    border: 1px solid #D0D0D0;
    height: 200px !important;
    font-size: 18px;
    resize: none;
}

.submitbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.submitbox>* {
    width: 300px;
    border-radius: 50px;
    border: 1px solid #666;
    text-align: center;
    font-size: 22px;
    color: #333;
    line-height: 200%;
    padding: 9px;
    cursor: pointer;
    margin: 0 20px;
    transition: all .5s ease;
}

.submitbox>.btn-primary {
    background: #E50015;
    color: #fff;
    border-color: #E50015;
}

.submitbox>button.layui-btn:hover {
    background: #666;
    color: #fff;
}

.technical_list {
    max-width: 1470px;
    margin: 5% auto;
    position: relative;
    text-align: center;
    width: 94%;
}

.technical_list .tech_tit {
    font-size: var(--yx_FS24);
    color: #111111;
    text-align: left;
    font-weight: bold;
}

.tech_sum {
    font-size: 16px;
    color: #111;
    line-height: 200%;
    margin: 10px 0 30px;
    text-align: left;
}

.technical_list img {
    max-width: 100%;
    object-fit: contain;
}

.Scrollnum {
    position: absolute;
    right: 10%;
    background: #fff;
    box-shadow: 1px 1px 10px #eee;
    padding: 20px;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    width: 94%;
    max-width: 600px;
    border-radius: 20px 20px 0 0;
}

.Scrollnum_left {
    right: auto;
    left: 10%;
}

.scr_box .counter {
    font-size: 36px;
    color: #FD0000;
}


ul.yf_ulbox {
    display: flex;
    gap: 2vw;
    flex-wrap: wrap;
}

ul.yf_ulbox .yf_list {
    width: calc((100% - 4vw) / 3);
}

ul.yf_ulbox .yf_list .Limg_cov {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
    margin-bottom: 10px;
}

ul.yf_ulbox .yf_list .Limg_cov img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
    left: 0;
    top: 0;
}
.e_textarea-66.ver-errbox.code {
    display: flex;
}

input.p_imagecode {
    display: block;
    width: calc(100% - 200px);
    height: auto !important;
    padding: var(--yx_FS16) 20px !important;
    line-height: 166%;
    color: #666 !important;
    background-color: #f5f5f5 !important;
    border-radius: 0 !important;
    border: 1px solid #D0D0D0;
    font-size: 16px;
    max-width: 500px;
}








@media only screen and (max-width:768px) {
    ul.yf_ulbox .yf_list {
        width: calc((100% - 2vw) / 2);
    }

    .L_nei_banner {
        padding-bottom: 50%;
    }

    .L_nei_banner p {
        top: 60%;
        font-size: 32px;
    }

    .intro_left {
        width: 100%;
        padding-right: 0%;
        font-size: var(--yx_FS16);
        height: auto;
    }

    .intro_right {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }

    .about_Strength_center>img {
        width: 65%;
    }

    .about_Strength_center>p {
        font-size: 16px;
    }

    .about_Strength_center .iconBox {
        width: 60px;
        margin: 0 auto 20px;
        height: 60px;
    }

    .about_Strength_center ul.f-cb h2.counter {
        font-size: 20px;
    }

    .about_Strength_center ul.f-cb i.count-unit {
        font-size: 12px;
    }

    .about_Strength_center ul.f-cb p {
        font-size: 14px;
    }

    .Culture_center>div {
        width: 100%;
        float: none;
    }

    .Culture_right {
        margin-top: 0;
    }

    .History_title {
        font-size: 32px;
        color: #304E92;
        margin-bottom: 0;
        text-align: left;
    }

    .about_History:before,
    .about_History:after {
        display: none;
    }

    .about_History {
        padding: 50px 20px;
    }

    ul.History_lin li .History_time {
        width: 100px;
        padding-right: 10px;
        font-size: var(--yx_FS54);
        text-align: left;
    }

    .History_summ {
        font-size: 16px;
    }

    ul.History_lin:before {
        left: 95px;
    }

    .about_History img {
        display: none;
    }

    ul.History_lin {
        margin: 30px auto 0;
    }

    .honor_box {
        width: 100%;
        padding: 20px;
        order: 2;
    }

    .honor_img {
        width: 100%;
        line-height: 0;
    }

    .honor_img img {
        transform: none;
    }

    .swiper_honor .swiper-slide {
        font-size: 20px;
    }

    .honor_box .swiper_honor {
        height: 350px;
    }

    .product_box .product_left {
        width: 100%;
        border-radius: 0;
        position: static;
    }

    .product_right {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .product_right h3 {
        font-size: 24px;
        color: #2B74FF;
        margin: 20px 0;
    }

    .yx_MoPageBtn {
        display: block !important;
        border: 0;
        background: var(--yx_Color);
        padding: 15px;
        border-radius: 0;
        font-size: 14px;
        color: #fff;
        outline: none;
        width: 100%;
        text-align: center;
        line-height: 1;
    }

    .yx_MoPageBtn i {
        color: #fff;
        font-size: 14px !important;
    }

    .yx_PPTCon {
        position: fixed;
        background: #fff;
        width: 100%;
        height: 100%;
        z-index: 999;
        top: 0;
        padding: 0;
        left: 100%;
        transition: all 0.8s;
        overflow: auto;
    }

    .yx_PPTCon>ul {
        width: 100%;
    }

    .yx_MoPageClose {
        font-size: 24px;
        color: #fff;
        width: 50px;
        height: 50px;
        display: block !important;
        background: var(--yx_Color);
        line-height: 50px;
        text-align: center;
    }

    .yx_ProPageTwo {
        padding: 0px;
        padding-top: 0;
        background: transparent;
        border: none;
    }

    section.app_box {
        padding: 0px;
    }

    .app_left {
        width: 100%;
        order: 2;
        padding: 0;
    }

    .app_left .appswiper_left {
        max-width: 770px;
        width: 100%;
        margin: 0;
    }

    .app_right {
        width: 100%;
    }

    h3.sw_name {
        font-size: 24px;
    }

    summary.sw_summary {
        font-size: 14px;
        color: #111;
        line-height: 180%;
        margin: 10px 0 30px;
    }

    .app_mo_banner {
        display: none;
    }

    .app_content {
        padding-bottom: 65%;
    }

    .swiper_text {
        padding: 20px;
    }

    .indban_but {
        position: absolute;
        width: 100%;
        height: auto;
        border-radius: 0;
        padding: 15px;
    }

    .app_box .yx_PPList>p {
        font-size: 18px;
    }

    li.news_list {
        padding: 0px;
    }

    .news_imgbox {
        width: 100%;
    }

    .news_textbox {
        width: 100%;
        padding: 20px 0 0;
    }

    .news_arrow {
        display: none;
    }

    .news_textbox summary {
        margin: 10px 0;
    }

    .news_textbox h4 {
        font-size: 18px;
        font-weight: bold !important;
    }

    p.news_time {
        font-size: 14px;
    }

    .Industry_left {
        width: 100%;
    }

    .Industry_imgbox {
        width: 100%;
        margin: 20px 0;
    }

    .Industry_list h4 {
        font-size: 16px;
    }

    .technical_list .tech_tit {
        font-size: 24px;
    }

    .technical_list {
        margin: 50px auto;
    }

    .tech_sum {
        font-size: 14px;
    }

    .Scrollnum {
        position: relative;
        right: 0;
        left: 0 !important;
        width: 100%;
    }

    .contact_box {
        width: 100%;
        padding: 20px;
    }

    .contact_left {
        width: 100%;
    }

    .contact_right {
        width: 100%;
    }

    div#container {
        min-height: 300px !important;
    }

    .message {
        padding: 50px 0;
    }

    form.Message_Form {
        margin-top: 20px;
    }

    form.Message_Form>div .input-group {
        width: 100%;
    }

    form.Message_Form>div {
        gap: 20px;
    }

    .submitbox>* {
        width: 150px;
        font-size: 16px;
        margin: 0 10px;
    }
}