@charset "utf-8";
body{
	font-family:"Microsoft Yahei","SimSun";
	font-size:14px;
	color:#000;
}

a,a:hover{
	color:#000;
}

img{
	display:block;
}

.wrapper{
	width:100%;
	min-width:1000px;
	max-width:1920px;
	margin:0px auto;
	overflow:hidden;
}

.w1000{
	width:1000px;
	margin:0px auto;
}

h1,h2,h3,h4,h5{
	font-family:"Microsoft Yahei","SimHei";
	overflow:hidden;
	font-weight:normal;
}

p,li{
	overflow:hidden;
}

#header{
	position:relative;
	width:100%;
	height:100%;
	background-image:url(images/header-bg.jpg);
	background-position:center top;
	background-attachment:fixed;
	background-size:100% 100%;
	color:#fff;
}

#header img{
	height:100%;
	width:auto;
	display:inline;
}

#header .topic{
	position:fixed;
	left:0%;
	top:8%;
	width:100%;
	height:45%;
	text-align:center;
}

#header .text1{
	position:fixed;
	left:0%;
	top:60%;
	width:100%;
	text-align:center;
	font-size:16px;
	line-height:20px;
}

#header .text2{
	position:fixed;
	left:29%;
	top:67.5%;
	width:42%;
	border-radius:20px;
	border:1px dashed #fff;
	background-color:#353e47;
	background-color:rgba(255,255,255,0.08);
}

#header .text2 table{
	width:100%;
	text-align:center;
	font-size:14px;
	line-height:24px;
}

#header .text2 table td{
	padding:1em 0px;
}

#header .plane1{
	position:fixed;
	left:14%;
	top:38%;
	height:18.61%;
}

#header .plane2{
	position:fixed;
	right:17%;
	top:14.16%;
	height:14.81%;
}

#header .plane1 img{
	position:absolute;
	left:0px;
	top:0px;
}

#header .plane2 img{
	position:absolute;
	right:0px;
	top:0px;
}

#header .mouse{
	position:fixed;
	width:100%;
	bottom:8%;
	text-align:center;
	font-size:16px;
}

#header .mouse .point{
	position:absolute;
	left:50%;
	margin-left:-4px;
	top:12px;
	height:auto;
	width:auto;
}

@media (max-width: 1170px) {
	#header .text2{ left:25%; width:50%; }
}
@media (max-width: 1440px) {
	#header .text1{	font-size:14px; }
	#header .text2 table{ font-size:12px; line-height:22px; }
}
@media (min-width: 1441px) and (max-width: 1600px) {
	#header .text1{	font-size:15px; }
	#header .text2 table{ font-size:13px; line-height:23px; }
}

#header .bottom0{
	position:fixed;
	width:100%;
	height:39%;
	left:0px;
	bottom:0px;
	//z-index:19;
}

#header .bottom1,#header .bottom2,#header .bottom3{
	position:fixed;
	width:100%;
	height:14%;
	left:0px;
	bottom:0px;
}

/*#header .bottom1{ z-index:18; }
#header .bottom2{ z-index:17; }
#header .bottom3{ z-index:16; }*/

#header .bottom0 img,#header .bottom1 img,#header .bottom2 img,#header .bottom3 img{
	width:100%;
	height:100%;
}

#content{
	background:#fff;
	position:relative;
	z-index:9;
}

#nav{
	background:#f1f1f1 url(images/ly1-bg.jpg) no-repeat center bottom;
	height:130px;
	z-index:999;
	position:relative;
}

#nav .w1000{
	padding-top:25px;
	text-align:center;
}

#nav a{
	display:inline-block;
	vertical-align:top;
	height:26px;
	margin-top:15px;
	margin-left:25px;
	margin-right:25px;
	padding:0px 20px;
	background-repeat:no-repeat;
	background-position:center top;
	position:relative;
}

#nav .link1{ width:51px; background-image:url(images/nav1a.png); }
#nav .link2{ width:53px; background-image:url(images/nav2a.png); }
#nav .link3{ width:58px; background-image:url(images/nav3a.png); }
#nav .link4{ width:80px; background-image:url(images/nav4a.png); }
#nav .link5{ width:79px; background-image:url(images/nav5a.png); }
#nav .link6{ width:80px; background-image:url(images/nav6a.png); }

#nav a:hover{
	margin-top:0px;
	padding-bottom:15px;
}

