﻿@charset "utf-8";
/* CSS Document */
/*all*/

/* =============== 全局断点设置 =============== */
@media screen and (max-width: 1800px) {
    /* 布局调整 */
    .warp {
        padding: 0 70px;
        max-width: 100%;
    }
    
    /* 横幅区域 */
    
    .banner .swiper-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-bullets.swiper-pagination-horizontal, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction{
        width: 17%;
    }
    
}

@media screen and (max-width: 1600px) {

    :root {
        --font-size-xs: 1.4rem; /* 超小字体 */
        --font-size-sm: 1.6rem; /* 小字体 */
        --font-size-md: 1.8rem; /* 中等字体 */
        --font-size-ld: 2rem; /* 中等字体 */
        --font-size-lg: 2.4rem; /* 大字体 */
        --font-size-lx: 3rem; /* 大字体 */
        --font-size-x: 3.6rem; /* 超大字体 */
        --font-size-xx: 4.2rem; /* 超大字体 */
        --font-size-xl: 4.8rem; /* 超大字体 */
        --font-size-xxl: 6rem; /* 特大字体 */
        --font-size-xxxl: 7.2rem; /* 特大字体 */
        --font-size-xxxll: 10rem; /* 特大字体 */
        --font-size-xxxxl: 13.4rem; /* 特大字体 */
    }


    .warp {
        padding: 0 60px;
    }

    /* 导航菜单 */
    

    .banner .swiper-slide{
        height: 800px;
    }
}

@media screen and (max-width: 1500px) {
    /* 布局调整 */
    .warp{
        padding: 0 50px;
    } 
    
}
@media screen and (max-width: 1400px) {
    
    :root {
        --font-size-xs: 1.4rem; /* 超小字体 */
        --font-size-sm: 1.6rem; /* 小字体 */
        --font-size-md: 1.8rem; /* 中等字体 */
        --font-size-ld: 1.8rem; /* 中等字体 */
        --font-size-lg: 2rem; /* 大字体 */
        --font-size-lx: 2.8rem; /* 大字体 */
        --font-size-x: 3.2rem; /* 超大字体 */
        --font-size-xx: 3.8rem; /* 超大字体 */
        --font-size-xl: 4.4rem; /* 超大字体 */
        --font-size-xxl:5.6rem; /* 特大字体 */
        --font-size-xxxl: 6.4rem; /* 特大字体 */
        --font-size-xxxll: 9rem; /* 特大字体 */
        --font-size-xxxxl: 12rem; /* 特大字体 */

        --padding-top-80:70px;
        --padding-top-90:70px;
        --padding-top-100:80px;
        --padding-top-120:100px
    }

    .warp,.warp2{
        padding: 0 40px;
    }

    .header nav a {
        margin: 0px 10px;
    }


    .banner .swiper-slide{
        height: 750px;
    }

    .banner .txt{
        padding-bottom: 100px;
    }

    

    .footer {
        padding: 60px 0 25px 0;
    }
    
    

    .fo1 .warp .fo_nav{
        
        padding: 0;
    }

   
    
    
}

@media screen and (max-width: 1200px) {
    .warp,
    .warp2 {
        padding: 0 30px;
    }
    :root {
        --font-size-xs: 1.4rem; /* 超小字体 */
        --font-size-sm: 1.6rem; /* 小字体 */
        --font-size-md: 1.6rem; /* 中等字体 */
        --font-size-ld: 1.8rem; /* 中等字体 */
        --font-size-lg: 2rem; /* 大字体 */
        --font-size-lx: 2.6rem; /* 大字体 */
        --font-size-x: 3rem; /* 超大字体 */
        --font-size-xx: 3.6rem; /* 超大字体 */
        --font-size-xl: 4rem; /* 超大字体 */
        --font-size-xxl:5.2rem; /* 特大字体 */
        --font-size-xxxl: 5.6rem; /* 特大字体 */
        --font-size-xxxll: 8rem; /* 特大字体 */
        --font-size-xxxxl: 10rem; /* 特大字体 */

        --padding-top-80:70px;
        --padding-top-90:70px;
        --padding-top-100:80px;
        --padding-top-120:80px
    }
    /* 布局调整 */
    
    .header_bg{
        padding-top: 0;
        background-color: #fff;
    }
    .header{
        box-shadow: none;
        padding: 0;
    }

    .header .mune input{
        width: 150px;
    }
    
    .banner .swiper-slide {
       height: 700px;
    }

    .banner .txt {
        padding-bottom: 80px;
        margin-bottom: 70px;
    }
    .banner .swiper-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-bullets.swiper-pagination-horizontal, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, 25px);
        top: var(--swiper-pagination-top, auto);
        left: 0;
        width: 18%;
    }

    .fo_info {
        width: 400px;
    }
    .fo_contact{
        padding-top: 50px;
    }
    .fo_right {
        width: calc(100% - 450px);
    }

    
}
@media screen and (max-width: 1100px) {
    
    .banner .swiper-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-bullets.swiper-pagination-horizontal, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction{
        bottom: var(--swiper-pagination-bottom, 30px);
    }
    
}

