@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, form, table,label { margin:0; padding:0; border:0; list-style:none;white-space: normal;}
img {border:none;}
ul, ol ,li{list-style:none; padding:0; margin:0;}
input, select, textarea{outline:none;border:0;}
input,label { margin:0; padding:0; }
a,area{blr:expression(this.onFocus=this.blur())}
textarea {resize:none;}
input::-ms-clear{display:none;}
em,i{ font-style:normal;}
a {text-decoration:none; }
.clearfix:after {content:"";display:block;clear:both;}
.clearfix {zoom:1}
.fl_all{ float: left; }
.fr_all{ float: right;}
.txtdot { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }

.width100{ width: 100%;}
.width1170{  width: 1170px; margin: 0 auto;}
.width1680{  width: 1680px; margin: 0 auto;}



/*头部*/
.banner {
    width: 100%;
    height: 300px;
    background: url(tp_banner.jpg) center center no-repeat;
}

/*导航栏*/
.nav {
    background-color: #C1141B;
    height: 60px;
}

.nav li {
    float: left;
    margin: 14px 39px;
}

.nav ul li a {
    color: #ffffff;
    font-weight: 500;
    font-size: 24px;
}

/*底部*/

.footer {
    width: 100%;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    background: #f1f0ef;
    padding: 20px 0;
    margin-top: 40px;
}



/*首页*/
.padtp20 {
    padding-top: 20px;
    padding-bottom: 35px;
}

/*内容*/
/*大标题*/
.piece1 h2,
.piece2 h2,
.piece4 h2,
.piece5 h2{
    height: 120px;
    background: url(title.png) no-repeat center;
    color: #C1141B;
    text-align: center;
    font-size: 30px;
}
/*小标题序*/
.shli> li> span{
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: black;
    margin: 4px;
    border-radius: 50%;
}
/*块背景*/
.piece2,
.piece4 {
    background-color: #FAFAFA;
}
.cen_pad {
    padding: 20px 0;
}
/*第一部分*/
.piece1_le {
    float: left;
    width:447px;
    text-align:center;
}
.piece1_le img{
    height:340px;
}
.piece1_ri {
    float: right;
    width: 650px;
}

.piece1_ri h4 {
    color: #333333;
    padding-bottom: 20px;
}

.piece1_ri p {
    color: #333333;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.piece1_ri p a {
    color: red;
}

.piece1_li li,
.piece2_cen li,
.piece3_cen li,
.piece4_cen li{
    margin-top: 17px;
}

.piece1_li a,
.piece2_cen a,
.piece3_cen a,
.piece4_cen a {
    color: #333333;
}

.piece1_li span {
    color: #A1A1A1;
    float: right;
}
.piece2_cen li {
    padding-left: 20px;
}

/*第三块*/
.piece3_le,
.piece4_le {
    width: 585px;
    float: left;
}
.piece3_ri,
.piece4_ri {
    width: 585px;
    float: right;
}
.piece3_cen h1{
    color: #C1141B;
    font-size: 30px;
}
.piece3_cen h1 span{
    display: inline-block;
    width: 5px;
    height: 23px;
    background-color: #C1141B;
    margin-right: 16px;
}

/*第五块*/
.slideBox {
    position: relative;
}

.piece5_cen {
    width: 1000px;
    margin: 0 auto;
}
.piece5_cen .bd{ 
    position:relative; 
    height:100%; 
    z-index:0; 
}
.piece5_cen  ul li{
    width:480px;
    float: left;
    margin: 30px 10px;
    zoom:1; 
    vertical-align:middle;
    position: relative; 
}
.piece5_cen ul li img{
    width:480px;
}
.piece5_cen .hd {
    height: 15px;
    position: absolute;
    bottom: 0px;
    z-index: 1;
    left: 50%;
    margin-left: -70px;
}
.piece5_cen .hd ul li {
    float: left;
    margin-right: 8px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: url(lbli.jpg);
    cursor: pointer;
    list-style: none;
    background-size: 100%;
}
.piece5_cen .hd ul li.on {
    width: 10px;
    height: 10px;
    background: url(lbli_on.jpg);
    color: #fff;
    background-size: 100%;
}
.piece5_cen .bd ul li p {
    position: absolute;
    bottom: 34px;
    padding-left: 30px;
    overflow: hidden;
    z-index: 10;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    width: 247px;
    height: 50px;
    line-height: 50px;
}
.piece5_cen .bd ul li p a{
    color: #ffffff;
}


/*列表页*/
.main_list{
    margin: 30px auto; 
}
.main_list li{
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
}
.main_list li a{
    color: #333;
}
.main_list li span{
    float: right;
    color: #999;
}

/*分页*/
.page {
    text-align: center;
    margin-top: 26px;
}
.page a {
    padding: 5px 10px;
    border: 1px solid #dddddd;
    display: inline-block;
    background: #f6f6f6;
}


/*详情页*/
.publicity_list_details{
    padding-top: 50px;
    padding-bottom: 15px;
}
.titleBox {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 15px 0;
    border-bottom: 1px dotted #cccccc;
    clear: both;
}
.titleBox h2 {
    font-size: 20px;
    text-align: center;
    line-height: 150%;
    padding-bottom: 10px;
}
.titleBox p {
    text-align: center;
    text-indent: 2em;
}
.xilancon {
    width: 95%;
    margin: 0 auto;
    line-height: 200%;
    font-size: 16px;
    padding-top: 20px;
}


