@charset "utf-8";



.fixcontents, .footer { display: none; }





.arrow {
	display: none;
	position: fixed;
	bottom: 20px;
	z-index: 99999;

	animation: moveY 1.5s infinite ease-out;
}
@keyframes moveY {
	0% { bottom: 20px; }
	30% { bottom: 5px; }
	100% { bottom: 20px; }
}


.scene {
	position: relative;
	overflow: hidden;
}
.scene1 .container {
	position: relative;
	width: 100%;
}





.scene .header {
	padding-top: 0;
	padding-bottom: 0;
	position: absolute;
}
.scene .header .wrapper {
	position: relative;
	max-width: 720px;
}
.scene .header h1 {
	background: url(../images/index_logo.svg) no-repeat;
	height: 211px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	/*top: 60px;*/
	top: 0;
	left: 0;
	text-indent: 100%;
	width: 249px;
	white-space: nowrap;
}
.scene .header .read {
	font-size: 1.142rem;
	line-height: 2.2;
	padding-top: 25px;
	position: absolute;
	top: 0;
	left: 396px;
}





.scene .global {
	margin: 60px 0;
	opacity: 0;
	position: absolute;
	/*top: 251px;*/
	top: 211px;
	left: 0;
}





.scene .textnews {
	opacity: 0;
	position: absolute;
	/*top: 410px;*/
	top: 370px;
}
.scene .textnews #newsCircle {
	float: left;
	height: 90px;
	margin-top: 10px;
	position: relative;
	width: 90px;
}
.scene .textnews h2 {
	background-color: rgba(244, 67, 54, 1);
	border-radius: 50%;
	color: #fff;
	font-size: 1rem;
	height: 90px;
	line-height: 92px;
	text-align: center;
	width: 90px;
	position: absolute;
	top: 0;
	left: 0;
}
.scene .textnews ul {
	float: left;
	font-size: 1rem;
	/*padding-left: 40px;*/
	padding-left: 20px;
}
.scene .textnews li { padding-bottom: 15px; }

.scene .textnews .date {
	float: left;
	padding-left: 3.5em;
	position: relative;
	width: 6em;
}
.scene .textnews .date.new:after {
	color: #f44336;
	content: "NEW";
	position: absolute;
	top: 0;
	left: 0;
}

.scene .textnews .title {
	float: left;
	max-width: 25em;
}





.scene .image .img {
	max-height: 100%;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.scene .image a {
	background: rgba(0, 0, 0, 0.45) url(../images/index_photo.svg) no-repeat right top;
	color: #fff;
	font-size: 1.142rem;
	height: 26px;
	letter-spacing: 2px;
	line-height: 27px;
	padding-right: 30px;
	padding-left: 10px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	vertical-align: middle;
}
.scene .image a span { font-size: 0.857rem; }
.scene .image a:hover { background-color: rgba(0, 0, 0, 1); }





.scene .l { opacity: 0; }
.scene .text {
	/*background-color: rgba(0, 0, 0, 0.45);*/
	background-color: rgba(0, 0, 0, 0);
	/*color: #fff;*/
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	transition: none;
	max-width: 95%;
	z-index: 9999;
}
.scene .text svg {
	/*fill: #fff;*/
	fill: #000;
	margin-top: 45px;
	transition: none;
}
.scene .text .txt {
	font-size: 1.285rem;
	letter-spacing: 3px;
	line-height: 2.2;
	margin: 25px 40px 40px;
}
.scene .text .txt span { display: block; }










@media(max-width:768px){
.scene .header { position: static; }
.header .wrapper { width: 100%; }

.scene .header h1 { background-color: #fff; background-image: url(../images/header_logo.svg); background-position: 0 10px; background-size: auto 28px; height: 48px; float: none; opacity: 1; position: fixed; top: 0; left: 0; width: 100%; z-index: 9999; }
.scene .header .read { margin-left: 0; padding: 100px 0 80px; position: static; text-align: center; }

.scene .global { height: 100%; margin: 0; opacity: 1; position: fixed; top: 0; left: -80%; }

.scene .textnews { opacity: 1; position: static; }
.scene .textnews #newsCircle { float: none; height: 63px; width: 63px; }
.scene .textnews h2 { height: 63px; line-height: 64px; width: 63px; }
.scene .textnews ul { float: none; margin-top: 20px; padding-left: 0; }
.scene .textnews li { padding-bottom: 10px; text-align: justify; }
.scene .textnews .date { float: none; padding-left: 0; }
.scene .textnews .date.new:after { left: 6em; }
.scene .textnews .title { float: none; margin-top: 5px; max-width: none; }


.arrow { display: none; }
.scene1 .container { position: static; }


.scene .image .img { margin-top: 1px; opacity: 1; position: relative; }
.scene .image a { right: 5px; bottom: 5px; }


.scene .l { opacity: 1; }
.scene .text { background-color: #fff; color: #000; margin: 80px auto 0; position: static; }
.scene .text svg { fill: #000; width: 120px; }
.scene .text .txt { font-size: 12px; margin: 10px; text-align: justify; }
.scene .text .txt span { display: inline; }
}
@media(max-width:320px){ /*body { background-color: #eee; }*/ }
