* {
	margin: 0;
	padding: 0;
}
html, body {
	overflow: hidden;
	height: 100%;
	background-color: #fefefe;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
}


a:link,a:visited{color:#fff; text-decoration:none}
a:hover{color:#fff; text-decoration:underline}


ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#cubeTransition {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
}
#cubeTransition .page {
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	transform-style: preserve-3d;
	color: #fff;
	overflow: hidden;
}
.ani {
}
.page1 {
		background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(http://hq.news.cn/zt/2022myht/images/bg1.jpg);
}

.page1 h2 img {
	width: 100%;
	height: auto;
}

.page1 .box02 {
	width:50%;
	position: absolute;
	top:7%; left:27%;}
.page1 .box02 img {
	width: 100%;
	height: auto;
}
.page1 .box03 {
	font-size: 14px;
	width: 300px;
	position: absolute;
	left: 50%;
	margin-left: -98px;
	bottom:12%;
}
.page1 .box03 img {
	float: left;
	margin: 7px 18px 0 0;
	width: 300px;
	height: 87px;
}

.page2 {	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(http://hq.news.cn/zt/2022myht/images/bg2.jpg);
}

.page2 h2 img {
	width: 100%;
	height: auto;
}
.page2 .box01 {
	position: absolute;
	width: 30%;
	z-index: 1;
	top: 0;
	right: 10%;
}
.page2 .box01 img {
	width: 100%;
	height: auto;
}
.box05 {
	position: absolute;
	color: #583617;
	width: 34%; left:0; margin-left:210px;
	top: 10%;
	z-index: 8;
}
.box05 ul li {
	padding: 15px 0;
}

.page2 a{ color:#015cb1;}


.page2 .box05 ul li a{ background-color:#fff;

    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0 !important;
    filter: alpha(opacity=70);

}



.page3 {	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(http://hq.news.cn/zt/2022myht/images/bg3.jpg);
}
.page3 .box04 {
	position: absolute;
	width: auto;
	height: 25%;
	bottom: 30%;
	right: 10%;
}
.page3 .box04 img {
	width: auto;
	height: 100%;
}
.page4 {	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(http://hq.news.cn/zt/2022myht/images/bg4.jpg);
}
.page4 .box01 {
	position: absolute;
	width: auto;
	height: 18%;
	top: 10%;
	right: 7%;
}
.page4 .box01 img {
	width: auto;
	height: 100%;
}
.page5 {	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(http://hq.news.cn/zt/2022myht/images/bg5.jpg);
}
.page5 .box01 {
	position: absolute;
	width:40%;
	z-index: 1;
	top:40%;
	right:0%;
}
.page5 .box01 img {
	width: 100%;
	height: auto;
}


.page5 .box05 ul li a{ background-color:#fff;

    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0 !important;
    filter: alpha(opacity=70);

}








.page5 a{color:#015cb1;}


.page6{	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(http://hq.news.cn/zt/2022myht/images/bg6.jpg);
}

.page6 .box01 {
	position: absolute;
	height: auto %; bottom:10%;
	right:5%;
}





.page7 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(http://hq.news.cn/zt/2022myht/images/bg7.jpg);
}
.page7 .box01 {
	position: absolute;
	width:18%;
	height: auto %; top:10%; right:10%;}
	
	
.page7 a{ color:#015cb1;}


.page7 .box05 ul li a{ background-color:#fff;

    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0 !important;
    filter: alpha(opacity=70);

}




.show {
	display: block;
}
.hide {
	display: none;
}
.top {
	z-index: 9999
}
.rotateCubeTopOut {
	transform-origin: 50% 100%;
	animation: rotateCubeTopOut .6s both ease-in;
}
.rotateCubeTopIn {
	transform-origin: 50% 0%;
	animation: rotateCubeTopIn .6s both ease-in;
}
.rotateCubeBottomOut {
	transform-origin: 50% 0%;
	animation: rotateCubeBottomOut .6s both ease-in;
}
.rotateCubeBottomIn {
	transform-origin: 50% 100%;
	animation: rotateCubeBottomIn .6s both ease-in;
}
 @keyframes rotateCubeTopOut {
 50% {
animation-timing-function: ease-out;
transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
}
 100% {
opacity: .3;
transform: translateY(-100%) rotateX(90deg);
}
}
 @keyframes rotateCubeTopIn {
 0% {
opacity: .3;
transform: translateY(100%) rotateX(-90deg);
}
 50% {
animation-timing-function: ease-out;
transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
}
}
 @keyframes rotateCubeBottomOut {
 50% {
animation-timing-function: ease-out;
transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
}
 100% {
opacity: .3;
transform: translateY(100%) rotateX(-90deg);
}
}
 @keyframes rotateCubeBottomIn {
 0% {
opacity: .3;
transform: translateY(-100%) rotateX(90deg);
}
 50% {
animation-timing-function: ease-out;
transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
}
}
#bullets {
	position: absolute;
	top: 0;
	width:200px;
	height:427px;
	padding: 0;
	margin: 0;
	z-index: 999;
	overflow: hidden; background-image: url(http://hq.news.cn/zt/2022myht/images/huojian.png); background-position: left top; background-repeat:no-repeat;
}
#bullets li {
	line-height:61px; margin-left:73px;
	color: #015cb1;
cursor: pointer; text-align:right;

}








#bullets li span{	background: rgba( 255, 255, 255, 0.5 );
	box-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.5);

	-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 ); padding:3px;}


#bullets li.active {
	
}

#bullets li.active span{cursor: default;
	color: #fff;
	background-color: #015cb1;
	font-weight: bold;}




 @media screen and (max-width: 500px) {
body {
	font-size: 10px;
}
.bullets li {
	margin: 0 6px;
}
.credit {
	bottom: initial;
	top: 10px;
	right: 10px;
}
.share,  .github-ribbon {
	display: none;
}
}
