/*
+----------------------------------------------------------------------
| LN-EWS v2.0 [ Do a line, love a line ]
| Copyright (c) 2010~2024 http://jzline.com All rights reserved.
| Author: xwxc
+----------------------------------------------------------------------
*/
.footer_bg
{
    background: #e3e3e3;
    height: auto;
    padding-bottom: 50px;
    background: url(/static/tn302/img/f_bg.jpg);
    background-origin: 100% 100%;
    background-color: #f5f5f5;
}
.footer
{
    margin: 0px 0px px 0px;
    height: auto;
    padding: 80px 0px 0px 0px;
}
.footer .m_tit
{
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    border-bottom: 0px solid #fff;
    padding-left: 0px;
    font-weight: bold;
}
.footer .m_list
{
    width: 100%;
    color: #fff;
    font-size: 16px;
    height: auto;
}
.footer .m_list span
{
    width: 100%;
    color: #ccc;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer .m_list li
{
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer .m_list li:hover span
{
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 30px
}
.footer .tel_list li
{
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 50px
}
.footer .tel_list li img
{
    height: 30px;
    margin-right: 10px
}
.footer .tel_list li a
{
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    font-family: "arial,sans-serif";
}
.footer .qr_list
{
    color: #fff;
    line-height: 30px;
    font-size: 16px;
}
.footer .qr_list .wechat
{
    width: 120px;
    text-align: center;
    float: left;
}
.footer .qr_list .wechat img
{
    width: 120px;
}
.footer .qr_list .wechat p
{
    width: 120px;;
    text-align: center;
}
.footer .qr_list .mp
{
    width: 120px;
    text-align: center;
    float: left;
    margin-left: 20px
}
.footer .qr_list .mp img
{
    width: 120px;
}
.footer .qr_list .mp p
{
    width: 120px;;
    text-align: center;
}
.footer_c
{
    color: #fff;
    font-size: 16px;
    margin-top: 20px
}
.footer_c .footer_icp
{
    text-align: center;
    color: #fff;
}
.footer_c .footer_icp a
{
    color: #fff;
}
/* 大于1000px  */
@media only screen and (min-width: 1000px)
{
}
/* 大于1200px  */
@media only screen and (min-width: 1200px)
{
}
/* 大于1400px  */
@media only screen and (min-width: 1400px)
{
}
/* 大于1600px  */
@media only screen and (min-width: 1600px)
{
}
/* 小于1000px  */
@media only screen and (max-width: 1000px)
{
    .footer .m_box
    {
        display: none;
    }
    .footer .qr_list
    {
        display: none;
    }
}