
footer .v-center{
    width: 1200px;
    padding: 0 0 30px;
    border-bottom: 1px solid #969696;
    margin: 0 auto;
    position: relative;
}
footer ul li{
    float: left;
    text-align: left;
}
footer .v-about li a{
    font-size: 20px;
    color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0);
}
footer .v-about li:not(:last-child){
    margin-right: 185px;
}
footer .v-about li a:hover{
    border-bottom: 1px solid #FF0000;
}
footer .v-friendship-link{
    margin-top: 30px;
    text-align: left;
    margin-bottom: 15px;
}
footer .v-friendship-link .v-title{
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    left: 0;
}
footer .v-friendship-link a{
    font-size: 18px;
    margin-right: 35px;
    color: #969696;
}
footer .v-friendship-link a:hover{
    color: #FF0000;
}
footer .v-code{
    position: absolute;
    right: 80px;
    bottom: 1px;
}
footer .v-code p{
    text-align: center;
    font-size: 16px;
}
footer p{
    font-size: 16px;
    color: #969696;
    margin-bottom: 12px;
}
footer p img{
    display: inline-block;
    margin-right: 5px;
}
footer p span{
    display: inline-block;
    margin-right: 15px;
}
footer p a{
    font-size: 18px;
    color: #969696;
    margin-bottom: 17px;
}
footer .privacy {
    text-align: center;
    padding-top: 17px;
}
footer .privacy a {
    color: #969696;
    padding: 0 20px;
}
footer .privacy a:hover {
    color: #ff3333;
}
footer .backtoTopBox {
    /*width:200px;*/
    height: 200px;
    position: fixed;
    right: 20px;
    bottom: 120px;
    text-align: right;
    z-index: 99999999;
}
footer .backtoTopBox div {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: #fff;
    
    background-image: url(../../images/zaixianzixun1.png);
        background-size:55px 55px ;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

footer .backtoTopBox div b {
    opacity: 0;
    font-size: 17px;
    padding: 12.5px;
    color: #fff;
    position: relative;
}

footer .backtoTopBox div:nth-of-type(1) b {
    position: relative;
    right: 0px;
    white-space: nowrap;
    line-height: 60px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer .backtoTopBox div:nth-of-type(2) b {
    white-space: nowrap;
    line-height: 60px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer .backtoTopBox div.footerHelp:hover,
footer .backtoTopBox div.footerConnect:hover {
    width: 205px;
    line-height: 60px;
    text-align: center;
    background-color: #1f87e8;
    padding-left: 43px;
    color: #fff;
    background-position: 12px center;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

footer .backtoTopBox div.footerHelp:hover b,
footer .backtoTopBox div.footerConnect:hover b {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer .backtoTopBox div.footerConnect:hover {
    width: 157px;
}

footer .backtoTopBox .footerHelp {
/*	background-size:40px 40px;*/
    background-image: url(../../images/phonebg1.png);
    top: 70px;
}

footer .backtoTopBox .footerHelp b {
    padding: 0;
    padding-top: 14px;
    position: relative;
    top: 1px;
}

footer .backtoTopBox .footerHelp:hover {
    background-image: url(../../images/phonebgH1.png);
}

/*footer .backtoTopBox .footerBack {
    background-image: url(../../images/top.png);
    top: 140px;
}*/

/*footer .backtoTopBox .footerBack:hover {
    background-image: url(../../images/topbgH.png);
    background-color: #ff3333;
}*/

footer .backtoTopBox .footerConnect:hover {
	
    background-image: url(../../images/zaixianzixunH1.png);
}

footer .backtoTopBox .footerBack {
    display: none;
}

@keyframes slideHover
{
    from  {background-position: 205px 0px;}
    to {
        background-position: 0px 0px;
        color: #fff;
    }
}

@-moz-keyframes slideHover /* Firefox */
{
    from  {background-position: 205px 0px;}
    to {
        background-position: 0px 0px;
        color: #fff;
    }
}

@-webkit-keyframes slideHover /* Safari and Chrome */
{
    from  {background-position: 205px 0px;}
    to {
        background-position: 0px 0px;
        color: #fff;
    }
}

@-o-keyframes slideHover /* Opera */
{
    from  {background-position: 205px 0px;}
    to {
        background-position: 0px 0px;
        color: #fff;
    }
}


@keyframes slidespanHover
{
    from  {
        color: rgba(34,35,40,0.7);
    }
    to {
        color: #fff;
    }
}

@-moz-keyframes slidespanHover /* Firefox */
{
    from  {
        color: rgba(34,35,40,0.7);
    }
    to {
        color: #fff;
    }
}

@-webkit-keyframes slidespanHover /* Safari and Chrome */
{
    from  {
        color: rgba(34,35,40,0.7);
    }
    to {
        color: #fff;
    }
}

@-o-keyframes slidespanHover /* Opera */
{
    from  {
        color: rgba(34,35,40,0.7);
    }
    to {
        color: #fff;
    }
}
