﻿body
{
    background: white;
    font-family: 'Microsoft YaHei';
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #4D4D4D;
    /*#6B6B6B*/
   
    min-width: 1200px;
}
*
{
    outline: none;
    margin: 0;
    padding: 0;
}
td
{
    margin:0;
    padding:0;
    }
.width_center
{
    width: 1200px;
    margin: 0 auto;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover{
color: orange;
}

.menu-first a
{
    color:#fff;
    }

.menu-first a:hover
{
    color: orange;
    }


ul
{
    padding: 0;
    margin: 0;
}

ul li
{
    list-style-type: none;
}

.marginTop
{
    margin-top: 20px;
}

.marginRight
{
    margin-right: 16px;
}

.fl
{
    float: left;
}

.fr
{
    float: right;
}

/*顶部大图*/
.topimg
{
   
    height: 144px;
    
}

/*导航*/
.dv3
{
    width: 100%;
    background: red;
    height: 40px;
    background: #f03c07;
    font-size:16px;
}



#menu ul
{
    margin: auto;
    width: 100%;
    height: 40px;
    list-style-type: none;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.m_li
{
    float: left;
    width: 111px;
    height: 40px;
    line-height: 40px;
    text-align: center; /*margin-right: -2px;     margin-left: -2px;*/
    position: relative;
}

.m_li a:hover
{
    color:#940000;
    }


/*.m_li:hover
{
    background: url(/images/zfw/3.png);
}*/

.m_li a
{
    display: block;
    color: #FFFFFF;
    width: 100%;
}
.m_line
{
    float: left;
    width: 1px;
    height: 40px;
    line-height: 50px; /*ff下有效(图片垂直居中)*/
}

.ul li
{
    width: 10%;
    height: 48px;
    line-height: 48px;
    float: left;
    font-size: 14px;
    text-align: center;
    font-family: "微软雅黑";
}

/*下拉导航*/
.m_chl_div
{
    position: absolute;
    background: rgb(24, 137, 226);
    top: 42px;
    width: 111px;
    overflow: hidden;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    z-index:99999;
}





.m_chl_div ul li
{
    height: 39px;
    color:#FFF;
    font-size:14px;
}

.m_chl_div ul li:hover
{
   background: url(/images/zfw/3.png);
}

/*通告*/
.tonggao
{
    height: 37px;
    background: url(/images/zfw/2.jpg);
}


/*底部*/
.bottom
{
    background:#666666;
    height:210px;
    overflow:hidden;
    color:#FFF;
    font-size:14px;
    }

.bottom li
{
    float:left;
    }

    

.btm_tb
{
    margin-top:10px;margin-left:65px;width: 800px;
    }

.btm_tb a
{
     color:#ddd;
    }

.btm_tb td
{
    text-align:center;
    font-size:16px;
    padding-top:12px;
    }

.bottom_2
{
    background:#004E7C;
    height:28px;
    line-height:28px;
    font-size:14px;
    text-align:center;
    color:#ddd;
    }