body { 
	background-color: #EBEBEB; 
	margin:0px;
	padding:0px;
}

.w980 {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.link-wrapper {
	position: absolute;
	left: 676px;
	top: 390px;
	width: 400px;
	z-index: 1;
	font-size: 12px;
}

.link-wrapper .p0 {
	position: absolute;
	width: 60px;
	height: 72px;
	top: 10px;
	background-image: url(img/p0.png);
}

ul {
	position: absolute;
	left: 80px;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #13257f;
	font-family: "Microsoft YaHei";
}

li {
	font-size: 14px;
	line-height: 160%;
}

.link-wrapper a {
	text-decoration: none;
}

.link-wrapper a:hover {
	text-decoration: underline;
}

.link-wrapper a:visited {
	color: #13257f;
}

a,
a:active,
a:visited,
a:hover {
	color: #13257f;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 2.6s;
	-webkit-animation-fill-mode: both;
	animation-duration: 1s;
	animation-delay: 2.6s;
	animation-fill-mode: both;
}