#bootom_nav{position: fixed;left: 0px;bottom: 0px !important;width: 100%;height: 55px;z-index: 1000;font-size:19.2px;text-align: center;font-weight: bold;}
#bootom_nav a{ color:#fff; font-size:16px; font-weight:200; line-height:55px;display: inline-block;float: left;height:100%;}
#bootom_nav p{ width:100%;}
#bootom_nav a img{ vertical-align:middle;}
#bootom_nav .botdet img{ margin-top:5px;}
#bootom_nav .botdet{ height:55px; width:21%; background-color:#757575; line-height:25px;font-size:14.4px;}
#bootom_nav .tel{background-color: #ffa729;}	
/*#bootom_nav .tel img{-webkit-animation: change 1s infinite;animation: change 1s infinite;-moz-animation:change 1s infinite;}*/
@keyframes change
{
	0%	{transform: scale(.8);}
	50%	{transform: scale(1);}
	100%	{transform: scale(.8);}
}
@-webkit-keyframes change
{
	0%		{-webkit-transform: scale(.8);}
	50%		{-webkit-transform: scale(1);}
	100%	{-webkit-transform: scale(.8);}
}
@-moz-keyframes change
{
	0%		{-moz-transform: scale(.8);}
	50%		{-moz-transform: scale(1);}
	100%	{-moz-transform: scale(.8);}
}	
