body,ol,ul,li,h1,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0; color:#000000;}
img{border:0; /*vertical-align:top*/}
li{list-style:none}
iframe{border:none}
em{ font-style:normal;}
html{height:100%;font-size:14px;}
body{height:100%;font:400 1em/1.8 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;}
a{color: #000000;text-decoration:none}a:hover{color:inherit;text-decoration: none;}.cf:after,.cf:before{content:" ";display:table}.cf:after,.clearfix:after{clear:both}.fl{float:left}.fr{float:right}h1,h2,h3,h4,h5{font-size:100%;font-weight:normal}.f12{font-size:12px}.f14{font-size:14px}.f16{font-size:16px}.f18{font-size:18px}.f20{font-size:20px}.bold{font-weight:bold}
.mp80{margin-top:80px;}
.tl{text-align:left;}.tr{text-align:rigt!important;}
.clr{width:100%; font-size:1px; line-height:10px; clear:both;}
tbody, td, tfoot, th, thead, tr {
    
    border-width: inherit;
}


/* 弹性 */
.flex{
    display: flex;
}
.flex_it{
    display: flex;
    align-items: center;
}
.flex_sp{
    display: flex;
    justify-content: space-between;
}
.flex_itsp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.head{
    /* padding: 20px 0; */
     width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    clear: both;
    transition: all .5s;
    /* transition: .35s background-color ease-in; */
    /* backdrop-filter: blur(10px) */
}
.contro{
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
}
.controhead{
    max-width: 75%;
}
.mnpic>img{
    width: 100%;
}

.head-nav>.head-item{
    margin: 0 30px;
    line-height: 90px;
    position: relative;
}
.head-nav .head-item>ul{
        box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.29);
    position: absolute;
    left: 50%;
    top: 90px;
    min-width: 150px;
    background: rgba(255, 255, 255, 1);
    /* backdrop-filter: blur(10px); */
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}
.head-nav .head-item>ul>li{
    line-height: 28px;
}
.head-nav .head-item>a{
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    position: relative;
    padding: 10px 0;
    transition: .5s;
}

.head-nav .head-item:hover >a.dsjicon::before{
    opacity: 1;
    visibility: inherit;
    transition: .5s;
}
.head-nav .head-item:hover ul{
    opacity: 1;
    visibility: inherit;
    transition: .5s;
}
.head-nav .head-item:hover .product-monbox{
    opacity: 1;
    visibility: inherit;
    transition: .5s;
}
.head-nav .head-item>a.dsjicon::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: rgba(255, 255, 255, 1);
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.3));
    top: 53px;
    opacity: 0;
    visibility: hidden;
    /* background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px); */
    
}
/* .head-nav .head-item>a:hover::after{
    width: 100%;
} */
.head-nav .head-item>ul>li>a{
    font-size: 16px;
    padding: 10px;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}
.head-nav .head-item>ul>li>a:hover{
    background: #f2f2f2;
}
.head-r-box{
    gap: 14px;
    color: #ffffff;
    font-size: 18px;
    /* overflow: hidden; */
    cursor: pointer;
}
.head-left{
    overflow: hidden;
}
.head-left>a .log-item{
    gap: 10px;
}
.head-left>a .log-item img:nth-child(1){
    width: 60px;
     animation: mymove 3s infinite; -webkit-animation: mymove 3s infinite;
}
.head-left>a .log-item img:nth-child(2){
    width: 120px;
    animation: mymove1 3s infinite; -webkit-animation: mymove1 3s infinite;
}
.head-left>a .log-item:nth-child(2){
    display: none;
}

.head.scrolled{
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .05);
    background-color: rgba(255, 255, 255, 1);
}
.head.scrolled .head-left>a .log-item:nth-child(2){
    display: flex;
}
.head.scrolled .head-left>a .log-item:nth-child(1){
    display: none;
}
.head.scrolled .head-item>a{
    color: #000000;
}
.head.scrolled .head-r-box img{

    /* filter: drop-shadow(0 160px #000000);



    transform: translateY(-160px); */
    filter: drop-shadow(-160px 0 #000000);
    transform: translateX(160px);

}
.xwsss-icon, .head-zywbox, .head-ico{
    overflow: hidden;
}
.head.scrolled .head-r-box{
    color: #000000;
}

.head-nav .head-item:hover >a{
    color: #005bac;
}
.head-zyw{
    position: relative;
}
.head-zyw>ul{
    padding: 10px 20px;
    position: absolute;
    left: 0;
    /* display: none; */
    right: 0;
    transform: scale(0);
    transform-origin: top right;
    transition: all 0.5s;
    border-radius: 6px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.29);
    text-align: center;
}
.head-zyw>ul>li>a{
    font-size: 16px;
    line-height: 16px;
}
.head-zyw>ul>li>a:hover{
    color: #005bac;
}
.head-zyw:hover ul{
    /* display: block; */
    transform: scale(1);
}



.product-monbox{
    width: 100%;
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 90px;
    left: 0;
    transform: translate(0%, 0%);
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    /* overflow: hidden; */
    transition: auto;
    padding: 15px 10px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .05);
    
}
.product-mon{
    width: 75%;
    margin: 40px auto;
}
.product-mon>a{
    width: 24%;
    overflow: hidden;
    display: block;
    text-align: center;
}
.product-mon>a:hover img{
    border: 3px solid #005bac;
}
.product-mon>a:hover .product-bt{
    color: #005bac;
}
.product-mon>a>.product-bt{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    padding-top: 15px;
}
.product-mon>a>img{
        width: 100%;
    aspect-ratio: 4 / 2;
    border-radius: 5px;
    object-fit: cover;
    border: 3px solid transparent;
}


.kjdhbox .foot-item .foot-i-bt{
    font-weight: bold;
    color: #ffffff;
}
.kjdhtop{
    margin: 0 0 40px 0;
}
.kjdhtop>img{
    width: 26px;
    cursor: pointer;
    transition: transform 0.8s ease;
}
.kjdhtop>img:hover{
    transform: rotate(180deg);
}
.kjdh{
    padding: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    transition: clip-path 0.6s, -webkit-clip-path 0.6s;
    -webkit-clip-path: ellipse(0 0 at 100% 0);
    clip-path: ellipse(0 0 at 100% 0);
    pointer-events: none;
    z-index: 999999;
    background: #252525;
    /* height: 100vh;
    background: #252525;
    z-index: 999999;
    transform: translateX(100%);
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms; */
}
.kjdhbox{
    margin: 0 auto;
}
.kjdhvv {
    margin-top: 5%;
    margin-bottom: 60px;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}
.kjdh.openpc{
    /* transform: translateX(0); */
    -webkit-clip-path: ellipse(141% 141% at 100% 0);
    clip-path: ellipse(141% 141% at 100% 0);
    pointer-events: auto;
}
.kjdhbox>.foot-left{
    width: 100%;
}

.banner-slide{
    width: 100%;
    position: relative;
    /* height: 100vh; */
}
.banner-slide .banner-text{
    color: #ffffff;
    position: absolute;
    top: 34%;
    left: 13%;
    z-index: 9999;
}
.banner-slide .banner-text .banner-text-bt{
    font-size: 38px;
    font-weight: bold;
    line-height: 50px;
    padding-bottom: 10px;
}
.banner-slide .banner-text .banner-text-ms{
    font-size: 26px;
}
@-webkit-keyframes scaleUpDown {
    from { -webkit-transform: scale(1.5); transform: scale(1.5); }
    to { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes scaleUpDown {
    from {transform: scale(1.5); transform: scale(1.5); }
    to { transform: scale(1); transform: scale(1); }
}
.banner-slide>img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    /* height: 100%;
    max-width: 100%;
    display: block;
    object-fit: cover; */
     animation: scaleUpDown 4s linear forwards; -webkit-animation: scaleUpDown 4s linear forwards;
}
.banner-slide>video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    /* height: 100%;
    max-width: 100%;
    display: block;
    object-fit: cover; */
}

.head-zywbox{
    gap: 10px;
}
.bannerSwiper .swiper-button-next, .bannerSwiper .swiper-button-prev{
    color: #adadad;
    width: 60px;
    opacity: .5;
    transition: .5s;
}
.bannerSwiper .swiper-button-next:hover, .bannerSwiper .swiper-button-prev:hover{
    opacity: 1;
}
.bannerSwiper .swiper-button-next{
    right: 8%;
    
}
.bannerSwiper .swiper-button-prev{
    left: 8%;
}
.bannerSwiper .swiper-button-next:after{
    content: '';
    background-image: url('../images/banner_next.png');
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
}
.bannerSwiper .swiper-button-prev:after{
    content: '';
    background-image: url('../images/banner_prev.png');
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
}
.bannerSwiper .swiper-horizontal>.swiper-pagination-progressbar, .bannerSwiper .swiper-pagination-progressbar.swiper-pagination-horizontal{
    left: 15%;
    top: 75%;
    width: 190px;
    height: 2px;
    overflow: visible;
}
.bannerSwiper .swiper-pagination-progressbar {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    overflow: hidden;
}
.bannerSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #ffffff;
    border-radius: 6px;
}
.bannerSwiper .custom-pagination{
    position: absolute;
    top: -16px;
    left: -34px;
    z-index: 99999999;
    color: #ffffff;
}
.bannerSwiper .custom-pagination>span{
    font-size: 20px;
    font-weight: bold;
}
.bannerSwiper .custom-pagination>.cust-f{
    margin-right: 210px;
}

.banner{
    position: relative;
}
.banner-wzmsbox{
    padding: 30px 0px;
    width: 100%;
    z-index: 99;
    position: absolute;
    bottom: 0;
    /* background: rgba(11, 91, 169, 0.5); */
     background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(11, 91, 169,1));
}


.bannerSwiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #ffffff;
    opacity: 0.5;
    border-radius: 50R;
}
.bannerSwiper .swiper-pagination-bullet-active{
    /* width: 40px; */
    opacity: 1;
}
.bannerSwiper .swiper-horizontal>.swiper-pagination-bullets,.bannerSwiper .swiper-pagination-bullets.swiper-pagination-horizonta,.bannerSwiper .swiper-pagination-custom,.swiper-pagination-fraction{
    bottom: 20px;
}


.wzms-item .wzms-num{
    font-size: 52px;
    line-height: 52px;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 10px;
    font-family: fantasy;
    
}
.wzms-item .wzms-ms{
    color: #adadad;
    font-size: 17px;
    line-height: 17px;
}
.wzms-item{
    text-align: center;
}
.hr_r{
    width: 1px;
    height: 80px;
    background: #ffffff;
    opacity: 0.4;
}


/* .mc_bs3_videobox{width: 100vw; height: 90vh; position: relative; z-index: 1;}
.mc_bs3_video,
.mc_bs3_videowrap::before,
.mc_bs3_videobox.act .mc_bs3_video{opacity: 1;}
.mc_bs3_video{height: auto; max-width: none; position: absolute; transform: translate(-50%, -50%); left: 50%; top: 50%; min-height: 90vh; transition: inherit;}
.mc_bs3_videowrap{position: absolute; left: 50%; top: 50%; z-index: -1; transform: translate(-50%, -50%); width: 100vw; height: 90vh; max-width: none; overflow: hidden; display: none;}
.mc_b_s3{height: 280vh; overflow: hidden;}
.mc_bs3_svg{position: absolute; left: 50%; top: 50%; z-index: 5; transform: translate(-50%, -50%); text-align: center; width: 100%; max-width: none;}
.mc_bs3_svg{width: 120%;}
.mc_bs3_videowrap{width: 100vw; height: 90vh; overflow: hidden;}
.mc_bs3_videowrap::before{width: 110%;}
.mc_bs3_title{position: absolute; bottom: 15%; left: 0; width: 100%; text-align: center;}
.mc_bs3_videobox.act .mc_bs3_title{opacity: 0;}
.mc_bs3_videobox.act .mc_bs3_videowrap::before{opacity: 0;}
.mc_bs3_videobox.act .mc_bs3_video{opacity: 1;}
.mc_bs3_videobox.end .mc_bs3_svg{opacity: 0;}
.he_syp4 .mc_bs3_videobox .mc_bs3_svg{opacity: 0;}
.he_syp4 .mc_bs3_videobox .mc_bs3_title{opacity: 0;}
.he_syp4 .mc_bs3_videobox.end .mc_bs3_svg{opacity: 1;}
.he_syp4 .mc_bs3_videobox.act .mc_bs3_title{opacity: 1;}
.he_syp4{height: 280vh;}
.he_syp4 .mc_bs3_title{bottom: 20%;}
.he_yilou{position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 100%; z-index: 9;}
.mc_bs3_videobox.end .he_yilou{opacity: 0;}
.he_yilou{position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 100%; z-index: 9;}
.xzhjj{font-size:30px;}
.tjxq{padding-top:20px;}
.tjxq span{background-color: #3d8bf2; color: #FFFFFF; border-radius: 25px; padding-left: 30px; padding-right: 30px; padding-top: 8px; padding-bottom: 8px; font-size:18px;}.tjxq span:hover{box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.29);}
.he_content{width: 75%; margin: 0 auto;}
.he_yilbx{width: 60%; position: relative;}
.he_yiluig{width: 54%; position: absolute; top: 50%; transform: translateY(-50%); left: -59%;}
.he_yilbp2{margin-top: 17px;}
.he_yilbp2 p{font-size: 40px; line-height: 1.75; color: #fff;}
.he_yilbp2 p span{padding: 0 20px; position: relative;}
.he_huhle{width: 15px; position: absolute; top: -4px; left: 2px; background: transparent;}
.he_huhri{width: 15px; position: absolute; bottom: -8px; right: 17px; transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg);}
.he_yilbp3{margin-top: 26px;}
.he_yilbp3 p{font-size: 16px; line-height: 1.5; color: #fff;}
.he_yilbp1 p{font-size:20px; color:#FFFFFF;}
*/
.he-yilpp{
    color: #ffffff;
    font-size: 40px;
    padding: 10px 0;
}
.he_syp2ti{
    color: #000000;
    font-size: 30px; 
}
.he-yillbox{
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
}
.he-yillbox .he-yillb-i{
    padding-bottom: 10px;
} 

.mc_bs3_videowrap{
    position: relative;
}
.he_yilou{
    position: absolute;
    left: 0;
    top:38%;
    width: 100%;
}
.he_content {
    width: 75%;
    margin: 0 auto;
}
.mvsbt {
    font-weight: bold;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
}



/* foot */
.foot{
    background: #ECECEC;
}
.foot-top{
    margin: 70px 0;
}
.foot-item .foot-i-bt{
    color: #212121;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 20px;
}
.foot-item>ul>li>a{
    color: #adadad;
    font-size: 18px;
    line-height: 18px;
    
}
.foot-item>ul>li{
    transition: all 1s;
}
.foot-item>ul>li:hover{
    transform: translateX(10px);
}
.foot-item>ul>li{
    margin-top: 20px;
}
.foot-r-item{
    text-align: center;
}
.foot-r-item>img{
    width: 100px;
    height: 100px;
}
.foot-r-item>.foot-r-bb{
    color: #A3A3A3;
    font-size: 16px;
    padding-top: 10px;
}
/* .foot-r-log{
    padding-bottom: 60px;
} */
.foot-left{
    width: 60%;
}
.foot-tel{
    color: #ffffff;
    font-size: 18px;
    line-height: 25px;
}
.foot-bott{
    background: #ffffff;
    border-top: 1px solid rgba(173,173,173,0.3);
}
.foot-bottbox {
    color: #adadad;
    font-size: 16px;
    line-height: 16px;
    padding: 20px 0;
}
.foot-bottbox a{
    color: #adadad;
}

.foot-item{
    text-align: center;
}
.ck{
    position: fixed;
    right: 18px;
    /* top: 70%; */
    bottom: -80px;
    z-index: 99999;
    cursor: pointer;
    /* opacity: 0; */
    transition: all 1s;
}
.goTop{
    /* display: none; */
    
}

.foot-xxbox{
    padding: 30px 0;
}
.foot-xxbox .foot-tel{
    color: #adadad;
    padding-left: 20px;
}

