/*reset*/
html,
body,
div,
span,
p {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

body {
	font: 12px Arial, "Microsoft Yahei", Sans-serif;
	color: #ffffff;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 100%;
	width: 100%;
	min-height: 100%;
	background: #031039 url(../images/bj.jpg) no-repeat top center;
	background-size: auto auto;
}


/* @media screen and (min-width: 320px) and (max-width: 359px) {
	html {
		font-size: 32px !important;
	}
}


@media screen and (min-width: 360px) and (max-width: 374px) {
html {
	font-size: 36px !important;
}
}

@media screen and (min-width: 375px) and (max-width: 411px) {
html {
	font-size: 37.5px !important;
}
}

@media screen and (min-width: 413px) and (max-width: 639px) {
html {
	font-size: 41.4px !important;
}
}

@media screen and (width:412px) {
html {
	font-size: 41.2px !important;
}
}

@media screen and (min-width:640px) {
html {
	font-size: 64px !important;
}
}
 */
img {
	margin: 0 auto;
	border: 0;
}

ol,
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hn-row {
	margin-right: 0;
	margin-left: 0px;
}

p {
	margin: 0;
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #333;
	text-decoration: none;
}


/*---------------------标题--------------------------*/
.background {
	z-index: -1;
	position: absolute;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 100%;
}

.main {
	width: 100%;
	height: 100%;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 auto;
	box-sizing: border-box;
}

.top {
	width: 100%;
	position: relative;
	height: 100px;
	/* background: #031039 url(../images/bjtit.png); */
	background: url(../images/bjtit.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.maincon {
	/* background: #031039 url(../images/bjcon.png); */
	background: url(../images/bjcon.png);
	padding-top: 4px;
	background-position: left top;
	background-repeat: repeat;
	background-size: 100% 100%;
	position: relative;
}

.botcon {
	background: #031039 url(../images/bjbot.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.title {
	text-align: center;
	background: linear-gradient(to right, #06edef, #0096e8);
	/* 渐变方向和颜色 */
	-webkit-background-clip: text;
	/* 将背景裁剪为文字形状 */
	background-clip: text;
	/* 标准属性 */
	-webkit-text-fill-color: transparent;
	/* 使文字填充透明，显示背景 */
	text-fill-color: transparent;
	font-size: 28px;
	line-height: 80px;
	font-weight: bold;
}

.toptxt {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	padding: 0 2%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.date {
	font-size: 16px;
	color: #02a9ff;
	font-weight: bold;
}

.admin {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.user img {
	width: 50px;
	border-radius: 50px;
}

.hello {
	color: #02a9ff;
	font-size: 14px;
	padding: 0 30px;
}

.exit {
	color: #00c0eb;
	font-size: 14px;
}




/*------------tab切换--------------*/
.tab {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 8px;
}



.tabj {
	padding: 0 10px;
	height: 38px;
	line-height: 38px;
	min-width: 120px;
	background: #0e2c7d;
	border: 1px solid #216dfd;
	margin-right: 15px;
	font-size: 16px;
	color: #a9ddee;
	transform: skewX(150deg);
	-webkit-transform: skewX(150deg);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: skewX(150deg);
	/*兼容-moz-引擎浏览器*/

}

.txt {
	transform: skewX(-150deg);
	-webkit-transform: skewX(-150deg);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: skewX(-150deg);
	/*兼容-moz-引擎浏览器*/
}

.order {
	width: 100%;
	justify-content: space-between;
	display: flex;
}

.active {
	background: -moz-linear-gradient(top, #0c91da, #024892);
	background: -ms-linear-gradient(top, #0c91da, #024892);
	background: -o-linear-gradient(top, #0c91da, #024892);
	background: -webkit-linear-gradient(top, #0c91da, #024892);
	border: 1px solid #02a9ff;
	color: #fff;
}

.content {
	width: 100%;
	display: flex;
	box-sizing: border-box;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
	padding: 0 30px;


}


.conleft {
	width: 20%;
}

.borcon {
	border: 1px solid #0a43bc;
	box-shadow: rgb(28, 58, 127) 0px 0px 26px inset;
	box-sizing: border-box;
	position: relative;
	padding: 15px 20px;
	margin-top: 20px;
	text-align: left;
	border-radius: 5px;
}

.angleleft {
	border-top: 2px solid #07e6ed;
	border-left: 2px solid #07e6ed;
	width: 12px;
	height: 12px;
	position: absolute;
	top: -2px;
	left: -2px;
	border-radius: 3px 0 3px 0;
}

.anglerig {
	border-top: 2px solid #07e6ed;
	border-right: 2px solid #07e6ed;
	width: 12px;
	height: 12px;
	position: absolute;
	top: -2px;
	right: -2px;
	border-radius: 0 3px 0 3px;

}

.anglelbot {
	border-bottom: 2px solid #07e6ed;
	border-left: 2px solid #07e6ed;
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: -2px;
	left: -2px;
	border-radius: 0 3px 0 3px;
}

.anglerbot {
	border-bottom: 2px solid #07e6ed;
	border-right: 2px solid #07e6ed;
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: -2px;
	right: -2px;
	border-radius: 3px 0 3px 0;

}


.contit {
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(236, 156, 69, 1)), to(rgba(228, 192, 114, 1)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 18px;
	font-weight: bold;
}


.num {
	color: #01d4f9;
	text-align: right;
}

.cons {
	padding-top: 18px;
}

.bus {
	height: 240px;
}

.business {
	height: 260px;
}

.service {
	height: 300px;
}

.conright {
	width: 50%;
}

.content-right {
	width: 29%;
}

.map {
	height: 520px;
}

.mapcons {
	margin-top: 10px;
}

.operation {
	height: 300px;
}

.box table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.boxtit {
	background: #0a2c59;
	color: #fff !important;
}

.box table tr {
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #abb7c3;
}

.box table tr td {
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.number {
	width: 50%;
}

.number li {
	display: inline-block;
	padding: 0 20px;
	font-size: 16px;
	text-align: center;
	border-right: 1px solid #10317b;
	/* border-image: linear-gradient(to top, rgba(12, 44, 97, 0.8),
		rgba(29, 67, 138, 0.8) 20%, rgba(37, 80, 161, 0.8) 80%,
		rgba(14, 41, 98, 0.8)) 1; */

}

.number li p {
	padding-bottom: 4px;
}

.number li:last-child {
	border: 0;
}

.blue {
	color: #01d4f9;
}

.maptop {
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: 50px;
	align-items: center;

}

.input-radio {
	float: left;
	margin-right: 20px;
}

.search {
	float: left;
	margin-left: 15px;
}

input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #02a9ff !important;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #02a9ff !important;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #02a9ff !important;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #02a9ff !important;
}

input:focus {
	outline: 0;
}

.searchcon {
	height: 32px;
	line-height: 32px;
	width: 160px;
	border-radius: 5px;
	border: 1px solid #1c44a9;
	background: inherit;
	color: #02a9ff;
	padding-left: 38px;
}

.input-radio label {
	font-size: 14px;
}

.numright {
	align-items: center;
	display: flex;
}

.mapcon {
	margin-top: 20px;
}

.poz {
	position: relative;
}

.searchico {
	width: 20px;
	position: absolute;
	top: 7px;
	left: 10px;
}

/*------------车辆信息tab切换结束--------------*/
.terminal {
	height: 410px;
}

.signal {
	width: 50%;
	height: 840px;
}

.right2 {
	width: 28%;
}

.material {
	height: 840px;
}

.left3 {
	width: 79%;
}

.right3 {
	width: 20%;
}

.left3top {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.live {
	width: 60%;
	height: 420px;
}

.ratio {
	width: 39%;
	height: 420px;
}

.ad {
	height: 400px;
}

.heatmap {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.run {
	color: #76c0ff;
	font-size: 16px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.run ul li {
	float: left;
}

.runcon ul li {
	background: #11337e;
	border: 1px solid #216dfd;
	padding: 6px 10px;
	margin-left: 10px;
	color: #76c0ff;
	font-weight: bold;
}


/*流星*/
.liuxing {
	width: 85px;
	height: 85px;
	position: absolute;
	background: url(../images/line.png) no-repeat;
	background-size: contain;
}

.liuxing1 {
	top: 200px;
	left: 200px;
}

.liuxing2 {
	top: 200px;
	left: 50%;
	margin-left: 200px;
}

.liuxing3 {
	top: 100px;
	right: 300px;
}

.liuxing4 {
	top: 150px;
	right: 300px;
}

.liuxingFla {
	animation: liuxing 5s ease-in infinite;
}

.liuxingFla2 {
	animation: liuxing2 4s ease-in infinite;
}

.liuxingFla3 {
	animation: liuxing3 3s linear infinite;
}

.liuxingFla4 {
	animation: liuxing4 2s linear infinite;
}

/* 流星动画 */
@keyframes liuxing {
	0% {
		transform: translate(200px, -200px);
	}

	90% {
		transform: translate(-180px, 180px);
		opacity: 1;
	}

	100% {
		transform: translate(-200px, 200px);
		opacity: 0;
	}
}

@keyframes liuxing2 {
	0% {
		transform: translate(200px, -200px);
	}

	90% {
		transform: translate(-480px, 480px);
		opacity: 1;
	}

	100% {
		transform: translate(-500px, 500px);
		opacity: 0;
	}
}

@keyframes liuxing3 {
	0% {
		transform: translate(200px, -200px);
	}

	90% {
		transform: translate(-480px, 480px);
		opacity: 1;
	}

	100% {
		transform: translate(-500px, 500px);
		opacity: 0;
	}
}

@keyframes liuxing4 {
	0% {
		transform: translate(200px, -200px);
	}

	90% {
		transform: translate(-180px, 180px);
		opacity: 1;
	}

	100% {
		transform: translate(-200px, 200px);
		opacity: 0;
	}
}


.buscon {
	height: 160px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;

}

.bustxt {
	color: #000;
	animation: 5s wordsLoop linear infinite normal;
	color: #4c9bfd;
	font-size: 13px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 18px;
}

@keyframes wordsLoop {
	0% {
		transform: translateX(0);
		-webkit-transform: translateY(0);
	}

	100% {
		transform: translateX(-180px);
		-webkit-transform: translateY(-180px);
	}
}

@-webkit-keyframes wordsLoop {
	0% {
		transform: translateX(0);
		-webkit-transform: translateY(0);
	}

	100% {
		transform: translateX(-180px);
		-webkit-transform: translateX(-180px);
	}
}

.head {
	background: #0c215c;
	color: #68d8fe;
	height: 34px;
	font-size: 13px;
	text-align: left;
	line-height: 34px;
	padding: 0 0 0 15px;

}

.marquee {
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;
}

.row {
	animation: 5s wordsLoop linear infinite normal;
	color: #4c9bfd;
	font-size: 13px;
	text-align: left;
	color: #4c9bfd;
	padding: 0 0 18px 15px;
	float: left;
	width: 100%;
}

.col {
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	width: 25%;
	float: left;
}

.col:nth-child(1) {
	width: 50%;
}


.construction {
	width: calc(50% - 6px);
}

.approach {
	width: calc(50% - 6px);
}

.oper-flex {
	display: flex;
	justify-content: space-between
}



.premium-item {
	display: flex;
	height: 96px;
	margin: 0 0 10px 0;
	background: linear-gradient(to right, #11337d, transparent);
	padding: 13px 10px;
	box-sizing: border-box;
}

.premium-item img {
	width: 92px;
	height: 70px;
}

.premium-item-text {
	width: calc(100% - 92px);
}

.premium-item-text span {
	width: 100%;
	display: inline-block;
	line-height: 22px;
	padding: 0 0px 0 26px;
	position: relative;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏超出部分 */
	text-overflow: ellipsis;
	box-sizing: border-box;
}

.premium-item-text span::after {
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	background: #437cbf;
	left: 14px;
	top: 10px;
}

.swiper-slide {
	width: 50%;
}

.swiper-slide img {
	width: 90%;
	margin: 0 auto;
	display: block;
}

.award {
	height: 220px;
}

.mySwiper {
	height: 156px;
}

/* Swiper 分页器样式修改 */
.swiper-pagination {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 10;
}

.swiper-pagination-bullet {
	width: 20px !important;
	height: 4px !important;
	background: #fff !important;
	border: 1px solid #0a43bc;
	opacity: 1;
	border-radius: 0 !important;
	transition: all 0.3s ease;
	margin: 0 5px;
}

.swiper-pagination-bullet-active {
	background: #fff;
	border: 1px solid #fff;
	width: 20px;
	border-radius: 0 !important;
	transform: scale(1) !important;
}

.overview {
	height: 840px;
}

.over-line {
	border-bottom: 1px solid #113279;
	padding: 0 0 12px 0;
}

#echarts_2 {
	width: 300px;
	height: 200px;
}

#echarts_13 {
	width: 32%;
	box-sizing: border-box;
	display: inline-block;
	height: 200px;
}

#echarts_14 {
	width: 32%;
	box-sizing: border-box;
	display: inline-block;
	height: 200px;
}

#echarts_15 {
	width: 32%;
	box-sizing: border-box;
	display: inline-block;
	height: 200px;
}

.work-project {
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px 0 0 0;
}

.project-text {
	color: #03c6ec;
	font-size: 24px;
	font-weight: bold;
	padding: 0 10px 0 30px;
}

.digital-font {
	font-family: 'electronicFont', monospace;
	font-size: 42px;
}

.digital-font .digit-container {
	display: inline-block;
	margin: 0 2px;
	position: relative;
}

.digital-font .digit-bg {
	display: inline-block;
	background: linear-gradient(to bottom, #0a2a5a, #071e42);
	padding: 10px 16px 10px 8px;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0, 100, 255, 0.3);
	border: 1px solid #0077ff;
	position: relative;
	z-index: 2;
}

.project-map-ul {
	padding: 10px 0 0 20px;
}

.project-map-head {
	background: rgba(155, 181, 239, 0.1);
	margin: 0 0 4px 0;
	font-weight: bold;
}

.project-map-ul li {
	display: flex;
	line-height: 22px;
	padding: 6px 0;
}

.project-map-ul li .approach-h {
	width: 100px;
}

.project-map-ul li .approach-h i {
	background: #074bb1;
	border: 1px solid #0874db;
	font-size: 12px;
	color: #7effff;
	padding: 2px 6px;
	font-style: normal;
}

.project-map-ul li .project-map-t {
	color: #9ef0ff;
	font-size: 12px;
	width: 33%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	text-align: center;
}

.project-map-ul li .project-map-main {
	color: #9ef0ff;
	font-size: 12px;
	width: 33%;
	text-align: center
}

.project-map-ul li .project-map-date {
	color: #9ef0ff;
	font-size: 12px;
	width: 33%;
	text-align: center
}

.work-project-num {
	padding: 0 0 20px 0;
}

.weather-html {
    position: absolute; font-size:14px; color: #02a9ff;
    top: 40px;
    right: 0;
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
	text-align: right;
}