@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;}

.width100{ width: 100%;}
.width1170{  width: 1170px; margin: 0 auto;}
.width1680{  width: 1680px; margin: 0 auto;}



/*头部*/
.banner {
    width: 100%;
    height: 500px;
    background: url(ssw_banner.jpg) center center no-repeat;
    background-size: cover;
}

/*底部*/
.footer {
    width: 100%;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    background: #C11419;
    padding: 20px 0;
    margin-top: 40px;
    color: #ffffff;
}

/*首页*/
.padtp20 {
    padding-top: 20px;
    padding-bottom: 35px;
}

/*内容*/
/*大标题*/
.piece1,
.piece2,
.piece3,
.piece4,
.piece5{
    padding: 30px 0; 
}
.piece1 h2,
.piece2 h2,
.piece3 h2,
.piece4 h2,
.piece5 h2{
    width: 1170px;
    height: 30px;
    margin: 30px auto;   
}
.piece1 h2{
    background: url(ssw_tit1.png) center no-repeat;
}
.piece2 h2{
    background: url(ssw_tit2.png) center no-repeat;
}
.piece3 h2{
    background: url(ssw_tit3.png) center no-repeat;
}
.piece4 h2{
    background: url(ssw_tit4.png) center no-repeat;
}
.piece5 h2{
    background: url(ssw_tit5.png) center no-repeat;
}
/*列表文字*/
.pie_li li{
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}
.pie_li li span{
    width: 8px;
    height: 8px;
    display: inline-block;
    background: url("ssw_li.png")  center no-repeat;
    background-size: auto;
    margin-right: 10px;
}
.pie_li li a{
    color: #333333;
    line-height: 40px;
    font-size: 16px;
}


/*第一部分*/
.piece1_le {
    float: left;
    width: 570px;
}

.piece1_ri {
    float: right;
    width: 570px;
}

/*第二块*/
.piece2{
    background: #F8F6F7;
}
.piece2_le,
.piece2_ri
{
    width: 570px;
    height: 320px;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.piece2_ri{
    background: #000;
}
.piece2_ri video{
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.piece2_le > img{
    width: 100%;
    height: 100%;
}
/*第三块*/
.piece3_le {
    float: left;
    width: 570px;
}

.piece3_ri {
    float: right;
    width: 570px;
}
/*第四、五块*/
.piece4_le,
.piece5_le{
    width: 570px;
}
.piece4_ri,
.piece5_ri{
    width: 570px;
}

/*第四块*/
.piece4{
    background: #F8F6F7;
}
/*第五块*/
.piece5 .piece5_cen{
    /* display: none; */
}
.piece5 .piece5_tit{
    width: 570px;
    padding-top: 50px;
    margin-bottom: 30px;
}
.piece5 .piece5_tit > a{
    display: block;
    width: 270px;
    height: 40px;
    background: #F2F3F5;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    color: #000;
    font-weight: bold;
}
.piece5 .piece5_tit_le{
    background: url("ssw_jt_an.png") no-repeat center top;
}
.piece5 .piece5_tit_ri{
    background: url("ssw_qy_an.png") no-repeat center top;
}
.piece5 .piece5_tit_le.on{
    background: url("ssw_jt_xi.png") no-repeat center top;
}
.piece5 .piece5_tit.on > a{
    background: #BD3D32;
    color: #ffffff;
}
.piece5 .piece5_tit_ri.on{
    background: url("ssw_qy_xi.png") no-repeat center top;
}

/*更多*/
.more{
    margin: 30px auto;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #C11419;
    border-radius: 20px;
    text-align: center;
}
.more a{
    display: block;
    color: #C11419;
}
/*轮播样式*/
.slideBoxsamll{ 
    width:570px; 
    height:400px; 
    float: left; 
    overflow:hidden; 
    position:relative; 
}
.slideBoxsamll .bd{ 
    height:400px; 
    width:100%; 
    position:relative;
}
.slideBoxsamll .bd li{ 
    zoom:1; 
    vertical-align:middle; 
    position:relative; 
}
.slideBoxsamll .bd img{ 
    width:570px; 
    height: 400px; 
    display:block; 
 }
.slideBoxsamll .bd li span{ 
    display:block; 
    font-size:16px;
    position:absolute; 
    bottom:0; 
    width:100%;  
    height:55px;
    line-height:55px; 
    background:url(czb_bgtext.png) left top repeat; 
    color:#fff; 
    text-indent:1em;
}
.prev,
.next{
     position:absolute;
     width:40px;
     height:74px;
     background: url(prev_next.png) no-repeat;
    }
.prev{
    top: 50%;
    margin-top: -37px; 
    left: 0;
    background-position:0 -74px; 
    cursor:pointer; 
}  
.next{
    top: 50%;
    margin-top: -37px; 
    right: 0;  
    background-position:-40px -74px;  
    cursor:pointer;
}  
.prev:hover{  background-position:0 0; }  
.next:hover{  background-position:-40px 0;}



/*列表页*/
.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;
}


/*详情页*/
.publicity_list_details{
    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;
}
