	
body {
	background: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Microsoft Yahei";
}

ol,
ul,
p {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

* {
	font-family: Microsoft Yahei;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img,
input {
	border: 0px;
}

ul li {
	list-style: none;
}

ul,
p {
	padding: 0px;
	margin: 0px;
}



/*
.left{ float:left;}
.right{ float:right;}
 */

.h30 {
	height: 30px;
}

.h50 {
	height: 50px;
}

.clear {
	clear: both;
}


#home-flash{
	width: 100%;
	height: 100%;
	background:url(http://www.jingnuojixie.com/img/syb.jpg);
	background-size: cover;
	overflow: hidden;
}

.home-flash {
	padding: 270px 0px;
	width: 100%;
	height: 950px;
	box-sizing: border-box;
	text-align: center;
}
.flash-logo{
	width: 149px;
	height: 149px;
	display: block;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
}
.flash-logo .img1 {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 11px;
	animation: logo1 linear .8s;
}
.flash-logo .img2 {
	width: 138px;
	height: 81px;
	position: absolute;
	z-index: 2;
	top: 43px;
	left: -4px;
	animation: logo2 linear .8s;
	animation-delay:.8s;
    -webkit-animation-delay:.8s;
}

.home-flash h1 {
	font-size: 52px;
	color: #fff;
	text-align: center;
	margin: 0;
	line-height: 100px;
	animation: flipInX linear .8s;
}

.home-flash p {
	font-size: 34px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	padding: 0;
	margin: 0 auto;
	width: 600px;
	animation: logo2 linear .8s;
	animation-delay:.8s;
    -webkit-animation-delay:.8s;
}
.home-flash p:after{
	content: "";
	width: 80px;
	height: 1px;
	background: #fff;
	display: block;
	float: right;
	margin-top: 25px;
}
.home-flash p:before{
	content: "";
	width: 80px;
	height: 1px;
	background: #fff;
	display: block;
	float:left;
	margin-top: 25px;
}
@keyframes logo1{
	from{
		opacity: .2;
		transform: scale(1.5);
		top:-80px;
		}
	to{
		opacity: 1;
		transform: scale(1);
		top:0px;
	}
}
@keyframes logo2{
	from{
		opacity: 0;
		
	}
	to{
		opacity: 1;
	}
}




/*@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}*/

/* header */


.fr{
	float: right;
}.fl{
	float: left;
}
#banner{
	width: 100%;
	height: 812px;
	background: url(http://www.jingnuojixie.com/img/banner1.jpg) top center no-repeat;
}