#nav a:hover i{
	position:absolute;
	width:100%;
	height:6px;
	left:0px;
	bottom:0px;
	background:url(images/nav-line.png);
}

#nav .link1:hover{ background-image:url(images/nav1b.png); }
#nav .link2:hover{ background-image:url(images/nav2b.png); }
#nav .link3:hover{ background-image:url(images/nav3b.png); }
#nav .link4:hover{ background-image:url(images/nav4b.png); }
#nav .link5:hover{ background-image:url(images/nav5b.png); }
#nav .link6:hover{ background-image:url(images/nav6b.png); }

#layout1{
	text-align:center;
	margin-top:45px;
}

#layout1 h2{
	font-size:36px;
	height:42px;
	line-height:42px;
	font-weight:bold;
}

#layout1 h2 a{
	color:#9f6f31;
}

#layout1 p{
	height:24px;
	line-height:24px;
	margin-top:10px;
}

#layout1 p a{
	margin:0px 5px;
	color:#62666b;
}

#layout2{
	margin-top:45px;
	position:relative;
	height:460px;
}

#layout2 .shadow{
	position:absolute;
	width:100%;
	height:80px;
	background:#000;
	filter:alpha(opacity=60);
	opacity:0.6;
	left:0px;
	bottom:0px;
}

#layout2 p{
	position:absolute;
	left:25px;
	bottom:0px;
	max-width:800px;
	font-size:16px;
	height:80px;
	line-height:80px;
	z-index:8;
}

#layout2 p a{
	color:#fff;
}

#layout2 .num{
	position:absolute;
	right:980px;
	bottom:19px;
	border:1px solid #fff;
	padding-left:20px;
	width:80px;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	background:url(images/ly2-arrow.png) no-repeat 68px center;
}

#layout3{
	margin-top:50px;
}

#layout3 .left,#layout3 .right{
	width:465px;
}

#layout3 .text{
	font-size:12px;
	line-height:26px;
	color:#2c3546;
	margin-top:25px;
}

#layout4{
	margin-top:50px;
}

#slides .point{
	text-align:center;
	margin-top:35px;
	height:14px;
}

#slides .point a{
	display:inline-block;
	vertical-align:top;
	margin:0px 9px;
	width:14px;
	height:14px;
	background:#d1d3d6;
	cursor:pointer;
        font-size:0px;
}

#slides .point .current{
	background:#e85b0f;
}

#layout4 .show{
	position:relative;
	margin-top:45px;
	height:800px;
}

#layout4 .show .arrow1,#layout4 .show .arrow2{
	position:absolute;
	width:73px;
	height:73px;
	top:310px;
	cursor:pointer;
	z-index:4;
}

#layout4 .show .arrow1:hover,#layout4 .show .arrow2:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}

#layout4 .show .arrow1{
	left:0px;
	background:url(images/ly4-arrow1.png);
}

#layout4 .show .arrow2{
	right:0px;
	background:url(images/ly4-arrow2.png);
}
#layout4 .show  a:hover{
text-decoration:none;
}
#layout4 .show img{
	width:1920px;
	height:800px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-960px;
	z-index:2;
}

#layout4 .show .shadow{
	position:absolute;
	bottom:0px;
	left:50%;
	width:1920px;
	margin-left:-960px;
	height:230px;
	background:#333;
	filter:alpha(opacity=75);
	opacity:0.75;
	z-index:3;
}

#layout4 .show .text{
	position:relative;
	width:1000px;
height:180px;
color:#fff;
text-align:center;
z-index:5;
margin-top:630px;
margin-left:auto;
margin-right:auto;
	
}

#layout4 .show .text h3{
	font-size:26px;
	height:32px;
	line-height:32px;
}

#layout4 .show .text p{
	line-height:20px;
	margin-top:35px;
}

#layout4 .show .text h5{
	font-size:14px;
	height:20px;
	line-height:20px;
	margin-top:18px;
}

#layout4 .show .text h5 span{
	margin:0px 25px;
	padding-left:25px;
}

#layout4 .show .text h5 .icon1{ background:url(images/icon1.png) no-repeat left center; }
#layout4 .show .text h5 .icon2{ background:url(images/icon2.png) no-repeat left center; }

#layout5{
	margin-top:50px;
	text-align:center;
}

#layout5 .big{
	width:745px;
	margin:45px auto 0px auto;
}

#layout5 .small{
	width:475px;
	margin-top:70px;
}

#layout5 .big h3{
	font-size:26px;
	line-height:32px;
	height:32px;
}

