.title {
	color: #cc9f8c;
	margin: 12px 0;
	font-family: Alibaba-PuHuiTi-L
}

.subText {
	text-align: right;
	color: #868686;
	font-family: Alibaba-PuHuiTi-R;
	float: right;
	position: relative;
	top: -25px
}


.card-wraper {
	top: 15px;
	position: relative
}

/* .right {
	position: absolute;
	right: 0px;
	bottom: 0px
} */

.fontR {
	font-family: Alibaba-PuHuiTi-R
}

.cardItem {
	cursor: pointer;    display: block;
}

img {
	width: 100%;
	height: 100%
}

.cardItem .title {
	font-size: 20px;
	margin: 16px 0 24px;
	color: #333
}

.detail {
	font-size: 14px;
	color: #333
}

.detail div {
	margin-top: 6px
}

.banner {
	width: 100%
}

.cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	clear: both
}

.cards .card-item {
	width: 30%;
	margin-bottom: 24px
}

.more {
	border: 1px solid #808080;
	padding: 0 15px;
	color: gray;
	font-size: 14px;
	cursor: pointer
}

.new-work-cards .nwCol:hover .scale {
	transform: scale(1.2)
}

.new-work-cards .nwCol:hover .wrapper {
	opacity: 1
}

.new-work-cards .nwCol:hover .wrapper .sc {
	transform: scale(1)
}

.new-work-cards .wrapper {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background-color: #0000004d;
	color: #fff;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	padding: 20px;
	box-sizing: border-box;
	transition: all .3s;
	opacity: 0
}

.new-work-cards .wrapper .sc {
	transform: scale(.5);
	transition: all .3s
}

.new-work-cards img {
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer
}

.team-group .team {
	display: flex;
	justify-content: space-between
}

.team-group .team img {
	width: 100%;
	height: 100%
}

.news .blocks>div img {
	width: 100%;
	height: 180px
}

.news .blocks .desc {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 13px
}

.custom-slot {
	/* padding: 25px 60px; */
	padding: 0 60px;
	transition: .65s;
	background-color: #fff
}

.custom-slot.hide {
	transform: rotateX(94deg) translateZ(0) translateY(45px);
	transform-origin: center bottom;
	display: block
}

.custom-slot .custom-btn,
.custom-slot .custom-btn .custom-el-row {
	height: 100%
}

.custom-slot .custom-btn .custom-el-row .item {
	position: relative;
	/* border-left: 1px solid var(--gray-color); */
	padding: 25px 0;
}
.custom-slot .custom-btn .custom-el-row .item .primaryColor {font-weight: 550;}
.custom-slot .custom-btn .custom-el-row .item::after{
	content: '';
	height: 50%;
	width:1px;
	background-color:var(--gray-color);
	position: absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
}

.custom-slot .custom-btn .custom-el-row .item:first-child::before {
	content: '';
	height: 50%;
	width:1px;
	background-color:var(--gray-color);
	position: absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
}

.custom-slot .custom-btn .custom-el-row .item:hover{
	background-color:#E2BCA9;
}

.custom-slot .custom-btn .custom-el-row .item:hover .primaryColor{
	color:#202768;
}
.custom-slot .custom-btn .custom-el-row .item:hover .c999{color:#202768;}

.custom-slot .custom-btn .swiper-button-prev {
	left: 10px
}

.custom-slot .custom-btn .swiper-button-next {
	right: 10px
}

.right-box {
	color: #cd000c
}

.border {
	border: 1px solid #CCA08C;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center
}

.border+.border {
	border-left: 0
}

.bleft {
	border-left: 1px solid #333;
	padding-left: 6px
}

.about{
	line-height: 26px;
}

@media (max-width: 768px) {
	.new-work-cards{
		margin-top: -5px;
	}
	
	.home .instruction .textCenter.fs61{
		font-size: 20px!important;
	}
	.home .instruction .textCenter.mb100{
		margin-bottom:25px!important;
	}
	.home .instruction .blocks{
		display: none;
	}
	.home .instruction .desc .is-guttered:first-child{
		margin-bottom:25px;
	}
	.card-wraper {
	    top: auto;
		margin-bottom:20px;
	}
	.subText {
		position: static;
		float: none;
		text-align: left
	}
	.fs18 {
		font-size: 12px !important
	}

	.border img {
		height: auto !important;
		padding: 10px 0
	}

	.border+.border {
		border-top: 0;
		border-left: 1px solid #CCA08C;
		padding: 10px 0
	}
	
	.home .about{margin-top:-30px;}
	.home .about .mb30{ margin-bottom: 15px!important;}
	.home .about .mb40{ margin-bottom: 20px!important;}
}

