@charset "UTF-8";


/* 品牌案例css  pc */
.brand-header {
	width: 100%;
	min-width: 1100px;
	min-height: 230px;
	margin-top: 79px;
	display: flex;
	align-items: center;
	background: #fff;
}

.brand-header .header-content {
	width: 1100px;
	min-width: 1100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	min-height: 230px;
	overflow: hidden;
}

.brand-header .header-content .left {
	width: 496px;
}

/* qy-logo */
.brand-header .header-content .left .qy-logo {
	max-width: 138px;
}

.brand-header .header-content .left .title {
	margin-top: 20px;
	color: #333333;
	font-size: 45px;
	text-align: left;
	font-family: PingFangSC-Medium;
	font-weight: bold;
}

.brand-header .header-content .left .desc {
	margin-top: 18px;
	font-size: 16px;
	color: #666;
}

/* details 去掉 */
.brand-header .header-content .left .details {
	display: flex;
	margin-top: 35px;
	color: #0456D7;
	font-size: 26px;
	font-family: PingFangSC-Medium;

}

.brand-header .header-content .left .details .details-left {
	margin-right: 48px;
}


.brand-header .header-content .left .details .details-left .industry .industry-icon{
	width: 30px;
	height: 30px;
	vertical-align: sub;
	object-fit: fill;
}


.brand-header .header-content .left .details .explain {
	color: #666666;
	font-size: 14px;
	text-align: left;
	font-family: PingFangSC-Regular;
	margin-top: 10px;
}

.brand-header .header-content .right {
	/* height: 282px; */
	max-width: 508px;
	max-height: 400px;
	overflow: hidden;
}
.brand-header .header-content .right:hover img{
	/* transform: scale(1.2); */
}
.brand-header .header-content .right img {
	width: 100%;
	/* height: 100%; */
	object-fit: cover;
	/* transition: all .26s cubic-bezier(.15,.59,.54,.98); */
}

/* 内容 */
.brand-middle {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	margin-top: 48px;
	padding-bottom: 70px;
	justify-content: space-between;
}

.brand-middle .left {
	width: 260px;	
}

/* 名称 pc */
.brand-middle .left .qy-name {
	margin-top: 10px;
	color: rgba(51, 51, 51, 100);
	font-size: 18px;
	font-weight: bold;
}
.brand-middle .left .qy-name-content {
	margin-top: 6px;
	color: rgba(51, 51, 51, 100);
	font-size: 16px;
}

/* 行业 pc */
.brand-middle .left .qy-indust {
	margin-top: 30px;
	color: rgba(51, 51, 51, 100);
	font-size: 18px;
	font-weight: bold;
}
.brand-middle .left .qy-indust-content {
	margin-top: 6px;
	color: rgba(51, 51, 51, 100);
	font-size: 16px;
}

/* 使用 pc */
.brand-middle .left .qy-use {
	margin-top: 30px;
	color: rgba(51, 51, 51, 100);
	font-size: 18px;
	font-weight: bold;
}
.brand-middle .left .qy-use-content {
	margin-top: 6px;
	color: rgba(51, 51, 51, 100);
	font-size: 16px;
}

.brand-middle .left .qyLogo {
	width: 210px;
	height: 130px;
}
.brand-middle .left .qyLogo .qyMargin{
	height: 16px;
}
.brand-middle .left .qyLogo .qyLogo-box{
	text-align: center;
}
.brand-middle .left .qyLogo .qyName{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 160px;
	margin: 0 auto;
	margin-top: 10px;
	
	height: 46px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
}

.brand-middle .left .qyLogo img {
	width: 160px;
	height: 50px;
	object-fit: contain;
}

