div,p,ul,ol,li,dl,dt,dd{margin:0;padding:0;}
.foot_nav,.bottom-bar{font-family: "PingFangSC-Medium",Arial,"Times New Roman","Microsoft YaHei";}
i{font-style: normal;}
/* µ×²¿µ¼º½ */
#footer{
    width: auto;
}
.foot_nav{
    background-color: #fff;
    height: 260px;
    min-width: 940px;
    color: #000;
}
.inner{
    width: 960px;
    margin: 0 auto;
}
.foot_nav .inner{
    padding: 20px 0 30px;
}
.foot_nav .left{
    float: left;
    padding-top: 5px;
    width: 164px;
    margin-right: 86px;
}
.foot_nav .left .tel{
    float: none;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    margin-top: 0;
}
.foot_nav .left .tel p{
    font-size: 20px;
}
.foot_nav .left .tel span{
    display: block;
    margin-bottom: 14px;
}
.foot_nav .left .others{
    padding-top: 10px;
    line-height: 30px;
}
.foot_nav .left .others span{
    font-weight: 700;
}
.foot_nav_list{
    float: left;
}
.foot_nav_item{
    float: left;
    margin-right: 52px;
    padding-left: 22px;
}
.foot_nav_item:last-child{
    margin-right: 0;
}
.foot_nav_item .name{
    position: relative;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    width: auto;
}
.foot_nav_item a{
    display: block;
    line-height: 30px;
}
.foot_nav_item .name i{
    position: absolute;
    left: -30px;
    top: 2px;
    content: '';
    width: 24px;
    height: 24px;
    background: url('/static/pchome/images/foot_about.png') no-repeat;
    background-size: cover;
}
.foot_nav_item:nth-child(1) .name i{
    background: url('/static/pchome/images/foot_fast.png');
}
.foot_nav_item:nth-child(2) .name i{
    background: url('/static/pchome/images/foot_baibao.png');
}
.foot_nav_item:nth-child(3) .name i{
    background: url('/static/pchome/images/foot_credit.png');
}
.foot_nav_item:nth-child(5) .name i{
    background: url('/static/pchome/images/foot_other.png');
}
.foot_nav_item.bar_yellow:nth-child(1) .name i{
    background: url('/static/pchome/images/foot_fast_black.png');
}
.foot_nav_item.bar_yellow:nth-child(2) .name i{
    background: url('/static/pchome/images/foot_baibao_black.png');
}
.foot_nav_item.bar_yellow:nth-child(3) .name i{
    background: url('/static/pchome/images/foot_credit_black.png');
}
.foot_nav_item.bar_yellow:nth-child(4) .name i{
    background: url('/static/pchome/images/foot_about_black.png');
}
.foot_nav_item.bar_yellow:nth-child(5) .name i{
    background: url('/static/pchome/images/foot_other_black.png');
}
.foot_nav .inner .pic{
    position: absolute;
    left: 0;
    bottom: 32px;
}

/* µ×²¿ */
.bottom-bar {
    position: relative;
    height: 60px;
    min-width: 940px;
    line-height: 60px;
    /* min-width: 1180px; */
    font-size: 12px;
    background:#fff url('/static/pchome/images/longbg.png') no-repeat center;
    overflow-y: hidden;
}
.bottom-bar > div {
    position: absolute;
    height: 100%;
}
.bottom-bar .left {
    width: 50%;
    background: #BE0018;
}
.bottom-bar .right {
    right: 0;
    width: 20%;
    background: #777777;
}
  .bottom-bar .inner {
    position: relative;
    z-index: 1;
}
.bottom-bar .inner > div {
    position: absolute;
    height: 100%;
}
.bottom-bar .inner > .navs {
    width: 713px;
    border-top-right-radius: 36px;
    font-size: 0;
}
.bottom-bar .inner > .copy-right {
    top: 0;
    right: -0.5px;
    padding-left: 22px;
    border-top-left-radius: 36px;
    color: #ffffff;
    z-index: 1;
    line-height: 1.4;
    padding-top: 15px;
}
.bottom-bar .inner > .copy-right a{
    color: #ffffff;
}
.bottom-bar .inner > .copy-right a:hover{
    color: #BE0018;
}
.bottom-bar .inner > .copy-right img {
    display: inline-block;
    vertical-align: top;
    padding-left: 17px;
}
.bottom-bar .inner > .navs a{
    display: inline-block;
    font-size: 12px;
    margin-right: 11px;
    color: #fff;
}
.footersm_wrapper{
    background: #ececec;
}

#footersm{
    width: 960px;
    margin: 0 auto;
}