* {
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
body {
    color: white;
    font-size: 16px;
    width: 100%;
    max-width: 100vw;
    font-family: "Arial","微软雅黑","Microsoft YaHei","思源黑体",sans-serif;
}
img {
	max-width: 100%;
}
div.fixed-pic {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	
	position: relative;
	min-height: 100vh;/*注意，随着视窗宽度的减少，它的高度也要随着减少，不然下方会有白边出现*/
}
div.scrolling-pic {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	min-height: 100vh;
}
div#pic {
	line-height: 0;
	position: relative;
	background-image: url(../../img/hows_it_going/JinMao/IMG_6918.jpg);
}
div#intro{
	text-align: center;	
	line-height: 2;
	color: #000;
	padding: 26vh 0px 0px; 
}
div#intro p:last-child {
	position: absolute;
	bottom: 20px;
	right: 30px;
	color: #fff;
	font-size: 12px;
	padding-left: 30px;
}
div#intro p:last-child a:link, div#intro p:last-child a:visited, div#intro p:last-child a:hover {
	text-decoration: none;
	color: #fff;
}
div#intro p:last-child a:hover {
	border: 1px solid #fff;
	padding: 5px 10px;
}
div#pic2 {
	background-image: url(../../img/hows_it_going/JinMao/IMG_2340_2.jpg);
}
p.scrolling-words {
	padding: 250px 0px 480px;/**/
	text-align: center;
}
div#pic3 {
	line-height: 0;
	position: relative;
	background-image: url(../../img/hows_it_going/JinMao/IMG_5957.jpg);
}

p.time {
	font-size: 120px;
}
p.up {
	padding: 330px 0px 0px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;	
}
div#pic4 {
	background-image: url(../../img/hows_it_going/JinMao/IMG_7984.jpg);
}
div#pic5 {
	line-height: 0;
	position: relative;
	background-image: url(../../img/hows_it_going/JinMao/IMG_0946.jpg);
}
div#pic6 {
	background-image: url(../../img/hows_it_going/JinMao/IMG_4920.jpg);
}
div#footer{
	font-size: 12px;
	position: absolute;
	bottom: 20px;
	right: 30px;
	padding-left: 30px;
}

@media screen and (min-width:1170px) {
	div.fixed-pic {
		background-attachment: fixed;
	}
}

@media screen and (max-width:580px) {
	div#intro {
		padding: 20vh 0px 0px;
	}
}