.foot-xxbox ul li:first-child{
    padding-bottom: 10px;
}
.foot-company{
    
    cursor: pointer;
    padding-top: 20px;
    position: relative;
    /* overflow: hidden; */
}
.foot-com{
    overflow: hidden;
    padding: 10px 30px;
    border: 1px solid #D1D1D1;justify-content: space-between;
}
.foot-com .foot-com-bt{
    font-size: 16px;
    color: #A3A3A3;
    margin-right: 60px;/
}
.foot-com>img{
    filter: drop-shadow(0 160px #6E6E6E);

    transform: translateY(-160px);
}
.foot-company>ul{
  
    position: absolute;

    left: 0;
    right: 0;
    width: 100%;
    border: 1px solid #D1D1D1;
    overflow: hidden;
    background: #ECECEC;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0.5s;
}
.foot-company>ul>li>a{
    font-size: 15px;
    color: #A3A3A3;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
.foot-company>ul>li>a:hover{
    background: #005bac;
    color: #fff;
}
.foot-company:hover > ul{
     opacity: 1;
    visibility: visible;
    transform: translateY(0); /* è¿˜åŽŸåˆ°åŽŸå§‹ä½ç½® */
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s;
}
.foot-tel-item .foot-telbtbox{
    font-size: 18px;
    line-height: 18px;
    padding-left: 18px;
    
}
.foot-tel-item .foot-telbtbox>.foot-telsp{
    font-weight: bold;
    color: #212121;
    border-left: 5px solid #005bac;
    padding-left: 10px;
    margin-bottom: 12px;
}
.foot-tel-item .foot-telbtbox>.foot-telbt{
    
    color: #A3A3A3;
}
.foot-bqbox{
        border-top: 1px solid rgba(173, 173, 173, 0.3);
}
.foot-telbox{
    padding: 50px 0;
}

/* show1 */
.show1bt-l-yw{
    font-size: 24px;
    line-height: 24px;
    color: #A3A3A3;
    padding-bottom: 20px;
}
.show1bt-l-zw{
    font-size: 48px;
    line-height: 60px;
    color: #212121;
}
.more{
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    background: #0B5BA9;
    padding: 12px 40px;
}
.show1box{
    padding: 50px 0;
}
.show1-slnr{
    width: 100%;
    padding: 20px;
    border: 1px solid #ffffff;
    border-top: transparent;
}
.show1-slide-img>img{
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.show1-slnr .show1-slnr-time{
    font-size: 16px;
    line-height: 16px;
    color: #0B5BA9;
}
.show1-slnr .show1-slnr-bt{
    margin: 10px 0;
    font-size: 24px;
    line-height: 30px;
    min-height: 60px;
    color: #212121;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.show1-slnr .show1-slnr-ms{
    font-size: 18px;
    line-height: 24px;
    min-height: 72px;
    color: #A3A3A3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.show1-slide>a:hover .show1-slnr{
    border: 1px solid rgba(73,73,73,0.14);
    border-top: transparent;
    box-shadow: 0px 2px 10px 0px rgba(73,73,73,0.14);
}
.show1bt-box{
    padding-bottom: 60px;
    
}
.show1{
    overflow: hidden;
}
.show1Swiper .swiper-horizontal>.swiper-pagination-progressbar, .show1Swiper .swiper-pagination-progressbar.swiper-pagination-horizontal{
    top: auto;
    bottom: 20px;
}

.show1Swiper .swiper-button-prev, .show1Swiper .swiper-rtl .swiper-button-next{
    bottom: 0;
    top: auto;
}
.show1Swiper .swiper-button-next, .show1Swiper .swiper-rtl .swiper-button-prev{
    bottom: 0;
    top: auto;
}
.show1Swiper .swiper-horizontal>.swiper-pagination-progressbar, .show1Swiper .swiper-pagination-progressbar.swiper-pagination-horizontal{
    left: 64px;
    width: 86%;
}
.show1Swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #0B5BA9;
}
.swiper-max{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    margin-top: 30px;
}
.swiper-max .swiper-button-next, .swiper-max .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgb(219, 219, 219);
    border-radius: 50%;
    position: static;
    inset: 0;
    margin: 0;
}
.swiper-max .swiper-button-next:hover, .swiper-max .swiper-button-prev:hover {
    background: #0B5BA9;
}
.swiper-max .swiper-horizontal>.swiper-pagination-progressbar, .swiper-max .swiper-pagination-progressbar.swiper-pagination-horizontal{
    position: static;
    inset: 0;
    margin: 0;
}
.show1Swiper .swiper-button-next:after, .show1Swiper .swiper-button-prev:after{
    font-size: 20px;
    color: #fff;
}

/* show2 */
.show2bt-box{
    text-align: center;
}
.show2bt-box .show2bt-yw{
    font-size: 24px;
    line-height: 24px;
    color: #A3A3A3; 
}
.show2bt-box .show2bt-zw{
    font-size: 48px;
    line-height: 50px;
    color: #212121;
    margin: 20px 0 30px 0;
}
.show2{
    padding: 50px 0;
    background: #ECECEC;
}
.show2nr-bt{
    font-size: 36px;
    line-height: 36px;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.show2nr-yw{
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 10px 0 50px 0;
}
.show2-more{
    width: fit-content;
    overflow: hidden;
}
.show2-more a p{
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin-right: 10px;
}
.show2-more a{
    border: 1px solid #ffffff;
    padding: 10px 30px;
}
.show2-more a:hover p{
    color: #0B5BA9;
}
.show2-more a:hover{
    background: #ffffff;
}

.show2-more a:hover img{
    filter: drop-shadow(0 160px #0B5BA9);

    transform: translateY(-160px);
}
.show2nr-item{
    width: 32%;
    padding: 70px 50px;
}
.show2nr{
    /* gap: 10px; */
    flex-wrap: wrap;
    
}

.show2nr .show2nr-item{
    overflow: hidden;
    
    transition: all 0.5s;
    background-repeat: no-repeat;
    /* background-size: 100% 100%; */
    background-size: cover;
    background-position: center;
}
/* .show2nr .show2nr-item:hover{
   background-position: 120% 120%;
} */
.show2nr .show2nr-item:nth-child(1){ 
    width: 66%;
    background-image: url("../images/product1.jpg");
}
.show2nr .show2nr-item:nth-child(2){
    background-image: url("../images/product2.jpg");
}
.show2nr .show2nr-item:nth-child(3){
    background-image: url("../images/product3.jpg");
}
.show2nr .show2nr-item:nth-child(4){
    background-image: url("../images/product4.jpg");
}
.show2nr .show2nr-item:nth-child(5){
    background-image: url("../images/product5.jpg");
}
.show2nr .show2nr-item:nth-child(1), .show2nr .show2nr-item:nth-child(2){
    margin-bottom: 26px;
}


/* show4 */
.show4-nav{
    flex-wrap: wrap;
}
.show4-nav .show4-item{
    width: 45%;
}
.show4box{
    width: 50%;
    padding-right: 20px;
}
.show4{
    overflow: hidden;
    height: 821px;
    position: relative;
    padding: 50px 0;
    background-image: url(../images/com-bj.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
}
.show4-yw{
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
}
.show4-bt{
    font-size: 48px;
    line-height: 60px;
    color: #FEFEFE;
    padding: 20px 0 70px 0;
}
.show4-ms p{
    font-size: 18px;
    line-height: 36px;
    color: #e0dddd; 
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

}
.show4-ms a{
    width: fit-content;
    display: block;
}
.ms-more{
    width: fit-content;
    font-size: 16px;
    line-height: 16px;
    color: #0B5BA9;
    background: #fff;
    border-radius: 15px;
    padding: 8px 20px;
    margin-top: 10px;
}

.show4-l-m{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(11, 91, 169, 0.6);
    cursor: pointer;
}
.show4-item{
    margin-top: 40px;
}
.show4-item .show4-ibt{
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding-top: 10px;
}
.show4-item .show4-ibt span{
    font-weight: bold;
}

.show4nr{
    position: absolute;
    left: 0;
    left: 0;
    width: 100%;
}






/* contact======================================== */


@-webkit-keyframes scaleUpDownny {
    from { -webkit-transform: scale(1.1); transform: scale(1.1); }
    to { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes scaleUpDownny {
    from {transform: scale(1.1); transform: scale(1.1); }
    to { transform: scale(1); transform: scale(1); }
}
.nybanner>img{
    width: 100%;
    animation: scaleUpDownny 4s linear forwards; -webkit-animation: scaleUpDownny 4s linear forwards;
}
.wzshow{
    background: #ffffff;
    position: sticky;
    top: 90px;
    z-index: 99;
    border-bottom: 1px solid #ECECEC;
}
.wzbox-l-item{
    margin-right: 100px;
}
.wzbox-l-item>a{
    display: block;
    font-size: 18px;
    color: #212121;
    line-height: 60px;
}
.wzbox-rbox{
    font-size: 16px;
    color: #212121;
}
.wzbox-l-item.wz_li>a{
    color: #0B5BA9;
    position: relative;
}
.wzbox-l-item.wz_li>a::before{
    position: absolute;
    bottom: -1px;
    content: '';
    width: 100%;
    height: 3px;
    background: #0B5BA9;
}
.wzbox-rbox span{
    margin-left: 10px;
}
.wzbox-rbox .splx{
    margin: 0 10px;
}
.wzbox-rbox>img{
    margin-right: 10px;
}

.conshow-btbox .conshow-bty{
    font-size: 24px;
    line-height: 24px;
    color: #A3A3A3;
    padding-bottom: 10px;
}
.conshow-btz{
   font-size: 48px;
   line-height: 48px;
    color: #212121;
}
.conshow-btbox{
    margin: 60px 0;
}

.conshow1-item{
    padding: 40px;
    text-align: center;
    width: 32%;
    border: 1px solid #ECECEC;
}
.conshow1-item:hover{
    box-shadow: 0px 2px 10px 0px rgba(73,73,73,0.14);
}
.conshow1-i-item{
    width: 32%;
    text-align: center;
}
.conshow1-i-item>img{
    width: 100%;
}
.conshow1-i-item>span{
    font-size: 16px;
    color: #A3A3A3;
}
.conshow1-i-bt{
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    padding: 10px 0;
    color: #212121;
}
.conshow1-i-ad{
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    color: #B4B4B4;
}
.conshow1-i-more{
    justify-content: center;
    padding-top: 30px;
}
.conshow1-i-more>span{
    font-size: 16px;
    color: #212121;
    padding-right: 10px;
}
.map{
    margin-top: 30px;
    height: 400px;
}
.form-item{
    width: 40%;
    margin-right: 80px;
}
.conshow2nr{
    flex-wrap: wrap;
}
.form-item input{
    width: 100%;
    font-size: 16px;

    color: #A3A3A3;
    border: 1px solid #ECECEC;
    padding: 15px 40px;
    margin-bottom: 34px;
}
.form-item input:focus{

    outline: none;

    border: 1px solid #0B5BA9;

}
.form-item .form-lab{
    color: #212121;
    font-size: 18px;
    margin-bottom: 28px;
    /* padding-left: 30px; */
}
.form-item .form-lab::before{
    content: '*';
    color: #ff4d4f;
    margin-right: 4px;
}

.form-item textarea{

    width: 100%;

    border: 1px solid #dbdbdb;

    padding: 18px 40px;

    font-size: 16px;

color: #AFAFAF;

}

.form-item textarea:focus{

    outline: none;

    border: 1px solid #0B5BA9;

}

.sendbox{
    cursor: pointer;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 60px;
    width: fit-content;
    background: #0B5BA9;
    padding: 16px 100px;
}
.sendbox .send{
    font-size: 16px;
    padding-right: 10px;
    color: #ffffff;
}
.sendbox>img{
    filter: drop-shadow(0 160px #ffffff);
    transform: translateY(-160px);
}
.conshow2{
    padding-bottom: 120px;
}


/* resources======================= */
.resourshow{
    background: #ECECEC;
    padding: 70px 90px;
    text-align: justify;

}
.resour{
    color: #212121;
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 10px;
}
.resour:last-child{
    padding-bottom: 0;
}
.resour>span{
    font-weight: bold;
    color: #0B5BA9;
}

.fl-item{
    cursor: pointer;
    width: 24%;
    position: relative;
    height: 520px;
    background-image: url('../images/fl-pic1.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    text-align: center;
}
.fl-item:nth-child(2){
    background-image: url('../images/fl-pic2.jpg');
}
.fl-item:nth-child(3){
    background-image: url('../images/fl-pic3.jpg');
}
.fl-item:nth-child(4){
    background-image: url('../images/fl-pic4.jpg');
}
.fl-item:hover .fl-bgbox{
    opacity: 1;
    background-color: rgba(11, 91, 169, 0.5)
}
.fl-i-bt{
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    margin-top: 80px;
}
.fl-bgbox{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.8s;
}
.fl-bg-ms{
    font-size: 14px;
    color: #FFFFFF;
    padding: 50px;
    min-height: 250px;
    text-align: justify;
}
.fl-bgbox>img{
    text-align: center;
}

.recruitshow{
    background-image: url('../images/recruit.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.seach-forhome{
        width: fit-content;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
}
.seach-forhome >img{
    position: absolute;
    left: 30px;

}
.seach-forhome input:focus{

    outline: none;

    /* border: 1px solid #0B5BA9; */

}
.seach-forhome input{
    width: 430px;
    border: inherit;
    padding: 14px 10px 14px 80px;
    font-size: 18px;
}
.serbut>span{
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    padding: 15px 56px;
    background: linear-gradient(90deg, #0B5BA9 0%, #3996F0 100%);
}
.recruit-rbox>span{
    font-size: 24px;
    color: #FFFFFF;
}
.recruit-rbox{
    margin-left: 150px;
}

.recruit-itembox>.recr{
    font-size: 24px;
    line-height: 24px;
    color: #A3A3A3;
    width: 24%;
}
.recruit-itembox .recruit-name{
    color: #212121;
}
.recruit-num{
    overflow: hidden;
    justify-content: space-between;
}
.recruit-num>img{
    filter: drop-shadow(0 160px #A3A3A3);

    transform: translateY(-160px);
}
.recruit-list{
    margin-top: 10px;
}
.recruit-item{
    cursor: pointer;
    padding: 30px 0;
    border-bottom: 1px solid #ECECEC;
}

.recruit-content{
    display: none;
    margin-top: 30px;
    font-size: 18px;
}
.recruit-content.jract{
    display: block;
}

/* news =========================== */
.newsbox-i-left{
    width: 460px;
    overflow: hidden;
}
.newsbox-i-left>img{
    width: 100%;
    height: 260px;
    transition: all 1s;
    object-fit: cover;
}
.newsbox-i-title{
    margin-bottom: 10px;
    font-size: 24px;
    color: #212121;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsbox-i-time>span{
    color: #A3A3A3;
    margin-left: 6px;
}
.newsbox-i-ms{
    margin: 20px 0 30px 0;
    font-size: 18px;
    line-height: 26px;
    color: #A3A3A3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsbox-i-more{
    color: #0B5BA9;
}
.newsbox-i-more>span{
    margin-right: 10px;
}

.newsbox-i-right{
    width: calc(100% - 520px);
}

.newsshow{
    margin: 50px 0;
}
.newsbox-list>a{
    /* border-bottom: 1px solid #ECECEC; */
    /* margin-bottom: 40px; */
    padding: 40px 0;
    
}
@keyframes xsrotate {

  0% {

     width:0%;

    }

    10% {

     width:20%;

    }50% {

     width:50%;

    }100% {

     width:100%;

    }

}
.newsbox-list>a::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    z-index: 1;
}
.newsbox-list>a:hover::before{
   
    animation: xsrotate 1s ease-in-out forwards;

    background: #0B5BA9;
}

.newsbox-list>a:hover{
        /* box-shadow: 0px 2px 10px 0px rgba(73,73,73,0.14); */
}
.newsbox-list>a:hover .newsbox-i-right .newsbox-i-title{
    color: #0B5BA9;
    font-weight: bold;
}
.newsbox-list>a:hover .newsbox-i-left>img{
    
    transform: scale(1.2);

}

.newsbox1-r-ms{
    font-size: 18px;
    line-height: 30px;
    color: #A3A3A3;
    margin-bottom: 10px;
}
.newsbox1-left{
    width: 320px;
    position: relative;
}
.newsbox1-right{
    width: calc(100% - 380px);
    text-align: justify;
}
.newsbox1 .conshow-btbox{
    margin: 0;
}

.newsbox1{
    margin: 60px 0;
    
}

.conshow1, .qywhshow, .conshow2, .companyshow, .conshow {
    overflow: hidden;
}
.newsbox1-left>img{
    position: absolute;
    top: 50px;
    width: 300px;
    height: 250px;
}
/* .newsbox1-btbox{
    background-image: url('../images/company-bj.png');
   
    background-repeat: no-repeat;
} */
.newsbox-num-item-num{
    font-family: math;
    font-size: 54px;
    font-weight: bold;
    line-height: 54px;
    color: #212121;
    padding: 10px 0;
}
.newsbox-num-item-title{
    font-size: 18px;
    line-height: 18px;
    color: #212121;
}
.newsbox-num-item{
    /* width: 25%; */
    text-align: center;
}
.hr_news{
    width: 1px;
    height: 100px;
    background: #ECECEC;
}
.newsbox-numbox{
    margin: 50px 0;
}

.newsbox-vod{
    width: 100%;
    height: 600px;
}

.qywhshow{
    background-image: url('../images/qywh-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size: 100% 100%; */
    padding-bottom: 200px;
}
.qywhbpic{
    position: relative;
    width: fit-content;
    margin-left: 32px;
}
.qywhb-jbox{
    position: absolute;
    top: 30px;
    text-align: center;
    padding:  40px;
}
.qywhb-jbox-title{
    font-size: 24px;
    line-height: 24px;
    color: #212121;
    padding: 20px 0;
}
.qywhb-jbox-ms{
    font-size: 16px;
    line-height: 24px;
    color: #A3A3A3;
}
.qywhb{
    display: flex;
}
.whln .qywhb-jbox-title{
    color: #ffffff;
}
.whln .qywhb-jbox-ms{
    color: #A8D4FF;
}
.whln .qywhb-jbox{
    padding: 10px 66px;
}

.qywhbox {
    padding-top: 60px;
}
.fzlc{
    /* padding-bottom: 320px;
    background-image: url('../images/fzlc-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
}
.fzlc .conshow-btz{
    /* color: #fff; */
}
.fzlc1-slide-time{
    /* font-weight: bold;
    font-size: 32px;
    color: #0B5BA9;
    margin-bottom: 50px; */

    font-weight: bold;
    font-size: 250px;
    line-height: 210px;
    color: #F4F4F4;
}
.fzlc1-slide-content{
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 40px;
    /* color: #FFFFFF; */
    /* border-left: 1px solid #FFFFFF;padding-left: 30px; */
}
/* .fzlc-banner1{
    width: 500px;
} */
.fzlc1-slide{
    text-align: center;
}
.fzlc-max{
    width: 100%;
    top: 188px;
    position: absolute;
    overflow: hidden;
    display: flex;
    /* gap: 30px; */
    justify-content: space-between;
    align-items: center;
    /* margin-top: 50px; */
}
.fzlc-max .swiper-button-next, .fzlc-max .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgb(219, 219, 219);
    border-radius: 50%;
    position: static;
    inset: 0;
    margin: 0;
}
.fzlc-max .swiper-button-next, .fzlc-max .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgb(219, 219, 219);
    border-radius: 50%;
    position: static;
    inset: 0;
    margin: 0;
}
.fzlc-max .swiper-button-next:hover, .fzlc-max .swiper-button-prev:hover {
    background: #0B5BA9;
}
.fzlc1Swiper .swiper-button-next:after, .fzlc1Swiper .swiper-button-prev:after{
    font-size: 20px;
    color: #fff;
}

.fzlc-banner{
    position: relative;
}

.fzlc-banner2{
    /* transform: rotate(-27deg); */
    width: 100%;
    /* width: 1560px; */
    position: absolute;
    bottom: 52px;
    right: 0;
}

.fzlc2-slide{
    text-align: center;
    position: relative;
    font-size: 18px;
    color: #A3A3A3;
    padding-top: 100px;
}
.fzlc2-slide>img{
    width: 100%;
    /* width: 250px; */
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    /* transform: translateX(-50%) scale(0); */
    /* transform: scale(0); */
    opacity: 0;
    transition: all 0.5s;
    z-index: 55;
}

.fzlc2-slide::before{
    content: '';
    width: 12px;
    height: 12px;
    background: #A3A3A3;
    border-radius: 50%;
    /* opacity: 0.5; */
    position: absolute;
    bottom: 40px;
    left: 47%;
}
.fzlc-banner2show{
    margin: 0 auto;
    padding: 0 62px;
}

.fzlc2Swiper .swiper-slide-thumb-active img {
    /* transform: translateX(155%) scale(1); */
    /* transform: scale(1); */
    opacity: 1;
}
.fzlc2Swiper .swiper-slide-thumb-active .fzlc2-slide::before{
    /* opacity: 0; */
    background: #0B5BA9;
}
.fzlc2Swiper .swiper-slide-thumb-active .fzlc2-slide .fzlc2-slide-time{
    color: #0B5BA9;
}
/* .fzlc2Swiper::before{
    content: "";
    width: 100%;
    height: 1px;

    background: #ECECEC;
    position: absolute;
    bottom: 45px;
    left: 0;
    
} */
 .fzlc-banner2::before{
    content: "";
    width: 100%;
    height: 1px;

    background: #ECECEC;
    position: absolute;
    bottom: 45px;
    left: 0;
 }

.zs-slide{
    /* transform: perspective(1000px) rotateY(45deg); */
    background: #fff;
    padding: 10px;
    box-shadow: 0px 2px 10px 0px rgba(73,73,73,0.14);
}
/* .zsSwiper .swiper-slide-active .zs-slide{
    transform: rotate(0);
} */
 .zsSwiper .swiper-slide{
    /* transition: all 0.5s; */
    transition: transform 0.5s;
    
 }
 /* .zsSwiper{
    width: 800px;
 }
.zsbox{
    width: 800px;
} */
.zs-slide-title{
    text-align: center;
    width: 100%;
    color: #A3A3A3;
    font-size: 17px;
    padding: 2px 0 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zs-slide-titlebox{
    width: 100%;
    justify-content: space-between;
    
    
}
.zsshow{
    background: #ECECEC;
    padding-bottom: 30px;
}
.zs-slide>img{
    width: 100%;
    height: 500px;
    cursor: pointer;
}

.zs-max{
    
    overflow: hidden;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.zs-max .swiper-button-next, .zs-max .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgb(219, 219, 219);
    border-radius: 50%;
    position: static;
    inset: 0;
    margin: 0;
}
.zs-max .swiper-button-next, .zs-max .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgb(219, 219, 219);
    border-radius: 50%;
    position: static;
    inset: 0;
    margin: 0;
}
.zs-max .swiper-button-next:hover, .zs-max .swiper-button-prev:hover {
    background: #0B5BA9;
}
.zs-max .swiper-button-next:after, .zs-max .swiper-button-prev:after{
    font-size: 20px;
    color: #fff;
}

.company-sl-b-title{
    font-size: 30px;
    color: #FFFFFF;
}
.company-sl-b-ms{
    min-height: 97px;
    font-size: 18px;
    color: #B0D8FF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 20px 0 50px 0;
}
.company-sl-b-ms img{
    display: none;
}
.company-more{
    color: #ffffff;
    overflow: hidden;
}
.company-sl-box{
    padding: 60px 40px;
    background: #0B5BA9;
}
.company-slide>img{
    width: 100%;
    margin-top: 30px;
}
.company-sl-left{
    width: 50%;
}
.company-syh{
    position: absolute;
    top: 40px;
    left: 40px;
}
.company-slide{
   
    position: relative;
}
.company-pic{
    width: 42%;
    position: absolute;
    right: 40px;
    bottom: 10px;
}


.company-max{
    
    overflow: hidden;
    display: flex;
    gap: 30px;
    justify-content: end;
    align-items: center;
    margin-top: -630px;
}
.company-max .swiper-button-next, .company-max .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgb(219, 219, 219);
    border-radius: 50%;
    position: static;
    inset: 0;
    margin: 0;
}
.company-max .swiper-button-next, .company-max .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgb(219, 219, 219);
    border-radius: 50%;
    position: static;
    inset: 0;
    margin: 0;
}
.company-max .swiper-button-next:hover, .company-max .swiper-button-prev:hover {
    background: #0B5BA9;
}
.company-max .swiper-button-next:after, .company-max .swiper-button-prev:after{
    font-size: 20px;
    color: #fff;
}

/* .companySwiper{
    padding-bottom: 500px;
} */
.company-m-b{
    margin-right: 10px;
}

.company-more>img{
    filter: drop-shadow(0 160px #ffffff);

    transform: translateY(-160px);
}


/* product======================= */
.product-bt>svg{
    width: 12px;
    height: auto;
}
.productbox-left{
    width: 380px;
}
.productbox-right{
    width: calc(100% - 430px);
}
.productbox-right img{
    max-width: 100%;
}
.product-bt-title{
    font-size: 22px;
    color: #212121;
}
.product-children li a{
    display: block;
    padding: 20px 50px;
    font-size: 18px;
    color: #A3A3A3;
}
.product-l-nav{
    border: 1px solid #ECECEC;
}
.product-bt{
    padding: 20px 30px;
    /* background: #ECF3FA; */
    cursor: pointer;
}

.productshow{
    margin: 70px 0;
    box-sizing: border-box;
}
.product-bt>svg path{
    /* transform: rotate(0); */
}
.product-children li.act-child a{
    color: #0B5BA9;
    border-left: 4px solid #0B5BA9;
    background: rgb(241, 245, 252);
}

.product-bt.act{
    background: linear-gradient(90deg, #0B5BA9 0%, #3996F0 100%);
}
.product-bt.act .product-bt-title{
    color: #ffffff;
}
.product-bt.act>svg path{
    fill: #ffffff;
    /* transform: rotate(180deg); */
}

.product-children{
    display: none;
}

.product-r-seachbox .seach-forhome input{
    background: #ECECEC;
}
.product-r-seachbox .serbut>span{
    padding: 10px 40px;
}
.product-r-seachbox .seach-forhome input{
    padding: 10px 10px 10px 80px;
}
.product-r-seachbox .seach-forhome input{
    width: 394px;
}
/* .product-r-seachbox .seach-forhome{
    justify-content: end;
} */
 .product-r-seachbox{
    margin-bottom: 50px;
 }

.product-r-name{
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #0B5BA9;
}
.product-r-ms{
    min-height: 100px;
    font-size: 18px;
    color: #A3A3A3;
    margin: 20px 0 40px 0;
}
.product-r-mbox{
    overflow: hidden;
    cursor: pointer;
    width: fit-content;
    border: 1px solid #0B5BA9;
    padding: 10px 20px;
    transition: all 0.5s;
}
.product-r-mbox>span{
    font-size: 16px;
    line-height: 16px;
    color: #0B5BA9;
    padding-left: 10px;
}

.product-r-mbox:hover{
    background: #0B5BA9;
}
.product-r-mbox:hover span{
    color: #fff;
}
.product-r-mbox:hover img{
    filter: drop-shadow(150px 0 #fff);

    transform: translateX(-150px);
}


.tcbox{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    transition: auto;
}
.tcshow{
    width: 700px;
    max-width: calc(100% - 30px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    background: linear-gradient(180.00deg, rgb(255, 255, 255), rgb(235, 239, 251) 100%);
}
.tcshow-top{
    width: 100%;
    overflow: hidden;
    font-size: 24px;
    line-height: 32px;
    color: rgb(33, 33, 33);
    font-weight: bold;
    padding: 20px;
    text-align: center;
   
}
.tcshow-ewmbox{
    padding: 0 40px 40px 40px;
}
.tcshow-ewm-l{
    padding: 30px 60px;
    width: 40%;
    box-sizing: border-box;
    border: 1px solid rgb(233, 236, 248);
    border-radius: 6px;
    background: linear-gradient(180.00deg, rgb(238, 241, 251), rgba(255, 255, 255, 0.12) 100%);
}
.tcshow-ewm-l>img{
    width: 126px;
    height: 126px;
}
.tcshow-ewm-l>span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    margin-top: 30px;
}
.tcshow-ewm-r{
    padding: 15px 30px;
    width: 58%;
    box-sizing: border-box;
    border: 1px solid rgb(233, 236, 248);
    border-radius: 6px;
    background: linear-gradient(180.00deg, rgb(238, 241, 251), rgba(255, 255, 255, 0.12) 100%);
}

.form-it{
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;/
}

.form-it>input:focus{

    outline: none;
    
}
.form-it>input{
    padding-bottom: 10px;
    flex: 1;
    color: rgb(152, 152, 152);
    outline: none;
    border: transparent;
    background: transparent;
    border-bottom: 1px solid rgb(102,102,102);
}
.form-it .form-lab{
    margin-right: 10px;
}
.form-itbu{
    text-align: center;
    width: 100%;
    padding: 5px;
    background: rgb(0, 77, 208);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.tcshow svg{
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 9;
    cursor: pointer;
}


.product-r-pic{
    width: 300px;
    height: 250px;
}
.product-r-pic>img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.product-r-left{
    width: calc(100% - 320px);
}
.product-rnr-content{
    margin: 30px 0;
}
.product-r-seachbox .recruit-left{
        display: flex;
    justify-content: end;
}
.product-rnr-content p{
    font-size: 16px;
}

/* detail======================= */
.detailbox-bt{
    width: 100%;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
}
.detailbox-time{
    font-size: 18px;
    color: #757FA3;
    width: 100%;
    text-align: center;
    border-bottom: #DDE3EE 1px dotted;
    padding: 20px 0;
}
.detailbox-content{
    font-size: 18px;
    min-height: 500px;
    padding: 40px 0;
    border-bottom: #DDE3EE 1px dotted;
}
.detailbox-content>img{
    max-width: 100%;
}
.sj-show{
    display: none;
}
.pc-show{
    display: block;
}

.product-rnr{
    padding: 30px;
    background: rgb(248, 249, 253);
}

.company-sl-b-ms p{
    color: #B0D8FF;
}
.page{
    text-align: center;
    margin: 50px 0;
}
.page a, .page span{
    padding: 4px 14px;
    color: #A3A3A3 !important;
    font-size: 16px;
    border: 1px solid #ECECEC;
    cursor: pointer;
}
.page span.layui-laypage-curr{
    background: #0B5BA9;
    color: #fff !important;
    border: 1px solid #ECECEC;
}
.page .layui-box{
    display: flex;
    gap: 10px;
    justify-content: center;
}
.page a:hover{
    background: #0B5BA9;
    color: #fff !important;
}

.xq-nextbox {
    margin: 50px 0;
}

.xq-next-lf{

    font-size: 16px;

    line-height: 20px;

}

.xq-next-lf a, .xq-next-lf span{

    font-size: 16px;

    line-height: 20px;

}

.xq-next{

    margin-top: 16px;

}

.xq-next-lf a:hover{

    color: #0B5BA9;

}



/* 添加这些CSS样式 */
.product-l-nav {
    width: 100%;
}

.product-l-nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-l-nav > ul > li {
    border-bottom: 1px solid #fff;
}
.product-l-nav > ul > li:last-child {
    border-bottom: 0;
}

/* .product-bt {
    padding: 12px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.3s;
} */

/* .product-bt:hover {
    background-color: #f5f5f5;
} */

/* .product-bt-title {
    font-size: 16px;
    color: #333;
} */

.product-bt svg {
    width: 12px;
    height: 12px;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
}

.product-bt.active svg {
    transform: rotate(180deg);
    
}
.product-bt.active svg path{
    fill: #fff;
}

.product-children {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    background-color: #f9f9f9;
}

.product-children li {
    padding: 0;
}

.product-children li a {
    /* display: block;
    padding: 8px 15px 8px 25px;
    color: #666;
    text-decoration: none;
    font-size: 14px; */
    transition: all 0.2s;
    border-left: 3px solid transparent;
}

.product-children li a:hover {
    background-color: #f0f0f0;
    color: #333;
}

.product-children li.selected a {
    color: #0B5BA9;
    border-left-color: #0B5BA9;
    background: rgb(241, 245, 252);
}

.product-l-nav > ul > li.active8 > .product-bt {
    background: linear-gradient(90deg, #0B5BA9 0%, #3996F0 100%);
    
}

.product-l-nav > ul > li.active8 .product-bt-title {
    color: #fff;
}

.product-r-mbox>a{
    padding-left: 10px;
}

.product-searchbox{
    display: grid;
    grid-template-columns: 32% 32% 32%;
    justify-content: space-between;
    gap: 30px;
}
.product-search-item a img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.product-search-text{
    font-size: 16px;
    padding:10px;
    text-align: center;
}
.product-search-item:hover{
    border: 1px solid rgba(73,73,73,0.14);
    border-top: transparent;
    box-shadow: 0px 2px 10px 0px rgba(73,73,73,0.14);
}
.product-search-item:hover .product-search-text{
    color: #0B5BA9;
}
.product-search-bb{
    width: fit-content;
    margin: 0 auto;
}

.product-empty {
    text-align: center;
    padding: 40px 0;
    color: #999;
    font-size: 18px;
    width: 100%;
    grid-column: 1 / -1; /* 如果使用grid布局 */
}


.xwsearchbox{
    width: 100%;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .05);
    background-color: rgba(255, 255, 255, 1);
    /* min-width: 12rem; */
    position: fixed;
    top: -150px;
    /* top: 0; */
    z-index: 999;
    transition: all 0.5s;
}
.xwsearchbox.show{
    top: 0;
}

.xwsearchbox .product-r-seachbox{
    margin-bottom: 0;
}

.xwsearchbox .product-r-seachbox .recruit-left {
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.recruit-left>img{
    cursor: pointer;
}


.newsbox-vod>video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.he_phgfbx>video{
    width: 100%;
    height: 850px;
    object-fit: cover;
    cursor: pointer;
}



.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    text-align: center;
}
/* å…¨å±å›¾ç‰‡ */
.overlay img {
    max-width: 90%;
    max-height: 90%;
    margin-top: 5%;
}

/* å…³é—­æŒ‰é’® */
/* æ–°å¢žåˆ‡æ¢æŒ‰é’®æ ·å¼ */
.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 40px;
    color: white;
    padding: 20px;
    user-select: none;
    transition: 0.3s;
}

.prev-btn:hover,
.next-btn:hover {
    background: rgba(0, 0, 0, 0.2);
}

.prev-btn {
    left: 0;
}

.next-btn {
    right: 0;
}

/* åŽŸè¦†ç›–å±‚æ ·å¼è¡¥å…… */
.overlay img {
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

.ckbox>img{
    width: 50px;
}

.conshow2box{
    position: relative;
}
.company-max{
    position: absolute;
    right: 20px;
    top: 30px;
    margin-top: inherit;
}

.companynr{
    margin-bottom: 50px;
}

.detailbox-content img{
    max-width: 100%;
    height: auto;
}

.he_mine .newsbox-vod{
    height: 850px;
}

.he_mine{
    position: relative;
}
.mvsbt{
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
}
.newsbox-vod {
    position: relative;
    cursor: pointer;
}

.newsbox-vod .play-btn, .pause-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.newsbox-vod .play-btn:hover, .newsbox-vod .pause-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: translate(-50%, -50%) scale(1.1);
}

.newsbox-vod .play-icon, .newsbox-vod .pause-icon {
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

/* 视频播放时隐藏所有按钮 */
.newsbox-vod .video-playing ~ .play-btn,
.newsbox-vod .video-playing ~ .pause-btn {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

/* 视频暂停时显示暂停按钮 */
.newsbox-vod .video-paused ~ .pause-btn {
    opacity: 1;
    visibility: visible;
}

/* 初始状态显示播放按钮 */
.newsbox-vod .mvsbt:not(.hidden) {
    opacity: 1;
    visibility: visible;
}

/* 视频容器悬停时显示按钮 */
 .newsbox-vod:hover .play-btn,
.newsbox-vod:hover .pause-btn {
    opacity: 1;
    visibility: visible;
}


.company-pic>img{
    width: 100%;
}


/* .conshow2box .show1bt-l-zw{
    color: #ffffff;
} */


.qywh-item{
    
    width: 25%;
    padding: 70px 80px;
    background: linear-gradient(162deg, #D4EAFF 0%, #FFFFFF 100%);
}
.qywh-i-bt{
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    color: #212121;
}
.qywh-i-ybt{
    font-size: 18px;
    line-height: 18px;
    color: #A3A3A3;
}
.qywh-ibox{
    padding-left: 25px;
    border-left: 4px solid #0B5BA9;
}

.product-yy-l-title{
    font-weight: bold;
    font-size: 34px;
    line-height: 34px;
    color: #212121;
    padding-bottom: 30px;
}
.product-yy-l-ms{
    font-size: 24px;
    line-height: 30px;
    color: #212121;
    padding: 16px 0 30px 0;
}
.product-yy-l-bt{
    font-weight: bold;
    font-size: 36px;
    color: #3673B4;
    font-size: 34px;
    line-height: 34px;
}
.product-max{
    position: absolute;
    left: 0;
    top: 230px;
    margin-top: inherit;
    display: flex;
    gap: 20px;
}
.product-yy-pibt{
    padding: 0 20px;
    line-height: 50px;
    font-size: 20px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-yy-left{
    width: 40%;
}
.product-yy-right{
    width: 100%;
}
.product-yyslide{
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.product-yyslide>img{
    transition: all 0.5s;
    width: 100%;
}
.product-yyslide:hover img{
    transform: scale(1.2);
    
}

.product-max .swiper-button-next, .product-max .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgb(219, 219, 219);
    border-radius: 50%;
    position: static;
    inset: 0;
    margin: 0;
}
.product-max .swiper-button-next, .product-max .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgb(219, 219, 219);
    border-radius: 50%;
    position: static;
    inset: 0;
    margin: 0;
}
.product-max .swiper-button-next:hover, .product-max .swiper-button-prev:hover {
    background: #0B5BA9;
}
.product-max .swiper-button-next:after, .product-max .swiper-button-prev:after{
    font-size: 20px;
    color: #fff;
}
.product-yybox{
    position: relative;
    overflow: hidden;
}
.product-yyshow{
    margin-bottom: 70px;
}


.empty-text{
    font-size: 18px;
    text-align: center;
    margin-top: 50px;
}


/* 添加样式控制文字显示/隐藏 */
.video-text {
    transition: opacity 0.3s ease;
}
.video-text.hidden {
    opacity: 0;
    visibility: hidden;
}




@keyframes mymove
{
	0% {transform: translateY(-102%);}
	25% {transform: translateY(0);}
	100% {transform: translateY(0);}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
	0% {transform: translateY(-102%);}
	25% {transform: translateY(0);}
	100% {transform: translateY(0);}
}

@keyframes mymove1
{
	0% {transform: translateY(102%);}
	25% {transform: translateY(0);}
	100% {transform: translateY(0);}
}

@-webkit-keyframes mymove1 /*Safari and Chrome*/
{
	0% {transform: translateY(102%);}
	25% {transform: translateY(0);}
	100% {transform: translateY(0);}
}



.show1-slide a .show1-slide-img{
    overflow: hidden;
}
.show1-slide a .show1-slide-img>img{
    transition: all 0.5s;
}
.show1-slide a:hover .show1-slide-img>img{
    transform: scale(1.2);
}








@media screen and (max-width: 1590px) {
    .head-nav>.head-item{
        margin: 0 20px;
    }
}

@media screen and (max-width: 1460px){
    .qywh-item{
        padding: 60px 40px;
    }
    .show4-item>img{
        width: 40px;
    }
    .he_yilbp1 p{
        font-size: 36px;
    }
    .he_yilou{
        top: 34%;
    }
    .show4-bt{
        font-size: 40px;
        line-height: 50px;
        padding: 20px 0 50px 0;
    }
    .show2nr-item{
        padding: 60px 30px;
    }
    .show2-more a p{
        font-size: 15px;
        line-height: 15px;
    }
    .show2nr-yw{
        font-size: 17px;
        line-height: 17px;
        padding: 10px 0 30px 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .show2nr-bt{
        font-size: 30px;
        line-height: 30px;
    }
    .show2bt-box .show2bt-zw{
        font-size: 40px;
    }
    .show1-slnr .show1-slnr-bt{
        font-size: 22px;
        line-height: 28px;
    }
    .more {
        font-size: 16px;
        line-height: 16px;
        padding: 10px 30px;
    }
    .show1bt-l-zw {
        font-size: 40px;
        line-height: 50px;

    }
    .banner-slide .banner-text{
        font-size: 40px;
        line-height: 50px;
        left: 7%;
    }
    .head-left a>img{
        width: 180px;
    }
    .head-nav .head-item>ul>li>a{
        font-size: 15px;
    }
    .product-mon>a>.product-bt{
        font-size: 15px;
        line-height: 15px;
    }
    .product-monbox{
        padding: 15px 10px;
    }
    .head-nav .head-item>a {
        font-size: 17px;
        line-height: 17px;
    }
    .head-r-box{
        font-size: 17px;
    }
    .controhead {
        max-width: 88%;
    }
     .product-mon{
        width: 88%;
        margin: 20px auto;
     }

      .product-bt {
        padding: 15px 50px;
    }
    .productbox-left {
        width: 290px;
    }
    .productbox-right {
        width: calc(100% - 320px);
    }
    .product-r-pic {
        width: 290px;
        height: 200px;
    }
    .product-r-name {
        font-size: 30px;
        line-height: 32px;
    }
    .product-r-ms{
        font-size: 17px;
    }
    
}



@media screen and (max-width: 1180px){
    .wzshow{
        top: 82px;
    }
    
    .qywh-item{
        padding: 50px 20px;
    }
    /* .fzlc-banner2{
        transform: rotate(0) ;
        width: 100%;
        bottom: -150px ;
    } */
    .product-r-mbox{
        margin-bottom: 30px;
    }
    .product-r-pic>img {
        height: 260px;
    }
    .product-r-pic {
        width: 100%;
        height: auto;
    }
    .product-r-left {
        width: 100%;
    }
    .product-rnrtop{
        flex-direction: column;
    }
   
    .newsbox-i-right {
        width: calc(100% - 380px);
    }
    .newsbox-i-left {
        width: 350px;
    }
    /* .fzlc-banner2{
        transform: rotate(-30deg);
        bottom: 0;
    } */
    .wzbox-l-item>a{
        font-size: 16px;
    }
    .recruit-itembox>.recr {
        font-size: 20px;
        line-height: 20px;
    }
    .recruitbox {
        flex-direction: column;
        gap: 20px;
    }
    .fl-bg-ms{
        padding: 20px;
    }
    .resourshow{
        padding: 40px;
    }
    .product-mon {
        width: 100%;
    }
    .wzbox-l-item {
        margin-right: 35px;
    }
    .form-item{
        margin-right: 30px;
    }
    .conshow1-item{
        padding: 10px;
    }
    .foot-bottbox {
        font-size: 14px;
        line-height: 18px;
    }
    .he_yilbp1 p {
        font-size: 30px;
    }
    .foot-tel{
        font-size: 16px;
        line-height: 20px;
        padding-left: 10px;

    }
    .show4-nav .show4-item{
        text-align: center;
    }
    .show4box{
        width: 100%;
        padding-right: 0;
    }
    .show4nr{
        width: 100%;
    }
    .show4-l-m{
        width: 100%;
    }
    .foot-tel-item .foot-telbtbox {
        font-size: 15px;
        line-height: 15px;
        padding-left: 10px;
    }
    .foot-item>ul>li>a {
        font-size: 17px;
        line-height: 17px;
    }
    .foot-item .foot-i-bt{
        font-size: 20px;
        line-height: 20px;
    }
    .foot-r-log>img{
        width: 200px;
    }
    .show4-item .show4-ibt {
        font-size: 15px;
        line-height: 22px;
    }
    .show4-bt {
      
        padding: 10px 0 40px 0;
    }
    .show1bt-l-zw {
        font-size: 36px;
        line-height: 45px;
    }
    .head-center{
        display: none;
    }
    .head{
        padding: 20px 0;
    }
    
}

@media screen and (max-width: 1160px) {
    .fzlc-banner2{
        bottom: 51px;
    }
}
@media screen and (max-width: 880px) {
    .fzlc-banner2{
        bottom: 91px;
    }
}







@media screen and (max-width: 768px) {
    .company-sl-b-ms {
        min-height: 90px;
    }
    .head-left>a .log-item img:nth-child(1){
        width: 40px;
       
    }
    .head-left>a .log-item img:nth-child(2){
        width: 100px;
    }
    .banner-slide .banner-text .banner-text-bt {
    font-size: 18px;
    line-height: 26px;

}
    .banner-slide .banner-text .banner-text-ms {
    font-size: 17px;
    line-height: 20px;
}
    .newsbox-i-left>img{
        height: 200px;
    }
    .product-yyshow {
        margin-bottom: 30px;
    }
    .product-yy-pibt{
        padding: 0 10px;
        line-height: 30px;
        font-size: 14px;
    }
    .product-max .swiper-button-next, .product-max .swiper-button-prev{
        width: 40px;
        height: 40px;
    }
    .product-max{
        top: 106px;
    }
    .product-yy-l-bt {
        font-size: 18px;

        line-height: 20px;
    }
    .product-yy-l-ms {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0 16px 0;
    }
    .product-yy-l-title {
        font-size: 20px;
        line-height: 20px;
    }
    .product-yy-right{
        width: 100%;
        /* margin-top: 80px; */
    }
    .product-yy-left{
        width: 100%;
    }
    .product-yybox{
        flex-direction: column;
    }
    
    .qywh-i-bt {
        font-size: 20px;
        line-height: 20px;

    }
    .qywh-ibox {
        padding-left: 16px;

    }
    .qywh-i-ybt {
        font-size: 15px;
        line-height: 15px;
    }
    .qywh-item{
        width: 50%;
        padding: 20px;
    }
    .qywh-wzbox{
        flex-wrap: wrap;
    }
    .bannerSwiper .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }
    .xq-nextbox {
        margin: 25px 0;
    }
    .xq-next-lf a, .xq-next-lf span {
        font-size: 14px;
    }
    .mvsbt {
        top: 15%;
        width: 100%;
        font-size: 20px;
    }
    .he_mine .newsbox-vod {
        height: 170px;
    }
    .newsbox-vod .play-btn, .pause-btn{
        width: 50px;
        height: 50px;
    }
    .foot-bottbox>span{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .foot-r-nav{
        justify-content: center;
        gap: 25px;
    }
    .companynr {
        margin-bottom: 30px;
    }
    .ck{
        display: none;
    }
    .form-itbu{
        font-size: 15px;
    }
    .tcshow-top {
        font-size: 18px;
        line-height: 25px;
        padding: 20px 50px;
    }
    .tcshow-ewmbox {
        padding: 0 20px 20px 20px;
    }
    .tcshow-ewm-l{
        display: none;
    }
    .tcshow-ewm-r{
        width: 100%;
    }
    .company-slide>img {
        width: 100%;
        margin-top: 20px;
    }
    /* .companySwiper {
        padding-bottom: 320px;
    } */
    .zs-slide-title {
        padding: 0 6px;
        font-size: 16px;
    }
    .wzbox-left{
        overflow: hidden;
    }
    .wzbox-l-nav{
        overflow: auto hidden;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .newsbox1-left>img {

        top: 30px;
        width: 180px;
        height: 150px;
    }
    .zs-slide>img {
        height: 140px;
    }
    .he_phgfbx>video{
        height: 140px;
    }
    .wzshow{
        top: 60px;
    }
    .show4-ms a{
        margin: 0 auto;
    }
    .ms-more{
        font-size: 14px;
        line-height: 14px;
        margin-top: 14px;
    }
    .product-search-item a img {
        height: 130px;
    }
    .product-searchbox{
        grid-template-columns: 100%;
        
    }
    .product-rnr{
        padding: 15px;
        margin-top: 20px;
    }
    .product-rnr-content {
        margin: 10px 0;
    }
    .product-r-mbox>span {
        font-size: 14px;
        line-height: 14px;
    }
    .product-r-pic{
        width: 100%;
        height: auto;
    }
    .product-r-mbox{
        padding: 10px 20px;
        margin: 20px 0;
    }
    .product-children li a{
        font-size: 16px;
    }
    .product-r-seachbox .serbut>span {
        padding: 5px 15px;
    }
    .product-r-seachbox {
        margin-bottom: 20px;
    }
    .product-r-seachbox .recruit-left{
        justify-content: center;
        margin-top: 10px;
    }
    .product-r-seachbox .seach-forhome input {
        padding: 5px 5px 5px 40px;
        width: 200px;
    }
    .product-r-ms{
        font-size: 14px;
        margin: 10px 0;
    }
    .product-r-name{
        font-size: 16px;
        line-height:16px
    }
    .product-r-left {
        width: 100%;
    }
    .product-rnrtop{
        flex-direction: column;
    }
    .product-bt {
        padding: 12px 60px;
    }
    .product-bt-title{
        font-size: 16px;
    }
    .productbox-left, .productbox-right{
        width: 100%;
    }
    .productbox{
        flex-direction: column;
        box-sizing: border-box;
    }
    .productshow {
        margin: 20px 0;
    }
    .detailbox-content{
        font-size: 16px;
        padding: 20px 10px;
        
    }
    .detailbox-content p{
        color: #918e8e;
    }
    .detailbox-time{
        font-size: 14px;
        padding: 10px 0;
    }
    .detailbox-bt{
        font-size: 18px;
        line-height: 24px;
        margin-top: 20px;
        padding: 0 20px;
    }
    .newsbox-i-ms{
        font-size: 16px;
        line-height: 24px;
        margin: 6px 0;
    }
    .newsbox-i-title{
        font-size: 18px;
        margin-bottom: 0;
    }
    .newsshow {
        margin: 20px 0;
    }
    .newsbox-i-right{
        width: 100%;
        padding: 10px;
    }
    .newsbox-i-left{
        width: 100%;
    }
    .newsbox-list>a{
        padding: 10px;
        flex-direction: column;
    }
    .recruit-item{
        padding: 20px 0;
    }
    .recruit-content {

        margin-top: 20px;
        font-size: 14px;
        line-height: 20px;
    }
    .recruit-itembox>.recr.recruit-name{
        width: 80px;
    }
    .recruit-itembox>.recr.recruit-num .recruit-num-bt{
        display: none;
    }
    .recruit-itembox>.recr{
        font-size: 14px;
        line-height: 14px;
        width: auto;
    }
    .recruit-rbox>img{
        width: 30px;
    }
    .recruit-right{
        margin-top: 10px;
    }
    .recruitshow{
        padding: 20px 0;
        background-position: center;
    }
    .serbut>span{
        font-size: 14px;
        padding: 5px 15px;
    }
    .seach-forhome >img {
     
        left: 10px;
    }
    .seach-forhome input{
        width: 200px;
        font-size: 14px;
        padding: 5px 5px 5px 40px;
    }
    .recruit-rbox>span{
        font-size: 16px;
    }
    .recruit-rbox{
        margin-left: 0;
    }
    .recruitbox{
        flex-direction: column;
        gap: 10px;
        /* justify-content: flex-end; */
    }
    .fl-bgbox>img {
        width: 30px;
    }
    .fl-i-bt{
        font-size: 18px;
        margin-top: 30px;
    }
    .fl-bg-ms{
        padding: 10px;
        min-height:222px;
    }
    .flshow{
        flex-wrap: wrap;
    }
    .fl-item {
        width: 48%;
        height: 340px;
        margin-top: 10px;
    }
    .fl-item:first-child, .fl-item:nth-child(2){
        margin-top: 0;
    }
    .resour {
      
        font-size: 16px;
        line-height: 30px;
    }
    .resourshow{
        padding: 20px;
    }
   .company-max{
    top: 12px;
   }
    .company-max .swiper-button-next, .company-max .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .company-sl-b-ms {
        font-size: 16px;
        margin: 10px 0 20px 0;
    }
    .company-sl-b-title {
        font-size: 18px;
    }
    .company-sl-left{
        width: 100%;
    }
    .company-sl-box{
        padding: 40px 20px;
    }
    .company-pic, .company-syh{
        display: none;
    }
    .zs-max{
        margin-top: 20px;
    }
    .zs-max .swiper-button-next, .zs-max .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .fzlc2-slide>img{
        bottom: 18px;
    }
    .fzlc2-slide{
        /* font-size: 16px; */
        display: none;
    }
    .fzlc-max {
        top: 66px;
    }
    .fzlc-max .swiper-button-next, .fzlc-max .swiper-button-prev {
        width: 40px;
        height: 40px
    }
    .fzlc1-slide-content {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
        min-height: 48px;
        padding: 0 10px;
        /* padding-left: 20px;
        border-left: 0; */
    }
    .fzlc1-slide-time {
        font-size: 50px;
        line-height: 50px;
        /* margin-bottom: 10px; */
    }
    .fzlc-banner1 {
        width: 100%;
        text-align: center;
    }
    .fzlc-banner2{
        /* transform: rotate(0);
        width: 100%;
        left: 0; */
        bottom: 2px;

    }
    .fzlc-banner2::before{
        bottom: 20px;
        display: none;
    }
    /* .fzlc2Swiper  .fzlc2-slide .fzlc2-slide-time{
        opacity: 0;
    } */
    .qywhbox {
        padding-top: 20px;
    }
    .whln .qywhb-jbox {
        padding: 50px 60px;
    }
    .qywhb-jbox>img{
        display: none;
    }
    .newsbox1 {
        margin: 20px 0;
    }
    .newsbox1-r-ms {
        font-size: 16px;
        line-height: 26px;
    }
    .qywhb-jbox{
        top: 0;
        padding: 28px;
    }
    .qywhb-jbox-title {
        font-size: 15px;
        line-height: 15px;
    
        padding: 10px 0;
    }
    .qywhb-jbox-ms {
        font-size: 14px;
        line-height: 18px;
        
    }
    .qywhbpic {
        margin-left: 0;
    }
    .qywhshow {
        /* background-position: center; */
        padding-bottom: 60px;
    }
    .qywhbpic>img{
        width: 190px;
        
    }
    .newsbox-vod {

        height: 170px;
    }
    .newsbox-num-item-title {
        font-size: 16px;
        line-height: 16px;
  
    }
    .newsbox-num-item-num {
        font-size: 20px;
        line-height: 20px;
    }
    .newsbox-num-item{
        width: 50%;
        margin-bottom: 20px;
    }
    .newsbox-numbox{
        flex-wrap: wrap;
        margin: 30px 0;
    }
    .hr_news {
        display: none;
    }
    .newsbox1-left {
        width: 100%;
    }
    .newsbox1-right {
        width: 100%;
        margin-top: 20px;
        padding: 0 10px;
    }
    .newsbox1-btbox {
        flex-direction: column;
    }
    .wzbox-l-nav .wzbox-l-item:last-child{
        margin-right: 0;
    }
    .sendbox .send {
        font-size: 14px;
    }
    .conshow2 {
        padding-bottom: 20px;
        background-position: left;
    }
    .sendbox {
        font-size: 15px;
        padding: 10px 40px;
        margin-top: 10px;
    }
    .form-item textarea {
        padding: 10px 20px;
    }
    .form-item input{
        margin-bottom: 18px;
        padding: 5px 20px;
        font-size: 15px;
    }
    .conshow2nr{
        justify-content: space-between;
    }
    .form-item {
        width: 48%;
        margin-right: 0;
    }
    .form-item .form-lab{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .conshow1-i-more{
        padding-top: 20px;
    }
    .conshow1-i-more>span {
        font-size: 14px;
    }
    .conshow1-i-ad {
        font-size: 15px;
       
    }
    .conshow1-i-bt{
        font-size: 16px;
        line-height: 16px;
    }
    .conshow1-item>img{
        width: 30px;
    }
    .conshow1-item{
        width: 100%;
        padding: 20px;
    }
    .conshow1nr{
        flex-direction: column;
        gap: 15px;
    }
    .conshow-btbox {
        margin: 20px 0;
    }
    .conshow-btbox .conshow-btz {
        font-size: 22px;
        line-height: 28px;

    }
    .conshow-btbox .conshow-bty{
        font-size: 18px;
        padding-bottom: 0px;
    }
    .wzbox-l-item>a{
        font-size: 15px;
        line-height: 50px;
    }
    .wzbox-l-item {
        margin-right: 15px;
    }
    .wzbox-right{
        display: none;
    }
    .head.scrolled .sj-nav img{
        filter: drop-shadow(0 160px #0B5BA9);

        transform: translateY(-160px);
    }
    .sj-meum-top>img{
        width: 20px;
    }
    .sj-meum.open{

        transform: translateX(0);

    }

    .sj-meumbox{

        flex-direction: column;

        

    }

    .sj-meumbox>a{

        text-align: center;

        padding: 10px;

        font-size: 18px;

        border-bottom: 1px dashed #E5E5E5;

    }
    .sj-meum-top{

        margin: 20px;
        margin-bottom: 80px;
    }
    .sj-meau{
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: #ececec;
        transform: translateX(100%);
        transition: all .6s cubic-bezier(.77, 0, .175, 1);
    }
    .sj-meau.open{
        transform: translateX(0);
    }
    .foot-r-item>.foot-r-bb{
        font-size: 15px;
    }
    .foot-r-item>img {
        width: 90px;
        height: 90px;
    }
    .foot-xxbox .foot-tel {
        padding-left: 10px;
        font-size: 16px;
    }
    .foot-bottbox{
        flex-direction: column;
        gap: 10px;
        line-height: 20px;
        text-align: center;
    }
    .foot-telbox {
        display: none;
    }
    .foot-right{
        width: 100%;
    }
    .foot-top {
        margin: 30px 0;
    }
    .foot-r-log>img{
        width: 170px;
    }
    .foot-left{
        display: none;
    }
    .show4 {
        height: 650px;
        padding: 20px 0;
        background-size: cover;
    }
    .show4-item .show4-ibt {
        font-size: 14px;
        line-height: 22px;
    }
    .show4-nav{
        padding: 0 20px;
        align-items: normal;
        flex-direction: column;
    }
    .show4-nav .show4-item{
        width: 100%;
        margin-top: 20px;
        gap: 10px;
        align-items: center;
        display: flex;
        text-align: left;
    }
    .show4-item>img{
        width: 30px;
    }
    .show4box {
        width: 100%;
        padding-right: 0;
    }
    .show4-l-m {
        width: 100%;
    } 
    .show4-ms p {
        padding: 0 10px;
        font-size: 14px;
        line-height: 22px;
        -webkit-line-clamp: 5;
    }
    .show4-bt{
        text-align: center;
        font-size: 22px;
        line-height: 28px;
        padding: 10px 0 30px 0;
    }
    .show4-yw {
        text-align: center;
        font-size: 18px;
    }
    .he_yilou {
        top: 18%;
    }
    .he_yilbp1 p{
        font-size: 20px;
        line-height: 22px;

    }
    .he_content{
        width: 100%;
    }
    .show2-more{
        display: none;
    }
    .show2-more a{
        padding: 5px 10px;
    }
    .show2nr {

        gap: 10px;
    }
    .show2nr .show2nr-item:nth-child(1), .show2nr .show2nr-item:nth-child(2) {
        margin-bottom: 0;
    }
    .show2-more a p {
        font-size: 12px;
        line-height: 12px;
    }
    .show2nr-item {
        width: 48%;
        padding: 40px 14px;
    }
    .show2nr-yw {
        display: none;
        font-size: 16px;
        line-height: 16px;
  
        padding: 10px 0 20px 0;
    }
    .show2nr-bt {
        /* padding-bottom: 10px; */
        font-size: 18px;
        line-height: 18px;
    }
    .show2nr .show2nr-item:nth-child(1){
        width: 100%;
    }
    .show2 {
        padding: 20px 0;
    }
    .show2bt-box .show2bt-zw {
        font-size: 22px;
        line-height: 28px;
        margin: 10px 0 20px 0;
    }
    .show2bt-box .show2bt-yw {
        font-size: 18px;
    }
    .swiper-max .swiper-button-next, .swiper-max .swiper-button-prev{
        width: 40px;
        height: 40px;
    }
    .show1Swiper .swiper-horizontal>.swiper-pagination-progressbar, .show1Swiper .swiper-pagination-progressbar.swiper-pagination-horizontal {
     
        width: 48%;
    }
    .swiper-max{
        justify-content: center;
        gap: 20px;
        margin-top: 10px;
    } 
    .show1-slnr .show1-slnr-ms{
        font-size: 16px;
        line-height: 22px;
        min-height: auto;
        -webkit-line-clamp: 2;
    }
    .show1-slnr .show1-slnr-bt{
        /* white-space: nowrap; */
        font-size: 18px;
        line-height: 22px;
        min-height: auto;
        -webkit-line-clamp: 1;

    }
    .show1-slnr .show1-slnr-time {
        font-size: 14px;
        line-height: 14px;
    }
    .show1-slide-img>img {
       
        height: 170px;
 
    }
    .show1bt-box {
        padding-bottom: 20px;
    }
    .more{
        font-size: 14px;
        padding: 8px 20px;
    }
    .show1box {
        padding: 20px 0;
    }
    .show1bt-l-zw {
        font-size: 22px;
        line-height: 28px;
    
    }
    .show1bt-l-yw{
        font-size: 18px;
        padding-bottom: 10px;
    }
    .controhead {
        max-width: 100%;
    }
    .head-center, .head-right{
        display: none;
    }
    .head-left>a>img{
        width: 140px;
    }
    .head {
        padding: 14px 0;
    }
    .banner-slide>video {
  
        height: 230px;
    
    }
    .banner-slide>img{
        height: 230px;
    }
    .banner-slide .banner-text{
        font-size: 20px;
        line-height: 26px;
    }

    .sj-show{
        display: block;
    }
    .pc-show{
        display: none;
    }
}

