﻿/* 公用区域 */

/* 通用标题 */
.n-zhead {
	display: block;
}
.n-zhead .lt h4{
	font-size: var(--f36);
}
.n-zhead h1{
    font-size: var(--f30);
}
.n-zhead p{
    font-size: var(--f16);
}
.page-head h3{
    font-size: var(--f35);
}
.page-head small{
    font-size: var(--f20);
}
/* .n-zhead .ljgd{
	text-align: right;
	display: block;
} */
/* 公共标题结束 */
/* 底部开始 */
.mob-text {
	color: #b8b8b8;
	padding-bottom: 2rem;
}

.search {
	width: 100%;
}

/* 底部结束 */

/* banner开始 */
.n-banner {
	/*aspect-ratio: 1920 / 1600;*/
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 4rem;
}
.n-banner h3 {
    font-size: var(--f50);
}
.n-banner h4{
	font-size: var(--f26);
}
/* banner结束 */


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


/* 二级导航及面包屑 */
.top-nav-list{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.top-nav-list .ver-center{
    min-height: auto;
}
.top-nav-list .mbx{
    white-space: normal;
    margin-top: 1rem;
}
.top-nav-list .nav a{
    line-height: 3;
    font-size: var(--f16);
    padding: 0 1rem;
}
.cont-lr-row .lt{
    position: static;
    width: 100%;
    /* margin-top: 3rem; */
    /* display: none; */
}
.cont-lr-row .rt{
    margin: 0;
    /* margin-top: 3rem; */
}

/* 鼠标样式 */
#c-followDot-p{
    display:none;
}
/* 鼠标样式结束 */


/* 公用区域结束 */




/* 主页页面开始 */
/* 轮播 */
.index-banner .wp h1{
    font-size: var(--f38);
}
.index-banner .wp h3{
    font-size: var(--f20);
}
.index-banner .swiper-pagination{
    bottom: 12%;
    right: 50%;
    transform: translateX(50%);
    display: none;
}
.index-banner .swiper-navigation{
    bottom: 13%;
    display: flex;
    justify-content: space-between;
    width: 80%;
    flex-direction: row-reverse;
    left: 50%;
    transform: translateX(-50%);
    display: none;

}
.index-banner{
    margin-top: 4rem;
}
/* 技术服务 */
.jsfw .wp{
    overflow:hidden;
}
.jsfw .n-zhead p{
    position: relative;
    z-index:9;
}
.jsfw-swiper{
    z-index: 9;
    position:relative;
}
.jsfw-swiper .swiper-slide{
    border-radius:.8rem;
}
.jsfw-swiper a{
    display:block;
    overflow:hidden;
    color: #fff;
    background-color: transparent;
}
.jsfw-swiper .title-act{
    position: relative;
    padding: 2rem 2rem 3rem;
}
.jsfw-swiper .title-act h3{
    margin-bottom: .6rem;
}
.jsfw-swiper .btn{
    position: relative;
    padding-left: 2rem;
    padding-bottom: 3rem;
}


/* 科技创新 */
.kjcx{
    /* height: 40rem; */
    padding: var(--wpPadding);
    background: #F5F5F5;
}
.kjcx #thumbs .item{
    padding-top: 1.6rem;
}
.kjcx #thumbs .item h5{
    font-size: var(--f20);
}
.kjcx .n-zhead{
    position: static;
}
.kjcx .thumb-sm-block{
}
.kjcx .thumb-sm-block .swiper-slide{
	background: #fff;
	width: 100%;
	height: 10rem;
	text-align: center;
    margin-top: 2rem;
    border-radius: .8rem;
    overflow:hidden;
}
.kjcx .thumb-sm-block .item{
	padding-top: 2rem;
}
.kjcx .thumb-sm-block .item i {
	color: #fff;
	font-size: var(--f24);
	margin-top: .6rem;
	display: block;
}
.kjcx .thumb-sm-block .item img{
	width: 2.4rem;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: contain;
	margin-bottom: .6rem;
	/* filter: var(--imgBlack); */
}
.kjcx .thumb-sm-block .item p{
	font-size: var(--f16);
	color: var(--themeActColor);
	font-weight: lighter;
	margin-bottom: .4rem;
}
.kjcx .thumb-sm-block .item h5{
	font-size: var(--f20);
	color: #404040;
}
.kjcx .thumb-sm-block .swiper-slide.swiper-slide-thumb-active{
	height: 100%;
	background: var(--themeColor);
	border-top: 2px solid var(--themeColor2);
}
.kjcx .thumb-sm-block .swiper-slide-thumb-active .item img{
	filter: var(--imgWhite);
}
.kjcx .thumb-sm-block .swiper-slide-thumb-active .item p,.kjcx .thumb-sm-block .swiper-slide-thumb-active .item h5{
	color: #fff;
}


/* 市场动态 */
.scdt .nav-list{
    margin-top: 1rem;
}
.scdt .nav-list ul{
    justify-content: space-between;
}
.scdt .nav-list ul a{
    padding: .7rem .8rem .6rem;
}



/* 数字滚动 */
.bojing .szgd{
    width: 100%;
}
.szgd .li{
    overflow:hidden;
}
.szgd .num{
    padding-left: 0;
}
.szgd .num span{
    font-size: var(--f36);
}
.szgd .num em{
    margin-left: .4rem;
}
/* 主页页面结束 */




/* 技术服务页开始 */
.jsfw-p .content .lt{
    position: static;
    width: 100%;
}
.jsfw-p .content .rt{
    margin-left: 0;
    /* margin-top: 3rem; */
}
/* 技术服务页结束 */




/* 产品详情页开始 */
.cpxq .block1 .text .btns{
    justify-content: space-between;
}
.cpxq .block1 .text .btns a{
    margin: 0;
}
/* 产品详情页结束 */



/* 新闻列表页开始 */
.shu-list .text i{
    margin-top: 1rem;
    margin-bottom: 2rem;
}
/* 新闻列表页结束 */




/* 新闻详情页开始 */
.newdetail .cont .rt{
    position: static;
}
/* 新闻详情页结束 */



/* 公司介绍页开始 */
.about .szgd .li{
    padding: 0;
    border: none;
}
.about .szgd{
    width: 100%;

}
/* 公司介绍页结束 */



/* 联系我们开始 */
.lxwm .cont .lt .dz div{
    line-height: 1.6;
}
.lxwm .cont .lt .dz div a i{
    font-size: var(--f18);
}
.lxwm .cont .lt .zixun{
    width: 100%;
}
/* 联系我们结束 */