/* 标签 pc */
.brand-middle .left .scene-box{
	margin-top: 30px;
}
.brand-middle .left .scene-box .scene-title{
	color: rgba(51, 51, 51, 100);
	font-size: 18px;
	font-weight: bold;
}
.brand-middle .left .scene-box  .scene-item-box{
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.brand-middle .left .scene-box  .scene-item-box .item-scene{
	width: 99px;
	height: 32px;
	line-height: 32px;
	
	color: #707782;
	background-color: rgba(237, 241, 246, 1);

	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
	
	text-overflow :ellipsis; 
	white-space :nowrap; 
	overflow : hidden; 
	cursor: pointer;
	padding: 0 4px;
	
} 
.brand-middle .left .scene-box  .scene-item-box .item-scene.active{
	background-color: rgba(0, 100, 255, 0.1);
	color: #0064FF;
}

.brand-middle .right{
	/* width: 750px; */
	margin-left: 40px;
	flex: 1;
}

.brand-middle .right .case .case-title{
	color: rgba(51, 51, 51, 100);
	font-size: 22px;
	font-family: PingFangSC-Medium;
}
/* pc */
.brand-middle .right .case .case-content-container{
	/* margin-top: 25px; */
	/* padding-bottom: 50px; */
	/* border-bottom: 1px solid #DBDBDF; */
	font-size: 16px;
	color: #333333;
}
.brand-middle .right .pageContent{
	padding-top: 50px;
	margin-bottom: 0;
	font-size: 16px;
	color: #333333;
}

.brand-more-case {
	width: 100%;
	background-color: #F7FAFF;
	/* height: 500px; */
	padding-bottom: 90px;
	overflow: hidden;
	
}
.brand-more-case .more-case-title{
	text-align: center;
	padding: 60px 0px;
	font-size: 42px;
	color: #333;
	text-align: center;
	font-family: PingFangSC-Medium;
	font-weight: bold;
}

.brand-more-case .swiper{
	/* width: 90%; */
	max-width: 1100px;
	height: 230px;
	overflow: hidden;
	/* width: 264px ; */
}
.swiper1{
	overflow: hidden;
}
.swiper1 .swiper-wrapper{
	
}
.swiper .text{
}
.swiper .text .swiper-slide{
	width: 200px;
	background-color: red;
}



.brand-more-case .swiper .swiper-wrapper{
	width: 100%;
	/* width: 264px ; */
	height: 100%;
}
.brand-more-case .swiper .swiper-wrapper .swiper-slide{
	width: 264px ;
}

/* 
.brand-more-case .swiper .swiper-wrapper .case-item{
	width: 264px ;
	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);
	
} */


/* new style */
.brand-more-case .swiper .swiper-wrapper .case-item {
	position: relative;
	width: 235px;
	height: 214px;
	padding: 20px;
	margin-right: 20px;
	background-color: #fff;
	cursor: pointer;
	text-align: left;
}

.brand-more-case .swiper .swiper-wrapper .case-item:nth-child(2n){
	background-color: #EBF5FF;
}

.brand-more-case .swiper .swiper-wrapper .case-item .qyLogo img {
	height: 30px;
}

.brand-more-case .swiper .swiper-wrapper .case-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;
	line-clamp: 1;
	overflow: hidden;
}

.brand-more-case .swiper .swiper-wrapper .case-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;
	line-clamp: 3;
	overflow: hidden;
}

.brand-more-case .swiper .swiper-wrapper .case-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;
	line-clamp: 3;
	max-height: 55px;
	overflow: hidden;
}

.brand-more-case .swiper .swiper-wrapper .case-item  .case-positon{
	position: absolute;
	bottom: 20px;
	width: 195px;
}
.brand-more-case .swiper .swiper-wrapper .case-item .case-label-box {
	margin-top: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #ACACAC;
	font-size: 12px;
}

.brand-more-case .swiper .swiper-wrapper .case-item .case-label-box .view-case{
	color: #0064FF;
}
.brand-more-case .swiper .swiper-wrapper .case-item .case-label-box .view-case .iconfont{
	font-size: 11px;
	margin-left: 2px;
}
/* end style */