@media screen and (max-width: 1000px) {

    :root {
        --font-size-xs: 1.4rem; /* 超小字体 */
        --font-size-sm: 1.6rem; /* 小字体 */
        --font-size-md: 1.6rem; /* 中等字体 */
        --font-size-ld: 1.8rem; /* 中等字体 */
        --font-size-lg: 2rem; /* 大字体 */
        --font-size-lx: 2.2rem; /* 大字体 */
        --font-size-x: 2.8rem; /* 超大字体 */
        --font-size-xx: 3.4rem; /* 超大字体 */
        --font-size-xl: 3.8rem; /* 超大字体 */
        --font-size-xxl:4.6rem; /* 特大字体 */
        --font-size-xxxl: 5rem; /* 特大字体 */
        --font-size-xxxll: 7rem; /* 特大字体 */
        --font-size-xxxxl: 9rem; /* 特大字体 */

        --padding-top-80:60px;
        --padding-top-90:60px;
        --padding-top-100:70px;
        --padding-top-120:80px
    }
    #hamburger { display: block !important; }
    .header_bg,.inside .header_bg, .faside .header_bg{
        position: fixed;
        width: 100%;
        z-index: 8;
        border-bottom: none;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        background-color: #fff;
    }
    .header nav,.header .mune,.header-top { display: none; }
    
    .header .logo{
        padding:12px 0;
    }
    
    .bottomlist { display: block; }
    
    .banner,.banners{
       margin-top: 82px;
    }
    .banner .swiper-slide {
        height: 600px;
        
    }
    

    .banner .swiper-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-bullets.swiper-pagination-horizontal, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, 10px);
        top: var(--swiper-pagination-top, auto);
        left: 0;
        width: 100%;
    }

    .footer{
        margin-bottom: 51px;
        padding: 0px 0 20px 0;
        
    }
    .fo1,.fo_fx{
        display: none;
    }
    .fo2{
        padding: 40px 0 30px 0;
    }
    .fo3 .warp{
        border-top: none;
    }


}

@media screen and (max-width: 840px) {
    
    :root {
       --font-size-xs: 1.2rem; /* 超小字体 */
        --font-size-sm: 1.4rem; /* 小字体 */
        --font-size-md: 1.6rem; /* 中等字体 */
        --font-size-ld: 1.8rem; /* 中等字体 */
        --font-size-lg: 2rem; /* 大字体 */
        --font-size-lx: 2.2rem; /* 大字体 */
        --font-size-x: 2.4rem; /* 超大字体 */
        --font-size-xx: 3rem; /* 超大字体 */
        --font-size-xl: 3.4rem; /* 超大字体 */
        --font-size-xxl:4.2rem; /* 特大字体 */
        --font-size-xxxl: 4.8rem; /* 特大字体 */
        --font-size-xxxll: 6.6rem; /* 特大字体 */
        --font-size-xxxxl: 8.6rem; /* 特大字体 */

        --padding-top-80:50px;
        --padding-top-90:50px;
        --padding-top-100:70px;
        --padding-top-120:70px
    }

    
    /* 布局调整 */
    .warp,
    .warp2 {
        padding: 0 30px;
    }


    

    .banner .swiper-slide {
        height: 500px;
    }
    .banner .txt {
        width: 100%;
    }
    
    .fo3 .warp{
        display: block;
    }
    .fo3 .warp p{
        display: block;
        padding: 0px 0;
    }
    
}

