@charset "UTF-8";




/* 品牌案例css */
.brand-header {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 390px;
	background-size: auto 100%;
	background-position: center;
}

.brand-header .header-content {
	position: absolute;
	cursor: pointer;
	z-index: 1;
	left: 50%;
	top: 70px;
	transform: translateX(-50%);
	width: 1100px;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 0.9);
	height: 360px;
	box-shadow: 0px 4px 8px 0px rgba(31, 35, 41, 0.03), 0px 3px 6px -6px rgba(31, 35, 41, 0.05), 0px 6px 18px 6px rgba(31, 35, 41, 0.03);

}

.swiper-banner-pagination {
	left: 50%;
	transform: translateX(-50%);
	bottom: -50px;
	width: 80%;
}

.swiper-banner-pagination.swiper-pagination .swiper-pagination-bullet {
	width: 53px;
	height: 3px;
	border-radius: 0;
	margin-right: 15px;
}

.brand-header .banner-slide {
	padding: 15px;
	background-color: transparent;
}

.brand-header .header-content .swiper-banner-container .item-box {
	display: flex;

}

.brand-header .header-content .swiper-banner-container .item-box .left {
	width: 510px;
	height: 330px;
	margin-right: 50px;
	overflow: hidden;
	    border-radius: 10px;
}

.brand-header .header-content .swiper-banner-container .item-box .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .26s cubic-bezier(.15,.59,.54,.98);
	/* border-radius: 10px; */
}
.brand-header .header-content .swiper-banner-container .item-box .left:hover img{
	transform: scale(1.2);
}

.brand-header .header-content .swiper-banner-container .item-box .right {
	width: 480px;
	height: 100%;
}

.brand-header .header-content .swiper-banner-container .item-box .right .title {
	color: rgba(51, 51, 51, 100);
	font-size: 26px;
	text-align: left;
	font-family: PingFangSC-Medium;
	text-align: left;
	margin-top: 40px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-weight: bold;
}

.brand-header .header-content .swiper-banner-container .item-box .right .des {
	color: rgba(102, 102, 102, 100);
	font-size: 16px;
	text-align: left;
	font-family: PingFangSC-Regular;
	margin-top: 18px;
	text-align: left;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.brand-header .header-content .swiper-banner-container .item-box .right .btn-case {
	position: absolute;
	bottom: 50px;
	width: 122px;
	height: 41px;
	border: 1px solid rgba(0, 100, 255, 1);
	border-radius: 4px;
	color: rgba(0, 100, 255, 100);
	font-size: 14px;
	text-align: left;
	font-family: PingFangSC-Regular;
	line-height: 41px;
	text-align: center;
}


.scene-content {
	background-color: #fff;
	padding-top: 100px;
	height: auto;
}

.scene-content .title {
	margin-top: 120px;
	margin-bottom: 50px;
	color: rgba(51, 51, 51, 100);
	font-size: 30px;
	text-align: center;
	font-family: PingFangSC-Medium;
	font-weight: bold;
}

.scene-content .box {
	max-width: 1100px;
	width: 1100px;
	text-align: center;
	margin: 0 auto;
}


.scene-content .tpl-content .tpl-content-nav-box {
	width: 100%;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	gap: 30px;
	font-size: 16px;
}

.scene-content .tpl-content .tpl-content-nav-box .line {
	width: 1px;
	height: 15px;
	background-color: #C4C4C4;
	margin-top: 6px;
}

.scene-content .tpl-content .tpl-content-nav-box .active {
	color: #0080FF;
	position: relative;
}

.scene-content .tpl-content .tpl-content-nav-box .active:after {
	content: '';
	width: 65px;
	height: 2px;
	background-color: #0080FF;
	position: absolute;
	bottom: -3px;
	left: 0px;
}

.scene-content .tpl-content .tpl-content-nav-item {
	/* width: 116px; */
	width: auto;
	height: 32px;
	color: #535559;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}


.scene-content .tpl-content .tpl-content-list {
	margin-top: 30px;
	overflow: hidden;
	padding-bottom: 80px;
}

.scene-content .tpl-content .tpl-content-list-container {
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}

.scene-content .tpl-content .tpl-content-list .list-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	justify-content: left;
	gap:14px;
}



.scene-content .tpl-content .tpl-content-list .list-container .item .item-icon {
	text-align: center;
	margin-top: -38px;
}

.scene-content .tpl-content .tpl-content-list .list-container .item .item-title {
	color: #333333;
	letter-spacing: 2.0;
	margin-top: 30px;
	text-align: center;
	font-weight: bold;
}

.scene-content .tpl-content .tpl-content-list .list-container .item .item-des {
	color: #666666;
	letter-spacing: 0.9;
	font-size: 16px;
	padding: 0 34px;
	text-align: center;
	margin-top: 20px;
}



.scene-content .swiper-slide-box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.scene-content .product-content-info {
	width: 430px;
	margin-left: 60px;
}

.scene-content .product-content-info .product-title {
	color: #333333;
	letter-spacing: 2.3;
	font-size: 24px;
}

.scene-content .product-content-info .title-details {
	color: #666;
	font-size: 16px;
	margin-top: 10px;
}


.scene-content .tpl-content .tpl-content-list .list-container .tplBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	/* margin-top: 2px; */
	/* margin-left: 2px; */
	gap:16px;
}

