
.zcti-main *{
	box-sizing: border-box;
}
.zcti-main span{
	margin: 0;
}
.zcti-topbar{
	text-align: center;
	padding: 35px 0;
	overflow-x: hidden;
	margin-top: -35px;
}
.zcti-topbar-bg{
	background: #0A53B1;
	height: 165px;
}
.zcti-topbar .centerWidth{
	display: flex;
	justify-content: space-around;
	position: relative;
}
.zcti-topbar a{
	display: inline-block;
	margin-top: -35px;
}
.zcti-topbar a p{
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 20px;
}
.zcti-topbar .btn{
	position: absolute;
	top: -35px;
	left: -360px;
}
.zcti-topbar .btn.right{
	left: auto;
	right: -360px;
}
.zcti-w1{
	padding-bottom: 30px;
}
.zcti-w1c .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 12px;
}
.zcti-w1c .list li{
	width: 580px;
	background: #E8F1FF;
	margin-top: 16px;
}
.zcti-w1c .list li a{
	display: block;
	color: #333333;
	font-size: 18px;
	line-height: 54px;
	padding: 0 44px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(jlpzct-sy-list-icon-blue.png) 15px center no-repeat;
}
.zcti-w1c .list li a:hover{
	color: #0057b3;
}
.zcti-w1-bar{
	text-align: center;
	margin-top: 24px;
}
.zcti-w1-bar a{
	display: inline-block;
	width: 172px;
	height: 40px;
	background-image: linear-gradient(90deg, #f36e2b 0%, #ea2425 100%), 
	linear-gradient(#d92114, #d92114);
	background-blend-mode: normal, normal;
	border-radius: 20px;
	padding: 3px 4px;
	text-align: left;
}
.zcti-w1-bar a div{
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 50%;
}
.zcti-w1-bar a span{
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
	margin-left: 14px;
	line-height: 34px;
}
.zcti-w2{
	padding: 26px 0;
	background-color: #f6faff;
}
.zcti-zcwj-more{
	text-align: center;
	margin-top: 28px;
}
.zcti-zcwj-more img{
	cursor: pointer;
}
.zcti-zcwj-more img.cur{
	transform: rotate(180deg);
}
.zcti-w3{
	padding-top: 38px;
	padding-bottom: 50px;
}
.zcti-w3c{
	margin-top: 32px;
	display: flex;
	justify-content: space-between;
}
.zcti-w3c .item{
	width: 380px;
	height: 200px;
	padding: 10px;
	background: url(jlpzct-sy-zt-bg.png) center no-repeat;
}
.zcti-w3c .item a{
	display: block;
	width: 100%;
	height: 100%;
}
.zcti-w3c .item a img{
	width: 100%;
	height: 100%;
}
.zcti-w4{
	padding-top: 32px;
}
.zcti-w5{
	margin-top: 54px;
	padding-bottom: 38px;
}
.zcti-w5c{
	margin-top: 40px;
}
.zcti-w5c1{
	width: 572px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zcti-w5c1 .item{
	display: block;
	width: 274px;
	/*height: 210px;
	margin: 0 0 24px;*/
	height: 445px;
}
.zcti-w5c1 .item img{
	width: 100%;
	height: 100%;
}
.zcti-w5c2{
	width: 598px;
}
.zcjd-list li{
	margin-top: 35px;
}
.zcjd-list li:first-child{
	margin-top: 0
}
.zcjd-list li a{
	display: block;
	line-height: 45px;
	background-color: #79bbff;
	border-radius: 8px;
	font-size: 18px;
	color: #fff;
	padding-left: 45px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.zcjd-list li a:before{
	display: inline-block;
	content: ' ';
	position: absolute;
	width: 18px;
	height: 12px;
	background: url(jlpzct-sy-list-icon-white.png) no-repeat;
	left: 14px;
	top: 16px;
}
.zcwj-list.show6{
	height: 378px;
	overflow: hidden;
}

@media screen and (max-width: 768px){
	.centerWidth{
		padding: 0 .2rem;
		box-sizing: border-box;
	}
	.zcti-topbar{
		margin: 0;
		padding: 0;
	}
	.zcti-topbar-bg{
		height: auto;
	}
	.zcti-topbar .btn{
		display: none;
	}
	.zcti-topbar .centerWidth{
		flex-wrap: wrap;
		padding: .4rem .2rem 0;
	}
	.zcti-topbar a{
		margin: 0 0 .4rem;
		width: 48%;
	}
	.zcti-topbar a img{
		height: 1rem;
	}
	.zcti-topbar a p{
		font-size: .32rem;
		margin-top: .1rem;
	}
	.zcti-w1{
		padding-bottom: .3rem;
	}
	.zcti-w1c .list{
		padding-top: 0;
	}
	.zcti-w1c .list li{
		width: 100%;
		margin-top: .2rem;
	}
	.zcti-w1c .list li a{
		line-height: .7rem;
		font-size: .32rem;
		padding: 0 .3rem 0 .5rem;
		background-size: .24rem auto;
		background-position: .1rem center;
	}
	.zcti-w1-bar{
		margin-top: .3rem;
	}
	.zcti-w1-bar a{
		height: .7rem;
		padding: .1rem .3rem .1rem .1rem;
		width: auto;
	}
	.zcti-w1-bar a div{
		height: .5rem;
		width: .5rem;
		line-height: .5rem;
	}
	.zcti-w1-bar a div img{
		height: .3rem;
	}
	.zcti-w1-bar a span{
		line-height: .5rem;
		font-size: .32rem;
		margin-left: .2rem;
	}
	.zcti-w2{
		padding: .2rem 0 .4rem;
	}
	.zcti-zcwj-more{
		margin-top: .3rem;
	}
	.zcti-zcwj-more img{
		height: .2rem;
	}
	.zcti-w3{
		padding: .2rem 0 0;
	}
	.zcti-w3c{
		margin-top: .3rem;
		flex-wrap: wrap;
	}
	.zcti-w3c .item{
		width: 48%;
		padding: .1rem;
		background-size: 100% 100%;
		margin: 0 0 .3rem;
		height: 1.8rem;
	}
	.zcti-w5{
		margin-top: .5rem;
		padding-bottom: .3rem;
	}
	.zcti-w5c{
		margin-top: .4rem;
	}
	.zcti-w5c1{
		width: 100%;
	}
	.zcti-w5c1 .item{
		width: 48%;
		height: auto;
		margin: 0 0 .3rem;
	}
	.zcti-w5c2{
		width: 100%;
	}
	.zcjd-list li{
		margin-top: .2rem;
	}
	.zcjd-list li a{
		font-size: .32rem;
		line-height: .7rem;
		padding-left: .5rem;
	}
	.zcjd-list li a:before{
		left: .14rem;
        top: .28rem;
        width: .24rem;
        height: 0.14rem;
        background-size: 100% 100%;
	}
	.zcwj-list.show6{
		height: 9.7rem;
	}
}