﻿
.wrap {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  background: url("../images/bghj.webp") no-repeat ;
  background-position: top center;
  padding-top: 870px;
}
.menu {
	position: fixed;
	right: 15%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 213px;
	height: 547px;
	background: url(../images/nav2.png) no-repeat;
	background-size: 100%;
	background-position: center 0;
	/*padding-top: 70px;*/
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index:100;
}

.text-1 {
	margin-top: 186px;
}
.text-2{
	margin-top: 191px;	
}
.text-3{
	margin-top: 186px;	
}
.text-4{
	margin-top: 192px;	
}
.text-5{
	margin-top: 185px;	
}