﻿/*rest*/
*{
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: "微软雅黑";
}
body{
    color: #333;
}
img{
    border: none;
}
a{
    text-decoration: none;
    color: #333;
}
ul,li{
    list-style: none;
}
/*public*/
.lf{
    float: left;
}
.rt{
    float: right;
}
.wd{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

/*banner*/
.banner{
    height: 316px;
    background: url("../images/gz_01.jpg") top center no-repeat;
}
.top{
    color: white;
    font-size: 15px;
    line-height: 29px;
}
.top a{
    color: white;
}
.top a:hover{
    color:#AB1D1E;
}

/*section01*/
.section01{
    margin-top: 15px;
}
.section01>div{
    height: 381px;
}
.nav{
    width: 170px;
}
.slide{
    width: 915px;
}
    /*nav*/
.nav a{
    display: block;
    line-height: 56px;
    padding-left: 19px;
    background: #AB1D1E;
    color: white;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 10px; 
}
.nav a:hover{
    background: red;
}
    /*slide*/
.slide {
    position: relative;
    overflow: hidden;  
}
.picshowhd{
    position: absolute;
    height: 43px;
    width: 100%;
    background: rgba(50,50,50,0.5);
    bottom: 0;
    z-index: 9999;
    text-align: center;
    line-height: 43px;
}
.picshowhd li{
    display: inline-block;
    padding: 0 3px;    
}
.picshowhd a{
    display: inline-block;   
    width: 10px;
    height: 10px;
    border-radius: 50%; 
    background: #ccc;  
}
.picshowhd a:hover,.picshowhd .on a{
    background: #AB1D1E;
}
.picshow .on a{
   background: #AB1D1E;
}
.picshow .bd img{
    width: 915px;
    height: 381px;
}
/*section02*/
.section02>div{
    margin-top: 4px;
    
}
.article_list{
    width: 756px;

}
.aside_nav{
    width: 322px;
}
    /*title*/
.title{
    position: relative;
    overflow: hidden;
    padding: 8px 0;
    line-height: 29px;
    font-size: 16px;
    border-bottom: 2px solid #AB1D1E;
}
.title a.more{
    position: absolute;
    padding: 4px 15px;
    right: 4px;
    top: 12px;
    line-height: 10px;
    border-radius: 3px;
}
.title a.more:hover{
   background:  #c35856;
}
.title li{
    float: left;
    padding: 0 5px 0 10px;
}
.title li h3{
    display: inline; 
    font-weight: normal;
}
.title .on a{
    color: #AB1D1E;
}
.title li span{
    padding-left:18px; 
    color: #bbb;
}
    /*list*/
.height{
    height: 208px;
    overflow: hidden;
}
.list{
    padding: 12px 0 6px 0;
    
}
.list a{
    display: block;
    position: relative;
    padding-left: 12px;
    background: url("../images/gz_10.jpg") left center no-repeat;
    line-height: 30px;
}
.list a:hover{
    color:#AB1D1E;   
}
.list span{
    position: absolute;
    right: 2px;
    z-index: 999;
}
    /*list2*/

.list2{
    padding: 12px 0;
    overflow: hidden;
}
.list2 li{
    float: left;
    width: 250px;
    padding: 10px 0;
}
.list2 a{
    display: block;
    padding-left: 12px;
    background: url("../images/gz_10.jpg") left center no-repeat;
    line-height: 29px;
	height: 30px;
    overflow: hidden;
}
.list2 a:hover{
    color:#AB1D1E;   
}
/*aside_nav*/
.aside_nav01{
    margin: 15px 0;
}
.aside_nav01 a{
    display: block;
    line-height: 26px;
    padding: 9px 30px 9px 16px;
    min-height: 54px;
    border: 1px solid #ccc;
    margin: 10px 0;
    background: url("../images/gz_08.png") right 20px center no-repeat;
}
.aside_nav01 a.lh{
    line-height: 54px;
}
.aside_nav01 a:hover{
    border: 1px solid #AB1D1E; 
}
.aside_nav02{
    margin-top: 20px;
    height: 268px;
    overflow: hidden;
    
}
.aside_nav02 a{
    display: block;
    line-height: 29px;
    padding: 13px 16px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background: #F7F7F7;
}
.aside_nav02 a:hover{
    background: #AB1D1E;   
    color: white;
}
/*footer*/
.footer{
    text-align: center;
    border-top: 3px solid #AB1D1E;   
    line-height: 27px;
    font-size: 14px;
    padding: 18px 0 30px 0;
    color: #777;
}
/* nav02*/

.nav02{
    overflow: hidden;
    line-height: 45px;
}
.nav02 li{
    float: left;
    
}
.nav02 a {
    padding: 0 10px;
    margin-right: 30px;
    display: block;
    color: white;
}
.nav02 a:hover{
    background: red;
}
.bkred{
    background: #AB1D1E;
}
/*pgnav 模块样色*/
.pgnav{
    text-align: center;
    margin: 0 14px;
    padding: 20px 0 30px 0;
    line-height: 26px;
    vertical-align: center;
}
.pgnav>a{
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 10px;
    margin-right: 6px;
}
.pgnav a:hover{
    color: white;
    background: #AB1D1E;
    border: 1px solid #AB1D1E;
}
.pgnav a.on{
    color: white;
    background: #AB1D1E;
    border: 1px solid #AB1D1E;
}
/*title02*/
.title02{
   text-align: center;
   border-bottom: 1px solid #ccc; 
}
.title02 h3{
    line-height: 30px;
    color: #AB1D1E;
    font-size: 22px;
    padding: 55px 4px 10px 40px;
}
.title02 p{
    padding: 14px 0;
    color: #ccc;
    font-size: 15px;
}
.title02 p span{
    padding: 0 10px;
}
/*content*/
.content{
    padding: 20px 0;
    line-height: 29px;
    text-indent: 2em;
    font-size: 15px;
    text-align: justify;
}
/*pd_bt*/
.pd_bt{
    padding-bottom: 60px;
}