
/* 尾部 */

.footer-link{background: #c70a28;color:#fff;text-align: center;line-height: 50px;height:50px;font-size: 16px;margin:30px 0 0 0;}
.footer-link a{color: #fff;font-size: 16px;}
.footer-link a:hover{color: #f4f2a7;}

.footer-outer{padding:0 0 20px 0;background: #f5f5f7;}
.footer-inner{width: 1400px;margin:0 auto; line-height:32px;background: url(../images/foot-3.png) no-repeat right bottom;background-size:380px auto;}
.footer-inner p{padding:15px 0 0 0;}

.footer-inner a{display: inline-block;vertical-align: top;text-overflow:ellipsis; white-space:nowrap;}

.foot-icon1{display: inline-block;vertical-align: middle;width:18px;height:18px;background: url(../images/foot-1.png) no-repeat center;background-size:18px auto;margin-right:5px;}

.foot-icon2{display: inline-block;vertical-align: middle;width:18px;height:18px;background: url(../images/foot-2.png) no-repeat center;background-size:18px auto;margin-right:5px;}

.foot-table{display: table;width: 805px;}
.foot-table span{display: table-cell;vertical-align: top;}
.foot-12377{display: table-cell;vertical-align: top;text-align: right;}
.foot-12377 img:hover{-webkit-transform:scale(1);transform:scale(1);box-shadow:none;}


/* 回到顶部  */	
.right-back{width:40px;height: 164px;position: fixed;left:50%;margin-left: 730px;bottom:100px;z-index: 99;cursor: pointer;}
.right-back em,.right-back a{display: block;width: 40px;height:40px;box-shadow:0 0 8px rgba(0, 0, 0, 0.2);border-radius: 50%;margin:12px 0;}
.right-back .back-home{background: url(../images/back-home.png) no-repeat center;background-size:auto 24px;background-color: #fff;}
.right-back .back-top{background: url(../images/back-top.png) no-repeat center;background-size:auto 24px;background-color: #fff;}
.right-back .back-down{background: url(../images/back-down.png) no-repeat center;background-size:auto 24px;background-color: #fff;}
.right-back .back-home:hover{background-image: url(../images/back-home-hover.png);}
.right-back .back-top:hover{background-image: url(../images/back-top-hover.png);}
.right-back .back-down:hover{background-image: url(../images/back-down-hover.png);}
.right-back em:hover,.right-back a:hover{background-color:#c70a28;box-shadow:0 0 12px rgba(0, 0, 0, 0.5);}