.scene-content .tpl-content .tpl-content-list .list-container .case-item {
	width: 263px;
	height: 224px;
	border-radius: 4px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 8px 0px rgba(95, 138, 227, 0.12);
	margin-bottom: 16px;

}
.scene-content .tpl-content .tpl-content-list .list-container .case-item .bannerThum-box{
	 width: 100%;
	 height:132px ;
	 overflow: hidden;
	
}
.scene-content .tpl-content .tpl-content-list .list-container .case-item .bannerThum-box:hover .bannerThum{
	transform: scale(1.2);
}
.scene-content .tpl-content .tpl-content-list .list-container .case-item .bannerThum {
	width: 100%;
	height: 132px;
	object-fit: cover;
	transition: all .26s cubic-bezier(.15,.59,.54,.98);
}

.scene-content .tpl-content .tpl-content-list .list-container .case-item .case-introduce {
	color: rgba(51, 51, 51, 100);
	font-size: 14px;
	font-family: PingFangSC-Regular;
	padding: 12px 20px;
}

.scene-content .tpl-content .tpl-content-list .list-container .case-item .case-introduce .case-title {
	text-align: left;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: 40px;

}

.scene-content .tpl-content .tpl-content-list .list-container .case-item .case-introduce .case-label-box {
	margin-top: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #ccc;
	font-size: 12px;
}


.industry-case {
	width: 100%;
	background-color: #F8FBFF;
}

.industry-case .title {
	color: #333333;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	padding-top: 80px;
	padding-bottom: 50px;
}

/* pc */
.industry-case .box {
	width: 1100px;
	display: flex;
	margin: 0 auto;
	margin-top: 50px;
	padding-bottom: 90px;
}

.industry-case .box .left-nav {
	width: 140px;
	

}
.industry-case .box .left-nav .nav-box{
	border-left: 1px solid #ECECEC;
	position: sticky;
	    top: 100px;
}

.industry-case .box .left-nav .item {
	position: relative;
	height: 20px;
	width: 100%;
	padding-left: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	color: #333333;
	font-size: 14px;
}
.industry-case .box .left-nav .item a{
	color: #333333;
}
.industry-case .box .left-nav .item.active a{
	color:  #0064FF;
}

.industry-case .box .left-nav .item.active{
	color:  #0064FF;
}
.industry-case .box .left-nav .item.active:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 20px;
	top: 2px;
	left: -1px;
	background-color: #0064FF;
}

.industry-case .box .right-content {
	max-height: 856px;
	
}
.industry-case .box .right-content .nav-content {
	width: 946px;
	/* display: flex; */
	flex-wrap: wrap;
	display: none;
	opacity: 0;
	transition: all 0.3s; 
}
.industry-case .box .right-content .nav-content.active{
	display: flex!important;
	opacity: 1;
}
.industry-case .box .right-content .nav-content .item {
	position: relative;
	width: 235px;
	height: 214px;
	padding: 20px;
	background-color: #fff;
	cursor: pointer;
	overflow: hidden;
}

.industry-case .box .right-content .nav-content .item:nth-child(2) {
	background-color: #EBF5FF;
}
.industry-case .box .right-content .nav-content .item:nth-child(4) {
	background-color: #EBF5FF;
}
.industry-case .box .right-content .nav-content .item:nth-child(5) {
	background-color: #EBF5FF;
}
.industry-case .box .right-content .nav-content .item:nth-child(7) {
	background-color: #EBF5FF;
}
.industry-case .box .right-content .nav-content .item:nth-child(10) {
	background-color: #EBF5FF;
}
.industry-case .box .right-content .nav-content .item:nth-child(12) {
	background-color: #EBF5FF;
}
.industry-case .box .right-content .nav-content .item:nth-child(13) {
	background-color: #EBF5FF;
}
.industry-case .box .right-content .nav-content .item:nth-child(15) {
	background-color: #EBF5FF;
}