#layout5 .small h3{
	font-size:20px;
	height:30px;
	line-height:30px;
	margin-top:25px;
}

#layout5 h3 a{
	color:#2d3446;
}

#layout5 h5{
	margin-top:15px;
	color:#2d3446;
	font-size:14px;
}

#layout5 h5 span{
	margin:0px 25px;
	padding-left:25px;
}

#layout5 h5 .icon1{ background:url(images/icon1.png) no-repeat left center; }
#layout5 h5 .icon2{ background:url(images/icon2.png) no-repeat left center; }

#layout5 .big p{
	color:#999;
	line-height:20px;
	margin-top:20px;
}

#layout5 .small p{
	color:#999;
	line-height:20px;
	margin-top:15px;
	font-size:12px;
	text-align:left;
	text-indent:18pt;
}

#layout5 .photo{
	position:relative;
}

#layout5 .photo img{
	width:100%;
	height:100%;
}

#layout5 .photo .play{
	position:absolute;
	width:55px;
	height:55px;
	background:url(images/ly5-play.png);
	left:50%;
	top:50%;
	margin:-27px 0px 0px -27px;
}

#layout5 .big .photo{
	margin-top:35px;
	height:385px;
}

#layout5 .small .photo{
	height:270px;
}

#layout6{
	margin-top:50px;
}

#layout6 .list{
	margin-top:45px;
}

#layout6 .list li{
	float:left;
	display:inline;
	width:198px;
	height:198px;
	position:relative;
	margin:2px 1px 0px 1px;
}

#layout6 .list a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

#layout6 .list img{
	width:100%;
	height:100%;
}

#layout6 .list i{
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
	left:0px;
	top:0px;
	filter:alpha(opacity=50);
	opacity:0.5;
	z-index:8;
	display:none;
}

#layout6 .list p{
	position:absolute;
	left:10%;
	width:80%;
	top:35%;
	text-align:center;
	line-height:20px;
	color:#fff;
	z-index:9;
	display:none;
}

#layout6 .list li:hover i,#layout6 .list li:hover p{
	display:block;
}

#footer{
	text-align:center;
	background:#f1f1f1;
	color:#c1c1c1;
	line-height:24px;
	padding:30px 0px;
	font-size:14px;
	margin-top:70px;
}


@-ms-keyframes plane1{
	from{ filter:alpha(opacity=0); opacity:0; left:-50%; top:45%; }
	to{ }
}
@-moz-keyframes plane1{
	from{ filter:alpha(opacity=0); opacity:0; left:-50%; top:45%; }
	to{ }
}
@-o-keyframes plane1{
	from{ filter:alpha(opacity=0); opacity:0; left:-50%; top:45%; }
	to{ }
}
@-webkit-keyframes plane1{
	from{ filter:alpha(opacity=0); opacity:0; left:-50%; top:45%; }
	to{ }
}
@keyframes plane1{
	from{ filter:alpha(opacity=0); opacity:0; left:-50%; top:45%; }
	to{ }
}

#header .plane1{
	animation:'plane1' 0.8s ease-in-out 0s normal;
	-ms-animation:plane1 0.8s ease-in-out 0s normal;
	-moz-animation:plane1 0.8s ease-in-out 0s normal;
	-o-animation:'plane1' 0.8s ease-in-out 0s normal;
	-webkit-animation:'plane1' 0.8s ease-in-out 0s normal;
}

@-ms-keyframes plane2{
	from{ filter:alpha(opacity=0); opacity:0; right:-50%; top:50%; }
	20%{ filter:alpha(opacity=0); opacity:0; right:-50%; top:50%; }
	to{ }
}
@-moz-keyframes plane2{
	from{ filter:alpha(opacity=0); opacity:0; right:-50%; top:50%; }
	20%{ filter:alpha(opacity=0); opacity:0; right:-50%; top:50%; }
	to{ }
}
@-o-keyframes plane2{
	from{ filter:alpha(opacity=0); opacity:0; right:-50%; top:50%; }
	20%{ filter:alpha(opacity=0); opacity:0; right:-50%; top:50%; }
	to{ }
}
@-webkit-keyframes plane2{
	from{ filter:alpha(opacity=0); opacity:0; right:-50%; top:50%; }
	20%{ filter:alpha(opacity=0); opacity:0; right:-50%; top:50%; }
	to{ }
}
@keyframes plane2{
	from{ filter:alpha(opacity=0); opacity:0; right:-50%; top:50%; }
	20%{ filter:alpha(opacity=0); opacity:0; right:-50%; top:50%; }
	to{ }
}

