﻿.teamfoot {
    background-color: #333;
}

.foot {
    margin-top: 30px;
}

.foot-content {
    width: 100%;
    height: 200px;
    background-color: #2c2c2c;
}

.content_width {
    width: 1300px;
    margin: auto;
    position: relative;
}

.foot-content-box {
    color: #ccc;
    line-height: 30px;
    font-size: 15px;
}

    .foot-content-box .left p {
        margin-top: 15px;
    }

.foot_left {
    color: #bbb;
    line-height: 35px;
    float: left;
    margin-top: 45px;
    font-size: 14px;
}

.foot-content-box .left p span {
    margin-right: 40px;
}

foot-content-erwm {
    float: right;
}

.right-content {
    text-align: center;
    color: #ccc;
    line-height: 24px;
}

.foot-content-erwm {
    float: right;
}

.foot-content-box {
    width: 1300px;
    margin: auto;
}

.foot-content a {
    color: #CCC;
}

.static {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #a1241e;
    text-align: center;
}

    .static span {
        color: #f1f1f1;
        margin: 0 20px;
        font-size: 16px;
    }
    .webinfo_right {
float: right;
margin-top: 40px;
}
    .webinfo_right .ewmbox {
width: 100px;
height: 115px;
padding: 5px;
margin-left: 10px;
background-color: #fff;
display: inline-block;
zoom: 1;
}
    .webinfo_right .ewmbox img {
width: 85px;
height: 85px;
margin: auto;
display: block;
}
    .webinfo_right .ewmbox span {
font-size: 12px;
color: #333;
text-align: center;
display: block;
}

/*手机端显示*/
@media screen and (max-width:768px) {
    .static {
    height: auto;
    line-height: initial;
    padding: 10px 0;
}
    .static span {
    color: #f1f1f1;
    margin: initial;
    
    width: 48%;
    font-size: 13px;
    margin: 3px 0;
    float:left;
}
    .foot_left{margin-top:0;padding-top:15px}
    .foot-content{height:initial;padding:0 0 20px 0}
    .foot-content-box {
        width: 100%;height:initial
    }
    .webinfo_right {
    width:100%;
    text-align: center;
    margin:20px auto
}
    .content_width{width:95%;margin:auto}
}
