@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animation.css');
@import url('fontawesome.min.css');
@import url('base.css');
@import url('common.css');
@import url('ny.css');

/*banner*/
.banner.swiper{
	--swiper-pagination-color: var(--primary);/* 两种都可以 */
	--swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
	--swiper-navigation-size: 38px;/* 设置按钮大小 */
}


/*产品中心*/

.commonTit{
	padding-bottom: 25px;
	margin-bottom: 45px;
	position: relative;
	border-bottom: 2px solid #eaeaea;
}

.commonTit:after{
	position: absolute;
	content: "";
	width: 15%;
	height: 3px;
	left: 50%;
	bottom: -2px;
	transform: translateX(-50%);
	background: #91b7fe;
}

.commonTit p.entit{
	font-size: 32px;
	font-family: 'SourceHanSansCN-Regular';
}

.commonTit p.cntit{
	font-size: 22px;
	font-family: 'SourceHanSansCN-Regular';
} 


.tjPro .nav .nav-item button{
	display: inline-block;
	color: #fff;
	background: #333542;
	padding: 8px 25px;
	border: 3px solid #fff;
	font-size: 14px;
}

.tjPro .nav .nav-item button.active{
	background: #76a1f3;
}

.tjPro .proLists{
	margin-top: 25px;
	position: relative;

}

.tjPro .proLists .swiper{
	max-width: 90%;
}

.proLists a.item{
	display: block;
	text-align: center;
}

.proLists a.item .div-img{
	border:1px solid #eee;
}

.proLists a.item:hover .div-img{
	border:1px solid #ccc;
}

.proLists a.item p.title{
	margin-top: 10px;
}

.tjPro .tab-content{
	margin-top: 25px;
	min-height: 250px;
}

.tjPro .tab-content p{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}

 .proLists .swiper-button-next:after, .proLists .swiper-button-prev:after{
    color: #e5e5e5;
    font-size:38px;
  }




/*产品应用*/
.inApplication{
	background: #2b2b35;
	position: relative;
}

.inApplication:before{
	position: absolute;
	content: "";
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	border-top: 30px solid #fff;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

.inApplication .commonTit{
	border-bottom: 2px solid #54545b;
}

.inApplication .commonTit p{
	color: #727371;
}

.inApplication .commonTit font{
	color: #7893ce;
}

.appLists a.item{
	display: block;
	padding: 25px;
	background: #585858;
	transition: all .3s ease;
}

.appLists a.item p.title{
	color: #90b5ff;
	padding:10px 0;
	border-bottom: 1px solid #90b5ff;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.appLists a.item p.des{
	font-size: 14px;
	line-height: 26px;
	color: #bebebe;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


.appLists a.item:hover p.title,.appLists a.item:hover p.des{
	color: #fff;
}

.appLists a.item:hover .div-img img{
	transform: scale(1.1);
}

.appLists a.item:hover{
	background: #77a1f3;
}


/*新闻资讯*/
.newsLists .item a{
	display: block;
}

.newsLists .item .div-img{
	width: 200px;
	height: 200px;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.newsLists .item p.title{
	color: #444;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin: 10px 0;
}

.newsLists .item p.des{
	color: #5a5a5a;
    font-size: 12px;
    line-height: 26px;
    text-align: left;
    vertical-align: top;
    word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}


.newsLists .item ul li a{
	color: #5a5a5a;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.newsLists .item ul li a:hover{
	color: #90b7fc;
}

.newsLists .item a.a1:hover p.title{
	color: #90b7fc;
}


/*联系我们*/

.inContact{
	background: #76a1f3;
	position: relative;
	padding-bottom: 25px;
}

.inContact:before{
	position: absolute;
	content: "";
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	border-top: 30px solid #fff;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

.inContact .commonTit{
	color: #fff;
	border-bottom: 2px solid #eaeaea4d;
}

.inContact .commonTit:after{
	background: #fff;
}

.inContact .commonTit font{
	color: #333;
}

.inContact .commonTit .des{
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}

/*联系我们*/

.conLists .item{
	text-align: center;
	cursor: pointer;
}
.conLists .item .tb{
	width: 85px;
	height: 85px;
	line-height: 85px;
	margin: auto;
	background: #ccc;
	border-radius: 50%;
	text-align: center;
	
	background: #fff;
	transition: all .3s ease;
}



.conLists .item .tb span{
	display: block;
}
.conLists .item .tb svg{
	width: 45px;
	height: 45px;
	fill: var(--primary);
}

.conLists .item:hover .tb{
	background: #587dc3;
}

.conLists .item:hover .tb svg{
	fill: #fff;
}

.conLists .item .title{
	font-weight: bold;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 10px;
}

.conLists .item .con{
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}

.conLists .item .div-text{
	transition: all .3s ease;
	opacity: 0;
}

.conLists .item:hover .div-text{
	opacity: 1;
}

/*底部*/
.mainFooter{
	background: #333542;
	color: #fff;
	font-size: 12px;
	padding: 10px 0;
	
}

.mainFooter a{
	color: #fff;
}

.mainFooter a:hover{
	color: #76a1f3;
}

.erwm{
	position: fixed;
	right: 25px;
	bottom: 45px;
	text-align: center;
	background: #fff;
	padding: 10px;
}

.erwm p.p1{
	font-weight: bold;
	margin-top: 5px;
}

.erwm p.p2{
	font-size: 12px;
}


.mfooter{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #76a1f3;
	z-index: 999;
}

.mfooter a{
	display: block;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
}

.mfooter .tb{
	margin-bottom: 5px;
}















