﻿@charset "utf-8";
/* 样式重置 */
body,h1,h2,h3,h4,h5,h6,hr,p,dl,dt,dd,ul,ol,li,form,fieldset,button,input,textarea,img,th,td,select{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
body{font:12px/1.14 Arial,"Microsoft YaHei","\5fae\8f6f\96c5\9ed1";font-family:"微软雅黑";word-wrap:break-word;color:#808080;background:#FFF;text-align:center;}
textarea,input,button,select,legend{font:12px/1.14 arial,"\5fae\8f6f\96c5\9ed1";color:#333;outline:none;border:none;*font-size:100%;*border:0;vertical-align:top;background:none;}
h1,h2,h3,h4,h5,h6{font-size:16px;font-weight:normal;}
a{text-decoration:none;color:#808080;outline:none;}
a:hover{text-decoration:none;outline:none;zoom:1;}
a:active{star:expression(this.onFocus=this.blur());}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
img{border:none;vertical-align:top;}
textarea{resize:none;overflow:auto;}
em{font-style:normal;}
ul,ol,li{list-style:none;}
p{text-align:justify;text-justify:inter-ideograph;}
i,em{font-style:normal}
.responLayout{overflow:hidden;}
.layoutItem{padding-bottom:32767px;margin-bottom:-32767px;}
input::-webkit-input-placeholder{color:#FFF}
input:-moz-placeholder{color:#FFF;}
/* 公共样式 */
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.clearfix{*zoom:1;}
.clearfix:after{content:".";display:block;height:0;visibility:hidden;clear:both;}
.prz{position:relative;zoom:1;}
.pra{position:absolute;}
.cleargap{font-size:0;letter-spacing:-8px;text-align:left;}
.ib{display:inline-block;*display:inline;*zoom:1;vertical-align:top;font-size:12px;letter-spacing:normal;}
.usn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}
.responImg{max-width:100%;width:auto\9;height:auto;-ms-interpolation-mode:bicubic;_width:auto;}
.fz14{font-size:14px!important}
.yahei{font-family:"Microsoft YaHei","\5fae\8f6f\96c5\9ed1";font-family:"微软雅黑";}
.song{font-family:"宋体","\5b8b\4f53";}
.arial{font-family:Arial}
.img-container{position:relative;zoom:1;overflow:hidden;}

html{height:100%;}
body{height:100%;background:url(../images/bg.jpg) no-repeat center top;background-size:cover;position:relative;zoom:1;overflow:hidden}

.logo{width:478px;height:196px;left:53%;margin-left:-239px;top:22%;}
.logo .l1{width:38px;height:132px;left:-80px;top:-12px;opacity:0;filter:alpha(opacity=0);/*left:0;top:32px; */}
.logo .l2{width:39px;height:96px;left:55px;top:-100px;opacity:0;filter:alpha(opacity=0);/* left:55px;top:0; */}
.logo .l3{width:39px;height:98px;left:56px;top:200px;opacity:0;filter:alpha(opacity=0);/* left:56px;top:103px; */}
.logo .l4{width:38px;height:132px;left:200px;top:82px;opacity:0;filter:alpha(opacity=0);/* left:111px;top:32px; */}
.logo .lc{width:287px;height:59px;top:30px;left:299px;opacity:0;filter:alpha(opacity=0);/* top:30px;left:189px; */opacity:0;}
.logo .le{width:287px;height:60px;top:105px;left:69px;opacity:0;filter:alpha(opacity=0);/* top:105px;left:189px; */opacity:0;}
.logo .shine{width:143px;height:297px;left:-30px;top:-46px;display:none;} 

.stt{width:100%;left:0;top:60%;font-size:45px;color:#004898;font-weight:bold;filter:alpha(opacity=0);opacity:0;}

.enter{display:block;width:189px;height:36px;line-height:36px;background:url(../images/enter.png) no-repeat;text-align:center;color:#FFF;left:50%;margin-left:-194px;bottom:0;font-size:14px;filter:alpha(opacity=0);opacity:0}
.cprt{left:0;width:100%;bottom:0;color:#555;filter:alpha(opacity=0);opacity:0}
.enter2{display:block;width:189px;height:36px;line-height:36px;background:url(../images/enter2.png) no-repeat;text-align:center;color:#FFF;left:50%;margin-left:30px;bottom:0;font-size:14px;filter:alpha(opacity=0);opacity:0}

.arrup{
	-webkit-animation:arrup infinite 2s ease-in-out;
	-moz-animation:arrup infinite 2s ease-in-out;
	-o-animation:arrup infinite 2s ease-in-out;
	animation:arrup infinite 2s ease-in-out;
}
@-webkit-keyframes arrup{
	0%{
		-webkit-transform:translateY(0px);
		opacity:1;
		
	}
	50%{
		-webkit-transform:translateY(8px);
		opacity:0.4;
		
	}
	100%{
		-webkit-transform:translateY(0px);
		opacity:1;
		
	}
}
@-moz-keyframes arrup{
	0%{
		-webkit-transform:translateY(0px);
		opacity:1;
		
	}
	50%{
		-webkit-transform:translateY(8px);
		opacity:0.4;
		
	}
	100%{
		-webkit-transform:translateY(0px);
		opacity:1;
	}
}
@keyframes arrup{
	0%{
		-webkit-transform:translateY(0px);
		
	}
	50%{
		-webkit-transform:translateY(8px);
		
	}
	100%{
		-webkit-transform:translateY(0px);
		
	}
}











