@import url("../nav/nav.css"); 
@import url("font.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");
@import url("product.css");
@import url("banner.css");
@import url("fadein.css");
*{
	box-sizing:border-box;

	}
body {
	width: auto;
	margin: auto;
	line-height:auto;
	overflow-x:hidden;
	background-color: #FFF;
}


begin{
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:10%;
	margin:auto;
	z-index:98;
	text-align:center;
	color:#fff;
	padding:40px;
	text-shadow:
	0px 0px 10px #000,
	0px 0px 10px #000,
	0px 0px 10px #000,
	0px 0px 10px #000;
	}

#down, #up{
	cursor:pointer;
	font-size: 24px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color:#fff;
	}
#down:hover{
	-ms-transform: translate(0px, 5px); /* IE 9 */
  -webkit-transform: translate(0px, 5px); /* Safari */
  transform: translate(0px, 5px);
	}

#up:hover{
	-ms-transform: translate(0px, -5px); /* IE 9 */
  -webkit-transform: translate(0px, -5px); /* Safari */
  transform: translate(0px, -5px);
	}

video {
	width: 100%    !important;
	height: auto   !important;
}

@media only screen and (max-width: 740px) {

}

