/* 必要布局样式css */

.container1 {width: 1000px !important}
.container1 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    z-index: 10;
    position: relative;
}

.container1:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.foot {
    background-color: #212121;
}
.foot h4 {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
}
.foot a {
    color: #999;
}
.foot .phone .fa {
    margin-right: 5px;
}

.foot .phone {
    color: #999;
    font-size: 16px;
    font-weight: bold;
}
.foot .fa-phone img{
    float:left;
}
.foot .btn-green {
    margin: 5px 0;
    padding: 5px 12px;
    color: #EEE;
    background-color: #339E60;
}
.foot .btn-green .fa {
    margin-left: 5px;
    color: #DDD;
}
.foot .links {
    max-height: 140px;
    overflow: hidden;
}

footer {
    background-color: #212121;
}
footer .container1 {
    position: relative;
    padding-top: 29px;
    padding-bottom: 20px;
    border-top: 1px solid #333;
}
footer .copy {
    color: #737373;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
    float: left;
}
footer .copy span {
    color: #777;
    margin: 0 10px;
}
footer .footer-link {
    color: #FFF;
    /*font-style: 400;*/
}
.space {
    padding-top: 60px;
    padding-bottom: 10px;
}
.col-xs-2 {
    width: 16.66666667%;
    float: left;
}
.col-xs-2-1 {
    width: 8.333333333%;
    float: left;
}
.col-xs-6 {
    width: 50%;
    float: left;
}
ul.footer_social_links {
    float: left;
    padding: 0px;
    margin: 20px 0px 0px 0px;
}
.footer_social_links li {
    float: left;
    padding: 0px 10px;
    border-left: 2px solid #404040;
    list-style: none;
    line-height: 20px;
    margin-top: 5px;
}
.footer_social_links li:first-child {
    border-left: 0;
}
.footer_social_links a {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    text-align: right;
}
.footer_social_links a:hover {
    color: #eee;
}




.wechatStyle{display: none;}
.qrcodeStyle{display: block;}