/* .industry-case .box .right-content .nav-content .item:nth-child(2n){
	background-color: #EBF5FF;
} */

.industry-case .box .right-content .nav-content .item .qyLogo img {
	height: 30px;
}



.industry-case .box .right-content .nav-content .item .qyName {
	color: rgba(51, 51, 51, 100);
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	font-family: PingFangSC-Medium;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.industry-case .box .right-content .nav-content .item .qyTitle {
	color: rgba(102, 102, 102, 100);
	font-size: 14px;
	text-align: left;
	font-family: PingFangSC-Regular;
	text-align: left;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/* pc */
.industry-case .box .right-content .nav-content .item .qyAbstract {
	color: rgba(102, 102, 102, 100);
	font-size: 13px;
	text-align: left;
	font-family: PingFangSC-Regular;
	text-align: left;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 55px;
	overflow: hidden;	
}

.industry-case .box .right-content .nav-content .item  .case-positon{
	position: absolute;
	bottom: 20px;
	width: 195px;
}
.industry-case .box .right-content .nav-content .item .case-label-box {
	margin-top: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #ACACAC;
	font-size: 12px;
}

.industry-case .box .right-content .nav-content .item .case-label-box .view-case{
	color: #0064FF;
}
.industry-case .box .right-content .nav-content .item .case-label-box .view-case .iconfont{
	font-size: 11px;
	margin-left: 2px;
}

/*****内容中心 end ****/
@media only screen and (max-width: 480px) {
	.product-center {
		width: 100%;
		min-width: 100%;
	}

	.product-detail-banner {
		display: none;
	}

	.product-detail-menu {
		display: none;
	}

	.product-detail-body .site-map,
	.product-detail-body .site-map-content {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
	}

	.product-detail-body .site-map-content {
		padding: 0 2%;
		font-size: 16px;
	}

	.product-detail-body.site-map-content a:hover {
		color: #3af;
		text-decoration: none;
	}

	.product-detail-body .content-detial {
		width: 100%;
		min-width: 100%;
		padding: 20px 10px;
		padding-top: 10px;
	}

	.product-detail-body .content-info {
		width: 100%;
		padding: 0 10px;
	}

	.product-detail-body .content-info .info-title {
		width: 69%;
		overflow: hidden;
		white-space: nowrap;
		font-size: 18px;
	}

	.product-center .content-container img {
		max-width: 100%;
		height: auto;
		padding: 2%;
	}
	
	
	
	
	
	.brand-header{
		width: 100%;
		min-width: 100%;
		height: 360px;
	}
	
	.brand-header .header-content{
		top: 0px;
		transform: translateX(0px);
		left: 0px;
		border-radius:0px;
		width: 100%;
		box-shadow: none;
	}
	.brand-header .banner-slide{
		padding: 4px;
	}
	.brand-header .header-content .swiper-banner-container .item-box .left{
		/* width: 200px; */
		width: 100%;
		height: 200px;
		margin-right: 0px;
	}
	.brand-header .header-content .swiper-banner-container .item-box .right{
		width: 100%;
		padding: 10px;
	}
	.brand-header .header-content .swiper-banner-container .item-box .left img{
		object-fit: cover;
	}
	.brand-header .header-content .swiper-banner-container .item-box{
		flex-wrap: wrap;
	}
	.brand-header .header-content .swiper-banner-container .item-box .right .btn-case{
		display: none;
	}
	.brand-header .header-content .swiper-banner-container .item-box .right .title{
		margin-top: 0px;
		    font-size: 16px;
		    font-weight: bold;
	}
	.brand-header .header-content .swiper-banner-container .item-box .right .des{
		font-size: 12px;
	}
	.swiper-banner-pagination{
		bottom: -20px;
	}
	.swiper-banner-pagination.swiper-pagination .swiper-pagination-bullet{
		width: 10px;
		
	}
	
	.scene-content{
		padding-top: 0px;
	}
	.scene-content .title{
		margin-top: 50px;
		margin-bottom: 30px;
		    font-size: 18px;
		    font-weight: bold;
	}
	.scene-content .box{
		width: 100%;
		height: 100%;
	}
	.scene-content .tpl-content .tpl-content-nav-box{
		gap: 10px;
	}
	.scene-content .tpl-content .tpl-content-nav-box .line{
		display: none;
	}
	.scene-content .tpl-content .tpl-content-nav-item{
		width: auto;
		    font-size: 12px;
	}
	.scene-content .tpl-content .tpl-content-nav-box .active:after{
		width: 30px;
		    left: 6px;
		    bottom: 4px;
			left: 10px;
	}
	.scene-content .tpl-content .tpl-content-list .list-container .tplBox{
		flex-wrap: nowrap;
		overflow-x: scroll;
	}
	.scene-content .tpl-content .tpl-content-list .list-container .tplBox::-webkit-scrollbar {
		display: none;
	}
	.scene-content .tpl-content .tpl-content-list{
		margin-top: 20px;
	}
	.scene-content .tpl-content .tpl-content-list .list-container .case-item{
		flex-shrink: 0;
		margin-right: 10px;
		zoom: 0.8;
	}
	
	.industry-case .title{
		margin-bottom: 30px;
		    font-size: 18px;
		    padding-top: 50px;
		    padding-bottom: 0px;
		    font-weight: bold;
	}
	.industry-case .box{
		width: 100%;
		flex-wrap: wrap;
		padding-bottom: 18px;
	}
	.industry-case .box .left-nav{
		width: 100%;
	}
	.industry-case .box .left-nav .nav-box{
		display: flex;
		    overflow-x: scroll;
			border-left:none;
	}
	.industry-case .box .left-nav .item{
		flex-shrink: 0;
		    width: auto;
	}
	.industry-case .box .left-nav .item.active:before{
		display: none;
	}
	
	.nav-box::-webkit-scrollbar {
					display: none;
	}
	/* mob */
	.industry-case .box .right-content .nav-content{
		width: 100%;
		justify-content: left;
		flex-wrap: nowrap;
		gap: 14px;
		padding: 0 10px;
		display: none;
		overflow: auto;
	}
	.industry-case .box .right-content .nav-content::-webkit-scrollbar{
		display: none;
	}
	.industry-case .box .right-content{
		width: 100%;
	}
	
	.industry-case .box .right-content .nav-content .item{
		flex-shrink: 0;
		zoom: 0.72;
		background-color: #fff;
	}
	.industry-case .box .right-content .nav-content .item:nth-child(2) {
		background-color: #EBF5FF;
	}
	.industry-case .box .right-content .nav-content .item:nth-child(3) {
		background-color: #fff;
	}
	.industry-case .box .right-content .nav-content .item:nth-child(4) {
		background-color: #EBF5FF;
	}
	.industry-case .box .right-content .nav-content .item:nth-child(5) {
		background-color: #fff;
	}
	.industry-case .box .right-content .nav-content .item:nth-child(6) {
		background-color: #EBF5FF;
	}
	.industry-case .box .right-content .nav-content .item:nth-child(7) {
		background-color: #fff;
	}
	.industry-case .box .right-content .nav-content .item:nth-child(10) {
		background-color: #EBF5FF;
	}
	.industry-case .box .right-content .nav-content .item:nth-child(11) {
		background-color: #fff;
	}
	.industry-case .box .right-content .nav-content .item:nth-child(12) {
		background-color: #EBF5FF;
	}
	.industry-case .box .right-content .nav-content .item:nth-child(13) {
		background-color: #fff;
	}
	.industry-case .box .right-content .nav-content .item:nth-child(14) {
		background-color: #EBF5FF;
	}
	.industry-case .box .right-content .nav-content .item:nth-child(15) {
		background-color: #fff;
	}
	.industry-case .box .right-content .nav-content .item:nth-child(2n){
		background-color: #EBF5FF;
	}
	.industry-case .box .right-content .nav-content .item:nth-child(2n+1){
		background-color: #fff;
	}
	.industry-case .box .right-content{
		max-height: 1300px;
	}
	
	.industry-case .box .right-content .nav-content .item .qyName{
		font-size: 14px;
		font-weight: bold;
	}
	.industry-case .box .right-content .nav-content .item .qyTitle{
		font-size: 12px;
	}
	.industry-case .box .right-content .nav-content .item .case-label-box{
		font-size: 10px;
	}
	.industry-case .box .right-content .nav-content .item .qyAbstract{
		max-height: 53px;
	}
	.industry-case .box .right-content .nav-content .item .case-positon{
		bottom:15px;
	}
	.scene-content .tpl-content .tpl-content-list{
		padding-bottom: 40px;
	}
}

 