﻿@charset "utf-8";
.foot{
	width: 100%;
	height: 156px;
	overflow: hidden;	
	background: #313131;
	margin-top: 35px;
}       
	.foot .index{
		width: 980px;
		overflow: hidden;
		margin: 10px auto 0; 
	}
		/*tel*/
		.foot .index .tel{
			width: 251px;
			height: 53px;
			font-size: 26px;
  			color: #fff;
  			line-height: 53px;
  			margin: 10px 0 10px 0;
  			text-align: right;
  			background: url(tel.jpg) no-repeat left center;
		}
		/*line*/
		.foot .index .line{
			width: 100%;
			height: 1px;
			border-bottom: 1px solid #454545;
		}
		/*menu*/
		.foot .index .foot-menu ul{
			display: block;
			margin-top: 25px;
			margin-left: -1px;
		}
		.foot .index .foot-menu ul li{
			float:left;
			background:#383838 url(foot-menu-li.jpg) left center;
		}
			.foot .index .foot-menu ul li a{
				display: block;
				padding:5px 10px;
				color: #B7BCBF;
				font-size: 14px;
				background:#272727 url(foot-menu-li.jpg) no-repeat left center;
			}
			.foot .index .foot-menu ul li:hover a{
				color:#fff;
				-moz-transition: 0.2s ease-in all;
		 		-webkit-transition: 0.2s ease-in all;
		 		-ms-transition: 0.2s ease-in all;
		 		-o-transition: 0.2s ease-in all;
		 		transition: 0.2s ease-in all;
			}
		/*p*/
		.foot .index p{
			color: #B7BCBF;
			font-size: 12px;
			line-height: 34px;
		}
		.foot .index p a{ color: #B7BCBF;}
.bottom{
	width: 100%;
	height: 58px;
	overflow: hidden;	
	background: #ed1c24;
}       
	.bottom .index{
		width: 980px;
		overflow: hidden;
		margin: 0 auto;
	}
	.bottom .index .picture{
		width: 490px;
		height: 30px;
		margin-top: 14px;
	}
		.bottom .index .picture img{
			display: block;
			width: 100%;
		}