body{
  font-size: 15px;
  font-family: 'Microsoft Yahei';
  background: #f6f6f6;
  min-width: 1100px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.hide {
  display: none;
}
.mt-10{
  margin-top: 10px;
}
.mt-20{
  margin-top: 20px;
}
.pd-20{
  padding: 20px;
}
a:hover{
  color:#c51118;
}
img:hover{
  filter: alpha(opacity=80);
  opacity:.8;
}
.w1100{
  width: 1100px;
  margin: 0 auto;
}
.top{
  height: 325px;
  background: url(../images/head.jpg) no-repeat center top;
}
.icon-group{
  font-size: 12px;
  float: right;
  margin-right:90px;
}
.icon-group span{
  display: block;
  float:left;
  padding-left:22px;
  margin:0 8px;
  font-family: '宋体';
  height: 50px;
  line-height: 50px;
  background: url(../images/top.png) no-repeat left center;
}
.icon-group span a{
  display: block;
  background: #eee;
  width: 100%;
  padding-right:10px;
  background: url(../images/xie.gif) no-repeat right 20px;
}
.icon-group span a.last{
  background: none;
}
.icon-group span.fan{
  background-position: -85px center;
}
.icon-group span.contact{
  background-position: -170px center;
}
.icon-group span.home{
  background-position: -270px center;
}
.icon-group span.save{
  background-position: -370px center;
}

.menu {
  background: #ffefe0;
  height: 50px;
  line-height: 50px;
}
.menu ul{
 
}
.menu li {
  float: left;
  padding: 0 20px;
}
.menu li a{
  font-size: 18px;
  color: #c51118;
  font-weight: bold;
  display:block;
}
.menu li a.current{
  background:url(../images/arrow.png) no-repeat bottom center;
}
.i-top {
  padding: 20px 0;
}
.i-top .date{
  float:left;
  background: url(../images/home.png) no-repeat left center;
  padding-left: 30px;
  height: 40px;
  line-height:40px;
}
.i-top .search {
  float:right;
  width:340px;
}
.keyword{
  width: 300px;
  display: block;
  height:40px;
  line-height: 40px;
  border:0;
  float:left;
}
.post-btn{
  float:left;
  width:40px;
  border:0;
  height:40px;
  display:block;
  text-indent: -9999px;
  background: url(../images/s-icon.png) no-repeat center center #c51118;
}
.h2{
  font-size:30px;
  text-align: center;
  padding: 30px 0;
}
.h2 a{
  color: #c51118;
}
.slider {
  width: 560px;
  height: 360px;
  float: left;
  overflow: hidden;
  position: relative;
}

.slider .hd {
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 8px;
    z-index: 1;
}
.slider .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.slider .hd ul li {
    float: left;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    margin-right:5px;
    font-size: 12px;
}
.slider .hd ul li.on {
    background: #cd000c;
    color: #fff;
}


.slider .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slider .bd li {
    zoom: 1;
    vertical-align: middle;
    height: 360px;
    position: relative;
}

.slider .bd img {
    width: 100%;
    /*height: 393px;*/
    display: block;
}
.slider .prev:hover,
.slider .next:hover {
    opacity: 1;
}
.slider .u-tit {
    background: url(../images/opacity.png) repeat;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.slider .u-tit p {
    padding: 8px;
    width: 80%;
}
.character {
  width: 100%;
  height: 200px;
  margin-top:10px;
}
.character .bd{
  width: 85%;
  margin: 0 auto;
}
.character .bd li{
  height: auto;
}
.character .bd li img{
  width:200px;
}
.character .bd li .pic{
  float:left;
}
.character .bd li .txt{
  float: left;
  padding-left: 20px;
  width:360px;
}
.character .bd li .txt h4{
  font-weight: bold;
  font-size: 18px;
}
.character .hd{
  display:none;
}
.character .control{
  position: absolute;
  top: 0px;
  background: url(../images/left.png) no-repeat left center;
  height: 200px;
  line-height:200px;
  width:50px;
  display:block;
  text-indent: -9999px;
  cursor: pointer;
}
.character .prev{
  left: 0px;
}
.character .next{
  right:0px;
  background: url(../images/right.png) no-repeat right center;
}
.character-right {
  float: right;
  width: 360px;
  height: 260px;
}
.character-right li{
  width: 100px;
  margin: 12px 10px;
  float: left;
  padding-left: 60px;
  border-radius: 10px;
}
.character-right li a{
  color: #fff;
  display: block;
  height: 70px;
  line-height: 70px;
}
.character-right li.s-1{
  background:url(../images/s-1.png) no-repeat 20px center #009e96;
}
.character-right li.s-2{
  background:url(../images/s-2.png) no-repeat 20px center #e26d8d;
}
.character-right li.s-3{
  background:url(../images/s-3.png) no-repeat 20px center #556fb5;
}
.character-right li.s-3 a,.character-right li.s-1 a{
  line-height:20px;
  height:55px;
  padding-top:15px;
}
.character-right li.s-4{
  background:url(../images/s-4.png) no-repeat 20px center #999999;
}
.character-right li.s-5{
  background:url(../images/s-5.png) no-repeat 20px center #af5ea1;
  width: 280px;
}
.slide-right{
  float: right;
  width: 500px;
}
.cate-title{
  font-size:24px;
  border-bottom: 1px solid #ececec;
}
.cate-title a{
  display:inline-block;
  padding: 10px;
  color: #c51118;
  border-bottom: 2px solid #c51118;
  font-weight: bold;
}
.slide-right ul {
  padding-top:20px;
}
.slide-right ul li{
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:  nowrap;
}
.white{background:#fff;padding: 10px;}
.info-left{
  float:left;
  width: 700px;
  height:260px;
}

.info-left ul{
  padding-top:20px;
}
.info-left ul li{
  height: 35px;
  line-height: 35px;
}
.info-left ul li a{
  
}
.info-left ul li span{
  display: block;
  float: right;
  font-size: 14px;
}

.info-right{
  float: right;
  width:340px;
  height: 260px;
}
.info-right ul{
  padding-top:30px;
}
.info-right li{
  width: 44%;
  margin: 3% 3%;
  float:left;
  text-align:center;
  background: #ffe9ea;
  height:60px;
  line-height: 60px;
}
.sub-cate {
  padding:10px 0;
}
.sub-cate span{
  float: left;
  background-color: #ffefe0;
  height:30px;
  line-height: 30px;
  padding:8px 15px;
}
.sub-cate span.current{
  background-image:url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position:center bottom;
}
.sub-cate span a{
  color: #af323f;
  font-weight: bold;
}
.news-ul {
  width: 48%;
  float: left;
  margin-right:4%;
}
.news-ul li{
  height: 35px;
  line-height: 35px;
}
.news-ul li a{
  display:block;
  width:80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float:left;
}
.news-ul li span{
  float:right;
  font-size:14px;
}
.frind-link {
  height: 70px;
  line-height:70px;
  background: url(../images/frindlink.png) no-repeat 10px center #fff;
  padding-left: 100px;
}
.frind-link a {
  display: inline-block;
  padding-right: 10px;
}
.footer{
  margin-top: 40px;
}
.footer-left{
  float:left;
  width:30%;
  text-align:right;
}
.footer-right{
  float: left;
  margin-left:20px;
}
.slider-ads {
  overflow: hidden;
  position: relative;
}
.slider-ads .hd {
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 8px;
    z-index: 1;
}
.slider-ads .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.slider-ads .hd ul li {
    float: left;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    margin-right:5px;
    font-size: 12px;
}
.slider-ads .hd ul li.on {
    background: #cd000c;
    color: #fff;
}
.code{
  position:fixed;
  right:0;
  top:45%;
}
.code-img{
  display: block;
    background: #fff url(../images/qrcode.jpg) top center no-repeat;
    width: 100px;
    padding-top: 100px;
    height: 25px;
    font-size: 12px;
    text-align: center;
    background-size:100%; 
}
.to-top{
  background: url(../images/totop.png) center 10px no-repeat #c51118;
  width: 100px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  line-height: 90px;
}


/*list.html*/
.site{
  height: 50px;
  line-height: 50px;
  border-bottom: 4px solid  #f6f6f6;
  color: #999;
  padding:0 15px;
}
.site a{
  color: #999;
}
.site a, .site span{
  color: #999;
  padding:0 10px;
  display:inline-block;
}
.main{
  margin-top:20px;
  padding:0 15px;
}
.main_tl {
  width: 20%;
  float:left;
}
.current-cate{
  font-size:26px;
  color: #c51118;
  padding-bottom:20px;
  font-weight: bold;
  border-bottom:4px solid #eee;
}
.main_tr {
  width: 78%;
  float:right;
}
.listpage li{
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.listpage li a{
  display: block;
  width: 85%;
  float:left;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.listpage li span{
  float:right;
}
.page-ul {
  margin-top:30px;
}
.page-ul span{
  display: inline-block;
  padding:8px 10px;
  background: #efefef;
  float:left;
}
.page-ul span.current{
  background:#c51118;
  color:#fff;
}