﻿footer{
    background-color: #1b1b1b;
    padding: 50px 0;
    position: relative;
    z-index: 9;
}
.footer-box{
    width: 310px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.footer-logo-box{
    text-align: center;
    padding-bottom: 30px;
}
.footer-title-box{
    padding-bottom: 10px;
}
.footer-title{
    font-size: 14px;
    color: #FFF;
    display: inline-block;
    vertical-align: bottom;
    letter-spacing: 2px;
}
.footer-fb-box{
    
    display: inline-block;
    margin-left: 5px;
    color: #FFF;
    vertical-align: bottom;
}
.footer-fb-box i{
    font-size: 26px;
}
.footer-info-list{
    display: block;
}
.footer-info-list-title,
.footer-info-list-link{
    font-size: 12px;
    color: #FFF;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
}
.footer-phone{
    display: inline-block;
    vertical-align: middle;
}
.footer-phone:nth-child(2){
    margin-left: 10px;
}

.web{
    text-align: center;
    font-size: 12px;
    color: #FFF;
    letter-spacing: 1px;
    display: block;
    margin-top: 30px;
}
.footer-top{
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    background-color: #313131;
    color: #FFF;
    line-height: 60px;
    text-align: center;
    position: absolute;
    right: 10%;
    bottom: 50px;
    transition: all .5s ease;
    cursor: pointer;
}

.footer-look-box{
    display: block;
    margin-top: 20px;
}
.footer-look-box p{
    font-size: 12px;
    color: #FFF;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
}
.footer-look-box i{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.footer-look-box span{
    font-size: 12px;
    color: #FFF;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
}
.footer-fb-box:nth-child(2){
    color: #3b589e;
}
.footer-fb-box:nth-child(3){
    color: #ff0000;
}
.index_table{
	position: fixed;
	right: 1%;
	bottom: 5%;
}
.index_line{
	width: 80px;
	max-width: 100%;
	height: 80px;
	display: block;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	border-radius: 999px;
	float: right;
	overflow: hidden;
}
.index_phone{
	width: 80px;
	height: 80px;
	display: block;
	margin-top: 90px;
	border-radius: 50%;
	background-color: #e60012;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	font-size: 0;
	transition: all .5s ease;
}
.index_phone i{
	display: block;
	line-height: 80px;
	font-size: 40px;
	color: #FFF;
}
.index_line:hover{
	box-shadow: 0 0 2px 2px #999;
	transition: all .2s linear; 
} 
.index_phone:hover{
	width: 180px;
	border-radius: 20px;
	background-color: #e60012;
}
.index_phone:hover > i{
	display: none;
}
.index_phone span{
	opacity: 0;
	line-height: 80px;
	color: #FFF;
	letter-spacing: 1px;
}
.index_phone:hover span{
	font-size: 20px;
	opacity: 1;
	transition: all .8s ease;
}
@media only screen and (max-width: 550px){
	.footer-img,
	.footer-phone{
		margin-bottom: 10px;
	}
}