/** 首页轮播 **/
.banner {
  margin-top:2px;
	width: 100%;
	height: 600px;
	min-width: 1200px;
  position:relative;
}
.banner .swiper {
	width: 100%;
	height:100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-pagination {
  z-index:20;
  position:absolute;
  width:100%;
  bottom:-28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 .pagination-item {
  margin:0 10px;
  width: 150px;
  height: 56px;
  overflow:hidden;
}
 .pagination-item img {
  display: block;
  width:100%;
  height:100%;
}
.pagination-item.active {
  width:200px;
  height:75px;
  border:2px solid #fff;
}

/** 首页新闻中心 **/
.index-news{
  padding-top:40px;
  width:100%;
  background-color: #FFF6E8;
  padding-bottom:30px;
}
.index-news-title{
  display: flex;
  justify-content: space-between;
}
.index-title h4{
  font-weight: normal;
  font-size:36px;
  color:#333;
}
.index-title span{
  font-size:14px;
  color:#999;
}
.title-more{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:16px;
  color:#999;
  border:1px solid #d9d9d9;
  padding:10px;
  height:48px;
  width:160px;
  cursor:pointer;
}
.title-more:hover{
  border:1px solid #BB2821;
  color:#BB2821;
}

.index-news-con{
  margin-top:30px;
  display: flex;
}
.index-news-top{
  width:456px;
  padding:40px;
  background-color:#fff;
  margin-right:40px;
}
.top-news-date
{
  font-size: 24px;
  font-style: italic;
  color:#999;
}
.top-news-title{
  display: block;
  font-size: 18px;
}
.top-news-summary{
  margin-top:10px;
  font-size:15px;
  color:#999;
  line-height:28px;
}
.top-news-img{
  margin-top:15px;
  width:376px;
  height:206px;
}
.top-news-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-news-more{
  width:70px;
  height:28px;
  line-height:28px;
  margin-top:20px;
  background-color: #BB2821;
  color:#fff;
  font-size:12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-news-more i{
  font-size:12px;
}
.index-news-item{
  display: flex;
  justify-content: space-between;
  border-bottom:1px solid #d9d9d9;
  cursor:pointer;
  padding-bottom:20px;
  margin-bottom:20px;
}
.index-news-item:hover .news-item-title{
  color:#BB2821;
}
.index-news-item:last-of-type{
  border:none;
  margin-bottom: 0;
}
.news-item-left{
  width:540px;
}
.news-item-title{
  font-size:18px;
}
.news-item-summary{
  margin-top:10px;
  font-size:15px;
  color:#666;
}
.news-item-right{
  width:60px;
  margin-left:100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.news-item-date span{
  display:block;
  font-size:20px;
  color:#666;
  text-align:right;
}
.news-item-date span.year {
  font-size:12px;
  color:#999;
}

.news-item-more{
  width:60px;
  height:28px;
  margin-top:10px;
  color:#666;
  font-size:12px;
  border:1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-item-more i{
  font-size:12px;
}
.news-item-more:hover{
  color:#fff;
  background-color: #BB2821;
  border:1px solid #BB2821;
}

/** 首页业务范围 **/
.index-biz{
  width: 100%;
  height:700px;
  background:#fff url(../img/index_biz_bg.png) 50% 0 no-repeat;
}
.biz-list{
  display: flex;
  flex-wrap: wrap;
}
.index-biz-title{
  width:400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align:center;
}
.biz-item{
  display: block;
  width:400px;
  padding:0 90px;
  margin-top:45px;
}
.biz-item-icon{
  width:160px;
  height:160px;
  margin:0 auto;
  border-radius: 50%;
  border:1px solid #BB2821;
  background:#FEE;
  display: flex;
  justify-content: center;
  align-items: center;
}
.biz-item-icon img{
  width:64px;
}
.biz-item-icon .blur_{
  display: block;
}
.biz-item-icon .focus_{
  display: none;
}
.biz-item-name{
  width:100%;
  text-align: center;
  font-size:24px;
  color:#000;
  padding:15px 0 10px;
  border-bottom:2px solid #d9d9d9;
}
.biz-item-desc{
  font-size:14px;
  line-height:24px;
  color:#999;
  margin-top:10px;
}

.biz-item:hover .biz-item-icon{
  background:#BB2821;
}
.biz-item:hover .blur_{
  display: none;
}
.biz-item:hover .focus_{
  display: block;
}
.biz-item:hover .biz-item-name{
  color:#BB2821;
  border-bottom:2px solid #BB2821;
}

/** 首页党建工作 **/
.index-party{
  width:100%;
  background-color: #BB2821;
  padding:40px 0;
}
.index-party-title{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.index-party-title .index-title h4{
  font-weight: normal;
  font-size:36px;
  color:#fff;
}
.index-party-title .index-title span{
  font-size:14px;
  color:#fff;
}
.party-title-more{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:16px;
  color:#fff;
  border:1px solid #d9d9d9;
  padding:10px;
  height:48px;
  width:160px;
  cursor:pointer;
}
.party-title-more:hover{
  border:1px solid #fff;
  background:#fff;
  color:#BB2821;
}

.index-party-con{
  width:100%;
  height:370px;
  margin-top:30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.index-party-item{
  display: flex;
  justify-content: space-between;
  cursor:pointer;
  width:590px;
  height:175px;
  padding:40px;
  background-color:#fff;
}
.index-party-item:hover{
  background-color:rgba(255,255,255,.95)
}
.index-party-item:hover .party-item-title{
  color:#BB2821;
}
.party-item-left{
  width:345px;
}
.party-item-title{
  font-size:18px;
}
.party-item-summary{
  margin-top:25px;
  font-size:15px;
  color:#666;
}
.party-item-right{
  width:60px;
  margin-left:100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.party-item-date span{
  display:block;
  font-size:20px;
  color:#666;
  text-align:right;
}
.party-item-date span.year {
  font-size:12px;
  color:#999;
}

.party-item-more{
  width:60px;
  height:28px;
  margin-top:10px;
  color:#666;
  font-size:12px;
  border:1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.party-item-more i{
  font-size:12px;
}
.party-item-more:hover{
  color:#fff;
  background-color: #BB2821;
  border:1px solid #BB2821;
}

/**首页公司概况**/
.index-about{
  background: url(../img/index_about_bg.png) 50% 50%;
  background-size:cover;
}
.index-about-con{
  padding:40px 0;
  display: flex;
  justify-content: space-between;
}
.index-about-left{
  width:750px;
  padding-top:30px;
}
.about-title{
  font-size:18px;
  padding:30px 0 15px;
}
.about-summary{
  font-size:15px;
  color:#666;
  line-height: 28px;
}
.about-more{
  display: block;
  margin-top:40px;
  width:160px;
  height:48px;
  text-align:center;
  font-size:16px;
  color:#fff;
  line-height: 48px;
  background:#BB2821;
  cursor:pointer;
}
.about-more:hover{
  opacity: 0.9;
}
.index-about-right img{
  display: block;
  border:5px solid #fff;
}
@media screen and (max-width: 1000px) {
	.banner {
		height: 180px;
		min-width: 1px;
	}
  .banner-pagination {
    z-index:20;
    position:absolute;
    width:100%;
    bottom:-15px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }
  .pagination-item {
    margin:0 5px;
    width: 80px;
    height: 30px;
    overflow:hidden;
  }
  .pagination-item img {
    display: block;
    width:100%;
    height:100%;
  }
  .pagination-item.active {
    width:96px;
    height:36px;
    border:2px solid #fff;
  }
  /** 首页新闻中心 **/
  .index-news{
    padding-top:20px;
    padding-bottom:20px;
  }
  .index-news-title{
    padding-left:15px;
  }
  .index-title h4{
    font-weight: normal;
    font-size:18px;
    color:#333;
  }
  .index-title span{
    font-size:12px;
    color:#999;
  }
  .title-more{
    display: none;
  }
  .index-news-con{
    margin-top:10px;
    background-color:#fff;
    flex-direction: column;
  }
  .index-news-top{
    width:100%;
    padding:15px;
    background-color:#fff;
    margin-right:0;
  }
  .top-news-date
  {
    display: none;
  }
  .top-news-title{
    font-size: 16px;
    font-weight:bold;
  }
  .top-news-summary{
    margin-top:5px;
    font-size:14px;
    color:#999;
    line-height:24px;
  }
  .top-news-img{
    margin-top:15px;
    width:100%;
    height:200px;
  }
  .top-news-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .top-news-more{
    display: none;
  }

  .index-news-list{
    padding:15px;
  }
  .index-news-item{
    display: flex;
    justify-content: space-between;
    border-bottom:1px solid #eee;
    cursor:pointer;
    padding-bottom:10px;
    margin-bottom:10px;
  }
  .index-news-item:hover .news-item-title{
    color:#BB2821;
  }
  .index-news-item:last-of-type{
    border:none;
    margin-bottom: 0;
  }
  .news-item-left{
    width:initial;
    flex:1;
    padding-right:20px;
    min-width:0;
  }
  .news-item-title{
    font-size:15px;
  }
  .news-item-summary{
    margin-top:10px;
    font-size:14px;
    color:#666;
  }
  .news-item-right{
    width:60px;
    margin-left:0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-shrink: 0;
  }
  .news-item-date span{
    display:block;
    font-size:14px;
    color:#888;
    text-align:right;
  }
  .news-item-date span.year {
    font-size:12px;
    color:#999;
  }
  .news-item-more{
    display:none;
  }
  /** 首页业务范围 **/
  .index-biz{
    width: 100%;
    height:initial;
    background:#fff url(../img/index_biz_bg.png) 50% 0 no-repeat;
    padding-bottom:20px;
  }
  .biz-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .index-biz-title{
    width:30%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
  }
  .biz-item{
    display: block;
    width:30%;
    padding:0 10px;
    margin-top:30px;
  }
  .biz-item-icon{
    width:60px;
    height:60px;
    margin:0 auto;
    border-radius: 50%;
    border:1px solid #BB2821;
    background:#FEE;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .biz-item-icon img{
    width:30px;
  }
  .biz-item-icon .blur_{
    display: block;
  }
  .biz-item-icon .focus_{
    display: none;
  }
  .biz-item-name{
    width:100%;
    text-align: center;
    font-size:16px;
    color:#000;
    padding:10px 0 5px;
    border-bottom:2px solid #d9d9d9;
  }
  .biz-item-desc{
    font-size:12px;
    line-height:20px;
    color:#999;
    margin-top:5px;
  }

  .biz-item:hover .biz-item-icon{
    background:#BB2821;
  }
  .biz-item:hover .blur_{
    display: none;
  }
  .biz-item:hover .focus_{
    display: block;
  }
  .biz-item:hover .biz-item-name{
    color:#BB2821;
    border-bottom:2px solid #BB2821;
  }

  /** 首页党建工作 **/
  .index-party{
    width:100%;
    background-color: #BB2821;
    padding:20px 0;
  }
  .index-party-title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-left:15px;
  }
  .index-party-title .index-title h4{
    font-weight: normal;
    font-size:18px;
    color:#fff;
  }
  .index-party-title .index-title span{
    font-size:12px;
    color:#fff;
  }
  .party-title-more{
    display: none;
  }

  .index-party-con{
    width:100%;
    height:initial;
    margin-top:20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
    padding:0 20px;
  }
  .index-party-item{
    display: flex;
    justify-content: space-between;
    cursor:pointer;
    width:100%;
    height:110px;
    padding:15px;
    background-color:rgba(255, 255, 255, .6);
    border-radius:10px;
    margin:5px 0;
  }
  .index-party-item:hover{
    background-color:rgba(255,255,255,.95)
  }
  .index-party-item:hover .party-item-title{
    color:#BB2821;
  }
  .party-item-left{
    width:100%;
  }
  .party-item-title{
    font-size:16px;
  }
  .party-item-summary{
    margin-top:15px;
    font-size:15px;
    color:#666;
  }
  .party-item-right{
    width:60px;
    margin-left:100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    display: none;
  }
  .party-item-date span{
    display:block;
    font-size:20px;
    color:#666;
    text-align:right;
  }
  .party-item-date span.year {
    font-size:12px;
    color:#999;
  }

  .party-item-more{
    width:60px;
    height:28px;
    margin-top:10px;
    color:#666;
    font-size:12px;
    border:1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .party-item-more i{
    font-size:12px;
  }
  .party-item-more:hover{
    color:#fff;
    background-color: #BB2821;
    border:1px solid #BB2821;
  }

  /**首页公司概况**/
  .index-about{
    background: url(../img/index_about_bg.png) 50% 50%;
    background-size:cover;
  }
  .index-about-con{
    padding:20px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .index-about-left{
    width:100%;
    padding-top:20px;
  }
  .about-title{
    display: none;
    font-size:16px;
    padding:10px 0;
  }
  .about-summary{
    font-size:13px;
    color:#666;
    line-height: 24px;
  }
  .about-more{
    display: block;
    margin-top:20px;
    width:120px;
    height:30px;
    text-align:center;
    font-size:12px;
    color:#fff;
    line-height: 30px;
    background:#BB2821;
    cursor:pointer;
  }
  .about-more:hover{
    opacity: 0.9;
  }
  .index-about-right img{
    display: none;
    border:5px solid #fff;
  }
}