#header .plane2{
	animation:'plane2' 1.0s ease-in-out 0s normal;
	-ms-animation:plane2 1.0s ease-in-out 0s normal;
	-moz-animation:plane2 1.0s ease-in-out 0s normal;
	-o-animation:'plane2' 1.0s ease-in-out 0s normal;
	-webkit-animation:'plane2' 1.0s ease-in-out 0s normal;
}

@-ms-keyframes plane-move1{
	from{ top:-15px; transform:rotate(10deg); }
	25%{ top:0%; transform:rotate(20deg); }
	50%{ top:15px; transform:rotate(10deg); }
	75%{ top:0px; transform:rotate(0deg); }
	to{ top:-15px; transform:rotate(10deg);  }
}
@-moz-keyframes plane-move1{
	from{ top:-15px; transform:rotate(10deg); }
	25%{ top:0%; transform:rotate(20deg); }
	50%{ top:15px; transform:rotate(10deg); }
	75%{ top:0px; transform:rotate(0deg); }
	to{ top:-15px; transform:rotate(10deg);  }
}
@-o-keyframes plane-move1{
	from{ top:-15px; transform:rotate(10deg); }
	25%{ top:0%; transform:rotate(20deg); }
	50%{ top:15px; transform:rotate(10deg); }
	75%{ top:0px; transform:rotate(0deg); }
	to{ top:-15px; transform:rotate(10deg);  }
}
@-webkit-keyframes plane-move1{
	from{ top:-15px; transform:rotate(10deg); }
	25%{ top:0%; transform:rotate(20deg); }
	50%{ top:15px; transform:rotate(10deg); }
	75%{ top:0px; transform:rotate(0deg); }
	to{ top:-15px; transform:rotate(10deg);  }
}
@keyframes plane-move1{
	from{ top:-15px; transform:rotate(10deg); }
	25%{ top:0%; transform:rotate(20deg); }
	50%{ top:15px; transform:rotate(10deg); }
	75%{ top:0px; transform:rotate(0deg); }
	to{ top:-15px; transform:rotate(10deg);  }
}

#header .plane1 img{
	animation:'plane-move1' 3.0s linear 0s infinite;
	-ms-animation:plane-move1 3.0s linear 0s infinite;
	-moz-animation:plane-move1 3.0s linear 0s infinite;
	-o-animation:'plane-move1' 3.0s linear 0s infinite;
	-webkit-animation:'plane-move1' 3.0s linear 0s infinite;
}

@-ms-keyframes plane-move2{
	from{ top:-15px; transform:rotate(-10deg); }
	25%{ top:0%; transform:rotate(-20deg); }
	50%{ top:15px; transform:rotate(-10deg); }
	75%{ top:0px; transform:rotate(0deg); }
	to{ top:-15px; transform:rotate(-10deg);  }
}
@-moz-keyframes plane-move2{
	from{ top:-15px; transform:rotate(-10deg); }
	25%{ top:0%; transform:rotate(-20deg); }
	50%{ top:15px; transform:rotate(-10deg); }
	75%{ top:0px; transform:rotate(0deg); }
	to{ top:-15px; transform:rotate(-10deg);  }
}
@-o-keyframes plane-move2{
	from{ top:-15px; transform:rotate(-10deg); }
	25%{ top:0%; transform:rotate(-20deg); }
	50%{ top:15px; transform:rotate(-10deg); }
	75%{ top:0px; transform:rotate(0deg); }
	to{ top:-15px; transform:rotate(-10deg);  }
}
@-webkit-keyframes plane-move2{
	from{ top:-15px; transform:rotate(-10deg); }
	25%{ top:0%; transform:rotate(-20deg); }
	50%{ top:15px; transform:rotate(-10deg); }
	75%{ top:0px; transform:rotate(0deg); }
	to{ top:-15px; transform:rotate(-10deg);  }
}
@keyframes plane-move2{
	from{ top:-15px; transform:rotate(-10deg); }
	25%{ top:0%; transform:rotate(-20deg); }
	50%{ top:15px; transform:rotate(-10deg); }
	75%{ top:0px; transform:rotate(0deg); }
	to{ top:-15px; transform:rotate(-10deg);  }
}

