@charset "utf-8";
/* Tang 2020.8.11 */
@font-face
{
	font-family: "syBold";
	src: url('https://video.dsconsulting.com/dswebsite_2020/fonts/SourceHanSansCN-Bold.ttf');
} 
body{
	background-image: none;
	overflow-y: scroll;
}
.caseMain{
	position: relative;
	overflow-x: hidden;
}
.caseFirst{
	height: 8.35rem;
	width:100%;
}
.toppicSmall{
	width:100%;
	height: 8.35rem;
}
.toppicBig{
	display: none;
}
.caseCon{
	background:#fff;
	position: relative;
	z-index: 2;
}
.caseCon:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    width: 200%;
    height: 3rem;
    background-color: #fff;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    transform-origin: left top;
    border-radius: 0px;
}
.caseTitle{
	width:100%;
	padding-right: 0.64rem;
	padding-left: 0.64rem;
	display: flex;
	justify-content: flex-end;
}
.caseTitleText{
	font-size: 20px;
	font-family: "syNormal";
	padding-left: 10px;
	line-height: 24px;
	color: #9c9ea8;
	cursor: pointer;
}
.caseTitleText.case_active{
	color: #101114;
}
.caseTitleText p:first-child{
	padding-bottom: 5px;
}
.caseTitleText .line{
	display: none;
}
.caseTitleText.case_active .line{
	display: block;
	width:0.6rem;
	height:2px;
	background: #101114;
	
}
.caseContent{
	display: flex;
	flex-wrap: wrap;
	
}
.caseTitle{
	padding-bottom: 10px;
}
.caseItem{
	width:7.5rem;
	overflow: hidden;
	position: relative;
}
.caseItem a{
	display: block;
}
.casePic img{
	width:100%;
/*	height: 42.55%;*/
	object-fit: cover;
	background:url(../images/loading.png);
	background-size:0.86rem auto;
	background-position: center;
	background-repeat: no-repeat;
}
.caseText{
	position: absolute;
	width:72.8%;
	height:46%;
	overflow: hidden;
	right:0;
	bottom: 0;
	background:rgba(0,118,205,0.92);
	-webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%);  
	clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%);  
	color: #fff;
	display: flex;
	align-items: flex-end;
	padding-right: 10px;
	padding-bottom: 10px;
}
.caseText p{
	padding-left: 35%;
	font-size: 10px;
	line-height: 15px;
	width:100%;
	text-align: right;
	text-indent: 40%;
	overflow: hidden;
	height: 30px;
	font-weight: bold;
}
.caseContent_huojiang{
	display: none;
}
@media screen and (min-width: 751px) {
.toppicSmall{
		display: none;
	}
	.caseFirst{
		height: 280px;
		position: fixed;
		left: 0;
		top: 0;
	}
	.toppicBig{
		background-image: url(https://video.dsconsulting.com/dswebsite_2020/case/topbg.png);
		background-size: 1920px auto;
		background-position: center bottom;
		display: flex;
		height: 280px;
		align-items: flex-end;
		justify-content: center;
		padding-left: 170px;
		padding-right: 170px;
	}
	.toppicBig img{
		display: block;
		max-width: 1260px;
		margin-bottom: -2px;
	}
	.caseCon{
		margin-top: 280px;
	}
	.caseCon:before{
		display: none;
	}
	.caseTitleText{
		font-size: 22px;
		line-height: 24px;
		color: #9c9ea8;
		padding-left: 20px;
		padding-right: 20px;
	}
	.caseTitleText.case_active .line{
		width:30px;
		height:3px;
	}
	.caseTitle{
		justify-content: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.caseItem{
		width:50%;
	}
	.casePic img{
		background:url(../images/loading.png);
		background-size:86px auto;
		background-position: center;
		background-repeat: no-repeat;
	}
}
@media screen and  (min-width: 992px) {
	.caseTitleText.case_active .line{
		width: 36px;
	}
	.caseText p{
		font-size: 16px;
		line-height: 20px;
		height: 40px;
	}
	.caseTitle{
		padding-top: 45px;
		padding-bottom: 45px;
	}
/*
	.caseTitleText{
		font-size: 20px;
		line-height: 24px;
	}
*/
	.caseItem{
		cursor: pointer;
	}
	.caseText{
		padding-right: 15px;
		padding-bottom: 10px;
	}
}
@media screen and  (min-width: 1200px) {
	.caseTitle{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.toppicBig{
		height: 360px;
	}
	.caseCon{
		margin-top: 360px;
	}
	.caseText{
		opacity: 0;
		width:60%;
		height: 100%;
		-webkit-clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    	 clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
		padding-right: 50px;
		padding-bottom: 50px;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.caseItem:hover .caseText{
		opacity: 1;
	}
	.caseText p{
		font-size: 18px;
		line-height: 20px;
		height: 40px;
	}
}
@media screen and  (min-width: 1420px) {
	.toppicBig{
		padding-right: calc(50% - 540px);
    	padding-left: calc(50% - 540px);
	}
}
@media screen and  (min-width: 1700px) {
	.caseText p{
		font-size: 20px;
		line-height: 24px;
		height: 48px;
	}
}