/* .brand-more-case .swiper .swiper-wrapper .case-item .bannerThum-box{
	 width: 100%;
	 height:132px;
	 overflow: hidden;
	
}
.brand-more-case .swiper .swiper-wrapper .case-item .bannerThum-box:hover .bannerThum{
	transform: scale(1.2);
}
.brand-more-case .swiper .swiper-wrapper .case-item .bannerThum{
	width: 100%;
	height: 132px;
	object-fit: cover;
	transition: all .26s cubic-bezier(.15,.59,.54,.98);
	
}

.brand-more-case .swiper .swiper-wrapper .case-item  .case-introduce{
	color: rgba(51, 51, 51, 100);
	font-size: 14px;
	font-family: PingFangSC-Regular;
	padding: 12px 20px;
}
.brand-more-case .swiper .swiper-wrapper .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;
	
}
.brand-more-case .swiper .swiper-wrapper .case-item  .case-introduce .case-label-box{
	margin-top: 12px;
	display: flex;
	    justify-content: space-between;
	    align-items: center;
		color: #ccc;
		font-size: 12px;
} */


.swiper .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.swiper1 .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}


.swiper {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; */
}

.brand-middle img {
	max-width: 100%;
	height: auto;
}

/* 底部 */
.brand-bottom{
	
}

.left-mobile{
	display: none;
}

/*****内容中心 end ****/
@media only screen and (max-width: 480px) {
		
	
	/* mob */
	.brand-header{
		min-width: 100%;
		align-items: inherit;
		/* height: 500px; */
		margin-top: 10px;
	}
	.brand-header .header-content{
		min-width: 100%;
		flex-wrap: wrap;
		justify-content:left;
		height: auto;
		align-items: baseline;
	}
	.left-mobile{
		display: block;
	}
	.brand-header .header-content .left{
		padding: 20px;
	}
	.brand-header .header-content .right{
		display: none;
	}
	.brand-header .header-content .left .qy-logo{
		display: none;
		width: 100%;
	}
	.brand-header .header-content .left-mobile{
		flex-shrink: 0;
		display: block;
		width: 100%;
	}
	.brand-header .header-content .left .details{
		display: flex;
		    justify-content: space-between;
		    width: 100%;
			margin-top: 20px;
			font-size: 20px;
	}
	.brand-header .header-content .left .title{
		font-size: 28px;
		word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		overflow: hidden;
	}
	.brand-header .header-content .left .desc{
		font-size: 14px;
	}
	.brand-middle .left{
		display: none;
	}
	.brand-middle .right{
		width: 100%;
		padding: 20px;
		margin: 0;
	}
	.brand-middle{
		margin-top: 0px;
		padding-bottom: 20px;
	}
	/* mob */
	.brand-middle .right .case .case-content-container{
		/* margin-top: 25px; */
		/* padding-bottom: 50px; */
		/* border-bottom: 1px solid #DBDBDF; */
		font-size: 14px;
		color: #333333;
	}
	/* mob */
	.brand-middle .right .pageContent{
		padding-top: 30px;
		margin-bottom: 10px;
		font-size: 14px;
		color: #333333;
	}
	.brand-more-case{
		height: auto;
		overflow: hidden;
		padding-bottom: 20px;
	}
	.brand-more-case .more-case-title{
		padding: 0;
		padding-top: 40px;
		padding-bottom: 0px;
		font-size: 16px;
		font-weight: bold;
	}
	/* mob */
	.brand-more-case .swiper{
		height: 200px;
	}
	.brand-more-case .swiper .swiper-wrapper .case-item{
		zoom: 0.8;
	}

	.brand-more-case .swiper .swiper-wrapper .case-item .qyAbstract{
		max-height: 53px;
	}

	.brand-more-case .swiper .swiper-wrapper .case-item .case-positon{
		bottom:15px;
	}
	
}

