/*  
Theme Name: Start企业通用主题
Theme URI: http://www.zhuiguanger.com
Description: Start企业通用主题
Version: 1.0
Author: 追光者前端
Author http://www.zhuiguanger.com
Tags: Start,企业主题 
*/
/* 底部样式 */

#footer {
    background-color: #f6f6f6;
    border-top: 1px solid #e6e6e6;
	padding:20px 0;
}
.footer-menu ul li{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
.footer-menu ul li a{
	color: #000;
}
.link {overflow:hidden;}
.link  h3{font-size:16px;margin-bottom:10px;}
.link ul li {
    float: left;
    margin: 0 10px 10px 0;
}
.footer-info{
	max-width:60%;
	line-height: 2;
}
.social{
	max-width:20%;
}
.btm-search{
	overflow:hidden;
}
.btm-search form {
	position: relative;
    width: 100%;
}
 .btm-search form input {
  width: 100%;
  line-height: 32px;
  color: #000;
    background: #fff;
    border: 1px solid #ddd;
  height: 32px;
  padding-left: 10px;
}
.btm-search form button {
    position: absolute;
    right: 1%;
    top: 10%;
    background: none;
    border: none;
    color: #000;
    font-size: 20px;
    line-height: 1;
}
.social .weixin{
	float:left;
	max-width:50%;
	margin-right: 20px;
}
.footer-btm {
    color: #333;
	}
.footer-btm a{ color: #333 !important;}
.apply {
    display: none;
}
.apply a {
	    font-size: 20px;
    width: 50%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    float: left;
    color: #fff;
}
.apply a.bm-phone {
    background-color: #f5643f;
}
.apply a.bm-form {
    background-color: #ed740b;
}
.apply a i {
    margin-right: 10px;
}
@media (max-width: 768px ) {
.apply{
display:block !important;
position: fixed;
bottom: 0px;
width: 100%;
z-index:999;
}#footer{margin-bottom: 50px;}
}