/*!
 * v1.0 
 * Writter lotusling
 * 2023-04-22
 */
/*! */

/* base style */
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 12px;
}

body {
	font: 12px/1.5 \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif;
}

a,
a:focus,
a:hover,
a:active {
	color: #03f3f9;
	text-decoration: none;
}

ul,
li,
dl,
dt {
	list-style: none;
}

.clearfix:after {
	content: " ";
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}

/* main style */
body {
	position: fixed;
	background: url(../images/bg123.jpg) no-repeat fixed top center;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.header {
	position: relative;
	width: 86%;
	height: 12%;
    z-index:2;
}

    .header .title {
        height: 69px;
        line-height: 100px;
        text-align: center;
        font-size: 32px;
        color: #fff;
        text-shadow: 3px 3px 3px rgb(0 0 0 / 30%);
        font-weight: bold;
        letter-spacing: 4px;
        margin-left: 163px;
    }

.cur_date {
	position: absolute;
	left: 60px;
	top: 0px;
	height: 43px;
	line-height: 43px;
	color: #fff;
}

.cur_time {
	position: absolute;
	right: 130px;
	top: 0px;
	height: 43px;
	line-height: 43px;
	color: #03f3f9;
	font-size: 20px;
}

/* 人流量和车流量 */
.wing {
    position: relative;
    width: 100%;
    z-index: 2;
}

.left-wing {
	position: absolute;
	top: -25px;
	left: 40px;
}

.right-wing {
	position: absolute;
	top: -25px;
	right: 40px;
}

.flow {
	height: 120px;
	background: url(../images/img-box2.png) no-repeat;
	background-size: 100% 100%;
}

.flow .icon {
	position: relative;
	float: left;
	margin-left: 10px;
	display: block;
	width: 124px;
	height: 120px;
	text-align: center;
	line-height: 114px;
}

.flow .icon:before {
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline-block;
	content: '';
	width: 124px;
	height: 120px;
	background: url(../images/img-circle.png) no-repeat;
	-webkit-animation: rotation 15s linear infinite;
	animation: rotation 15s linear infinite;
}

.flow .icon img {
	vertical-align: middle;
}

.flow .stat {
	float: left;
	margin: 24px 37px 0 20px;
}

.flow .stat .num {
	margin-bottom: 6px;
	background: -webkit-linear-gradient(90deg, #ff8008 25%, #ffc837 50%);
	background-clip: text;
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 18px;
	font-family: 黑体;
	font-weight: 700;
}

.flow .stat .num span {
	font-family: initial;
	font-size: 30px;
}

.flow .stat .name {
	padding-left: 3px;
	color: #03f3f9;
	font-family: 黑体;
	font-size: .7vw;
}

/* 主体 */
.main {
	position: relative;
	margin-top: 10px;
	height: 70%;
}

.content {
	position: relative;
	margin: 0 auto;
	height: 100%;
	text-align: center;
}

.content .bd {
	display: inline-block;
	position: relative;
	height: 100%;
}

.content .bd:before {
	/*position: absolute;*/
	top: 0;
	left: 0;
	display: inline-block;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/img-big-circle.png) no-repeat center;
	background-size: 100%;
	-webkit-animation: rotation 40s linear infinite;
	animation: rotation 40s linear infinite;
}

.content img {
	height: 100%;
}

.stat-left {
    position: absolute;
    top: 20%;
    left: 42px;
    z-index: 2;
}

.stat-right {
	position: absolute;
	top: 18%;
	right: 30px;
    z-index:2;
}

.stat-box {
	position: relative;
	padding: 10px 16px;
}

.stat-box:before,
.stat-box:after {
	position: absolute;
	left: 0;
	display: inline-block;
	content: '';
	width: 100%;
	height: 48px;
	background: url(../images/icon-line.png) no-repeat;
	background-size: 100% 100%;
}

.stat-box:before {
	top: -13px;
}

.stat-box:after {
	bottom: -13px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.stat-box ul {
	position: relative;
	padding: 30px 40px;
}

.stat-box ul:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: inline-block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #00687e;
	opacity: 0.4;
	border: 2px solid #00c9d0;
	border-radius: 8px;
	box-sizing: border-box;
}

.stat-box ul li {
	font-size: 1.2vw;
	color: #fbfe00;
	line-height: 1.5;
}

.stat-box ul li span {
	font-size: 1vw;
	color: #fff;
	display: inline-block;
	text-align: justify;
	text-align-last: justify;
}

.stat-left .stat-box ul li span {
	width: 144px;
}

.stat-right .stat-box ul {
	padding: 20px 30px;
}

.stat-right .stat-box ul li span {
	width: 186px;
}

/* 底部 */
.footer {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.footer ul {
	width: 72%;
	margin: 0 auto;
}

.footer ul li {
	float: left;
	width: 9%;
}

.footer ul li a {
	display: block;
	margin: auto;
	width: 118px;
	height: 137px;
	background: url(../images/img-bed.png) no-repeat center bottom;
	background-size: 100%;
	text-align: center;
}

.footer ul li img {
	display: block;
	padding-top: 30px;
	margin: 0px auto 25px;
	width: 70px;
	animation: dance 0.6s ease-out alternate-reverse infinite;
}

.footer ul li b {
	display: block;
	font-family: 黑体;
	letter-spacing: 2px;
	font-size: 21px;
	color: #03134c;
	text-shadow: 1px 1px 0 #02e3f9, -1px 1px 0 #02e3f9, 1px -1px 0 #02e3f9, -1px -1px 0 #02e3f9;
}

.footer ul li:nth-child(2) {
	margin-top: -2%;
    margin-left: 0%;
}
    .footer ul li:nth-child(1) {
        margin-top: -2%;
        margin-left: 11%;
    }
.footer ul li:nth-child(3) {
	margin-top: -2%;
}
.footer ul li:nth-child(4) {
	margin-top: -2%;
}
.footer ul li:nth-child(5) {
	margin-top: -2%;
    margin-left: 0%;
}
.footer ul li:nth-child(6) {
	margin-top: -2%;
}
 .footer ul li:nth-child(7) {
        margin-top: -2%;
 }
    .footer ul li:nth-child(8) {
        margin-top: -2%;
    }
.building {
	transform-style: preserve-3d;
}

.building img {
	animation: trans3D 3s ease-out alternate-reverse infinite;
}

/* 360°旋转 */
@-webkit-keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes dance {
	0% {
		transform: translateY(5px);
	}

	100% {
		transform: translateY(-10px);
	}
}

@keyframes dance {
	0% {
		transform: translateY(5px);
	}

	100% {
		transform: translateY(-10px);
	}
}

@keyframes trans3D {
	0% {
		transform: rotateY(0deg) rotateX(0deg)
	}

	25% {
		transform: rotateY(30deg)
	}

	50% {
		transform: rotateY(0deg) rotateX(0deg)
	}

	75% {
		transform: rotateX(45deg)
	}

	100% {
		transform: rotateY(0deg) rotateX(0deg)
	}
}
