.zxj-main *{
	box-sizing: border-box;
}
.zxj-main{
	padding-bottom: 40px;
}
.zxj-bar1{
	margin: 34px auto 48px;
}
.zxj-bar1 img{
	width: 100%;
}
.zxj-w1{
	background: #F9F9F9;
	padding-top: 22px;
	padding-bottom: 6px;
}
.zxj-w1 .sww-tit2 .tit,.zxj-w1 .sww-tit2 .more{
	background: #F9F9F9;
}
.zxj-w1c{
	margin-bottom: 40px;
}
.zxj-w1c1{
	width: 655px;
}
.zxj-w1c2{
	width: 670px;
}
.zxj-bar2{
	margin-top: 24px;
	display: flex;
	justify-content: space-between;
}
.zxj-bar2 a{
	width: 120px;
	height: 270px;
	display: block;
	position: relative;
}
.zxj-bar2 a img{
	width: 100%;
	height: 100%;
}
.zxj-bar2 a .bor{
	position: absolute;
	width: 110px;
	height: 260px;
	border: 1px solid #fff;
	top: 5px;
	left: 5px;
	z-index: 2;
}
.zxj-bar2 a .con{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 270px;
	background: rgba(47,109,184,.8);
}
.zxj-bar2 a .con span{
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	width: 30px;
	vertical-align: middle;
}
.zxj-w2{
	padding-top: 32px;
}
.zxj-w2c .title{
	text-align: center;
	color: #627291;
	font-size: 36px;
	font-weight: bold;
}
.zxj-w2 .sww-tit2{
	margin-bottom: 10px;
}
.zxj-w2t{
	text-align: center;
	margin-top: 34px;
}
.zxj-w2t .tit{
	color: #677083;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.zxj-w2t .tit.cur{
	font-weight: bold;
	position: relative;
}
.zxj-w2t .tit.cur:after{
	display: inline-block;
	content: ' ';
	width: 100%;
	height: 2px;
	background: #677083;
	position: absolute;
	bottom: -6px;
	left: 0;
}
.zxj-w2t span{
	display: inline-block;
	margin: 0 66px;
	height: 16px;
	border-right: 1px solid #999999;
	vertical-align: middle;
}
.zxj-w2b {
	padding-right: 20px;
	/*height: 300px;*/
	height: 380px;
	margin: 40px 28px 0 46px;
	overflow-y: auto;
	overflow-x: hidden;
}
.zxj-w2b::-webkit-scrollbar {
	width: 6px;
}
.zxj-w2b::-webkit-scrollbar-track{
	background-color: #EEEEEE;
	border-radius: 7px;
}
.zxj-w2b::-webkit-scrollbar-thumb {
	background-color: #ADCFF4;
	border: 3px solid transparent;
	border-radius: 7px;
}
.zxj-w2c1 li {
	position: relative;
	padding: 0 0 28px 170px;
}
.zxj-w2c1 li span {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -32px;
	display: block;
	width: 87px;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	color: #1658a0;
	background: #DEEAFF;
	font-weight: bold;
}
.zxj-w2c1 li span:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 8px solid #DEEAFF;
	right: -59px;
	position: absolute;
	top: 0;
	border-radius: 50%;
	background: #377DFF;
}
.zxj-w2c1 li:before {
	content: "";
	position: absolute;
	left: 127px;
	top: 0;
	bottom: 0;
	background: #E3EDFF;
	width: 2px;
}
.zxj-w2c1 li p {
	color: #000;
	font-size: 18px;
	line-height: 24px;
	background: #EFF5FF;
	border-radius: 6px;
	padding: 15px 20px;
}
.zxj-w2c1 li:first-of-type::before {
	top: 50%;
}
.zxj-w2c1 li:last-of-type::before {
	bottom: auto;
	height: 20px;
}
.zxj-w2c2 {
	color: #000;
	line-height: 32px;
	font-size: 16px;
}
.zxj-w2c2 .img,
.zxj-w2c3 .img {
	text-align: center;
	margin-top: 20px;
}
.zxj-w2c2 .img img,
.zxj-w2c3 .img img {
	max-width: 100%;
}
.zxj-w2c3 li {
	padding: 13px 0;
	margin-bottom: 10px;
}
.zxj-w2c3 li h4 {
	font-size: 18px;
	color: #039;
	font-weight: 700;
	margin-bottom: 10px;
}
.zxj-w2c3 li p {
	color: #000;
	line-height: 32px;
	font-size: 16px;
}

@media screen and (min-width: 769px){
	.zxj-bar2 a:hover .bor{
		z-index: 2;
	}
	.zxj-bar2 a:hover .con{
		background: rgba(47,109,184,.8);
	}
	.zxj-w2b::-webkit-scrollbar-thumb:hover {
		background-color: #ADCFF4;
	}
	.zxj-bar2 a:hover .con{
		background: none;
	}
}
@media screen and (max-width: 768px){
	.zxj-main{
		padding-bottom: .3rem;
	}
	.zxj-bar1{
		margin: .3rem auto;
	}
	.zxj-w1c{
		margin-bottom: .3rem;
	}
	.zxj-w1c1{
		margin-bottom: .3rem;
	}
	.zxj-w1c1,.zxj-w1c2{
		width: 100%;
	}
	.zxj-w1{
		padding: .3rem 0 .1rem;
	}
	.zxj-bar2 a{
		width: 20%;
		height: 4rem;
		margin-right: 1%;
	}
	.zxj-bar2 a:last-child{
		margin-right: 0;
	}
	.zxj-bar2 a .bor{
		width: 90%;
		height: 90%;
		top: 5%;
		left: 5%;
	}
	.zxj-bar2 a .con{
		line-height: 4rem;
	}
	.zxj-bar2 a .con span{
		font-size: .32rem;
		line-height: .42rem;
	}
	.zxj-w2{
		padding: .3rem .2rem 0;
	}
	.zxj-w2c .title{
		font-size: .4rem;
	}
	.zxj-w2t{
		margin-top: .3rem;
	}
	.zxj-w2t .tit{
		font-size: .32rem;
	}
	.zxj-w2t span{
		margin: 0 .2rem;
	}
	.zxj-w2b{
		margin: .5rem 0 0;
		padding-right: .1rem;
		height: 6rem;
	}
	.zxj-w2c1 li{
		padding: 0 0 .3rem 2rem;
	}
	.zxj-w2c1 li span{
		font-size: .26rem;
		line-height: .4rem;
		width: auto;
		padding: 0 .1rem;
		margin-top: -.35rem;
	}
	.zxj-w2c1 li:before{
		left: 1.63rem;
	}
	.zxj-w2c1 li span:before{
		width: .2rem;
		height: .2rem;
		border: .1rem solid #DEEAFF;
		left: 1.45rem;
	}
	.zxj-w2c1 li p{
		font-size: .26rem;
		line-height: .36rem;
		padding: .1rem .2rem;
	}
	.zxj-w2c1 li:last-of-type::before{
		height: 50%;
	}
	.zxj-w2c2{
		font-size: .26rem;
		line-height: .42rem;
	}
	.zxj-w2c3 li{
		padding: 0.1rem 0;
		margin-bottom: 0.2rem;
	}
	.zxj-w2c3 li h4{
		font-size: .28rem;
		margin-bottom: .1rem;
	}
	.zxj-w2c3 li p{
		font-size: .26rem;
		line-height: .42rem;
	}
}