/* 公用区域 */
.z_pages_warp{
    display: none;
}
/* 通用标题 */
.n-zhead {
	display: block;
}
.n-zhead h1 {
    font-size: var(--f36);
}
.n-zhead h3{
    font-size: var(--f20);
}
.n-zhead .ar_article{
    font-size: var(--f15);
}

/* .n-zhead .ljgd{
	text-align: right;
	display: block;
} */
/* 公共标题结束 */
/* 底部开始 */
footer .one .lt,footer .one .rt{
    padding: 0;
    border: none;
}
footer .one-cont{
    display: block;
}
footer .one .lt .lx-p{
    display: block;
    margin-top:2rem ;
}
footer .one .lt .lx-p .ewm{
    margin-top: 2rem;
}
footer .one{
    padding: 3rem 0;
}
footer .banquan{
    text-align: center;
    font-size: var(--f14);
}
/* 底部结束 */

/* banner开始 */
.n-banner {
	aspect-ratio: 1920 / 1600;
    padding-top: 3rem;
}
.n-banner h1{
	font-size: var(--f30);

}
.n-banner p{
	font-size: var(--f18);

}
/* banner结束 */


.ls16{
    display: block;
}
.ls16 li{
    width: 100%!important;
    margin-top: 2rem;
}


.s_hd.flexjs{
    /* display:block; */
    gap: 1rem;
}
.s_hd.flexjs .rt{
    /* margin-top: 2rem; */
    transform: none;
}
.swiper-btn div{
    margin-top: 0;
}

/* 导航栏 */
header .downmenu .cont dl{
    margin: 0 1rem 0 2rem;
}
/* 导航栏结束 */

.right-kefu{
    display: none!important;
}


.s_btns ul{
    flex-wrap: wrap;
    justify-content: center;
}
.s_btns .li a{
    width: 8rem;
    height: 2.9rem;
}
.s_btns .li a{
    font-size: var(--f15);
}


.n_honor .ul .li a::before{
    bottom: 4%;
}
.n_honor .zizhi2  .ul .li a::before{
    bottom: 7%;

}
.n_honor .ul .li a i{
    margin: 16% auto 6%;
}
.n_honor .ul .li a p{
    font-size: var(--f16);
}

/* 公用区域结束 */




/* 主页页面开始 */
.index-title .subt{
    font-size:var(--f34) ;
}
.index-title .tt{
    font-size:var(--f30) ;
}
.index-title .ar_article{
    font-size: var(--f14);
}
.index-title .flexjs{
    gap: 1rem;
}
/* banner */
.index-banner .yuanhu .shubiao{
    margin-top: 0;
}
.index-banner .swiper-button{
    display:none;
}
.index-banner{
	/* height: calc(100vh - var(--headerMbHeight)); */
    height: 100vh;
}
.index-banner .banner video{
    display:none;
}
.index-banner .cont .tt{
    font-size: var(--f36);

}
.index-banner .cont .tt3{
    font-size: var(--f20);
    line-height: 1.6;
}

/* 主页关于 */
.s_shuzi ul{
    flex-wrap: wrap;
    gap: 2rem;
}
.s_shuzi ul li{
    width: calc(50% - 2rem);
    overflow: hidden;
    justify-content: flex-end;
}
.s_shuzi ul li:nth-child(1),.s_shuzi ul li:nth-child(4){
    justify-content: flex-start;

}
.s_shuzi ul li.pc{
    display: none;
}
.btn_more{
    margin-top: 1rem;
}
.s_shuzi {
    margin-top: 2rem;
}
.s_shuzi ul li div span{
    font-size: var(--f50);
}
.s_shuzi ul li div i{
    font-size: var(--f16);
}
.s_shuzi ul li p{
    font-size: var(--f14);
}
.s_about .bg{
    bottom: 0;
}
.s_about{
    height: 62rem;
}

/* 主页技术 */
.s_jishu .jishu_head{
    overflow:hidden;
}
.jishu_cont .item{
    display: block;
}
.jishu_cont .item .lt{
    width: 100%;
}
.jishu_cont .item .rt{
    padding: 2rem var(--wpPaddingNum);
}
.jishu_cont .item .rt .tt{
    font-size: var(--f32);
}
.jishu_cont .item .rt .ar_article{
    font-size: var(--f16);
}
.jishu_cont .swiper-btn{
    margin-top: 3rem;
}
.jishu_cont .item .pub-btn{
    margin-top: 3rem;
}

/* 首页优势 */
.s_youshi .grid{
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows:none;
}
.s_youshi .grid .item:nth-child(1){
    grid-row: auto;
}
.s_youshi .grid .item:nth-child(4){
    grid-column: auto;
}
.s_youshi .grid .item{
    height: 20rem!important;
}


/* 主页新闻 */
.scdt .grid-f{
    grid-template-columns: 1fr;
}
.scdt .list a{
    overflow:hidden;
}
.scdt .lt{
    padding-right:0 ;
    border: none;
}

.scdt .lt .txt .txt-cont h5{
	font-size: var(--f18);
}
.scdt .lt .txt .date{
	width: 14rem;
}
.scdt .lt .txt .date h1{
	font-size: var(--f18);
}
.scdt .lt .txt .date span{
	font-size: var(--f12);
	white-space: nowrap;
}
.scdt .list{
    width: 100%;
    overflow: hidden;
}
.scdt .grid-2 .img-db{
    width: 45%;
    height: auto;
}
.scdt .grid-2 .flex-1{
    overflow: hidden;
}
.scdt .grid-2 h5{
    font-size: var(--f14);
}
.scdt .grid-2 p{
    font-size: var(--f12);
}
.scdt .grid-2 .pub-btn{
    margin-top: .3rem;
}
.scdt .list .list-date{
	margin-top: 1rem;
}