@media screen and (max-width: 640px) {
    /* 排版系统 */
    :root {
       --font-size-xs: 1.2rem; /* 超小字体 */
        --font-size-sm: 1.4rem; /* 小字体 */
        --font-size-md: 1.6rem; /* 中等字体 */
        --font-size-ld: 1.8rem; /* 中等字体 */
        --font-size-lg: 2rem; /* 大字体 */
        --font-size-lx: 2.2rem; /* 大字体 */
        --font-size-x: 2.4rem; /* 超大字体 */
        --font-size-xx: 3rem; /* 超大字体 */
        --font-size-xl: 3.4rem; /* 超大字体 */
        --font-size-xxl:4.2rem; /* 特大字体 */
        --font-size-xxxl: 4.6rem; /* 特大字体 */
        --font-size-xxxll: 4.8rem; /* 特大字体 */
        --font-size-xxxxl: 5rem; /* 特大字体 */

        --padding-top-80:50px;
        --padding-top-90:40px;
        --padding-top-100:70px;
        --padding-top-120:70px;
    }
    /* 布局调整 */
    .warp,
    .warp2 {
        padding: 0 30px;
    }

    
    .banner .swiper-slide {
        height: 480px;
    }

    
    .banner .txt h2{
        margin-bottom: 20px;
    }
    .banner .txt h4 {
        margin-bottom: 50px;
    }
    .banner .txt{
        padding-left: 15px;
        padding-bottom: 50px;
        margin-bottom: 70px;
    }


    .fo2 {
        padding: 30px 0 20px 0;
    }
    .fo_logo{
        width: 220px;
    }
    
}


@media screen and (max-width: 460px) {
    /* 布局调整 */
    :root {
       --font-size-xs: 1.4rem; /* 超小字体 */
        --font-size-sm: 1.4rem; /* 小字体 */
        --font-size-md: 1.4rem; /* 中等字体 */
        --font-size-ld: 1.6rem; /* 中等字体 */
        --font-size-lg: 2rem; /* 大字体 */
        --font-size-lx: 2rem; /* 大字体 */
        --font-size-x: 2.2rem; /* 超大字体 */
        --font-size-xx: 2.6rem; /* 超大字体 */
        --font-size-xl: 2.6rem; /* 超大字体 */
        --font-size-xxl:3.6rem; /* 特大字体 */
        --font-size-xxxl: 4.2rem; /* 特大字体 */
        
    }

    .warp,
    .warp2 {
        padding: 0 20px;
    }

    
    .banner .swiper-slide {
        height: 420px;
    }

    
}

/* =============== 移动端优先断点 =============== */
/* 375px断点保留作为扩展点 */
@media screen and (max-width: 375px) {
    /* 可在此添加超小屏幕样式 */
}


/*首页*/

@media screen and (max-width: 1800px) {
    
}

@media screen and (max-width: 1600px) {
    
}

@media screen and (max-width: 1500px) {
    
    
    
}
@media screen and (max-width: 1400px) {
    
    
}
@media screen and (max-width: 1300px) {
    
    

}
@media screen and (max-width: 1200px) {
    .ip1_left {
        width: 360px;
        padding-right: 65px;
    }

    .ip1_right {
        width: calc(100% - 360px);
    }
    .ip1_list a .zz{
        width: 150%;
    }

    .ip2 {
        padding: 80px 0 ;
        min-height: auto;
    }
    .ip2_left {
        width: 80%;
    }
    .ip2_left .info p{
        width:70%;
    }
    .ip2_img{
        width: 500px;
        top: 42%;
    }

    .ip3_left{
        width: 300px;
    }
    .ip3_right {
        width: calc(100% - 300px);
    }

    .ip4{
       padding: 40px 30px;
    }

    .ip5_list .info {
        padding: 30px 40px;
    }
    
    
        
}
@media screen and (max-width: 1100px) {
    
}

