   /*style.css*/
   body{
    background: #fff url(../images/bwcx_top.jpg) no-repeat;
    background-size:100% auto
}
.top{
    background:#f8f8f8;
    border-bottom:1px solid #e6e6e6;
    font-size: 0.9em;
    padding:5px;
}
.top > div,.nav > ul ,.content > .kuai{
    width: 1200px;
    margin:0 auto;
}
.top span{
    float: right;
}
.header {
    text-align: center;
    height: 310px;
}
.header > div{
    position:relative;
    width: 1300px;
    margin:0 auto;
}
.search{
    position: absolute;
    top:10px;
    right:50px;
    line-height: 26px;
}
.search input[type="text"]{
    border:1px solid #ccc;
    border-right:none;
    line-height: 26px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
.search input[type="button"]{ 
    background:#0181d1;
    color:#fff;
    border:1px solid #0181d1;
    line-height: 26px;
    padding:0 15px;
}

/*导航*/
.nav{
    background: rgba(255,255,255,0.5);
    line-height: 40px;
    font-size: 17px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
.nav li{
    display: table-cell;
    width: 1%;
    text-align: center;
}

.nav li a{
    display: block;
    color: #050321;
    font-size: 22px;
}
.nav li a:hover{
    border: 4px solid #D9000B;
    border-radius: 30px;
    background: #D9000B;
    color: #fff;
    font-weight: bold;
}
.nav li.on a{
    border: 4px solid #D9000B;
    border-radius: 30px;
    background: #D9000B;
    color: #fff;
    font-weight: bold;
}
.row1{
    text-align: center;
}
.row1 table{
    width: 98%;
    margin:10px auto;

}
.row1 table td:first-child{
    background:#d9000b;
    font-size: 30px;
    padding:10px 0;
    color:#f6d643;
    font-weight: bold;
}
.row1 table td:last-child a{
   color:#003b73;
   font-size: 25px;
   font-weight: bolder;
}
   .row1  a:hover{
     color:#d9000b!important;
 }

.row1{
    position: relative;
   
    height:90px;
}
.row1 .more{
    position: absolute;
    right:0px;
    top:0px;
}
.row2{
    background:#f6f6f6;
    padding:10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
.row2 > div.hdp{
    float:left;
    width: 53%;
    margin-right: 15px
}
.row2 > div.hdp img{
    width: 100%;
    height: 350px;
}
.row2 .xinwen{
    overflow: hidden;
    background:#fff;
    padding:10px 15px;
}
.tab_btn > div{
    display: table-cell;
    width: 1%;
    line-height:40px;
    background:#e7e7e7;
    color:#737373;
    text-align: center;
    cursor: pointer;
}
.tab_btn > div.active{
    background:#D9000B;
    color:#fff;
}
.row2 .tab_content{
    margin-top: 10px
}
.tab_content > div{
    display: none
}
.tab_content > div.active{
    display: block;
}

.list li{
    position: relative;
    line-height: 35px
}
.list li a{
    display: block;
    padding-left: 20px;
    padding-right: 73px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list li{
   background:url(../images/li_dian.png) no-repeat;
   background-position: 5px center

}
.list li .time{
    position: absolute;
    right:0;
    color:#c7c5c5;
}
.row3 {
    margin-top: 10px!important;
    text-align: center;
}
.row4 > div{
    width: 49.3%;
    display: inline-block;
    border:1px solid #e6e6e6;
    margin-top: 10px
}
.row4 > div:nth-child(odd){
    margin-right:8px
}
.row4 > div > p{
    position: relative;
    color:#D9000B;
    padding-left: 40px;
    line-height: 36px;
    font-weight: bolder;
    background:#f4f3f3 url(../images/title_icon.png) no-repeat;
    background-position: left center;

}
.row4 > div p .more{
    position: absolute;
    right:5px;
    font-weight: initial;
    font-size: 0.9em
}
.row4 .list .time{
    padding-right: 5px
}
.row4 .list a{
    padding-right: 100px;
}
.row4 .list li{
   background:url(../images/li_dian.png) no-repeat;
   background-position: 10px center
   }
.list li a:hover, .list li a:hover span{
   color: #EF4001;
}
.row5 > a{
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 49.3%;
    overflow: hidden;
    border:1px solid #e6e6e6;
}
.row5 > a+a{
    margin-left: 8px;
    
}
.row6{
    text-align:center;
}
.row6 div{
    margin: 0 20px;
    width: 200px;
    line-height: 26px;
    /* padding-left: 2%; */
    display: inline-block;
    border: 1px solid #000;
    position: relative;
    cursor: pointer;
}
.row6 div ul{
    display: none;
    background:#fff;
   position: absolute;
   top:100%;
   width:100%

}.row6 div ul li{
       font-size:14px;
       line-height: 30px;
       border-bottom:1px solid #fafafa
 }.row6 div a:hover{
       color:#D9000B
   }




.content{ 
     padding-bottom: 10px;
     /* background:url(../images/bottom_bg.png) no-repeat;
     background-size:100% auto;
     background-position: center bottom */
}

/*底部*/
.footer{  
    padding:40px ;
    border-top:5px solid #D9000B; 
    background:#ebeaea;
    line-height: 26px;
    font-size: 0.9em;
    text-align: center;
}

/* swiper */
.swiper-container {
    width: 100%;
    height:400px;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #eee;

    box-sizing: border-box;

    /* Center slide text vertically */
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; */
    transition: 300ms;
    transform: scale(0.8);
  }
  .swiper-slide > div{
      margin:10px
  }
  .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
  }
  .swiper-slide .img{
      overflow: hidden;
      height:219px
  }
.swiper-slide img{
      width:100%;
      height:100%;
      transition: all 0.5s;
      -moz-transition: all 0.5s; /* Firefox 4 */
      -webkit-transition: all 0.5s; /* Safari 和 Chrome */
      -o-transition: all 0.5s;
  }
  .swiper-slide img:hover{
    transform:scale(1.3);
    -ms-transform:scale(1.3); /* IE 9 */
    -moz-transform:scale(1.3); /* Firefox */
    -webkit-transform:scale(1.3); /* Safari and Chrome */
    -o-transform:scale(1.3);
  }
  .swiper-slide .name{
    color:#000;
    font-weight: bolder;
    font-size:16px
  }
  .swiper-slide .jianjie{
    font-size:14px;
    margin: 10px 0;
    text-align: justify;
      text-indent: 2em;
      word-wrap: break-word;
  }
  .swiper-slide .more{
      float: right;
      color:#D9000B;
      font-size:14px;
  }
  .swiper-slide .more:hover{
      text-decoration: underline
  }
  .swiper-pagination-bullet-active {
    background: #D9000B!important;
}

