.tittop{
	height: 400px;
	background: url(../img/ssjnew/banner.png)center top no-repeat;
	background-size: 100% 100%;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.ssjnav{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 16px 0;
}
.ssjnav a{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}
.dhtu{
	margin-right: 14px;
}
.ssjygktz{
	text-align: center;
	padding: 21px 0 39px;
	background: #ffffff;
}
.szfbm{
	background: #F2F6FB;
}
.szfbmcon{
	padding: 57px 0 32px;
}
.bmul{
	margin-top: 44px;
	background: #ffffff;
	padding: 22px 11px 0 20px;
	display: flex;
	flex-wrap: wrap;
}
.bmul li{
	width: 184px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	background: #F2F6FB;
	text-align: center;
	padding: 12px 0;
	margin-right: 13px;
	margin-bottom: 20px;
}
.bmul li:nth-child(6n){
	margin-right: 0;
}
.bmul .on{
	color: #ffffff;
	background: #0083FD;
}
.nrall{
	background:url(../img/ssjnew/nrall.png)bottom center no-repeat;
	background-size: contain;
	background-color: #FFFFFF;
	padding-top: 41px;
}
.nr1{
	width: 560px;
	margin-bottom: 55px;
}
.nr1tit{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.nr1tit h2{
	width: 80%;
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	position: relative;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nr1tit h2::after{
	content: '';
	width: 35px;
	height: 6px;
	display: block;
	background: #0083FD;
	border-radius: 15px;
	margin: 9px 0 0 28px;
	position: absolute;
}
.gengd{
	font-size: 16px;
	font-weight: 400;
	color: #999999;
}
.nrcon{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nr1ul{
	margin-top: 53px;
	display: block;
}
.nr1ul li{
	padding: 37px 0 22px;
	border-bottom: 1px solid #ECECEC;
}
.nr1ul li:first-child{
	padding-top: 0;
}
.bttit i{
	width: 6px;
	height: 6px;
	background: #0083FD;
	border-radius: 50%;
	display: inline-block;
	margin-right: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
}
.bttit{
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	position: relative;
	padding-left: 18px;
	/* flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start; */
}
@media screen and (max-width:768px) {
	.ssjconall{
		width: calc(100vw - 30px);
		margin: 0 auto;
	}
	.dhtu {
	    margin-right: 5px;
	    width: 5%;
	}
	.w1200{
		width: 100%;
	}
	.ssjygktzimg,.szfbmconimg {
		width: 100%;
	}
	.bmul li{
		width: 48%;
		margin-right: 0;
	}
	.bmul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.tittop{
		height: 150px;
		background-size: 180% 150%;
		background-position: -138px 35%;
	}
	.ssjnav a{
		margin-bottom: 5px;
	}
	.ssjygktz{
		padding: 15px;
	}
	.szfbmcon{
		padding: 15px 0;
	}
	.bmul {
		padding: 15px;
	}
	.nrall{
		padding: 15px;
	}
	.nr1{
		width: 100%;
	}
	.bttit{
		overflow: visible;
		text-overflow: inherit;
		white-space: inherit;
	}
	.bttit i{
		position: inherit;
	}
}