
body, html {
	height: 100%;
	overflow: hidden;
}
.background-img {
	width: 1920px;
	background: url(../img/bac.png) center 0;
	background-repeat: no-repeat;
}
.todayTimeBox {
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #73abe9;
	font-size: 20px;
}
.todayTimeBox .todayTime {
	float: right;
	margin-right: 60px;
}
.mainbody {
	width: 98%;
	margin: 0 auto;
	display: flex;
	padding-top: 36px;
	padding-bottom: 37px;
}
.mainbody .leftContent, .mainbody .rightContent {width: 600px;}
.mainbody .centerContent {
	width: 652px;
}
.leftContent .serviceItem {
	width: 100%;
	height: 340px;
	background-image: url(../images/k_2all.png);
	margin-top: 20px;
	background-size: 100%;
	background-repeat:  no-repeat;
}
.serviceForm {
	margin-top: 30px;
	width: 100%;
	background: url(../img/k_3.png) center 0;
	background-repeat:  no-repeat;
	min-height: 546px;
	background-size: 100%;
}
.seHeader {
	padding-top: 18px;
	overflow: hidden;
}
.seHeader span:first-child {
	float: left;
	margin-left: 29px;
	margin-top: 8px;
}
.seHeader span:first-child .p-1 {
	font-size: 20px;
	color: #fff;
}
.seHeader span:first-child .p-2 {
	font-size: 14px;
	color: #66dffb;
}
.seHeader span:last-child {
 	float: right;
 	font-size: 46px;
 	color: #7bb9ff;
 	margin-right: 28px;
 }

 .statusList {
 	width: 90%;
 	margin: 0 auto;
 	margin-top: 5px;
 }

.statusList .seTable {
	width: 100%;
	padding-bottom: 0px;
	overflow:  hidden;
	display:  flex;
}
.statusList .seTable li {
	float: left;
	width: 20%;
	font-size: 18px;
	color: #66dffb;
	background: #093e79;
	padding: 10px 0;
	margin-right: 6px;
	text-align:  center;
}
.statusList .seTable .outlineBorder {
	font-size: 14px;
}
.statusList .outlineBorder ul {
	height: 40px;
}
.statusList .outlineBorder ul:nth-child(odd) {
	color: #3e90f7;
}
.statusList .outlineBorder ul:nth-child(even) {
	color: #8ec0ff;
}
.statusList .outlineBorder ul li {
	float: left;
	width: 20%;
	height: 20px;
	line-height: 30px;
	padding: 10px 0;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;";;
}
.statusList .outlineBorder ul li:first-child {
	font-size: 12px!important;
}


/* 无缝滚动  */
@-webkit-keyframes scrollText1 {
	0%{
		-webkit-transform: translateY(0px);
	}
	20%{
		-webkit-transform: translateY(-40px);
	}
	40%{
		-webkit-transform: translateY(-80px);
	}
	60%{
		-webkit-transform: translateY(-120px);
	}
	80%{
		-webkit-transform: translateY(-160px);
	}
	100%{
		-webkit-transform: translateY(-200px);
	}
}

@keyframes scrollText1 {
	0%{
		transform: translateY(0px);
	}
	20%{
		transform: translateY(-40px);
	}
	40%{
		transform: translateY(-80px);
	}
	60%{
		transform: translateY(-120px);
	}
	80%{
		transform: translateY(-160px);
	}
	100%{
		transform: translateY(-200px);
	}
}
.outlineBorder {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 320px;
}
.rolling {
	top: 0px;
	-webkit-animation:scrollText1 10s infinite  cubic-bezier(1, 0, 0.5, 0);
	animation:scrollText1 10s infinite  cubic-bezier(1, 0, 0.5, 0);
}
.outlineBorder:hover  .rolling {
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
}
