html,body{
    margin: 0;
    padding: 0;
    background-color:#fff;
    font-family:'Microsoft YaHei',Tahoma,'\5FAE\8F6F\96C5\9ED1',Arial,Helvetica,sans-serif;
    min-width: 1200px;
}
/*初始化css*/
img{
    border: none;
}
a{
    text-decoration:none;
    out-line: none;
    color:black;
}
/* top 开始*/
.top{
    background-color: #282828;
    width: 100%;
    height: 35px;
    color: #9f9d9d;
    font-size: 12px;
    line-height: 32px;
    font-weight: bold;
    position: relative;
    letter-spacing: 0.5px;
}
.top .content{
    width: 1200px;
    margin: 0 auto;
    /*overflow: hidden;*/
    /*padding-left: 100px;*/
}
.top a{
    display: inline-block;
    color: #fff;
}
.topleft{
    float: left;
    padding-top: 1px;
}
.topright{
    float: right;
}
.log a{
    color: #FFF;
    text-decoration: none;
}
.log span{
    color: #FFF;
}

/*主体内容*/
.index{
    width: 100%;
    min-width: 1200px;
}
/*核心内容区*/
.hxcontent{
    width: 1200px;
    margin: 0 auto;
    
}
/*头图------------------------------------------------------------------------------------------------------------------------------------------*/
.banner{
    height: 642px;
    margin-top: -50px;
    background: url(/rail/statics/images/rail2/dsjy/banner.png) no-repeat center top;
   
}
/*标题*/
.list_banner{
    width: 1200px;
    margin-top:-79px;
    height: 79px;

}
.list_banner .list{
    width: 1200px;
    margin: 0 auto;
    height: 79px;
    text-align: center;
}

.listac{
    display: inline-block;
    text-align: center;
    height: 79px;
    line-height: 79px;
    color: #fff9c4;
    font-size: 28px;
    letter-spacing:2px;
    
}

.listas{
    display: inline-block;
    text-align: center;
    height: 79px;
    line-height: 79px;
    color: #fff9c4;
    font-size: 30px;
    padding: 0px 30px;
    margin: 0;
}
.listac:hover{
    /* color: #FAD448; */
}

/* 面包屑 */
.title{
    width: 1200px;
    height: 96px;
    line-height: 96px;
    color: #1d1d1d;
    font-size: 27px;
   
}
.title a{
    color: #1d1d1d;
    font-size: 23px;
    display: inline-block;
    margin: 0 5px;
}
.title a:hover{
    color: #AF0101;
}

/* top 1 */
.topcontent{
    width: 1200px;
    position: relative;
    overflow: hidden;
    /* margin-top: 20px; */
}
.topr{
    float: right;
    margin: 0;
   
    width: 392px;
    height: 224px;
    position: relative;
}
.topconr{
    width: 392px;
    height: 224px;
    position: relative;
}
.topr .topconr:nth-child(1){
    margin-bottom: 3px;
}
.topconr .imgbt{
    display: inline-block;
    color: white;
    text-align: left;
    position: absolute;
    
    width: 352px;
    font-size: 22px;
    line-height: 37px;
   
    padding:4px 20px;
    right: 0;
    bottom: 0px;
    left: 0px;
    background: rgba(0,0,0,0.3);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.65)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 100%);
    
    z-index: 15;
    
}
.topconr img{
    width: 392px;
    height: 224px;
}
.topl{
    width: 800px;
height: 451px;
    float: left;
    position: relative;
}
.topconl{
    width: 800px;
    height: 451px;
    position: relative;
}
.topconl img{
width: 800px;
height: 451px;
}
.topconl .imgbt{
    display: inline-block;  
    color: white;
    text-align: left;
    position: absolute;
   
    /*-------------------------------*/
    width: 665px;
    font-size: 23px;
    height: 46px;
    line-height: 46px;
    padding:0px 115px 0px 20px;
    right: 0;
    bottom: 0px;
    left: 0px;
    background: rgba(0,0,0,0.3);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.65)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 100%);
    
    z-index: 15;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.imgbt:hover{
    color: #AF0101;
}

