@charset "utf-8";
html,body,div,h1,h2,h3,h4,h5,h6,p,img,dl,dt,dd,ol,ul,li,table,caption,tbody,tfoot,thead,tr,th,td,form,fieldset,embed,object,applet,header,nav,section,strong,footer,a,img{
    border:0;
    margin:0;
    padding:0;
    font-size:12px;
    font-family: 微软雅黑;
}
ul{
    list-style:none
}
a{
    text-decoration:none;
    color:#787f87;
}
.clearfix:before,.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{
    clear:both;
    overflow:hidden;
}
.clearfix{
    zoom:1;
}
/*------------------------------------------------------网站头部------------------------------------------------------*/
.top{
    background: #e9e9e9;
    min-width: 980px;
}
.top ul{
    margin:0 auto;
    width:63%;
    min-width: 900px;
    padding:10px 0;
}
.top ul li{
    float: right;
    margin-left:20px;
}
.top ul li span{
    color:#888;
}
/*------------------------------------------------------导航菜单------------------------------------------------------*/
.menu{
    width: 63%;
    min-width: 980px;
    margin: 0 auto;
    padding:15px 0;
}
.menu .left{
    float: left;
}
.menu .right{
    float: right;
    margin-top:22px;
    width:60%;
    border-top:1px solid #ccc;
}
.menu .right li{
    float: left;
    width:14.2%;
    text-align: center;
    height:50px;
    line-height: 50px;
}
.menu .right li a{
    font-size:15px;
}
.menu .right li a:hover{
    color:#47aa42;
}
.menu .right .this a{
    color:#47aa42;
}
.menu .right li:hover{
    background:url(../images/menu_bg.png) no-repeat center center;
}
.menu .right .this{
    background:url(../images/menu_bg.png) no-repeat center center;
}
/*-------------------------------------------------------banner-------------------------------------------------------*/
.banner{
    min-width: 980px;
    /*background: black;*/
}
.banner img{
    width: 100%;
}
/*------------------------------------------------------当前位置------------------------------------------------------*/
.dq{
    background: black;
}
.dq span{
    display: block;
    width: 63%;
    min-width: 980px;
    margin: 0 auto;
    color: white;
    padding:15px 0;
    background: url(../images/about_dq.png) no-repeat center left;
    text-indent: 25px;
}
.dq span a{
    color: white;
}
.dq span a:hover{
    color:red;
}
/*------------------------------------------------------栏目标题------------------------------------------------------*/
.title{
    text-align: center;
    padding:20px 0;
    background: url(../images/list_title.png) no-repeat center bottom;
    margin-top:30px;
}
.title h1{
    font-size: 32px;
}
/*------------------------------------------------------列表分页------------------------------------------------------*/
.page{
    width:63%;
    min-width: 980px;
    margin: 20px auto;
    text-align: center;
}
.page .thisclass{
    padding:5px 8px;
    background: red;
    color: white;
}
.page li{
    display: inline-block;
    border:1px solid #ccc;
    font-size: 14px;
}
.page li a{
    display: block;
    padding:5px 8px;
    font-size: 14px;
}
.page li a:hover{
    background: red;
    color: white;
}
/*------------------------------------------------------网站底部------------------------------------------------------*/
.footer{
    background: #262626;
}
.footer .links{
    width: 63%;
    min-width: 980px;
    margin: 0 auto;
    padding:20px 0;
    border-bottom:1px solid #333;
}
.footer .links li{
    float: left;
    margin-right: 20px;
}
.footer .links li:first-child{
    color:white;
    font-size:14px;
}
.footer .links li a{
    color: #999;
    font-size: 14px;
}
.footer .con{
    width: 63%;
    min-width: 980px;
    margin: 30px auto 0;
    padding-bottom: 20px;
}
.footer .con .left{
    float: left;
    width: 60%;
}
.footer .con .left ul li{
    float: left;
    color: #c7c7c7;
}
.footer .con .left ul li a{
    font-size: 14px;
    color: #c7c7c7;
    margin:0 7px;
}
.footer .con .left img{
    padding:20px 0;
}
.footer .con .left .ewm{
    width: 90px;
    margin: 0 auto;
}
.footer .con .right{
    float: right;
    width: 35%;
}
.footer .con .right h3{
    font-size: 20px;
    color:white;
    height:55px;
    line-height: 55px;
    background: url(../images/about_bg.png) no-repeat;
}
.footer .con .right .lx{
    background: url(../images/foot_bg.jpg) no-repeat;
}
.footer .con .right .lx li{
    font-size:14px;
    color: #bcbcbc;
    text-indent: 35px;
    height:30px;
    line-height: 25px;
}
/*------------------------------------------------------版权信息------------------------------------------------------*/
.bq{
    min-width: 980px;
    background: #404040;
}
.bq p{
    width:63%;
    margin: 0 auto;
    padding:10px 0;
    text-align: center;
    color: #c2c2c2;
    font-size: 14px;
}
.bq p a{
    color: red;
    font-size: 14px;
}
.bq p a:hover{
    text-decoration: underline;
}