body{
  font-size: 16px;
  color: #666;
  background: #fff;}
.wrapper
{
  width: 1300px;
  margin: 0 auto;
}
.wrapper p a
{
   color:#000;
}
.m-nav{
  display: none;}
.m-header{
  display: none;}
.header{
  height: 255px;
  background: url(../image/bg_01.png) no-repeat center  #0546b1;}
.header .wrapper{
  position: relative;height: 100%;}
.header-hd{
  padding: 0 50px 0 35px;
  position: relative;
  overflow: hidden;}
.header-hd .logo{
  float: left;}
.header-hd .logo a{
  padding-top: 25px;
  display: block;
  font-size: 0;}
.header-hd .logo h3{
  margin: 15px 0 12px;
  font-size: 0;}
.header-hd .logo p{
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
  font-family: FZCSJW--GB1-0;
  font-weight: bold;}
.header-hd .txt{
  position: absolute;
  top: 53px;
  left: 50%;
  margin-left: -134px;
  font-size: 0;}
.header-hd .txt p{
  font-size: 40px;
  color: #fff;}
.header-hd .txt p:last-child{
  text-indent: 3em;}
.header-hd .search{
  margin-top: 74px;
  float: right;}
.header-hd .search p{
  margin-bottom: 20px;
  color: #FFF;}
.header-hd .search form{
  position: relative;
  width: 244px;
  height: 35px;}
.header-hd .search .search-text{
  display: block;
  padding: 0 60px 0 10px;
  width: 100%;
  height: 100%;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;}
.header-hd .search .search-btn{
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 35px;
  background: url(../images/icon_07.png) no-repeat center #b72b2a;
  border: none;
  cursor: pointer;}
  
.header-bd {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;}
.header-bd .nav{
  background: #b72b2a;
  line-height: 60px;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;}
.header-bd .nav ul{
  padding: 0 20px;
  font-size: 22px;
  overflow: hidden;}
.header-bd .nav li{
  float: left;
  width: 10%;
  text-align: center;
  }
.header-bd .nav li a{
  display: block;
  color: #fff;}
.header-bd .nav li a:hover{
  text-decoration: underline;}
.content{
  background: url(../images/bg_02.jpg) repeat-x top;}
.content .wrapper{
  padding: 0 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;}
.news{
  padding: 35px 0 0;}
.news-bd{
  overflow: hidden;}
.news-bd-slider{
  position: relative;
  float: left;
  width: 640px;
  overflow: hidden;}
.news-bd-slider .hd{
  position: absolute;
  bottom: 7px;
  right: 20px;
  z-index: 999;
  line-height: 1;}
.news-bd-slider .hd li{
  margin: 0 6px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #fff;
  text-indent: 99999px;}
.news-bd-slider .hd li.on{
  width: 28px;
  background: #f23543;}
.news-bd-slider .bd li{
  position: relative;
  font-size: 0;
  width: 100%;
  overflow: hidden;}
.news-bd-slider .bd li .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 10px;
  width: 100%;
  line-height: 40px;
  background: rgba(0,0,0,.3);
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;}
.news-bd-slider .bd li .txt p{
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;}
.news-bd-slider .prev,
.news-bd-slider .next{
  position: absolute;
  top: 50%;
  margin-top: -21px;
  width: 42px;
  height: 42px;
  background: url(../images/icon_slide.png) no-repeat;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -webkit-transition: all .5s;
  transition: all .5s;}
.news-bd-slider .prev{
  background-position: 6px -10px;
  left: -42px;}
.news-bd-slider .next{
  background-position: -20px -10px;
  right: -42px;}
.news-bd-slider .prev:hover,
.news-bd-slider .next:hover{
  background-color: rgba(0,0,0,1);}
.news-bd-list {
  float: left;
  width: 560px;
  margin-left: 48px;
}
.news-bd-list .tab{
  position: relative;
  overflow: hidden;
}
.news-bd-list .tab ul{
  float: left;
  overflow: hidden;
}
.news-bd-list .tab li{
  float: left;
}
.news-bd-list .tab li:first-child span{
  padding-right: 20px;
}
.news-bd-list .tab li:first-child span:before{
  content: '';
  position: absolute;
  top: 2px;
  right: 10px;
  width: 2px;
  height: 28px;
  background: #d80000;
}
.news-bd-list .tab li span{
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 24px;
  color: #797979;
}
.news-bd-list .tab li.on span{
  color: #d80000;
}
.news-bd-list .tab li.on .more{
  display: block;
}  
.news-bd-list .tab .more{
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  float: right;
  line-height: 31px;
  font-size: 14px;
}
.news-bd-list .tab .more a{
  color: #999999;
}
.tab-bd{
  margin-top: 25px;
}
.tab-bd h3{
  font-size: 24px;
  line-height: 38px;
  color: #666;
}
.tab-bd ul{
  margin-top: 18px;
}
.tab-bd li{
  position: relative;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 16px;
}
.tab-bd li:last-child{
  margin: 0;
}
.tab-bd li p{
  /*float: left;
  width: 75%;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tab-bd li span{
  float: right;
  color: #b8b8b8;
}
.tab-bd li a:hover{
  color: #D80000;
}
.tab-bd li:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  background: #da0000;
}
.banner{
  margin: 40px 0 0;
  font-size: 0;}
.column-list{
  margin: 0 -32px 0 0;
  padding: 0 13px;
  overflow: hidden;}
.column-list-item{
  margin: 40px 32px 0 0;
  float: left;
  width: 390px;}
.column-list-item dt{
  margin-bottom: 26px;
  overflow: hidden;}
.column-list-item dt .tit{
  float: left;
  font-size: 24px;
  color: #d80000;}
.column-list-item dt .tit img{
  margin-right: 15px;
  display: inline-block;
  vertical-align: -3px;}
.column-list-item dt .more{
  float: right;
  line-height: 31px;}
.column-list-item dd{
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;}
.column-list-item dd:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  background: #da0000;}
.column-list-item dd p{
  float: left;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}
.column-list-item dd span{
  float: right;}
.column-list-item dd:hover p,
.column-list-item dd:hover span{
  color: #da0000;}
.information
{
}
.information .wrapper{
  padding: 35px 0;
  border-top: 4px solid #0549b6;
  overflow: hidden;}
.information-item{
  float: left;
padding-left:10px;}
.information-item h3{
  font-size: 24px;
  margin-bottom: 20px;}
.whistle-blowing{
  margin-right: 150px;
  margin-left: 35px;}
.whistle-blowing-bd li{
  margin-bottom: 15px;
  color: #797b7d;}
.whistle-blowing-bd li:last-child{
  margin: 0;}
.whistle-blowing-ft{
  margin-top: 25px;}
.whistle-blowing-ft li{
  margin-right: 20px;
  display: inline-block;
  text-align: center;
  width: 100px;
  line-height: 30px;
  background: #3d84fa;}
.whistle-blowing-ft li:last-child{
  margin: 0;}
.whistle-blowing-ft li a{
  display: block;
  color: #fff;}
.link{
  margin-right: 116px;
  width: 330px;}
.link-bd ul{
  margin: 0 -30px -15px 0;
  overflow: hidden;}
.link-bd li{
  float: left;
  margin: 0 30px 15px 0;}
 
.information .qr p{
  margin-top: 5px;
  text-align: center;}
.footer
{
  background: url('../images/footer-bg.jpg') no-repeat center top;
  background-size: cover;
  line-height: 20px;
}