/* 分页器 */
.pagination{
   margin: 0 auto;
    z-index: 20;
    text-align: center;
    height: 30px;
    line-height: 32px;
    position: absolute;
    bottom: 4px;
    right: 14px;
  }
  .pagination .swiper-pagination-switch {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background: #BFBFBF;
    margin: 0 4px;
    /* opacity: 0.8;  */
    cursor: pointer;
  }
  .pagination .swiper-active-switch {
    background: #D50202;
  }
  .play{
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(/rail/statics/images/rail2/dsjy/play.png) no-repeat center top;
    background-size: 100%;
}
/* 中部 */
.conz{
    width: 1200px;
    position: relative;
    overflow: hidden;
    /* margin-bottom: 20px; */
    margin-top: 50px;
}
.conzt{
    width: 580px;
   /* height: 186px; */
   float: left;
   /* padding-bottom: 17px; */
   /* border-bottom: 1px dashed #D9D9D9; */
}
.conz .conzt:nth-child(even){
    float: right;
}
.conzt a{
    display: inline-block;
    width: 100%;
    color: #1d1d1d;
    font-size: 23px;
    /* font-weight: 600; */
    height: 65px;
    line-height: 65px;
    /* margin-top: 10px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.conzt p{
    margin: 0;
    font-size: 21px;
    color: #636363;
    line-height: 37px;
}
.conzt a:hover{
    color: #AF0101;
}
/* 3 */
.zuji{
    width: 1200px;
    overflow: hidden;
    position: relative;  
}
.zjcon{
width: 398px;
float: left;
}
.zjcon:nth-child(2){
    margin-left: 3px;
}
.zjcon:nth-child(3){
   float: right;
}
.zjconimg{
    width: 398px;
    height: 225px;
    display: inline-block;
    position: relative;
}
.zjconimg img{
    width: 398px;
    height: 225px;
}
.zjconbt{
    display: inline-block;
    color: #1d1d1d;
    text-align: left; 
    width: 388px;
    font-size: 23px;
    /* height: 46px; */
    line-height: 38px;
    padding:0px 5px;   
    margin-top: 8px;
}
.zjconbt:hover{
    color: #AF0101;
}
.more{
    width: 1200px;
    height: 44px;
    float: left;
    line-height: 44px;
    margin-top: 25px;
    text-align: center;
}
.more a{
    display: inline-block;
    color: #1d1d1d;
    /* border: 1px solid #666; */
    background-color: #EFEFEF;
    width: 200px;
    height: 42px;
    line-height: 42px;
    font-size: 21px;
    text-align: center;
    border-radius: 19px;
}
.more a:hover{
    color: #AF0101;
}
.wwqzbtimg{
    width: 1200px;
    margin: 30px 0;
}
.dyfcbtimg{
    width: 1200px;
    margin: 30px 0;
}
/*底部*/
.footer .w {
    width: 1200px;
    margin: 0 auto;
}
.footer {
    margin: 0;
    padding: 0;
}
.footer a {
    color: #333;
    text-decoration: none;
}

.footer .footer-column p a:hover {
    color: #AF0101;
    text-decoration: underline !important;
}

.footer {
    height: 140px;
    border-top: 5px solid #AF0101;
    text-align: center;
    margin-top: 117px;
}
.footer .footer-column {
    height: 140px;
}
.footer .footer-column p {
    margin: 8px 0
}
.footer .footer-column .about {
	width: 1200px;
}
.footer .footer-column .about a {
    color: #333;
    font-size: 16px;
    padding: 0 20px;
}

.footer .footer-column .address span {
    display: inline-block;
    font-size: 16px;
    color: #333;
}

.footer .footer-column  a {
    font-size: 16px;
    color: #333;
}
.footer .footer-column .pho a {
    margin: 0 10px;
}
.footer .footer-column .bean a {
    margin: 0 6px;
}
.footer .footer-column .bean img {
    position: relative;
    top: 4px;
    left: 5px;
}

.footer .footer-column .bean {
    vertical-align: baseline;
}
