

@keyframes myfirst
{
	from {width:67px;}
	to {width:132px;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
	from {width:67px;}
	to {width:132px;}
}

a.long:hover {
    position: fixed;
    right: 0;
    top: 45%;
    animation:myfirst 1s;
	-webkit-animation:myfirst .5s; /* Safari and Chrome */
	animation-fill-mode:forwards;
	-webkit-animation-fill-mode: forwards;
    height: 112px;
    background: url(/static/images/xfhover.png) no-repeat left top;
}
a:link, a:visited {
    text-decoration: none;
}
.content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}
.foot { overflow: hidden; background: #00373b; }
.footnav { overflow: hidden; padding: 55px 0; }
.footnav dl { width: 13%; padding: 0 0 0 6%; float: left; overflow: hidden; line-height: 52px; font-size: 20px; }
.footnav dl:nth-of-type(3) { width: 18%; }
.footnav dl dt { overflow: hidden; font-weight: 600; color:#FFF; }
.footnav dl a { color: #fff; }
.footintro { overflow: hidden; padding: 0 33px 0 70px; }
.footext { overflow: hidden; font-size: 18px; line-height: 24px; color: #fff; overflow: hidden; }
.footext p:nth-of-type(1) { color: #ffb83c; font-weight: 600; line-height: 64px; margin: 0 0 16px; }
.erwei { float: right; }
.footpic { text-align: center; padding: 50px 0 30px; }







.banner-span {
	text-align: center;
	margin-top: 142px;
	margin-left: 80px;
	display: block;
	width: 134px;
	height: 36px;
	color: #fff;
	border-radius: 18px;
	border: 1px solid #fff;
	font-size: 18px;
	line-height: 34px;
}































