

@charset "utf-8";
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, textarea { margin: 0; padding: 0; font-size: 14px; line-height: 24px; color: #000; font-family: 'microsoft yahei',verdana,Tahoma; }
ol, ul, li { list-style: none; line-height: 22px; }
ol, ul { zoom: 1; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
img { border: none; max-width: 100%; }
a, a:link, a:visited { cursor: pointer; text-decoration: none;}
a:hover { cursor: pointer; }
.table { border-collapse: collapse; border-spacing: 0; }
    .table td { border: solid 1px #666; }
.clear { clear: both; float: none; overflow: hidden; height: 0; font-size: 0; }
.clearFix:after { clear: both; display: block; visibility: hidden; height: 0; line-height: 0; content: "."; }
.clearFix { zoom: 1; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
:after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.font { font: 14px/24px "Comic Sans MS"; }
:focus { outline: none; }
.css3pie { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; behavior: url(css3pie/PIE.htc); }
/*------------------------------------------------------------------------------------------------------------------------------------------------*/


body{ font-size: 14px; font-family: "é»‘ä½“-ç®€","é»‘ä½“","å¾®è½¯é›…é»‘", Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif; width: 100%; margin: 0 auto; background-color: #313131; overflow-x: hidden; }

.wrap{width:100%;height:1000px;}
.wrap p{font-size: 48px;text-align: center;color: #fff;padding-top: 280px;line-height: 60px;}
.logo{
	text-align: center;
	vertical-align: middle;
	background: #357dd7;
	margin-left: 45%;
	top: 20%;
	z-index: 11;
	width: 240px;
	height: 240px;
	overflow: hidden;
	position: relative;
}
.logo:hover{
	box-shadow: 0px 0px 10px #333;
}
.logo h1{
	display: table-cell;
	vertical-align: middle;
	width: 240px;
	height: 240px;
}
.logo a{width: 240px;height: 240px;overflow: hidden;}
.logo a:before{
	content: '';
	position: absolute;
	left: -230%;
	top: 0px;
	width: 200%;
	height: 120%;
	background: #1f415f;
	z-index: 1;
	transform:skew(30deg, 0);
	-webkit-transform:skew(30deg, 0);
	-ms-transform:skew(30deg, 0);
	-moz-transform:skew(30deg, 0);
	-o-transform:skew(30deg, 0);
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
.logo a:hover{
	background: #357dd7;
}
.logo a:hover:before {
  left: -60px;
}
.logo img {
  position: relative;
  z-index: 1;
}




