.zct-wrap{
	background: url(bszct-bg.png) top center no-repeat ,url(bszct-bg-bottom.png) center bottom no-repeat;
	background-color: #EEF5FF;
}
.zcti-main{
	padding-bottom: 12px;
	font-size: 0;
}
.zcti-w1{
	margin-top: 58px;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	box-shadow: 3px 2px 22px 0px rgba(19, 44, 94, 0.15);
}
.zcti-w1c1{
	width: 416px;
	background-image: linear-gradient(180deg, 
		#eff7ff 0%, 
		#d9edfe 100%);
	text-align: center;
	padding-top: 8px;
	padding-bottom: 32px;
	overflow: hidden;
}
.zcti-w1c1 a{
	display: inline-block;
	text-align: left;
	width: 312px;
	height: 64px;
	line-height: 64px;
	background-color: #ffffff;
	box-shadow: 3px 2px 22px 0px rgba(19, 44, 94, 0.15);
	border-radius: 11px;
	color: #000000;
	margin-top: 20px;
}
.zcti-w1c1 a span{
	font-size: 20px;
	letter-spacing: 1px;
}
.zcti-w1c1 a img{
	margin: 0 36px 0 46px;
}
.zcti-w1c1 a img.cur{
	display: none;
}
.zcti-w1c1 a:hover{
	background-color: #0058d2;
	box-shadow: 3px 2px 22px 0px rgba(19, 44, 94, 0.15);
	font-weight: bold;
	color: #fff;
}
.zcti-w1c1 a:hover img{
	display: none;
}
.zcti-w1c1 a:hover img.cur{
	display: inline-block;
}
.zcti-w1c2{
	width: 940px;
	margin-right: 20px;
}
.zcti-tit1{
	border-bottom: solid 1px #d9e4ed;
	line-height: 60px;
	padding-left: 15px;
}
.zcti-tit1 .ic{
	margin-right: 18px;
	vertical-align: middle;
}
.zcti-tit1 .tit{
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #0461d3;
	vertical-align: middle;
}
.zcti-tit1 .more{
	display: inline-block;
	color: #0461d3;
	font-size: 16px;
}
.zcti-w1c2 .zcti-tit1{
	padding: 0;
}
.zcti-w1c2 .zcti-tit1 .tit{
	color: #ff8314;
}
.zcti-list1{
	padding-top: 10px;
}
.zcti-list1 li{
	line-height: 56px;
	padding: 0 18px 0 12px;
}
.zcti-list1 li a{
	display: inline-block;
	font-size: 18px;
	letter-spacing: 1px;
	color: #000000;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}
.zcti-list1 li a:before{
	display: inline-block;
	content: ' ';
	width: 5px;
	height: 5px;
	background-color: #c3d0e3;
	margin-right: 20px;
	vertical-align: middle;
}
.zcti-list1 li a:hover{
	color: #0058D2!important;	
}
.zcti-list1 li a:hover:before{
	background-color: #0058D2;
}
.zcti-list1 li span{
	float: right;
	font-size: 16px;
	letter-spacing: 1px;
	color: #666666;
}
.zcti-w2{
	margin-top: 40px;
	padding: 0 20px 36px;
	background-color: #ffffff;
	box-shadow: 3px 2px 22px 0px rgba(19, 44, 94, 0.15);
	border-radius: 10px;
}
.zcwj-top{
	margin-top: 17px;
}
.zcti-w3{
	margin-top: 47px;
	padding: 0 20px 47px;
	background-color: #ffffff;
	box-shadow: 3px 2px 22px 0px rgba(19, 44, 94, 0.15);
	border-radius: 10px;
}
.zcti-w4{
	margin-top: 55px;
	padding: 0 20px 36px;
	background-color: #ffffff;
	box-shadow: 3px 2px 22px 0px rgba(19, 44, 94, 0.15);
	border-radius: 10px;
}
.zcti-w4c{
	margin-top: 34px;
}
.zcti-tit2{
	background-color: #edf4ff;
	line-height: 39px;
	display: flex;
	justify-content: space-around;
}
.zcti-tit2 .tit{
	font-size: 18px;
	letter-spacing: 1px;
	color: #2b4369;
	position: relative;
	display: inline-block;
}
.zcti-tit2 .tit.cur{
	font-weight: bold;
}
.zcti-tit2 .tit.cur:before{
	display: inline-block;
	content: ' ';
	position: absolute;
	width: 100%;
	height: 4px;
	left: 0;
	bottom: 0;
	background-color: #0461d3;
	border-radius: 2px;
}
.zcti-w4c .zcti-list1{
	padding-top: 18px;
}
.zcti-w4c .zcti-list1 li{
	padding: 0 18px 0 34px;
}

@media screen and (max-width: 768px){
	.zcti-w1{
		margin-top: .6rem;
		padding-bottom: .3rem;
	}
	.zcti-w1c1{
		width: 100%;
		padding: 0 0 .4rem;
	}
	.zcti-w1c1 a{
		margin-top: .3rem;
		font-size: .32rem;
		line-height: 1rem;
		height: 1rem;
	}
	.zcti-w1c1 a img{
		margin: 0 .4rem;
		height: .7rem;
	}
	.zcti-w1c1 a span{
		font-size: .32rem;
	}
	.zcti-w1c2{
		width: 100%;
		margin: 0;
		padding: 0 .2rem;
	}
	.zcti-tit1{
		padding: 0;
		line-height: 1rem;
	}
	.zcti-tit1 .ic{
		margin-right: .2rem;
		height: .28rem;
	}
	.zcti-tit1 .tit{
		font-size: .36rem;
	}
	.zcti-tit1 .more{
		font-size: .28rem;
	}
	.zcti-list1 li{
		line-height: .7rem;
		padding: 0;
	}
	.zcti-list1 li a{
		font-size: .32rem;
		letter-spacing: 0;
		max-width: 74%;
	}
	.zcti-list1 li span{
		font-size: .28rem;
		letter-spacing: 0;
	}
	.zcti-list1 li a:before{
		margin-right: .2rem;
		width: .1rem;
		height: .1rem;
		margin-top: -.04rem;
	}
	.zcti-w2{
		margin-top: .4rem;
		padding: 0 .2rem .4rem;
	}
	.zcti-w3{
		margin-top: .4rem;
		padding: 0 .2rem .4rem;
	}
	.zcti-w4{
		margin-top: .4rem;
		padding: 0 .2rem .4rem;
	}
	.zcti-w4c{
		margin-top: .3rem;
	}
	.zcti-w4c .zcti-list1{
		padding-top: 10px;
	}
	.zcti-w4c .zcti-list1 li{
		padding: 0;
	}
	.zcti-tit2{
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		line-height: .8rem;
	}
	.zcti-tit2 .tit{
		margin: 0 .2rem;
		font-size: .32rem;
	}
	.zcti-tit2 .tit.cur:before{
		height: .04rem;
	}
}