#header .plane2 img{
	animation:'plane-move2' 3.0s linear -1.5s infinite;
	-ms-animation:plane-move2 3.0s linear -1.5s infinite;
	-moz-animation:plane-move2 3.0s linear -1.5s infinite;
	-o-animation:'plane-move2' 3.0s linear -1.5s infinite;
	-webkit-animation:'plane-move2' 3.0s linear -1.5s infinite;
}

@-ms-keyframes topic{
	from{ filter:alpha(opacity=0); opacity:0; transform:scale(0,0); }
	60%{ filter:alpha(opacity=0); opacity:0; transform:scale(0,0); }
	to{ }
}
@-moz-keyframes topic{
	from{ filter:alpha(opacity=0); opacity:0; transform:scale(0,0); }
	60%{ filter:alpha(opacity=0); opacity:0; transform:scale(0,0); }
	to{ }
}
@-o-keyframes topic{
	from{ filter:alpha(opacity=0); opacity:0; transform:scale(0,0); }
	60%{ filter:alpha(opacity=0); opacity:0; transform:scale(0,0); }
	to{ }
}
@-webkit-keyframes topic{
	from{ filter:alpha(opacity=0); opacity:0; transform:scale(0,0); }
	60%{ filter:alpha(opacity=0); opacity:0; transform:scale(0,0); }
	to{ }
}
@keyframes topic{
	from{ filter:alpha(opacity=0); opacity:0; transform:scale(0,0); }
	60%{ filter:alpha(opacity=0); opacity:0; transform:scale(0,0); }
	to{ }
}

#header .topic{
	animation:'topic' 1.5s ease-in-out 0s normal;
	-ms-animation:topic 1.5s ease-in-out 0s normal;
	-moz-animation:topic 1.5s ease-in-out 0s normal;
	-o-animation:'topic' 1.5s ease-in-out 0s normal;
	-webkit-animation:'topic' 1.5s ease-in-out 0s normal;
}


@-ms-keyframes text1{
	from{ filter:alpha(opacity=0); opacity:0; top:100%; }
	80%{ filter:alpha(opacity=0); opacity:0;top:100% }
	to{ }
}
@-moz-keyframes text1{
	from{ filter:alpha(opacity=0); opacity:0; top:100%; }
	80%{ filter:alpha(opacity=0); opacity:0;top:100% }
	to{ }
}
@-o-keyframes text1{
	from{ filter:alpha(opacity=0); opacity:0; top:100%; }
	80%{ filter:alpha(opacity=0); opacity:0;top:100% }
	to{ }
}
@-webkit-keyframes text1{
	from{ filter:alpha(opacity=0); opacity:0; top:100%; }
	80%{ filter:alpha(opacity=0); opacity:0;top:100% }
	to{ }
}
@keyframes text1{
	from{ filter:alpha(opacity=0); opacity:0; top:100%; }
	80%{ filter:alpha(opacity=0); opacity:0;top:100% }
	to{ }
}

#header .text1{
	animation:'text1' 1.7s ease-in-out 0s normal;
	-ms-animation:text1 1.7s ease-in-out 0s normal;
	-moz-animation:text1 1.7s ease-in-out 0s normal;
	-o-animation:'text1' 1.7s ease-in-out 0s normal;
	-webkit-animation:'text1' 1.7s ease-in-out 0s normal;
}


@-ms-keyframes text2{
	from{ filter:alpha(opacity=0); opacity:0; top:100%; }
	80%{ filter:alpha(opacity=0); opacity:0;top:100% }
	to{ }
}
@-moz-keyframes text2{
	from{ filter:alpha(opacity=0); opacity:0; top:100%; }
	80%{ filter:alpha(opacity=0); opacity:0;top:100% }
	to{ }
}
@-o-keyframes text2{
	from{ filter:alpha(opacity=0); opacity:0; top:100%; }
	80%{ filter:alpha(opacity=0); opacity:0;top:100% }
	to{ }
}
@-webkit-keyframes text2{
	from{ filter:alpha(opacity=0); opacity:0; top:100%; }
	80%{ filter:alpha(opacity=0); opacity:0;top:100% }
	to{ }
}
@keyframes text2{
	from{ filter:alpha(opacity=0); opacity:0; top:100%; }
	80%{ filter:alpha(opacity=0); opacity:0;top:100% }
	to{ }
}

