/*案例列表*/
.sub-case-wrap {
	padding: 100px 0;
}

@media screen and (max-width:1920px) {
	.sub-case-wrap {
		padding: calc(100 / 1920 * 100vw) 0;
	}
}

@media screen and (max-width:992px) {
	.sub-case-wrap {
		padding: 5rem 0;
	}
}

.case-right {
	width: 352px;
	float: left !important;
	padding-top: 50px;
}

@media screen and (max-width: 1920px) {
	.case-right {
		width: calc(352 / 1920 * 100vw);
		padding-top: calc(50 / 1920 * 100vw);
	}
}

@media screen and (max-width: 992px) {
	.case-right {
		display: none;
	}
}
.case-right .left-tit {
	font-size: 40px;
}

@media screen and (max-width: 1920px) {
	.case-right .left-tit {
		font-size: calc(40 / 1920 * 100vw);
	}
}

.case-right ul,
.case-right ul li {
	margin: 0;
	padding: 0;
	width: 100%;
}

.case-right ul {
	margin: 20px 0 60px 0;
}

@media screen and (max-width: 1920px) {
	.case-right ul {
		margin: calc(20 / 1920 * 100vw) 0 calc(60 / 1920 * 100vw) 0;
	}
}

.case-right ul li a {
	display: block;
	padding: 30px 0 30px 30px;
	font-size: 28px;
	position: relative;
}

@media screen and (max-width: 1920px) {
	.case-right ul li a {
		padding: calc(30 / 1920 * 100vw) 0 calc(30 / 1920 * 100vw) calc(30 / 1920 * 100vw);
		font-size: calc(28 / 1920 * 100vw)
	}
}

.case-right ul li a:hover {
	color: #fff;
}

.case-right ul li a span {
	position: relative;
	z-index: 555;
}

.case-right ul li a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	background: var(--active-color);
	color: #fff;
	top: 0;
	left: 0;
	transition: all 0.8s;
	z-index: 444;
}

.case-right ul li:hover a:before {
	width: 100%;
	color: #fff;
}
.case-right ul li:hover a:before  span{
	color: #fff;
}
.case-right ul li a.on {
	background: var(--active-color);
	color: #fff;
}

.case-left {
	float: right;
	width: 70.1875%;
	padding-top: 50px;
}

@media screen and (max-width: 1920px) {
	.case-left {
		padding-top: calc(50 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.case-left {
		width: 100%;
	}
}
.rec-list-wrap {
	margin-top: 60px;
}

@media screen and (max-width: 1920px) {
	.rec-list-wrap {
		margin-top: calc(60 / 1920 * 100vw);
	}
}

.rec-list-wrap .rec-list a:hover {
	background: var(--active-color);
	color: #fff;
}

.rec-list-wrap .rec-list a:hover .tit,
.rec-list-wrap .rec-list a:hover p {
	color: #fff;
}

.sub-case-list .row {
	margin: 0 -20px;
	clear: both;
}

.sub-case-list .row-space-in {
	padding: 0 20px;
}

.sub-case-item-box {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.sub-case-list .row-space-in {
	margin-bottom: 90px;
	transition: all 0.8s;

}

@media screen and (max-width: 1920px) {
	.sub-case-list .row-space-in {
		margin-bottom: calc(90 / 1920 * 100vw);
	}
}

.sub-case-list .images-wrap {
	width: 100%;
	border-radius: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border: #f5f5f6 solid 1px;
}

.sub-case-list .images-wrap .images {
	width: 100%;
	height: 260px;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1920px) {
	.sub-case-list .images-wrap .images {
		height: calc(260 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.sub-case-list .images-wrap .images {
		height: 40rem;
	}
}
@media screen and (max-width:1920px) {
	.sub-case-list .row {
		margin: 0 calc(-20 / 1920 * 100vw);
	}

	.sub-case-list .row-space-in {
		padding: 0 calc(20 / 1920 * 100vw);
	}

	.sub-case-list .row-space-in {
		margin-bottom: calc(90 / 1920 * 100vw);
	}
}

@media screen and (max-width:992px) {
	.sub-case-wrap {
		padding: 5rem 0;
	}
}

.sub-case-list .case-list-item-info {
	padding: 10px;
	position: relative;
}


.sub-case-list .case-list-item-info h3 {
	font-size: 30px;
	font-weight: bold;
	padding: 10px 0;
}

@media screen and (max-width: 1920px) {
	.sub-case-list .case-list-item-info h3 {
		font-size: calc(30 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.sub-case-list .case-list-item-info h3 {
		font-size: 4rem;
	}
}

.sub-case-list .case-list-item-info p {
	color: #666;
	font-size: 18px;
	line-height: 1.8;
	height: 64px;
}
@media screen and (max-width: 992px) {
	.sub-case-list .case-list-item-info p {
		font-size: 14px;
		height: 9rem;
	}
}
.case-more {
	width: 190px;
	height: 48px;
	border-radius: 48px;
	background: #e1e1e1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-top: 30px;
}

@media screen and (max-width: 992px) {
	.case-more {
		width: 28rem;
	height: 6rem;
	border-radius: 6rem;
	}
}

.case-more span {
	color: var(--active-color);
	padding-left: 32px;
}

.case-more i {
	display: flex;
	width: 48px;
	height: 48px;
	border-radius: 48px;
	background: var(--active-color);
	color: #fff;
	font-size: 36px;
	transform: rotate(-45deg);
	/* 旋转45度 */
	align-items: center;
	justify-content: center;
	font-weight: bold;
	transition: all 0.8s;
}
@media screen and (max-width: 992px) {
	.case-more i {
		width: 6rem;
	height: 6rem;
	border-radius: 6rem;
	font-size: 4rem;
	}
}

.case-more:hover {
	background: var(--active-color);
	transition: all 0.8s;
	color: #fff;
}

.case-more:hover span {
	color: #fff;
}

.case-more:hover i {
	background: none;
}

.pager-box {
	margin-top: -10px;
}

@media screen and (max-width:1920px) {
	.sub-case-list .case-list-item-info {
		padding: calc(20 / 1920 * 100vw) calc(10 / 1920 * 100vw);
	}

	.sub-case-list-item .case-list-item-info h3 {
		font-size: calc(30 / 1920 * 100vw);
		margin-bottom: calc(20 / 1920 * 100vw);
	}

	.sub-case-list-item .case-list-item-info p {
		font-size: calc(18 / 1920 * 100vw);
	}
}

@media screen and (max-width:1500px) {

	.sub-case-list-item .case-list-item-info span,
	.sub-case-list-item .case-list-item-info p {
		font-size: 14px;
	}
}

@media screen and (max-width:992px) {
	.sub-case-list-item .case-list-item-info {
		padding: 3.8rem 2.8rem 3.5rem 4rem;
	}

	.sub-case-list-item .case-list-item-info span {
		font-size: 16px;
	}

	.sub-case-list-item .case-list-item-info h3 {
		font-size: 2.8rem;
		margin-bottom: 10px;
	}

	.sub-case-list-item .case-list-item-info p {
		font-size: 16px;
	}
}

@media (max-width:768px) {
	.sub-case {
		padding: 3rem 0;
	}

	.sub-case-list-item {
		margin-bottom: 2rem;
	}

	.sub-case-list-item .case-list-item-info span,
	.sub-case-list-item .case-list-item-info p {
		font-size: 14px;
	}
}


@media screen and (max-width: 768px) {
	.sub-navout-wrap .sub-navout .sub-navout-list a {
		padding: 1rem 2px;
		width: 20%;
	}
}
