.jiancai{
	background: url('../static/images/trade/jcbg.png') no-repeat;
	background-size: 100%;
	background-position: center;
}
.jianc-box{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.jianc-box .jiancleft,.jianc-box .jiancright{
	width: 45%;
	height:510px;
	overflow: hidden;
}
.jiancleft{
	padding-right: 20px;
}
.jiantbox{
	width: 100%;
	display:inline-block;
	
}
.jiantbox .reds{
	width: 8px;
	height: 42px;
	margin-right: 10px;
	background-color: #C90000;
	border-radius: 8px;
	float: left;
}
.jiantbox .jctitle{
	float: left;
	width: 256px;
	height: 42px;
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: bold;
	font-size: 32px;
	color: #18181C;
	line-height: 42px;
	text-align: left;
	font-style: normal;
}

.jcbox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}

.jcbox .jciconbox{
	width: 31%;
	height: 200px;
	margin-top: 32px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 2px solid #FFFFFF;
	opacity: 0.8;
	text-align: center;
}
.jciconbox{
	text-align: center;
}
.jciximg{
	border: 1px #383841  dashed;
	margin-top: 30px;
}
.jcixtitle{
	height: 22px;
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 600;
	font-size: 15px;
	color: #18181C;
	line-height: 22px;
	text-align: center;
	font-style: normal;
	width: 100%;
	display: inline-block;
	margin-top:18px;
}

.jiancright img{
	width: 100%;
	height: 100%;
	text-align: center;
}


@media screen and (max-width: 600px) {
	
	.jianc-box .jiancleft,.jianc-box .jiancright{
		width: 95%;
		height:510px;
		overflow: hidden;
	}
	
	.jiancleft{
		padding-right: 0;
		margin-bottom: 20px;
	}
}