@media screen and (max-width: 1000px) {
    .ip1,.ip2,.ip5 {
        padding: 60px 0;
    }
    
    .ip3 {
        padding: 60px 0 0 0 ;
    }
    .ip1_left,.ip1_right{
        width: 100%;
    }
    .ip1_list{
        display: none;
    }
    .ip1_right .swiper-pagination{
        display: initial;
    }
    .tit h3{
        padding-bottom: 10px;
    }
    .ip1_left{
        padding-bottom:30px;
    }

    .ip1_right .swiper-slide {
        border-radius: 20px;
        height: 650px;
    }
    .ip1_right .swiper-slide .info .right {
        width: 80px;
        height: 80px;
    }


    .ip2_left {
        width: 100%;
    }
    .ip2_left .info p{
        width: 60%;
    }
    .ip2_img{
        width: 400px;
        top: 42%;
    }

    a.more {
        margin: 40px 0 60px 0;
        
    }
    .ip5_tit a {
        margin: 0;
    }
    .ip4{
       padding: 30px 20px;
    }
    
    .ip5_list{
        grid-template-columns: 1fr;
        padding-top: 50px;
    }
    .ip5_list  .img img{
        width: 100%;
    }
    .ip5_list .info {
        padding: 40px ;
    }

}
@media screen and (max-width: 850px) {
    .ip1,.ip2,.ip5 {
        padding:50px 0;
    }
    .show{
        display: none;
    }
    .hide{
        display: flex;
    }
    .ip2_list{
        grid-template-columns: 1fr;
    }
    .ip2_list .item{
        padding: 25px;
    }
    .ip2_left{
        padding-right: 0;
    }
    .ip2_left .info{
        padding-top: 30px;
    }

    .ip3_left,.ip3_right{
        width: 100%;
    }
    .ip3_left{
        padding-bottom: 0px;
    }
    .ip3_left .more {
        margin: 30px 0 50px 0;
    }
    .ip3_right{
        padding-bottom: 50px;
    }
    .ip3_fy{
        padding-top: 30px;
    }

    .ip2_list .item .icon{
        width: 70px;
        text-align: center;
    }
    
}

