/* 首页开始 */
.sy_banner{
    width: 100%;
    height: 665px;
    margin-top: 106px;
    position: relative;
}
.sy_banner .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.sy_banner .swiper-container .swiper-slide {
    overflow: hidden;
    position: relative;
}
.sy_banner .swiper-container .swiper-slide .bannerimg{
    width: 100% !important;
    height: 100%;
    margin: 0 50%;
    transform: translateX(-50%);
    object-fit: cover;
}
.sy_banner .swiper-button-prev:after,
.sy_banner .swiper-container-rtl .swiper-button-next:after {
    content: '';
}
.sy_banner .swiper-button-next:after,
.sy_banner  .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
.sy_banner .swiper-button-prev,
.sy_banner .swiper-container-rtl .swiper-button-next {
    left: 26px;
    background-image: url(../image/left@2x.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 59px 57px;
}
.sy_banner .swiper-button-next,
.sy_banner  .swiper-container-rtl .swiper-button-prev {
    right: 26px;
    background-image: url(../image/right@2x.png);
    background-repeat: no-repeat;
    background-position:100% 0 ;
    background-size: 59px 57px;
}

.sy_banner .swiper-button-next,
.sy_banner  .swiper-button-prev {
    width: 59px;
    height: 57px;
    overflow: hidden;
}
.sy_banner .swiper-pagination {
    text-align: center;
    position: absolute;
    left: 50% !important;
    transform: translate(-50%,0);
    z-index: 10;
    bottom: 36px !important;
}
.sy_banner .swiper-pagination-bullet {
    width: 82px;
    height: 3px;
    display: inline-block;
    border-radius: 0 !important;
    background: #ffffff;
    opacity: 0.2;
    margin: 0 7px !important;
}
.sy_banner .swiper-pagination-bullet-active{
    opacity: 1 !important;
}

.nav_child_col{
    flex: 1;
    padding: 0 18px;
    text-align: center;
}
.nav_child_col .h4{
    display: block;
    font-size: 24px;
    color: #11173B;
    text-align: left;
    font-weight: normal;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #007DC4;
    position: relative;
}
.nav_child_col a{
    display: block;
    font-size: 13px;
    color: #666;
    line-height: 32px;
    transition: 0.3s;
    border-bottom: 1px solid transparent;
}
.nav_child_col a:hover{
    color: #007DC4;
    text-decoration: underline;
}
.has_child>a{
    position: relative;
}
.has_child>a:after{
    content:'';
    display: inline-block;
    width: 10.5px;
    height: 5.25px;
    background-image: url(../image/Chevron@2x.png);
    background-size: 100% 100%;
    margin-left: 5px;
    vertical-align: middle;
}

.value_section{
    padding:20px 0;
    background: linear-gradient( 90deg, #C2E1F1 0%, #FFFFFF 100%);
}
.value_section .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.value_left{
    width: 41.27%;
}
.value_left h2{
    font-size: 36px;
    color: #11173B;
    line-height: 90px;
    font-weight: 300;
}
.value_left p{
    font-size: 20px;
    color: #11173B;
    line-height: 48px;
    white-space: pre-line;
}
.value_right{
    width: 50.97%;
    border-radius: 24px;
    overflow: hidden;
    height: auto;
}
.value_right img{
    width: 100%;
    border-radius: 8px;
}

.market_section{
    padding: 50px 0;
}
.section_title{
    width: 100%;
    height: 90px;
    font-weight: 300;
    font-size: 36px;
    color: #11173B;
    line-height: 90px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.market_grid{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.market_item{
    display: block;
    flex: 1;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid #F3F4F6;
    overflow: hidden;
}
.market_img{
    overflow: hidden;
}
.market_img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all .35s;
}
.market_item:hover .market_img img{
    transform: scale(1.2);
    transition: all .35s;
}
.market_info{
    padding:45px 47px 30px 37px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.market_text{
    width: 90%;
}
.market_text h3{
    font-size: 24px;
    color: #11173B;
    margin: 0 0 26px 0;
    font-weight: 400;
}
.market_text p{
    font-size: 14px;
    color: #11173B;
    margin: 0;
}
.market_arrow{
    width: 20px;
    height: 20px;
    background: url(../image/Vector@2x.png) no-repeat center;
    background-size: 100%;
}
.section_btn{
    text-align: center;
    margin-top: 40px;
}
.section_btn a{
    width: 160px;
    height: 40px;
    display: block;
    background: #007DC4;
    color: #fff;
    border: none;
    padding: 10px 32px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    margin: auto;
}
.section_btn a:hover{
    background: #006BA3;
}

.tds_section{
    padding: 24px 0;
    background: #F9FAFB
}
.tds_section .content{
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
.tds_left{
    width: 40.34%
}
.tds_left img{
    width: 100%;
    border-radius: 8px;
}
.tds_right{
    width: 50%;
    padding-top: 30px;
}
.tds_right h2{
    font-size: 40px;
    color: #11173B;
    margin-bottom: 25px;
    font-weight: 300;
}
.tds_search{
    display: flex;
    margin-bottom: 66px;
    width: 432px;
    border-radius: 5px  5px  5px  5px;
    overflow: hidden;
}
.tds_search input{
    flex: 1;
    height:54px;
    padding: 0 15px;
    border: 1px solid #E5E7EB;
    border-right: none;
    font-size: 14px;
    background: #E7E7E7;
    outline: none;
}
.search_btn{
    width: 62px;
    height: 54px;
    background: url(../image/Icon@2x.png) no-repeat center;
    background-size: 62px 54px;
    cursor: pointer;
    display: block;
}
.tds_text{
    width: 432px;
    height: auto;
    overflow: hidden;
}
.tds_text p{
    font-size: 14px;
    color: #222222;
    line-height: 24px;
    margin: 0;
}
.tds_bottom{
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.tds_contact_btn{
    width: 155px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: end;
    background: #F1F5F9;
    color: #007DC4;
    border-radius: 10px;
    font-size: 18px;
    line-height: 56px;
    text-decoration: none;
    padding-right: 10px;
    margin-left: 25px;
}
.tds_contact_btn:after{
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../image/icon-base@2x.png) no-repeat center;
    background-size: 40px;
    margin-left: 9px;
}

.case_section{
    padding: 50px 0;
}
.case_section .content{
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
.case_left{
    width: 313px;
    flex-shrink: 0;
}
.case_left h2{
    font-size: 40px;
    color: #11173B;
    font-weight: 300;
    margin: 0 0 22px 0; 
}
.case_left p{
    font-size: 16px;
    color: #222;
    font-weight: 300;
    margin: 0 0 73px 0;
}
.case_btn{
    background: #007DC4;
    color: #fff;
    border: none;
    width: 160px;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    display: block;
    text-align: center;
    line-height: 40px;
}
.case_btn:hover{
    background: #006BA3;
}
.case_right{
    flex: 1;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.case_item{
    flex: 1;
    display: block;
    overflow: hidden;
}
.case_item_img{
    width: 100%;
    height: 207px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.case_item:hover .case_item_img img{
    transform: scale(1.2);
    transition: all .35s;
}
.case_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .35s;
}
.case_item h3{
    font-size: 20px;
    color: #11173B;
    margin: 0 0 20px 0;
    font-weight: 400;
    line-height: 32px;
    height: 64px;
}
.case_item p{
    font-size: 14px;
    color: rgba(17, 23, 59, 0.6);
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.n_news_right{
    width: 282px;
    float: right;
}
.n_news_right h2{
    width: 160px;
    height: auto;
    font-weight: 300;
    font-size: 40px;
    color: #11173B;
    line-height: 1;
    text-align: left;
    display: block;
}
.n_news_right p{
    font-size: 16px;
    color: #222;
    line-height: 26px;
    margin: 20px 0 73px 0;
}

.news_section{
    padding: 80px 0;
    background-image: url(../image/Pattern@2x.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    background-color: #F9FAFB;
    overflow: hidden;
}
.news_section .content{
    /* display: flex;
    justify-content: space-between; */
    /* gap: 60px; */
}
.news_left{
    position: relative;
    width: 65.14%;
    margin-left: 45px;
    float: left;
}

.news_left .mySwiper {
    overflow: hidden;
}
.project_swiper .swiper-button-prev:after,
.project_swiper .swiper-container-rtl .swiper-button-next:after {
    content: '';
}
.project_swiper .swiper-button-next:after,
.project_swiper  .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
.project_swiper .swiper-button-prev,
.project_swiper .swiper-container-rtl .swiper-button-next {
    left: -28px;
    background-image: url(../image/Layer_1@2x.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 36px 31px;
}
.project_swiper .swiper-button-next,
.project_swiper  .swiper-container-rtl .swiper-button-prev {
    right: -28px;
    background-image: url(../image/Layer_2@2x.png);
    background-repeat: no-repeat;
    background-position:100% 0 ;
    background-size: 36px 31px;
}

.project_swiper .swiper-button-next,
.project_swiper  .swiper-button-prev {
    width: 36px;
    height: 31px;
    overflow: hidden;
}

.news_card{
    width: 299px !important;
    height: 318px !important;
    background: #fff;
    padding:40px 25px;
}
.news_card h3{
    font-size: 20px;
    color: #11173B;
    margin: 0 0 38px 0;
    font-weight: 500;
    line-height: 26px;
}
.news_card p{
    font-size: 14px;
    color: #11173B;
    line-height: 26px;
    margin: 0 0 22px 0;
    font-weight: 400;
}
.news_card .read_more{
    font-size: 12px;
    color: rgba(17, 23, 59, 0.5);
    text-decoration: none;
    transition: all .15s;
}
.news_card:hover{
    border-bottom: 3px solid #007DC4;
    transition: all .15s;
}
.news_card:hover .read_more{
    color: rgba(17, 23, 59, 1);
    transition: all .15s;
    text-decoration: underline;
}
.news_right{
    width: 260px;
}
.news_right h2{
    font-size: 28px;
    color: #333;
    margin: 0 0 15px 0;
    font-weight: 500;
}
.news_right p{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin: 0 0 30px 0;
}
.news_btn{
    width: 100%;
    height: 44px;
    background: #007DC4;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.nav_next{
    background-image: url(../image/Icon@2x.png);
}
.nav_dots{
    display: flex;
    gap: 10px;
}
.dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
}
.dot.active{
    background: #2CD363;
}
.news_right{
    flex: 1;
}
.news_right p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-bottom: 30px;
}

/* 内页banner */
.ny_banner{
    margin-top: 106px;
    position: relative;
    width: 100%;
    height: 348px;
}
.ny_banner_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.ny_banner_title{
    font-weight: bold;
    font-size: 64px;
    color: #FFFFFF;
    line-height: 90px;
    letter-spacing: 10px;
    height: 100%;
    display: flex;
    align-items: center;
}
.ny_banner_xq{
    letter-spacing: 0px;
}
/* ==================== 产品详情页样式 ==================== */

.breadcrumb{
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #F3F4F6;
}
.breadcrumb .content{
    display: flex;
    align-items: center;
    gap: 10px;
}
.breadcrumb a{
    font-size: 14px;
    color: #11173B;
}
.breadcrumb a:hover{
    color: #007DC4;
}
.breadcrumb img{
    width: 18px;
    height: 18px;
}
.breadcrumb .current{
    color: #007DC4;
    font-weight: bold;
}

.product_intro{
    padding: 30px 0;
    background-color: #fff;
}
.product_intro .content{
    display: flex;
    gap: 60px;
}
.intro_text{
    padding: 18px 0 0 0;
    flex: 1;
}
.intro_text h2{
    margin: 0 0 40px 0;
    font-weight: 300;
    font-size: 36px;
    color: #11173B;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.intro_text p{
    font-weight: 300;
    font-size: 14px;
    color: #11173B;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    white-space: pre-line;
}
.intro_image{
    width: 609px;
}
.intro_image img{
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.product_list{
    padding: 49px 0;
}
.product_tabs{
    display: flex;
    background: #353B5F;
    overflow: hidden;
    margin-bottom: 0;
}
.product_tabs .tab{
    flex: 1;
    padding: 22px 20px;
    text-align: center;
    font-size: 18px;
    color: rgba(255,255,255,1);
    cursor: pointer;
    transition: 0.3s;
    font-weight: 400;
}

.product_grid{
    display: flex;
    background: #fff;
    border: 1px solid #F3F4F6;
    border-top: none;
}
.grid_col{
    /*flex: 1;*/
    width: 25%;
    text-align: center;
}
.grid_col:not(:last-child){
    border-right: 1px solid #E5E7EB;
}
.product_item{
    display: block;
    padding: 34px 20px;
    font-size: 16px;
    color: #11173B;
    border-bottom: 1px solid #F0F0F0;
    transition: 0.3s;
    font-weight: 400;
    white-space: pre-line;
}
.product_item:hover{
    color: #007DC4;
    text-decoration: underline
}
.product_item:last-child{
    /*border-bottom: none;*/
}

.cta_section{
    width: 100%;
    height: 88px;
    padding: 0;
    display: flex;
}

.cta_left, .cta_right{
    width: 50%;
    height: 100%;
    flex: 1;
    text-align: center;
    transition: 0.3s;
    line-height: 88px;
    background: linear-gradient( 90deg, #394067 0%, #181C33 100%);
}
.cta_left{
    border-right: 1px solid rgba(255,255,255,0.1);
}
.cta_section a{
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.cta_section a::after{
    content: '';
    width: 9px;
    height: 16px;
    background: url('../image/vectorW@2x.png') no-repeat center;
    background-size: 9px 16px;
}

.tech_support{
    padding: 20px 0;
    background: #fff;
}
.tech_support .content{
    display: flex;
   justify-content: space-between;
    align-items: center;
}
.support_text{
    width: 577px;
}
.support_text h2{
    font-weight: 300;
    font-size: 36px;
    color: #11173B;
    line-height: 48px;
    text-align: left;
    margin-bottom: 20px;
}
.support_text p{
    font-weight: 300;
    font-size: 16px;
    color: #11173B;
    line-height: 36px;
    text-align: left;
    margin-bottom: 93px;
}
.support_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 317px;
    height: 61px;
    background: #007DC4;
    cursor: pointer;
    transition: 0.3s;
    line-height: 61px;
}
.support_btn:hover{
    background: #006BA3;
}
.support_btn span{
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-right: 13px;
}
.support_btn img{
    width: 19px;
    height: 8px;
    display: inline-block;
}

.support_image{
    width: 609px;
}
.support_image img{
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.bottom_links{
    background-image: url(../image/Bakground_contact@2x.png);
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 70px;
    padding: 0;
}
.bottom_links .content{
    display: flex;
    margin: 0 auto 0 !important;
    padding: 0;
}
.link_item{
    flex: 1;
    padding: 25px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
    background-image: url(../image/vectorW@2x.png);
    background-size: 9px 16px;
    background-position: 63% 52%;
    background-repeat: no-repeat;
}
.link_item:not(:last-child){
    border-right: 1px solid rgba(255,255,255,0.2);
}
.link_item .icon{
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}
.link_item:nth-child(1) .icon{
    background-image: url('../image/outline01@2x.png');
}
.link_item:nth-child(2) .icon{
    background-image: url('../image/outline02@2x.png');
}
.link_item:nth-child(3) .icon{
    background-image: url('../image/outline03@2x.png');
}

/* ==================== 产品详情页 - 特性模块 ==================== */
.product_features {
    padding: 25px 0;
    background-color: #FAFDFF;
    background-image: url(../image/Pattern@2x.png);
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.features_content {
    margin-top: 20px;
}
.features_column {
    width: 100%;
    height: auto;
}

.features_column p {
    font-weight: 300;
    font-size: 16px;
    color: #11173B;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    white-space: pre-line;
}


/* ==================== 产品详情页 - 典型性质模块 ==================== */
.typical_properties {
    padding: 50px 0;
    background: #fff;
}
.typical_properties .content {
    display: flex;
    justify-content: space-between;
}
.properties_left {
    width: 405px;
    flex-shrink: 0;
}
.section_title2{
    font-weight: 300;
    font-size: 36px;
    color: #11173B;
    line-height: 48px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.properties_left p {
    font-weight: 300;
    font-size: 16px;
    color: #11173B;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 21px 0 18px 0;
}
.contact_btn {
    width: 198px;
    height: 52px;
    display: inline-block;
    background: #007DC4;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    text-align: left;
    background-image: url(../image/Arrow@2x.png);
    background-size: 19px 8px;
    background-position: 68% 50%;
    background-repeat: no-repeat;
    padding: 13px 34px;
}

.properties_right {
    width: 940px;
}
.properties_table {
    width: 100%;
    border-collapse: collapse;
}

.properties_table thead th {
    height: 64px;
    background: #262D53;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 64px;
    font-style: normal;
    text-transform: none;
}
.properties_table thead th:nth-child(1){
    width: 360px;
}
.properties_table thead th:nth-child(2){
    width: 581px;
}
.properties_table tbody {
    border: 1px solid #F3F4F6;
}
.properties_table tbody td {
    height: 89px;
    border-bottom: 1px solid #F3F4F6;
    
    font-weight: 400;
    font-size: 16px;
    color: #11173B;
    line-height: 36px;
    text-align: center;
}
.properties_table tbody td:nth-child(1){
    border-right: 1px solid #F3F4F6;
}

/* ==================== 产品详情页 - 技术资料模块 ==================== */
.tech_documents {
    padding: 60px 0;
    background: #F9FAFB;
}
.docs_container {
    display: block;
    margin-top: 40px;
}
.doc_image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    margin-bottom: 20px;
}

/* 产品搜索 */
.top_banner {
    width: 100%;
    height: auto;
    padding: 80px 0 60px 0;
    background: linear-gradient(90deg, #C2E1F1 0%, #FFFFFF 100%);
    margin-top: 106px;
}
.top_banner .content {
    text-align: center;
}
.top_banner .search_box {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    padding: 4px;
    width: 100%;
    max-width: 872px;
}
.top_banner .search_icon {
    width: 18px;
    height: 18px;
    background-image: url('../image/Search@2x.png');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    margin-left: 26px;
    flex-shrink: 0;
    opacity: 0.6;
}
.top_banner .search_box input {
    flex: 1;
    height: 42px;
    border: none;
    font-size: 16px;
    color: #11173B;
    padding: 0 12px;
    outline: none;
    background: transparent;
}
.top_banner .search_camera {
    width: 18px;
    height: 18px;
    background-image: url('../image/square@2x.png');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    margin-right: 16px;
    flex-shrink: 0;
    opacity: 0.6;
    cursor: pointer;
}
.product_list_section {
    padding: 30px 0 40px 0;
    background: #fff;
}

.section_title {
    font-size: 32px;
    color: #11173B;
    font-weight: 300;
}
.product_search_item {
    display: flex;
    align-items: center;
    padding: 42px 0;
    border-bottom: 1px solid #eee;
    gap: 60px;

}
.product_info {
    min-width: 150px;;
    height: auto;
}
.product_name {
    font-size: 24px;
    color: #11173B;
    font-weight: bold;
    min-width: 150px;
}
.doc_links {
    display: block;
    margin-top: 35px;
    font-weight: bold;
    font-size: 16px;
    color: #007DC4;
    line-height: 18px;
    text-decoration-line: underline;
    text-transform: none;
}
.product_docs {
    width: 80%;
    height: auto;
}
.product_path {
    display: flex;
    align-items: center;
    gap: 8px;
}
.product_path a {
    font-weight: 300;
    font-size: 12px;
    color: #11173B;
    line-height: 18px;
    text-align: left;
    text-decoration: none;
}
.product_path a:hover {
    color: #007DC4;
    text-decoration: underline;
}
.path_arrow {
    width: 18px;
    height: 18px;
    margin: 0 26px;
}
.path_arrow2{
    width: 18px;
    height: 18px;
    margin: 0;
}
.doc_group{
   width: 100%;
   height: auto;
   margin-top: 35px;
   display: flex;
   gap: 50px;
}
.doc_link {
    font-weight: bold;
    font-size: 16px;
    color: #11173B;
    line-height: 18px;
}
.doc_link:hover {
    text-decoration: underline;
}

.support_section {
    display: flex;
    align-items: center;
    padding: 35px 0;
    gap: 22px;
}
.support_texts {
    font-weight: 400;
    font-size: 20px;
    color: #11173B;
    line-height: 35px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.support_btns {
    display: inline-flex;
    align-items: center;
    gap: 26px;
    background: #007DC4;
    padding: 14px 30px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    text-transform: none;
    transition: 0.3s;
}
.support_btns:hover {
    background: #0066A3;
}
.btn_arrow {
    width: 37px;
    height: 15px;
    background-image: url('../image/Arrow@2x.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.product_list_section.empty {
    padding: 80px 0 100px 0;
}
.no_results {
    text-align: center;
    padding: 40px 0;
}
.no_results_text {
    font-weight: 400;
    font-size: 20px;
    color: #11173B;
    line-height: 35px;
    margin: 0 0 30px 0;
}
.no_results_highlight {
    color: #11173B;
    opacity: 0.5;
}

/* 站内搜索 */
.search_banner {
    width: 100%;
    padding: 140px 0 60px 0;
    background: linear-gradient(90deg, #C2E1F1 0%, #FFFFFF 100%);
    margin-top: 106px;
}
.search_banner .content {
    text-align: left;
}
.search_banner h1 {
    font-size: 48px;
    color: #11173B;
    font-weight: 300;
    margin: 0 0 30px 0;
}
.search_box {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    padding: 4px;
    overflow: hidden;
}
.search_box input {
    width: 400px;
    height: 46px;
    border: none;
    font-size: 16px;
    color: #007DC4;
    padding: 0 24px;
    outline: none;
    background: transparent;
}
.search_box button {
    width: 46px;
    height: 46px;
    border: none;
    background: url('../image/Search@2x.png') no-repeat center;
    background-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    /* background-color: #007DC4; */
}

.search_breadcrumb {
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #F3F4F6;
}
.search_breadcrumb .content {
    display: flex;
    align-items: center;
    gap: 10px;
}
.search_breadcrumb a {
    font-size: 14px;
    color: #11173B;
    text-decoration: none;
}
.search_breadcrumb a:hover {
    color: #007DC4;
}
.breadcrumb_arrow {
    width: 10px;
    height: 10px;
    background-image: url('../image/Vector1@2x.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.search_breadcrumb .current {
    font-size: 14px;
    color: #007DC4;
    font-weight: bold;
}

.search_results {
    padding: 30px 0 80px 0;
    background: #fff;
}
.search_item {
    display: block !important;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #F3F4F6;
}
.search_item .search_item_div{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px;
    border-bottom: 1px solid #F3F4F6;
    transition: 0.3s;
}
.search_item.highlight {
    background: #F9FAFB;
}
.search_item:hover {
    background: #FAFDFF;
}
.search_item_content {
    flex: 1;
}
.search_item_content h3 {
    margin: 0 0 15px 0;
}
.search_item_content h3 a {
    font-size: 20px;
    color: #11173B;
    font-weight: 300;
    text-decoration: none;
    transition: 0.3s;
    line-height: 40px;
}
.search_item_content h3 a:hover {
    color: #007DC4;
}
.search_path {
    display: flex;
    align-items: center;
    gap: 8px;
}
.search_path a {
    font-size: 14px;
    color: #11173B;
    text-decoration: none;
}
.search_path a:hover {
    text-decoration: underline;
}
.search_path a:last-child{
    color: #007DC4;
}
.path_arrow {
    width: 18px;
    height: 18px;
    background-image: url('../image/vectorR.png');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
}
.path_arrow2{
    width: 18px;
    height: 18px;
    background-image: url('../image/vectorR.png');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
}
.search_item_image {
    width: 149px;
    height: 111px;
    flex-shrink: 0;
}
.search_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 产品介绍与特征区域 */
.market_secondary_intro {
    width: 100%;
    height: 540px;
    overflow: hidden;
    position: relative;
}
.intro_color{
    position: absolute;
    top: 0;
    right: 0;
    width: 43%;
    height: 100%;
    background: #F9FAFB;
    padding: 78px 0 58px 60px;
    z-index: 0;
}
.market_secondary_intro .content{
    display: flex;
    justify-content: space-between;
}
.intro_main {
    width: 600px;
    padding: 78px 0;
}
.intro_main h2 {
    font-weight: 300;
    font-size: 36px;
    color: #11173B;
    line-height: 40px;
    text-align: left;
    margin-bottom: 40px;
}
.intro_main p {
    font-weight: 300;
    font-size: 14px;
    color: #11173B;
    line-height: 24px;
    text-align: left;
    text-align: justify;
    white-space: pre-line
}
.intro_features {
    width: 600px;
    height: auto;
    padding: 78px 0 58px 60px;
    position: relative;
    z-index: 1;
}
.intro_features h3 {
    font-weight: 300;
    font-size: 36px;
    color: #11173B;
    line-height: 40px;
    text-align: left;
    margin-bottom: 40px;
}
.intro_features p {
    font-weight: 300;
    font-size: 14px;
    color: #11173B;
    text-align: left;
    white-space: pre-line;
}

/* 产品展示区域 */
.market_secondary_showcase {
    padding: 18px 0;
    background: #FAFDFF;
}
.market_secondary_showcase .content {
    display: flex;
    gap: 82px;
    align-items: center;
}
.showcase_image {
    width: 41.89%;
    flex-shrink: 0;
}
.showcase_image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.showcase_text {
    flex: 1;
}
.showcase_text h3 {
    font-weight: 300;
    font-size: 36px;
    color: #11173B;
    line-height: 48px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0 0 58px 0;
}
.showcase_text p {
    font-weight: 300;
    font-size: 16px;
    color: #11173B;
    line-height: 36px;
    text-align: left;
    text-align: justify;
    white-space: pre-line;
}

/* 产品型号表格区域 */
.market_secondary_tables {
    padding: 82px 0 57px 0;
}

.product_table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    overflow: hidden;
}
.product_table thead tr {
    background: #353B5F;
}
.product_table thead th {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 64px;
    text-align: center;
    height: 64px;
}
.product_table thead th:first-child {
    width: 360px;
}
.product_table tbody tr {
    height: 89px;
    border-bottom: 1px solid #F3F4F6;
}
.product_table tbody td {
    height: 89px;
    border: 1px solid #F3F4F6;
}
.product_table tbody td:first-child {
    text-align: center;
}
.product_table tbody td:first-child a{
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #11173B;
    line-height: 89px;
    text-align: center;
}
.product_table tbody td:first-child a:hover{
    font-weight: 600;
    color: #007DC4;
    font-style: normal;
    text-decoration-line: underline;
    text-transform: none;
}
.product_table tbody td:nth-child(2){
    padding: 13px 44px;
}
.product_table2{
    margin-top: 37px;
}

/* 所需设备区域 */
.market_secondary_equipment {
    padding: 55px 0 69px 0;
    background: #F9FAFB;
}
.market_secondary_equipment h2 {
    font-weight: 300;
    font-size: 36px;
    color: #11173B;
    line-height: 48px;
    text-align: center;
    margin: 0 0 53px 0;
}
.equipment_grid {
    display: flex;
    gap: 40px;
    margin: auto;
    width: 1109px;
}
.equipment_item {
    width: 343px;
    background: #fff;
    box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.08);
    padding: 11px 15px 22px 15px;
    text-align: center;
}
.equipment_image {
    margin-bottom: 8px;
    overflow: hidden;
}
.equipment_image:hover img{
    transform: scale(1.2);
    transition: all .35s;
}
.equipment_image img {
    width: 100%;
    height: 216px;
    object-fit: cover;
    transition: all .35s;
}
.equipment_item h3 {
    height: 48px;
    font-weight: 400;
    font-size: 20px;
    color: #11173B;
    line-height: 48px;
    text-align: left;
    margin: 0 0 8px 0;
}
.equipment_item p {
    font-weight: 300;
    font-size: 14px;
    color: #11173B;
    text-align: left;
    font-style: normal;
    text-transform: none;
}


/* ==================== 市场主页面样式 ==================== */

/* 核心市场区域 */
.market_primary_core {
    padding: 46px 0 59px 0;
    background: #fff;
}
.market_primary_core .core_header h2 {
    font-weight: 300;
    font-size: 36px;
    color: #11173B;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0 0 30px 0;
}

.market_primary_core .core_header p {
    font-weight: 300;
    font-size: 14px;
    color: #11173B;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    white-space: pre-line;
}

/* 行业类别区域 */
.market_primary_categories {
    padding: 64px 0 79px 0;
    background: #F9FAFB;
}
.market_primary_categories .section_title {
    text-align: center;
    margin-bottom: 50px;
}
.market_primary_categories .categories_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.market_primary_categories .categories_grid .category_item:nth-child(n+4) {
    grid-column: span 1;
}
.market_primary_categories .categories_grid .category_item:nth-child(4) {
    grid-column: 1 / 2;
}
.market_primary_categories .categories_grid .category_item:nth-child(5) {
    grid-column: 2 / 3;
}
.market_primary_categories .category_item {
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
    text-decoration: none;
    padding: 28px 34px 68px 34px; 
}
.market_primary_categories .category_item:hover {
    /*box-shadow: 0 4px 20px rgba(0,0,0,0.1);*/
    /*transform: translateY(-2px);*/
}
.market_primary_categories .category_image {
    height: 260px;
    overflow: hidden;
    border-radius: 10px;
}
.market_primary_categories .category_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.market_primary_categories .category_item:hover .category_image img {
    transform: scale(1.2);
}
.market_primary_categories .category_info {
    padding: 28px 0 0 0;
}
.market_primary_categories .category_info h3 {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0 0 36px 0;
    display: flex;
    align-items: center;
}
.market_primary_categories .category_info h3 span {
    width: 10px;
    height: 20px;
    background: url('../image/Vector1@2x.png') no-repeat center;
    background-size: 10px 20px;
    transition: 0.3s;
    display: inline-block;
    margin-left: 20px;
    margin-top: 3px;
}
.market_primary_categories .category_item:hover .category_info h3 span {
    transform: translateX(4px);
}
.market_primary_categories .category_info p {
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}


/* ==================== 案例研究页面样式 ==================== */

/* banner区域 */
.case_banner {
    width: 100%;
    height: 348px;
    margin-top: 106px;
    position: relative;
    overflow: hidden;
}
.case_banner_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../image/banner_case@2x.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.case_banner_content {
    height: 100%;
    display: flex;
    align-items: center;
}
.case_banner_content h1 {
    font-size: 64px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 8px;
}

/* 面包屑导航 */
.case_breadcrumb {
    padding: 15px 0;
    background: #F5F5F5;
    border-bottom: 1px solid #E5E7EB;
}
.case_breadcrumb .content {
    display: flex;
    align-items: center;
    gap: 10px;
}
.case_breadcrumb a {
    font-size: 13px;
    color: #666;
    text-decoration: none;
}
.case_breadcrumb a:hover {
    color: #007DC4;
}
.case_breadcrumb span {
    font-size: 13px;
    color: #999;
}
.breadcrumb_arrow {
    width: 10px;
    height: 10px;
    background-image: url('../image/Vector1@2x.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

/* 案例介绍区域 */
.case_intro {
    padding: 46px 0 29px 0;
    background: #fff;
}
.case_intro h2 {
    font-weight: 300;
    font-size: 36px;
    color: #11173B;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0 0 30px 0;
}
.case_intro > .content > p {
    font-weight: 300;
    font-size: 14px;
    color: #11173B;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-align: justify;
    max-width: 100%;
}

/* 案例卡片网格 */
.case_grid {
    padding:42px 0 60px 0;
    background: #F9FAFB;
}
.case_intro_main {
    display: flex;
    gap: 50px;
    padding: 22px 26px;
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
}
.case_intro_img {
    width: 22.12%;
    flex-shrink: 0;
}
.case_intro_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.case_intro_text {
    flex: 1;
    padding-top: 24px;
}
.case_intro_text h3 {
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0 0 40px 0;
}
.case_intro_text p {
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
}

.case_grid_row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 46px;
}
.case_grid_item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
    margin-bottom: 20px;
    padding: 20px 25px 40px 25px;
    width: 23.94%;
    display: block;
}
.case_grid_item:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    transform: translateY(-3px);
}
.case_grid_item img {
    width: 100%;
    height: 239px;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 10px;
}
.case_grid_item:hover img {
    transform: scale(1.03);
}
.case_grid_item_title {
    padding: 23px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.case_grid_item_title span:first-child {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 92%;
    display: block;
    display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.case_grid_arrow {
    width: 9px;
    height: 20px;
    background-image: url('../image/Vector1@2x.png');
    background-repeat: no-repeat;
    background-size:9px 20px;
    background-position: center;
    transition: 0.3s;
    margin-top: 3px;
}
.case_grid_item:hover .case_grid_arrow {
    transform: translateX(4px);
}

/* 底部按钮区域 */
.case_bottom_cta {
    background: linear-gradient(90deg, #00A8B5 0%, #00C49A 50%, #00D9A6 100%);
    padding: 0;
}
.case_bottom_cta .content {
    display: flex;
    margin: 0;
    padding: 0;
}
.case_bottom_cta .cta_item {
    flex: 1;
    padding: 25px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #fff;
    font-size: 15px;
    transition: 0.3s;
    cursor: pointer;
}
.case_bottom_cta .cta_item:hover {
    background: rgba(255,255,255,0.1);
}
.case_bottom_cta .cta_item:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,0.2);
}
.cta_arrow {
    width: 16px;
    height: 16px;
    background-image: url('../image/Vector1@2x.png');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
}


/* ==================== 案例详情页面样式 ==================== */

/* 案例概述区域 */
.ny_banner_case{
    font-weight: 400;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 90px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0px;
}
.casedetail_intro {
    padding: 60px 0;
    background: #fff;
}
.casedetail_intro .content p {
    font-weight: 400;
    font-size: 16px;
    color: #11173B;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/* 案例详情内容区域 - 核心左右布局 */
.casedetail_section {
    padding: 80px 0;
    background: #fff;
    border-bottom: 1px solid #E5E7EB;
}
.casedetail_section:last-child {
    border-bottom: none;
}
.casedetail_section .case_content {
    display: flex;
    gap: 22px;
}

/* 左侧标题区域 */
.section_left {
    width: 220px;
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.section_left h2 {
    font-weight: 300;
    font-size: 36px;
    color: #11173B;
    line-height: 40px;
    text-align: left;
}

/* 右侧内容区域 */
.section_right {
    flex: 1;
}
.section_right p:nth-child(1){
    font-size: 16px;
    color: #11173B;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 12px;
}
.section_right p {
    font-size: 16px;
    color: #11173B;
    line-height: 26px;
    text-align: justify;
    white-space: pre-line;
}

/* ========= 资讯详情页面样式 ======== */
.new_banner_title{
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 129px;
}
.new_banner_title h1{
    font-weight: 400;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 90px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.new_banner_time{
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
}
.newdetail_intro{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 52px 0 90px 0;
}
.newdetail_intro .content{
    display: flex;
    justify-content: space-between;
}
.newdetail_intro_left{
    width: 65%;
    height: auto;
    overflow: hidden;
}
.newdetail_intro_left p{
    font-weight: 300;
    font-size: 16px;
    color: #11173B;
    line-height: 24px;
    text-align: left;
    white-space: pre-line;
}
.newdetail_intro_right {
    width: 343px;
    height: 239px;
}
.newdetail_intro_right img{
    width: 100%;
    height: 100%;
}

/* ==========共同成长====== */
.career_intro_one{
    padding: 64px 0 70px 0;
}
.career_intro_one .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.career_intro_left{
    width: 55%;
}
.career_intro_text:nth-child(1),
.career_intro_text:nth-child(2){
    width: 100%;
    height: 140px;
    margin-bottom: 70px;
}

.career_intro_text h1{
    font-weight: 400;
    font-size: 36px;
    color: #11173B;
    line-height: 40px;
    text-align: left;
    margin-bottom: 16px;
}
.career_intro_text span{
    font-weight: 300;
    font-size: 16px;
    color: #11173B;
    text-align: left;
    font-style: normal;
    text-transform: none;
    white-space: pre-line;
}
.career_intro_text .ul{
    margin-top: 20px;
}

.career_intro_text .ul a{
    font-weight: 300;
    font-size: 14px;
    color: #11173B;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 24px;
    text-decoration: underline;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.career_intro_text .ul a img{
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 8px;
}
.career_intro_right{
    width: 441px;
    height: auto;
}
.career_intro_right p{
    font-weight: 300;
    font-size: 32px;
    color: #11173B;
    line-height: 40px;
    text-align: center;
    margin-bottom: 30px;
}
.career_intro_right img{
    max-width: 100%;
    max-height: 621px;
}
.career_intro_two{
    width: 100%;
    height: 117px;
    overflow: hidden;
    background: linear-gradient( 90deg, #394067 0%, #181C33 100%);
}
.career_intro_two .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.career_intro_word{
    font-weight: 400;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.career_intro_word img{
    width: 15px;
    height: 29px;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}
.career_intro_three{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 89px 0 78px 0;
    background: #008CA0;
}
.career_intro_three .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 97px;
}
.career_three_left{
    width: 320px;
    height: auto;
}
.career_three_left h1{
    font-weight: 300;
    font-size: 40px;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 20px;
    white-space: pre-line;
}
.career_three_left span{
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: left;
}
.career_three_swiper{
    width: 947px;
    height: auto;
    position: relative;
}
.career_three_swiper .mySwiper {
    overflow: hidden;
}
.career_three_swiper .swiper-button-next, 
.career_three_swiper .swiper-container-rtl .swiper-button-prev {
    right: -40px;
    background-image: url(../image/vectorW@2x.png);
}
.career_three_swiper .swiper-button-prev,
.career_three_swiper  .swiper-container-rtl .swiper-button-next {
    left: -40px;
    background-image: url(../image/vectorW@2x.png);
    transform: rotate(180deg)
}
.career_three_swiper .swiper-button-next:after,
.career_three_swiper .swiper-container-rtl .swiper-button-prev:after{
    content: "";
}
.career_three_swiper .swiper-button-prev:after,.career_three_swiper.swiper-container-rtl .swiper-button-next:after {
    content: "";
}
.career_three_swiper .swiper-button-next,
.career_three_swiper .swiper-button-prev{
    width:15px;
    height: 29px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.career_three_swiper .swiper-slide{
    display: block;
    width: 299px !important;
    height: auto;
    background: #FFFFFF;
    padding: 45px 25px 34px 25px;
}
.career_three_swiper .swiper-slide h1{
    font-weight: 500;
    font-size: 20px;
    color: #11173B;
    line-height: 26px;
    text-align: left;
    margin-bottom: 36px;
}
.career_three_swiper .swiper-slide p{
    font-weight: 400;
    font-size: 14px;
    color: #11173B;
    line-height: 26px;
    text-align: left;
    margin-bottom: 30px;
    height: 52px;
}
.career_three_swiper .swiper-slide span{
    font-weight: 400;
    font-size: 12px;
    color: #11173B;
    opacity: 0.5;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.career_three_swiper .swiper-slide:hover span{
    text-decoration: underline;
    opacity: 1;
}
.career_intro_four{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.career_intro_item{
    width: 100%;
    height: auto;
    padding: 20px 0;
    overflow: hidden;
}
.career_intro_item:nth-child(2){
    background-color: #FAFDFF;
}
.career_intro_item .career_item_left{
    width: 50%;
    height: auto;
    overflow: hidden;
    float: left;
    padding:30px 0;
}
.career_intro_item .career_item_left h1{
    font-weight: 300;
    font-size: 36px;
    color: #11173B;
    line-height: 48px;
    text-align: left;
    margin-bottom: 28px;
}
.career_intro_item .career_item_left p{
    font-family: Manrope, Manrope;
    font-weight: 300;
    font-size: 16px;
    color: #11173B;
    text-align: left;
}
.career_intro_item .career_item_left a{
    width: 317px;
    height: 52px;
    background-color: #007DC4;
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    padding: 15px 40px;
    background-image: url(../image/Arrow@2x.png);
    background-size: 35px 13px;
    background-repeat: no-repeat;
    background-position: 85% 50%;
    margin-top: 75px;
}
.career_intro_item .career_item_left a:hover{
    background-color: #006BA3;
}
.career_intro_item .career_item_img{
    width: 546px;
    height: 357px;
    float: right;
}
.career_intro_item .career_item_img img{
    max-width: 100%;
    max-height: 100%;
}
.career_intro_item:nth-child(2) .career_item_left{
    float: right;
}
.career_intro_item:nth-child(2) .career_item_img{
    float: left;
}
/* 联系我们 */
.contact_us {
    padding: 75px 0;
    background: #FAFDFF;
}
.contact_us h2 {
    font-weight: 300;
    font-size: 36px;
    color: #11173B;
    line-height: 40px;
    text-align: center;
    margin: 0 0 72px 0;
}
.contact_grid {
    display: flex;
    gap: 60px;
    margin: auto;
    width: 1320px;
}
.contact_item {
    width: 400px;
    background: #fff;
    box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.08);
    padding: 11px 17px 33px 17px;
}
.contact_image {
    margin-bottom: 8px;
    overflow: hidden;
}
.contact_image img {
    width: 100%;
    height: 216px;
    object-fit: cover;
}
.contact_item h3 {
    height: 48px;
    font-weight: 400;
    font-size: 20px;
    color: #11173B;
    line-height: 48px;
    text-align: left;
    margin: 0 0 8px 0;
}
.contact_item p {
    font-weight: 300;
    font-size: 14px;
    color: #11173B;
    text-align: left;
    font-style: normal;
    text-transform: none;
    height: 60px;
}
.contact_item span{
    font-weight: 300;
    font-size: 16px;
    color: #11173B;
    text-align: left;
    margin-top: 8px;
    display: block;
}
.contact_code{
    width: 224px;
    height: 223px;
    margin: 49px auto 27px;
}
.contact_code_text{
    font-weight: 400;
    font-size: 20px;
    color: #11173B;
    line-height: 48px;
    text-align: center;
}
.contact_office{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 0 0 0;
}
.contact_office_item{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 22px 0;
}
.contact_office_h{
    width: 43%;
    font-weight: 300;
    font-size: 36px;
    color: #11173B;
    line-height: 48px;
    text-align: left;
    float: right;
    padding-top: 110px;
}
.contact_office_swiper{
    width: 628px;
    height: 376px;
    float: left;
}
.contact_office_swiper .bannerimg{
    width: 100%;
    height: 100%;
}
.contact_office_swiper .swiper-container{
    width: 100%;
    height: 100%;
}
.contact_office_item:nth-child(2){
    background-color: #FAFDFF;
}
.contact_office_item:nth-child(2) .contact_office_h{
    float: left;
}
.contact_office_item:nth-child(2) .contact_office_swiper{
    float: right;
}
.c_office_swiper{
    width: 100%;
    height: auto;
    padding: 50px 0;
    position: relative;
}
.contact_office_img{
    width: 345px;
    height: 247px;
}
.contact_map{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #008CA0;
    padding: 18px 0;
}
.contact_map .content{
    display: flex;
    justify-content: space-between;
}
.contact_map_text{
    width: 180px;
    height: 48px;
    font-weight: 300;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: left;
    padding-top: 75px;
}
.contactMap{
    width: 1032px;
    height: 565px;
    background-color: #fff;
}
#mapDiv{
    width: 100%;
    height: 100%;
}
/* 新增弹出层样式 */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.popup-overlay.show {
    display: flex;
}
.popup-content {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    line-height: 1;
}
.popup-close:hover {
    color: #333;
}
.popup-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}
.form-group textarea {
    resize: vertical;
    min-height: 100px;
}
.form-submit {
    width: 100%;
    padding: 12px;
    background-color: #007DC4;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}
.form-submit:hover {
    background-color: #0056b3;
}
.contact-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #007DC4;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 15px;
}
.contact-btn:hover {
    background-color: #0056b3;
}
/* 手机端隐藏内容 */
.mobile{
    display: none;
}

/* 手机自适应开始 */
@media screen and (max-width: 1650px){
    
}
@media screen and (max-width: 1560px){
    .case_grid_item {
        width: 22.94%;
    }
    .case_grid_item img{
        max-height: 239px;
        height: auto;
    }
}
@media screen and (max-width: 1450px){
    
}
@media screen and (max-width: 1366px){
    
}
@media screen and (max-width: 1310px){
    /* 内容 */
}
@media screen and (max-width: 1100px){
    .pc_nav,.pc_partner{
        display: none !important;
    }
    .mobile{
        display: block;
    }
    /* 产品详情响应式 */
    .features_content {
        display: block;
    }
    .features_column {
        margin-bottom: 20px;
    }
    .typical_properties .content {
        display: block;
    }
    .properties_left {
        width: 100%;
        margin-bottom: 30px;
    }
    .docs_container {
        display: block;
    }
    .doc_image {
        margin-bottom: 20px;
    }
    /* 产品搜索 */
    .product_list_section .content {
        max-width: 1000px;
    }
    .top_banner {
        margin-top: 94px;
        padding: 40px 15px;
    }
    .top_banner .search_box {
        max-width: 100%;
        margin: 0;
    }
    .top_banner .search_box input {
        font-size: 14px;
    }
    .product_list_section .content {
        padding: 0 15px;
    }
    .section_title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .product_search_item {
        flex-direction: column;
        padding: 25px 0;
        gap: 20px;
    }
    .product_info {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .product_info {
        width: 100%;
        min-width: auto;
    }
    .product_name {
        font-size: 20px;
        min-width: auto;
    }
    .doc_links {
        margin-top: 15px;
        font-size: 14px;
    }
    .product_docs {
        width: 100%;
    }
    .product_path {
        flex-wrap: wrap;
    }
    .path_arrow {
        margin: 0 10px;
        width: 14px;
        height: 14px;
    }
    .path_arrow2{
        margin: 0;
        width: 14px;
        height: 14px;
    }
    .doc_group {
        gap: 30px;
        margin-top: 20px;
    }
    .doc_link {
        font-size: 14px;
    }
    .support_section {
        flex-direction: column;
        gap: 15px;
        padding: 25px 0;
    }
    .support_texts {
        font-size: 16px;
    }
    .support_btns {
        width: 100%;
        justify-content: center;
        font-size: 16px;
        padding: 12px 20px;
    }
    .no_results_text {
        font-size: 16px;
    }
    .no_results {
        padding: 30px 15px;
    }
    /* 站内搜索 */
    .search_banner {
        margin-top: 94px;
        padding: 40px 15px;
    }
    .search_banner h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .search_box {
        width: 100%;
    }
    .search_box input {
        width: 100%;
        font-size: 14px;
        height: 42px;
    }
    .search_box button {
        width: 42px;
        height: 42px;
        background-size: 18px;
    }
    .breadcrumb {
        padding: 12px 15px;
    }
    .breadcrumb .content {
        gap: 8px;
    }
    .breadcrumb img {
        width: 14px;
        height: 14px;
    }
    .breadcrumb a,
    .breadcrumb .current {
        font-size: 13px;
    }
    .search_results {
        padding: 30px 15px;
    }
    .search_item {
        display: block;
        padding: 20px 15px;
        border-bottom: 1px solid #F3F4F6;
    }
    .search_item_content h3 a {
        font-size: 18px;
        line-height: 28px;
    }
    .search_path {
        flex-wrap: wrap;
        gap: 5px;
    }
    .search_path a {
        font-size: 13px;
    }
    .path_arrow {
        width: 14px;
        height: 14px;
        background-size: 14px;
    }
    .path_arrow2{
        width: 14px;
        height: 14px;
        background-size: 14px;
    }
    .search_item_image {
        margin-top: 15px;
        width: 100%;
        height: 180px;
    }
    .search_item_image img {
        border-radius: 10px;
    }
    /* 市场二级页面响应式 */
    .market_secondary_intro .content {
        display: block;
    }
    .intro_main {
        margin-bottom: 30px;
    }
    .intro_features {
        width: 100%;
    }
    
    .market_secondary_showcase .content {
        display: block;
    }
    .showcase_image {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .equipment_grid {
        display: block;
    }
    .equipment_item {
        margin:0 auto 30px;
    }
    /* 市场主页面 */
    .market_primary_categories .categories_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    .market_primary_categories .categories_grid .category_item:nth-child(4),
    .market_primary_categories .categories_grid .category_item:nth-child(5) {
        grid-column: span 1;
    }
    .market_primary_core .core_features {
        gap: 40px;
    }
    /* 案例研究页面响应式样式 */
    .case_intro_main {
        display: block;
    }
    .case_intro_img {
        width: 100%;
    }
    .case_intro_img img {
        height: 250px;
    }
    
    .case_grid_row {
        display: block;
    }
    .case_grid_item {
        margin-bottom: 20px;
        width: 100%;
        padding: 20px 25px 20px 25px
    }
    .case_grid_row:last-child .case_grid_item:last-child {
        margin-bottom: 0;
    }
    .casedetail_section .case_content {
        display: block;
        gap: 0;
    }
    
    .section_left {
        width: 100%;
        margin-bottom: 25px;
        padding-bottom: 20px;
        border-bottom: 2px solid #E5E7EB;
    }
    
    .section_right {
        padding-left: 0;
        border-left: none;
    }
    
    .section_right h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 800px){
    /* 首页banner */
    .sy_banner {
        height: 217.5px;
        margin-top: 80px;
    }
    .sy_banner .swiper-pagination {
        text-align: center;
        bottom: 25px !important;
    }
    .sy_banner .swiper-pagination-bullet {
        width: 40px;
        height: 1.5px;
        margin: 0 3px !important;
    }
    .sy_banner .swiper-container .swiper-slide .bannerimg {
        width: auto !important;
        height: 100%;
        object-fit: cover;
    }
    .sy_banner .swiper-button-next,
    .sy_banner  .swiper-button-prev {
        width: 30px;
        height: 30px;
        display: none;
    }

    .value_section{
        padding: 30px 15px;
        background: linear-gradient(180deg, #C2E1F1 0%, #FFFFFF 100%);
    }
    .value_section .content{
        display: block;
    }
    .value_left, .value_right{
        width: 100%;
        margin-bottom: 20px;
    }
    .value_left h2{
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 16px;
    }
    .value_left p{
        font-size: 14px;
        line-height: 28px;
    }
    .value_right img{
        border-radius: 12px;
    }

    .market_section{
        padding: 30px 15px;
    }
    .section_title{
        font-size: 24px;
        line-height: 40px;
        height: auto;
        margin-bottom: 20px;
    }
    .market_grid{
        display: block;
        gap: 15px;
    }
    .market_item{
        margin-bottom: 15px;
        border-radius: 12px;
        border-width: 1px;
    }
    .market_img img{
        height: 160px;
    }
    .market_info{
        padding: 25px 20px;
    }
    .market_text h3{
        font-size: 18px;
        margin-bottom: 12px;
    }
    .market_text p{
        font-size: 12px;
    }
    .section_btn{
        margin-top: 25px;
    }
    .section_btn a{
        width: 140px;
        height: 44px;
        line-height: 44px;
        padding: 0;
        border-radius: 8px;
        font-size: 14px;
    }

    .tds_section{
        padding: 30px 15px;
    }
    .tds_section .content{
        display: block;
    }
    .tds_left, .tds_right{
        width: 100%;
        margin-bottom: 20px;
    }
    .tds_right h2{
        font-size: 24px;
        margin-bottom: 16px;
    }
    .tds_search{
        width: 100%;
        margin-bottom: 20px;
        border-radius: 10px;
    }
    .tds_search input{
        font-size: 14px;
        padding: 0 15px;
    }
    .tds_text{
        width: 100%;
        margin-bottom: 15px;
    }
    .tds_bottom{
        display: block;
        margin-top: 15px;
    }
    .tds_contact_btn{
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
        justify-content: center;
        padding-right: 0;
        font-size: 16px;
    }

    .case_section{
        padding: 30px 15px;
    }
    .case_section .content{
        display: block;
        gap: 25px;
    }
    .case_left{
        width: 100%;
        margin-bottom: 25px;
    }
    .case_left h2{
        font-size: 24px;
        margin-bottom: 12px;
    }
    .case_left p{
        font-size: 14px;
        margin-bottom: 25px;
    }
    .case_btn{
        width: 100%;
        border-radius: 8px;
    }
    .case_right{
        display: block;
    }
    .case_item{
        margin-bottom: 20px;
    }
    .case_item img{
        height: 180px;
        border-radius: 12px;
        margin-bottom: 15px;
    }
    .case_item h3{
        font-size: 17px;
        line-height: 26px;
        height: 28px;
        margin-bottom: 0px;
        display: -webkit-box;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .case_item p{
        font-size: 13px;
        line-height: 24px;
    }

    .news_section{
        padding: 30px 15px;
        background-size: cover;
    }
    .news_section .content{
        display: block;
        gap: 0;
    }
    .news_left{
        width: 100%;
        margin-left: 0;
        margin-bottom: 25px;
    }
    .news_left .mySwiper{
        padding-bottom: 15px;
    }
    .news_card{
        width: 100% !important;
        height: auto !important;
        padding: 25px;
        border-radius: 10px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .news_card h3{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
        height: 48px;
    }
    .news_card p{
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 15px;
        height: 66px;
    }
    .n_news_right{
        width: 100%;
    }
    .n_news_right h2{
        font-size: 24px;
        width: 100%;
        margin-bottom: 12px;
    }
    .n_news_right p{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .project_swiper .swiper-button-prev,
    .project_swiper .swiper-button-next{
        display: none;
    }

    /* 底部 */
    .foot .content{
        display: flex !important;
        flex-direction: column;
        padding: 25px 15px !important;
    }
    .foot_left{
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
        text-align: center;
        order: 1;
    }
    
    .foot_left p{
        font-size: 13px;
        line-height: 24px;
        text-align: left;
    }
    .foot_left span{
        width: 100%;
        text-align: center;
    }
    .foot_middle{
        width: 100%;
        display: flex !important;
        flex-direction: column;
        padding-top: 0 !important;
        margin-bottom: 25px;
        gap: 0 !important;
        order: 2;
    }
    .foot_section{
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #F3F4F6;
    }
    .foot_section:last-child{
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .foot_section h4{
        font-size: 16px;
        margin-bottom: 12px;
        padding-bottom: 10px;
        border-bottom: 1px solid #E5E7EB;
    }
    .foot_section ul{
        padding-left: 0;
    }
    .foot_section ul li{
        font-size: 13px;
        margin-bottom: 8px;
    }
    .foot_section ul li:last-child{
        margin-bottom: 0;
    }
    .foot_section ul li a{
        font-size: 13px;
        line-height: 24px;
        display: block;
    }
    .foot_section_ul li{
        font-size: 13px;
        line-height: 28px;
        display: flex;
        flex-wrap: wrap;
    }
    .foot_section_ul li span{
        min-width: 36px;
        color: #11173B !important;
        font-weight: 500;
        margin-right: 5px !important;
    }
    .foot_right{
        width: 100%;
        padding-top: 20px !important;
        border-top: 1px solid #F3F4F6;
        order: 3;
    }
    .social_links{
        display: flex !important;
        justify-content: center !important;
        gap: 15px !important;
        margin-bottom: 15px !important;
    }
    .qrcode{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .qrcode img{
        width: 80px;
        height: 80px;
        margin-bottom: 8px;
    }
    .qrcode span{
        font-size: 12px;
        color: #666;
    }

    /* 内页banner */
    .ny_banner{
        margin-top: 80px;
        height: 200px;
        padding-top: 0;
    }
    .ny_banner_title{
        font-size: 28px;
        line-height: 40px;
        padding-left: 15px;
        margin-bottom: 0;
        letter-spacing: 2px;
    }
    .ny_banner_case{
        font-size: 28px !important;
        line-height: 40px !important;
        padding-left: 0;
        margin-bottom: 0;
        letter-spacing: 0px;
    }
    .ny_banner_desc{
        width: 100%;
        padding-left: 15px;
    }
    .product_intro .content {
        display: block !important;
        gap:0;
    }
    .product_intro {
        padding: 0px 0;
    }
    .intro_text h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 16px;
    }
    .intro_text p {
        line-height: 24px;
    }
    .intro_image {
        width: 100%;
        margin-top: 20px;
    }
    .product_item {
        display: block;
        padding: 10px 9px;
        font-size: 14px;
        color: #11173B;
        border-bottom: 1px solid #F0F0F0;
        transition: 0.3s;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: pre-line !important;
    }
    .product_tabs .tab {
        flex: 1;
        padding: 15px 10px;
        text-align: center;
        font-size: 13px;
        color: rgba(255, 255, 255, 1);
        cursor: pointer;
        transition: 0.3s;
        font-weight: 400;
    }
    .cta_section {
        height: 60px;
    }
    .cta_left, .cta_right {
        line-height: 60px;
    }
    .cta_section a {
        font-size: 14px;
        gap: 5px;
    }
    .cta_section a::after {
        width: 8px;
        background-size: 100%;
    }
    .tech_support {
        padding: 25px 15px;
    }
    .support_text {
        width: 100%;
        margin-bottom: 20px;
    }
    .tech_support .content {
        display: block;
    }
    .support_text h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .support_text p {
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .support_btn {
        height: 52px;
        line-height: 52px;
        border-radius: 8px;
        margin: auto;
    }
    .support_image {
        width: 100%;
    }
    .link_item {
        justify-content: flex-start;
        font-size: 14px;
        background-size: 6px;
        background-position: 87% 50%;
        padding: 0 12px;
    }
    .breadcrumb a, .breadcrumb .current {
        font-size: 13px;
    }
    .properties_right {
        width: 100%;
    }
    .properties_table thead th {
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
    .properties_table tbody td {
        height: 50px;
        font-size: 16px;
        line-height: 50px;
    }
    .section_title2 {
        font-weight: 300;
        font-size: 24px;
        color: #11173B;
        line-height: 48px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }
    .properties_left p {
        font-size: 16px;
        line-height: 31px;
        margin: 10px 0 14px 0;
    }
    .tech_documents {
        padding: 30px 0;
    }
   /* 搜索 */
   .top_banner {
        margin-top: 80px;
    }
    .top_banner .search_box input {
        height: 38px;
        font-size: 13px;
    }
    .top_banner .search_icon,
    .top_banner .search_camera {
        width: 16px;
        height: 16px;
        background-size: 16px;
    }
    .top_banner .search_icon {
        margin-left: 20px;
    }
    .top_banner .search_camera {
        margin-right: 12px;
    }
    .product_name {
        font-size: 18px;
    }
    .product_search_item {
        padding: 20px 0;
    }
    .doc_group {
        gap: 20px;
    }
    .support_btns {
        font-size: 14px;
        padding: 10px 15px;
    }
    .btn_arrow {
        width: 30px;
        height: 12px;
    }
    .search_banner {
        margin-top: 80px;
        padding: 30px 15px;
    }
    .search_banner h1 {
        font-size: 22px;
    }
    .search_box input {
        font-size: 13px;
        height: 38px;
        padding: 0 18px;
    }
    .search_box button {
        width: 38px;
        height: 38px;
        background-size: 16px;
    }
    .search_item {
        padding: 18px 15px;
    }
    .search_item_content h3 a {
        font-size: 16px;
        line-height: 24px;
    }
    .search_item_image {
        height: 150px;
    }
    .search_path a {
        font-size: 12px;
    }
    .market_secondary_intro,
    .market_secondary_showcase,
    .market_secondary_equipment {
        padding: 20px 0;
    }
    .market_secondary_intro{
        height: auto;
    }
    
    .market_secondary_tables {
        padding: 30px 0;
    }
    
    .intro_main h2,
    .market_secondary_equipment h2,
    .intro_features h3 {
        font-size: 24px;
    }
    .intro_main h2,
    .intro_features h3,
    .showcase_text h3,
    .market_secondary_equipment h2{
        margin-bottom: 10px;
    }
    
    .showcase_text h3 {
        font-size: 20px;
    }
    
    .equipment_image img {
        height: 180px;
    }
    .intro_features{
        padding: 0;
    }
    .product_table thead th:first-child {
        width: 100px;
    }
    .equipment_grid{
        width: 100%;
    }
    .market_primary_core,
    .market_primary_categories {
        padding: 40px 0;
    }
    
    .market_primary_core .core_header h2 {
        font-size: 26px;
    }
    
    .market_primary_core .core_features {
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }
    
    .market_primary_categories .categories_grid {
        grid-template-columns: 1fr;
    }
    
    .market_primary_categories .category_image {
        height: 180px;
    }
    
    .market_primary_categories .category_info {
        padding: 20px 0 0 0;
    }
    
    .market_primary_categories .category_info h3 {
        font-size: 18px;
        margin: 0 0 16px 0;
    }
    .market_primary_categories .category_info h3 span {
        background-size: 8px;
    }
    .market_primary_categories .category_item {
        border-radius: 10px;
        padding: 28px 34px 28px 34px;
    }
    .intro_color{
        display: none;
    }
    .intro_main {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }
    .case_banner {
        margin-top: 60px;
        height: 240px;
    }
    .case_banner_content h1 {
        font-size: 36px;
        letter-spacing: 4px;
    }
    
    .case_intro {
        padding: 20px 0;
    }
    .case_intro h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .case_intro_main {
        padding: 20px;
    }
    .case_intro_img img {
        height: 200px;
    }
    .case_intro_text h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .case_intro_text p{
        display: inherit;
    }
    
    .case_grid {
        padding: 40px 0;
    }
    .case_grid_item img {
        height: 160px;
    }
    .case_grid_item_title {
        padding: 12px 0 0 0;
    }
    .case_grid_item_title span:first-child {
        font-size: 16px;
    }
    .case_grid_arrow {
        background-size: 8px;
    }
    .casedetail_banner {
        margin-top: 60px;
        height: 240px;
    }
    .casedetail_banner_content h1 {
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 1px;
    }
    
    .casedetail_intro {
        padding: 30px 0;
    }
    .casedetail_intro .content p {
        font-size: 14px;
        line-height: 24px;
    }
    
    .casedetail_section {
        padding: 35px 0;
    }
    
    .section_left h2 {
        font-size: 26px;
    }
    
    .section_right h3 {
        font-size: 16px;
        line-height: 24px;
    }
    
    .section_right p {
        font-size: 13px;
        line-height: 24px;
    }
    .new_banner_title {
        padding-top: 60px;
        padding-left: 15px;
    }
    .new_banner_title h1 {
        font-size: 26px;
        line-height: 40px;
    }
    .new_banner_time {
        font-size: 13px;
        margin-top: 10px;
    }
    .newdetail_intro {
        padding: 30px 15px;
    }
    .newdetail_intro .content {
        display: block;
    }
    .newdetail_intro_left {
        width: 100%;
        margin-bottom: 25px;
    }
    .newdetail_intro_left p {
        font-size: 14px;
        line-height: 26px;
    }
    .newdetail_intro_right {
        width: 100%;
        height: auto;
    }
    .career_intro_one {
        padding: 30px 15px;
    }
    .career_intro_one .content {
        display: block;
    }
    .career_intro_left {
        width: 100%;
        margin-bottom: 25px;
    }
    .career_intro_text:nth-child(1), .career_intro_text:nth-child(2) {
        height: auto;
        margin-bottom: 30px;
    }
    .career_intro_text h1 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .career_intro_text span {
        font-size: 14px;
        line-height: 24px;
    }
    .career_intro_text:nth-child(1), .career_intro_text:nth-child(2) {
        height: auto;
        margin-bottom: 30px;
    }
    .career_intro_text h1 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .career_intro_text .ul a {
        font-size: 13px;
        line-height: 22px;
    }
    .career_intro_text .ul a img {
        width: 16px;
        height: 16px;
    }
    .career_intro_right {
        width: 100%;
    }
    .career_intro_right p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .career_intro_two {
        height: auto;
        padding: 25px 15px;
    }
    .career_intro_two .content {
        display: block;
        gap: 10px;
    }
    .career_intro_word {
        font-size: 18px;
        line-height: 28px;
    }
    .career_intro_word img {
        width: 12px;
        height: 22px;
        margin-left: 10px;
    }
    .career_intro_word {
        font-size: 18px;
        line-height: 28px;
    }
    .career_intro_three {
        padding: 30px 15px;
    }
    .career_intro_three .content {
        display: block;
        gap: 25px;
    }
    .career_three_left {
        width: 100%;
        margin-bottom: 20px;
    }
    .career_three_left h1 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 12px;
    }
    .career_three_left span {
        font-size: 14px;
        line-height: 24px;
    }
    .career_three_swiper {
        width: 100%;
    }
    .career_three_swiper .swiper-slide {
        width: 100% !important;
        padding: 25px;
        border-radius: 10px;
        margin-bottom: 10px;
    }
    .career_three_swiper .swiper-slide h1 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .career_three_swiper .swiper-slide p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 15px;
        height: auto;
    }
    .career_three_swiper .swiper-button-next, .career_three_swiper .swiper-button-prev {
        display: none;
    }
    .career_intro_four {
        padding: 0 15px;
    }
    .career_intro_item {
        padding: 25px 0;
    }
    .career_intro_item .career_item_left {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 20px;
    }
    .career_intro_item .career_item_left h1 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .career_intro_item .career_item_left p {
        font-size: 14px;
        line-height: 24px;
    }
    .career_intro_item .career_item_left a {
        width: 175px;
        height: 48px;
        font-size: 15px;
        padding: 12px 25px;
        margin-top: 20px;
        box-sizing: border-box;
        border-radius: 8px;
        background-size: 13%;
    }
    .career_intro_item .career_item_img {
        width: 100%;
        height: auto;
        float: none;
    }
    .contact_us {
        padding: 30px 0;
        background: #FAFDFF;
    }
    .contact_us h2 {
        font-size: 28px;
        margin: 0 0 12px 0;
    }
    .contact_grid {
        display: block;
        gap: 0px;
        margin: auto;
        width: 100%;
    }
    .contact_item {
        width: 100%;
        padding: 11px 17px 17px 17px;
        margin-bottom: 15px;
    }
    .contact_map .content {
        display: block;
    }
    .contact_map_text {
        width: 100%;
        font-size: 28px;
        padding-top: 0;
    }
    .contactMap {
        width: 100%;
        height: 400px;
        background-color: #fff;
    }
    .contact_office_h {
        width: 100%;
        font-size: 28px;
        float: inherit;
        padding-top: 0px;
    }
    .contact_office_swiper {
        width: 100%;
        height: 256px;
        float: inherit;
    }
    .contact_office_img {
        width: 345px;
        height: 247px;
        margin: auto;
    }
}

@media screen and (max-width: 450px){
    .sy_banner {
        height: 180px;
    }
    .value_left h2{
        font-size: 20px;
        line-height: 32px;
    }
    .value_left p{
        font-size: 13px;
        line-height: 24px;
    }
    .market_text h3{
        font-size: 16px;
    }
    .tds_right h2{
        font-size: 20px;
    }
    .case_item h3{
        font-size: 15px;
        line-height: 24px;
    }
    .news_card h3{
        font-size: 15px;
    }
}
@media screen and (max-width: 390px){
    .sy_banner {
        height: 160px;
    }
    .market_img img{
        height: 140px;
    }
    .case_item img{
        height: 150px;
    }
    .link_item{
        background-image: url();
    }
    .foot_section ul li {
        font-size: 11px !important;
    }
}
@media screen and (max-width: 360px){
    .sy_banner {
        height: 140px;
    }
    .value_left h2{
        font-size: 18px;
        line-height: 28px;
    }
    .market_text h3{
        font-size: 15px;
    }
    .case_item h3{
        font-size: 14px;
    }
}
@media screen and (max-width: 320px){
    .sy_banner {
        height: 120px;
    }
    .section_title{
        font-size: 20px;
    }
    .case_item img{
        height: 130px;
    }
}