footer {
    width: 100%;
    height: auto;
    margin-top: 15px;
    font-size: 14px;
    line-height: 30px;
    background: #0098FF;
    padding: 10px 0px 10px;
    text-align: center;
    color: #333;
}

.footer_nav {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    clear: both;
    margin-bottom: 10px;
}

.footer a {
    color: #333;
    margin: 0px 10px;
}

.footer a:hover {
    color: #000;
}

.bottom {
    background: #363636;
    overflow: hidden;
    margin: 0 auto;
    color: #999;
    width: 100%;
    min-width: 1200px;
    padding: 20px 0px 40px 0;
}

.bottom .footer {
    overflow: hidden;
    /* background:url(../img_new/line.png) no-repeat 0 bottom; */
    /* margin-bottom: 20px; */
}

.bottom .footer ul li {
    float: left;
    padding: 0px 20px;
    background: url(../img_new/line2.png) no-repeat left center;
    height: 126px;
}

.bottom .footer ul li:first-child {
    background: none;
    padding-left: 0;
}

.bottom .footer ul li .foot_tit a {
    color: #fff;
    height: 26px;
    display: block;
    font-size: 15px;
    text-align: center;
}

.bottom .footer ul li .foot_links a {
    display: block;
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.bottom .footer ul li .foot_links a {
    padding-left: 1px;
}

.bottom a {
    color: #999;
}

.bottom a:hover,
.bottom .footer ul li .foot_tit a:hover {
    color: #fff;
}

.bottom .footer .foot_ewm {
    margin: 0 0 0 110px;
}

.bottom .footer .foot_tel {
    font-size: 12px;
    margin: 0 0 0 0;
    color: #ccc;
    text-align: left;
}

.bottom .footer .foot_tel .number {
    background: url(../img_new/tel2.png) no-repeat 0 center;
    margin-bottom: 15px;
    background-size: 40px;
    font-size: 14px
}

.bottom .footer .foot_tel .number .tel {
    color: #fff;
    font-size: 18px;
}

.bottom .friendlink {
    /* padding-bottom:10px; */
}

.bottom .friendlink .link_tit {
    background: url(../img_new/line.png) no-repeat 0 bottom;
    height: 50px;
}

.bottom .friendlink .link_tit p {
    line-height: 47px;
    padding-bottom: 1px;
    border-bottom: 1px solid #515151;
    font-size: 15px;
    color: #fff;
}

.bottom .friendlink .link_tit .qq {
    background: url(../img_new/qq.png) no-repeat 0 -32px;
    color: #1163a3;
    width: 111px;
    height: 31px;
    line-height: 31px;
    margin: 13px 0px 0 10px;
    cursor: pointer;
    vertical-align: middle;
}

.bottom .friendlink .link_tit .qq:hover {
    background-position: 0 0
}

.bottom .friendlink .link_tit .qq span {
    margin-left: 35px;
    font-weight: bold
}

.bottom .friendlink .linkcon {
    margin: 10px 0 0 10px;
    text-align: left;
}

.bottom .friendlink .linkcon a {
    font-size: 12px;
    margin: 0 10px;
    line-height: 30px;
}

.copyright {
    background: #161616;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
}

.button {
    background: #d61915;
    border: 1px solid #d61915;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 2px 10px;
}

.button:hover {
    background: #c60c09;
    border: 1px solid #c60c09;
    color: #fff;
}

.wrap {
    width: 1200px;
    margin: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}