@media screen and (max-width: 640px) {
    .ip1,.ip2,.ip5 {
        padding:40px 0;
    }
    .ip2_left .info p {
        width: 100%;
    }
    .ip2_lkz{
        display: none;
    }
    .ip2_img{
        left: 50%;
        width: 100vw;
        max-width: 100vw;
        top: 50%;
        transform: translateY(-50%);
    }

    .ip1_right .swiper-slide {
        
        height: 500px;
    }
    .ip1_right .swiper-slide .info {     
        padding: 80px 50px;
    }
    .ip1_right .swiper-slide .info b {
       
        padding: 60px 0 30px 0;
    }
    /* .ip2_img{
        padding-top: 10px;
        transform: translateY(-15%);
        margin-bottom: -10%;
    }
    .ip2_img img{
        width: 60%;
    } */

    a.more {
        padding: 15px 49px 15px 33px;
        width: 149px;
    }
    a.more::after {
        right: 20px;
        font-size: 24px;
    }

    .ip5_tit .tit{
        width: 100%;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 420px) {
    .ip1_right .swiper-slide {
        
        height: 450px;
    }
    .ip1_right .swiper-slide .info {     
        padding: 80px 40px;
    }
    .ip1_right .swiper-slide .info b {
       
        padding: 60px 0 30px 0;
    }
    
}

/*about*/
@media screen and (max-width: 1600px) {
    
    
}



@media screen and (max-width: 1400px) {

    .banners, .banners2{
        height: 600px;
    }
    .ab1 .warp2{
        gap: 40px;
    }


}
@media screen and (max-width: 1200px) {

    .banners, .banners2{
        height: 540px;
    }
    /* .ab1,.ab2,.ab3,.ab5,.ab6,.team {
        padding: 80px 0;
    } */
    
    .ab4{
        background-position: left center;
    }
    .ab3_list{
        padding-top: 40px;
    }
    .ab2_right{
        width: 65%;
    }

    .ab3_right .item {
        height: 220px;
    }
    
    .ab5_list{
        height: 600px;
    }
    
    

}
@media screen and (max-width: 1100px) {
    
    
    
}


@media screen and (max-width: 1000px) {

    .banners .info h3 {
        padding-top:10px;  
        height: auto;
    }
    .banners, .banners2{
        height: 480px;
    }

    
    .ab1 .warp2 {
        gap: 20px;
    }
    .ab1_left {
        padding-right: 40px;
    }

    .ab2_box{
        padding-bottom: 120px;
        background-position: center bottom;
    }
    .ab2_right {
        width: 100%;
        grid-template-columns: 1fr 1fr;
    }
    .ab5_list{
        height: 500px;
    }
        
}

@media screen and (max-width: 840px) {

    .banners, .banners2{
        height: 440px;
    }
    .banners .info h5{
        padding-bottom: 20px;
    }
    
    .ab1 .warp2 {
        grid-template-columns: 1fr;
        grid-gap:20px;
    }

    .ab1_left .txt {
        padding-top: 40px;
    }
    .ab1_right::after{
        display: none;

    }
    .ab1_left {
        padding-right: 0px;
    }
    .ab1_right{
        padding-left: 0;
    }

    .ab3_list {
        grid-template-columns: 100%;
        grid-gap: 20px;
        padding-top: 40px;
    }

    .ab3_left {
        padding: 20px 20px 0 20px;
    }

    .ab4_list{
        padding-bottom: 20px;
    }

    .ab4 .warp2{
        grid-template-columns: 100%;
    }

    .ab3_right .item {
        height: 270px;
    }

    .ab5_list{
        height: 400px;
    }

    .ab4_list{
        padding-top: 40px;
    }

    
    
}

@media screen and (max-width: 640px) {
    
    .banners, .banners2{
        height: 400px;
    }

    
    .ab2_right {
        width: 100%;
        grid-template-columns: 100%;
        gap: 0;
    }
    .ab2_box{
        padding-top: 20px;
        background-size: contain;
    }
    .ab2_right .item {
        grid-gap: 20px;
        padding: 20px 0px;
        
    }
    .ab2_right .item .icon{
        width: 96px;
        justify-content: center;
    }
    .ab5 .info .txt{
        display: none;
    }
    .ab3_right .item .txt{
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .ab3_right .item .txt p{
        text-indent: 0;
    }
    .ab5 .info a{
        margin-right: 0;
    }
    .ab4_list .dot img{
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .banners, .banners2 {
        height: 360px;
    }
   .ab4_list{
    grid-template-columns: 1fr;
   }
}

/*product*/

@media screen and (max-width:1500px){
    
}
@media screen and (max-width:1400px){
    .pro_list {
        padding-top:40px;
    }
   
}
@media screen and (max-width: 1200px) {
    .pro_list a .info{
        padding: 30px;
    }
    

    
}
@media screen and (max-width: 1000px) {
    .pro_list a .info {
        width: 80%;
    }
    .pro2_list {
        grid-gap: 30px;
        
    }
    
}
@media screen and (max-width: 840px) {
    .pro_list,.pro2_list{
        grid-template-columns: 1fr;
        padding-top: 30px
    }
    .pro_list a img{
        width: 100%;
    }
    .pro2 .title b{
        padding-bottom: 35px;
    }
}
@media screen and (max-width: 640px) {
    
    .pro_list{
        padding-top: 40px;
    }
    .pro_list a{
        padding-bottom: 0px;
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
    }

    .pro_list a .info {
        padding: 20px;
        width: 100%;
        position: initial;
    }
    .pro_list a .info p{
        height: auto;
    }
}
@media screen and (max-width:460px){
    .pro_list a .info{
        position: initial;
        width: 100%;
        box-shadow: none;
    }
}

/*productshow*/

@media screen and (max-width:1500px){
    
}
@media screen and (max-width:1400px){
    
   
}
@media screen and (max-width: 1200px) {
    .banners2 .info .num {
        font-size: 140px;
    }

    .proshow1 {
        padding: 60px 0;
       
    }
    .proshow1 .title{
        margin-bottom: 35px;
    }
    .proshow1 .table{
        padding-top: 40px;
    }
    
}
@media screen and (max-width: 1000px) {
    .proshow1 .txt{
        width: 100%;
    }
    .proshow1 .img{
        position: initial;
        width: 100%;
        padding: 30px 0 0 0;
    }
    .proshow1 .table {
        padding-top:30px;
    }
    .banners2 .info .num{
        text-align: right;
    }
    .proshow1 .title {
        margin-bottom: 30px;
    }

    .proshow1{
        padding: 60px 0;
    }
}
@media screen and (max-width: 840px) {
    .banners2{
        margin-top: 82px;
    }
}
@media screen and (max-width: 640px) {
    .banners2 .info .num.num2{
        display: grid;
        text-align: left;
        padding-bottom: 30px;
        line-height: 1;
        display: block;
        margin-bottom: 45px;
    }
    .banners2 .info .num.num1{
        display: none;
    }
    .banners2 .info{
        grid-template-columns: 1fr;
        padding-bottom: 50px;
    }
    .banners2 .info h5{
        padding-bottom: 10px;
    }
    .proshow1{
        padding: 50px 0;
    }
}
@media screen and (max-width:460px){
    
}

/*application*/
@media screen and (max-width: 1200px){
    .app1_list .item .info2 .txt {
        padding-bottom: 20px;
    }
    .app1_list .item .info2 .title p {
        padding-bottom: 25px;
    }
    .app1_list .item .info2{
        padding: 25px;
    }
}
@media screen and (max-width: 1000px) {
    .app1_list{
        grid-template-columns: 1fr 1fr;
        padding-top: 40px;
    }
}
@media screen and (max-width: 840px) {
   
    .app1_list .item .info .num {
        font-size: 140px;
    }
    .app1_list .item img{
        width: 100%;
    }
    .app1_list .item .info2 .tit_icon img{
        width: 109px;
    }
    .app1_list{
        padding-top: 40px;
    }
    .app2_list{
        margin-top: 40px;
    }
}
@media screen and (max-width: 640px) {
    .app1_list{
        grid-template-columns: 1fr;
    }
    .app2_list{
        padding: 0 50px;
    }
}



/*service*/
@media screen and (max-width:1500px){
    
}
@media screen and (max-width:1400px){
    .ser2_list .item{
        padding: 40px 60px 80px 60px;
    }
   
}
@media screen and (max-width: 1200px) {
    
    .ser1_list{
        grid-template-columns: 4fr 3fr;
        padding-top: 40px;
    }
    .ser2_list{
        padding-top: 40px;
    }
    

    .ser2_list .item{
        padding: 40px 40px 80px 40px;
    }
}
@media screen and (max-width: 1100px) {
    .ser2_list .item{
        padding: 40px 20px 80px 20px;
    }
}
@media screen and (max-width: 1000px) {

    
    .ser1_list{
        grid-template-columns: 1fr;
    }
    .ser2_list{
        grid-template-columns: 1fr 1fr;
    }
    .ser2_list .item{
        padding: 40px 30px 90px 30px;
    }

    .ser1_list .map{
        height: 400px;
        margin-top: 30px;
    }
    .ser3 a {
        margin: 0;
    }
    .ser3{
        padding: 50px 0;
    }
}
@media screen and (max-width: 840px) {
    
    .ser2_list{
        gap: 20px;
    }
}
@media screen and (max-width: 640px) {
    .ser2_list{
        grid-template-columns: 1fr;
    }
    .ser2_list .item{
        padding: 40px 60px 80px 60px;
    }
    .ser3{
        padding: 30px 0;
    }
}
@media screen and (max-width:460px){
    .ser2_list .item{
        padding: 40px 40px 80px 40px;
    }

    .ser1_list .list .item {
        padding: 20px 25px; 
    }
}



/*news*/

@media screen and (max-width:1400px){
    .news1_list a{
        grid-template-columns: 1fr 2fr;
    }
}
@media screen and (max-width: 1200px) {
   
    .news2_list{
        grid-template-columns: 1fr 1fr;
    }
    
}
@media screen and (max-width: 1000px) {
    
    .news1_list{
        padding: 40px;
        margin-top: 40px;
    }
    .news1_list a{
        grid-template-columns: 1fr;
    }
    .news1_list .img{
        height: 400px;
        transform: translateY(0);
        margin-bottom: 0px;
    }
    .news2_list{
        margin-top: 40px;
    }
    .news2_list .title{
        gap: 20px;
    }

    .Pagination{
        padding-top: 20px;
    }
}
@media screen and (max-width: 840px) {
    
    .news2_list{
        gap: 20px;
    }

    .news2_list .item{
        padding: 30px;
    }

    .news2_title .txt{
        width: 100%;
        padding-bottom: 25px;
    }

    .news2_list{
        grid-template-columns: 1fr;
    }

    .news1_list .img {
        height: 300px;
        
    }

    .news1_list .txt b{
        padding-top: 30px;
        padding-bottom: 20px;
    }
    
}
@media screen and (max-width: 640px) {
    
    .news2_title .link a {
        
        padding: 15px 40px 15px 30px;
        width: 160px;
    }

    .news1_list {
        padding: 30px;
    }
}
@media screen and (max-width:460px){
    .news1_list {
        padding: 20px;
    }
    .news1_list .newlink{
        margin-bottom: 30px;
    }
}


/*newsshow*/

@media screen and (max-width: 1024px) {
    
    .newsshow .tit2,.newsshow .btn{ padding:40px 20px;}  
    .newsshow .txt{ padding:0 20px;}
    .newsshow .title{
        padding: 20px;
    }
    .newsshow .tit{
        padding: 20px;
    }
    .newsshow .boxs{
        padding: 20px 0 0 0
    }
    .newsshow .btn a{
        font-size: 1.4em;
        
    }
    
}
@media screen and (max-width: 800px) {
    

}
@media screen and (max-width: 640px) {
    .newsshow .tit2 h3{ font-size:1.6em;}
    .newsshow .tit2 .dot h4{ font-size:1em; padding:10px 2px;}
    .newsshow .tit2{ padding:30px 20px 0 20px;}
    .newsshow .btn{ padding: 40px 20px;}    
    .newsshow .btn a {
        width: 100%;
        margin-bottom: 10px;
    }
    
    
}




/*contact*/
@media screen and (max-width: 1400px) {
    .con2{
        padding:80px 0  40px 0 ;
    }
}
@media screen and (max-width: 1300px) {
    
}
@media screen and (max-width: 1200px) {
    .con1 .con1_list{
        gap:40px;
    }
}
@media screen and (max-width: 1000px) {

    .con2{
        padding:70px 0  40px 0 ;
    }
    .con1 .con1_list{
        grid-template-columns: 1fr;
        padding-top: 40px;
    }
    .con2_list {
        padding-top: 40px;
    }
    .feed_form .dot:nth-child(6) {
        text-align: center;
        padding: 20px 0 0 0;
    }

    
}
@media screen and (max-width: 840px) {
    .con2_list .tit_right{
        gap: 20px;
    }
    .con2_list .item .con2_tit{
        padding: 25px;
    }
    .con2 .job .box {
        padding: 40px 70px;
    }
    .con2_list .icon2 span {
        font-size: 14px;
    }
}
@media screen and (max-width: 640px) {
    .feed_form{
        grid-template-columns: 1fr;
    }

    .feed_form .dot input {
        height: 54px;
        line-height: 54px;
        padding-left: 65px;
    }
    .feed_form .dot label {
        font-size: 26px;
        color: #2c2c2c;
        position: absolute;
        top: 14px;
        left: 28px;
        z-index: 1;
    }

    .job_info{
        display: block;
    }

    .con2_list .tit_right p{
        display: none;
    }
    .con2_list .tit_right{
        grid-template-columns: 1fr;
        text-align: right;
    }

    .con2 .job .box {
        padding: 25px 30px;
    }

    .con2_list .item {
        margin-bottom: 25px; 
    }

    .con2_list .item .con2_tit {
        padding: 15px 20px;
    }
}