/* 主页未来 */
.s_weilai{
    height: auto;
    aspect-ratio: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.s_weilai .tt{
    font-size: var(--f30);
}
.s_weilai .subt{
    font-size: var(--f14);
}


/* 新闻 */
.n_news01{
    grid-template-columns: repeat(1, 1fr);

}
.n_news02 li .box{
    display: block;
}
.n_news02 li .box .txt{
    margin-top: 2rem;
}
.n_news01 li .box .txt h4{
    font-size: var(--f18);
    height: calc(2 * 1em * 1.6);
}
.n_news02 li .box .txt h4{
    font-size: var(--f18);
}

.n_news_xq .left_con{
    padding-right: 0;
    padding-left: 0;
}
.ar_title{
    display: block;
}
.ar_title h3{
    font-size: var(--f30);
}
.ar_title .time{
    margin:0 auto;
    margin-bottom: 1rem;
}
.ar_title .tool .date .fabu{
    display: none;
}
.ar_title .time{
    margin-bottom: 0;
}
.n_news_xq .right_con{
    padding: 0;
}
.ar_fot{
    overflow:hidden;
}
.ar_fot a{
    flex: 1;
    overflow:hidden;
}
.n_news_xq .left_tool{
    display: none;
}


/* 关于页面 */
.about .text .lt .tt{
    font-size:var(--f26) ;
}
.about .text .lt{
    width: 100%;
}
.about .text{
    gap:3rem;
}
.about .ar_article{
    font-size: var(--f16);
}
.about .szgd .szgd-li .li{
    width: 50%;
    display: flex;
}
.about .szgd .szgd-li .li:nth-child(even){
    justify-content: flex-end;
}
.about .szgd .szgd-li .li:nth-child(odd){
    justify-content: flex-start;

}
.about .szgd .szgd-li{
    width: 100%;
}
.about .szgd .szgd-li .num span{
    font-size:var(--f40) ;
}
.about .szgd .szgd-li p{
    font-size: var(--f15);
}
.about .szgd .szgd-li .num em{
    font-size: var(--f14);
}

.about .szgd .flexjs{
    gap:2rem ;
}
.about{
    padding-bottom: 8rem;
}
/* 关于文化 */
.wenhua .cont .flexjs{
    display: block;
}
.wenhua .lt,.wenhua .rt{
    width: 100%;
}
.wenhua .rt{
    margin-top: 2rem;
}
.wenhua .lt .li p{
    font-size:var(--f15) ;
}
.wenhua .lt .li h5{
    font-size: var(--f20);
}
.wenhua .lt .li .icon img{
    width: 5rem;
}
.wenhua .rt .grid{
    height: auto;
    grid-template-rows: none;
    grid-template-columns: repeat(1, 1fr);
}
.wenhua .rt .item:nth-child(2){
    grid-row: auto;
}
.wenhua .rt .item{
    height: 20rem;
}
.zizhi .swiper{
    height: auto;
}
.zizhi .swiper-button-next, .zizhi .swiper-button-prev{
    display: none;
}

/* 关于联系 */
.connect .flex-one .lt{
    width:100%;
}
.n_liulan .tt{
    font-size: var(--f20);
}
.n_liulan form{
    grid-template-columns: repeat(1, 1fr);
}
.n_liulan .textareabox{
    grid-column: auto;
}
/* 关于分布 */
.fenbu{
    grid-template-columns: repeat(1, 1fr);
}
.about-map{
    display: none;
}

/* 方案 */
.fangan .cont .item{
    flex-wrap: wrap;
    gap: 1rem;
    flex-flow: wrap!important;
}
.fangan .cont .item .lt{
    width: 100%;
}
.fangan .cont .item .rt{
    flex:none;
    width: 100%;
}


/* 核心 */
.hexin .hd .item .tt{
    font-size:var(--f16);
}
.hexin .bd .rt{
    width: 100%;
}
.hexin .bd .lt{
    padding: 4rem var(--wpPaddingNum);
}


/* 加入我们 */
.join-weilai .rt{
    width: 100%;
}
.join-weilai .lt .tt{
    font-size: var(--f36);
}
.join-weilai .lt .icon{
    width:3rem ;
}

.join-weilai .lt .ar_article{
    font-size:var(--f15) ;
}
.join-weilai .flexjs{
    gap:2rem;
}




/* 排列横向组合 */
.ls3{
    display:block;
}
.ls3 .imgBox .img{
    height: 20rem;

}
.ls3 li{
    margin-top: 2rem;
    width: 100%;
}


/* 直聘  */
.list23 .tit{
    padding: 1.2rem 2rem;
    flex-wrap: wrap;
    white-space: nowrap;
}
.list23 .tit .ll1{
    font-size: var(--f16);
}
.list23 .tit .ll1, .list23 .tit .ll2, .list23 .tit .ll3, .list23 .tit .ll4{
    min-width: 50%;
}
.list23 .content{
    padding: 1.4rem;
}
.list23 .content .box{
    width: 100%;
    margin-bottom: 2rem;
}