#header .text2{
	animation:'text2' 2.0s ease-in-out 0s normal;
	-ms-animation:text2 2.0s ease-in-out 0s normal;
	-moz-animation:text2 2.0s ease-in-out 0s normal;
	-o-animation:'text2' 2.0s ease-in-out 0s normal;
	-webkit-animation:'text2' 2.0s ease-in-out 0s normal;
}

@-ms-keyframes mouse1{
	from{ filter:alpha(opacity=0); opacity:0; }
	82%{ filter:alpha(opacity=0); opacity:0; }
	to{ }
}
@-moz-keyframes mouse1{
	from{ filter:alpha(opacity=0); opacity:0; }
	82%{ filter:alpha(opacity=0); opacity:0; }
	to{ }
}
@-o-keyframes mouse1{
	from{ filter:alpha(opacity=0); opacity:0; }
	82%{ filter:alpha(opacity=0); opacity:0; }
	to{ }
}
@-webkit-keyframes mouse1{
	from{ filter:alpha(opacity=0); opacity:0; }
	82%{ filter:alpha(opacity=0); opacity:0; }
	to{ }
}
@keyframes mouse1{
	from{ filter:alpha(opacity=0); opacity:0; }
	82%{ filter:alpha(opacity=0); opacity:0; }
	to{ }
}

#header .mouse{
	animation:'mouse1' 2.3s ease-in-out 0s normal;
	-ms-animation:mouse1 2.3s ease-in-out 0s normal;
	-moz-animation:mouse1 2.3s ease-in-out 0s normal;
	-o-animation:'mouse1' 2.3s ease-in-out 0s normal;
	-webkit-animation:'mouse1' 2.3s ease-in-out 0s normal;
}

@-ms-keyframes mouse2{
	from{ }
	to{ filter:alpha(opacity=0); opacity:0; top:25px; }
}
@-moz-keyframes mouse2{
	from{ }
	to{ filter:alpha(opacity=0); opacity:0; top:25px; }
}
@-o-keyframes mouse2{
	from{ }
	to{ filter:alpha(opacity=0); opacity:0; top:25px; }
}
@-webkit-keyframes mouse2{
	from{ }
	to{ filter:alpha(opacity=0); opacity:0; top:25px; }
}
@keyframes mouse2{
	from{ }
	to{ filter:alpha(opacity=0); opacity:0; top:25px; }
}

#header .mouse .point{
	animation:'mouse2' 1.0s ease-in-out 0s infinite;
	-ms-animation:mouse2 1.0s ease-in-out 0s infinite;
	-moz-animation:mouse2 1.0s ease-in-out 0s infinite;
	-o-animation:'mouse2' 1.0s ease-in-out 0s infinite;
	-webkit-animation:'mouse2' 1.0s ease-in-out 0s infinite;
}


@-ms-keyframes bottom{
	from{ }
	50%{ filter:alpha(opacity=40); opacity:0.4; }
	to{ }
}
@-moz-keyframes bottom{
	from{ }
	50%{ filter:alpha(opacity=40); opacity:0.4; }
	to{ }
}
@-o-keyframes bottom{
	from{ }
	50%{ filter:alpha(opacity=40); opacity:0.4; }
	to{ }
}
@-webkit-keyframes bottom{
	from{ }
	50%{ filter:alpha(opacity=40); opacity:0.4; }
	to{ }
}
@keyframes bottom{
	from{ }
	50%{ filter:alpha(opacity=40); opacity:0.4; }
	to{ }
}

#header .bottom1{
	animation:'bottom' 3.0s linear 0s infinite;
	-ms-animation:bottom 3.0s linear 0s infinite;
	-moz-animation:bottom 3.0s linear 0s infinite;
	-o-animation:'bottom' 3.0s linear 0s infinite;
	-webkit-animation:'bottom' 3.0s linear 0s infinite;
}

#header .bottom2{
	animation:'bottom' 3.0s linear -1s infinite;
	-ms-animation:bottom 3.0s linear -1s infinite;
	-moz-animation:bottom 3.0s linear -1s infinite;
	-o-animation:'bottom' 3.0s linear -1s infinite;
	-webkit-animation:'bottom' 3.0s linear -1s infinite;
}

#header .bottom3{
	animation:'bottom' 3.0s linear -2s infinite;
	-ms-animation:bottom 3.0s linear -2s infinite;
	-moz-animation:bottom 3.0s linear -2s infinite;
	-o-animation:'bottom' 3.0s linear -2s infinite;
	-webkit-animation:'bottom' 3.0s linear -2s infinite;
}