@charset "utf-8";

.banner .pgba{
    z-index: 5;
    position: absolute;
    bottom: 0.35rem;
    left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
    
    width: auto;
    }

.banner .pgba span{position: relative;display: inline-block;opacity: 1;width:25px !important;height:25px;line-height: 25px;background: transparent;margin: 0 0.1rem!important;font-size: 16px;position: relative;}
.banner .pgba span i{text-align: center;display: block;margin:0 auto; border-radius: 50%;position:relative;background: transparent;color: #FFFFFF;}
.banner .pgba span i::after{content:"";}
.banner .pgba span.active i{border:1px solid #ffffff;width:25px !important;height: 25px;line-height: 24px;color: #FFFFFF;}
.banner .pgba span:last-child{background:none;}
.banner .pgba span.active  .circle-container{display: block;}


.banner .swiper-slide .a{display: block;height: 26vw;}
.banner .swiper-slide .a{position: relative;display: block;overflow: hidden;}



.banner .swiper-slide .bg{position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 0;background-size: cover !important;}

.banner .bgtitle{
	position: absolute;
	left: 6%;
	bottom: 0.3rem;
	width: 70%;
	z-index: 9;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 0.24rem;
}



.circle-container {
	display: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}

.circle-container svg circle {
  stroke-dasharray: 100; /* 控制进度条的长度 */
  stroke-dashoffset: 100; /* 初始偏移量 */
  animation: draw 6s linear forwards; /* 动画效果 */
}

@keyframes draw {
  0% {
	stroke-dashoffset: 100; /* 开始时偏移量 */
  }
  50%{
	  stroke-dashoffset: 50; 
  }
  100% {
	stroke-dashoffset: 0; /* 结束时偏移量为0 */
  }
}

  @keyframes bgfubuki1 {
    0% {
      background-position: 0 0;
    }
    10% {
      background-position: -1000px 0;
    }
    20% {
      background-position: -2000px 0;
    }
    30% {
      background-position: -3000px 0;
    }
    40% {
      background-position: -4000px 0;
    }
    50% {
      background-position: -5000px 0;
    }
    60% {
      background-position:  -6000px 0;
    }
    70% {
      background-position:  -7000px 0;
    }
    80% {
      background-position: -8000px 0;
    }
    90% {
      background-position: -9000px 0;
    }
    100% {
      background-position:  -10000px 0;
    }
  }



@media screen and (max-width: 1400px){

}
@media screen and (max-width: 1200px){

}
@media screen and (max-width:1024px){
.banner .swiper-slide .a{height: 50vw;min-height: inherit;}
.banner .sbtn{display: none;}
}
@media screen and (max-width:900px){
.banner .swiper-slide .a{height: 46vw}
}
@media screen and (max-width:640px){
.banner .pgba{bottom: .15rem}
.banner .swiper-slide .a{height: 52vw}
}

.intit{margin-bottom: .3rem;position: relative;border-bottom: 1px solid #a80101;}
.intit .h2{}
.intit .h2 img,.more img,.intit>a img{display: inline-block;vertical-align: middle;padding-right: 10px;}
.intit .h2 .cn{font-size: .22rem; padding-bottom: 0.15rem;margin-right: 0.1rem; display: inline-block;border-bottom: 3px solid #a80101;font-weight: bold;line-height: 1em;color: #a80101;position: relative;z-index: 5;}
.intit .h2 .en{color: #a80101;display: inline-block; font-size: 0.18rem;font-weight: bold;line-height: 1em;font-family: 'sys';}
.intit>a,.more{color: #a80101;font-size: .18rem;display: flex;align-items: center;position: relative;}
.intit>a img,.more img{padding-right: 0;padding-left: 10px;}

.homea{padding: 0.4rem 0;}
.tpnews{width: 48.5%;}
.news_left{}
.news_left .pic{height: 3.8rem;display: block;position: relative;s}
.news_left .homeawrap{overflow: hidden;position: relative;}

.news_left .news_title{ color: #FFFFFF;box-sizing: border-box;padding: 0.13rem 0.15rem;width: 100%;background: #a80101;}
.news_left .news_title h2{ line-height: 0.35rem; width: 100%;overflow: hidden;margin: 0 auto; font-size: 0.2rem;color: #ffffff;padding: 0 0.3rem;}

.news_left .pgba{position: absolute;bottom: 1rem;left: 0;z-index: 5;text-align: center;}
.news_left .pgba span{width: 0.1rem;height: 0.1rem;margin: 0 0.1rem !important;background: #dadada;opacity:1;}
.news_left .pgba span.active{background: #a80101;}



.news{width: 48.5%;}
.news_right ul li{border-bottom: 1px dashed #e4d5d5;padding: 0.12rem 0;}
.news_right ul li a{position: relative;}
.news_right ul li a h2{font-size: 0.18rem;line-height: 0.3rem;padding-left: 0.3rem;width: 80%; background: url(../img/dot1.png) no-repeat left 10px;}
.news_right ul li a .date{font-size: 0.16rem;color: #999999;line-height: 0.3rem;}





.homeb{}
.homeb .intit{margin-bottom: 0.1rem;}
.notice{width: 100%;}



.news_first{}
.news_first .date{text-align: center;width: 0.65rem;height: 0.65rem;background: #a80101;border:1px solid #a80101; color: #a80101;}
.news_first .date p{font-size: 0.24rem;padding-top: 0.02rem;background-color: #FFFFFF;margin-bottom: 0.05rem;}
.news_first .date span{font-size: 0.14rem;color:#FFFFFF ;}
.news_first h2{width: 70%;line-height: 0.65rem;font-size: 0.18rem;color: #333333;}
.news_first .flex>span{color: #a80101;line-height: 0.65rem;}
.notice_list ul li{padding: 0.15rem 0 ;border-bottom: 1px dashed  #e4d5d5;width: 48.5%;}

.notice_list ul li:hover h2{color:#a80101 ;}



.homec{padding: 0.4rem 0;}
.homec .swiper-slide a{display: block;border: 1px solid #a80101;border-bottom: 3px solid #a80101;}
.homec .pic{height: 2.4rem;margin: 0 auto; }
.homec .news_title{padding: 0 0.2rem;}
.homec .news_title h2{font-size: 0.18rem;text-align: center;margin: 0.15rem 0;line-height: 0.3rem;} 
.homec .news_title div{font-size: 0.14rem;color: #888888;text-align: center;line-height: 0.25rem;height: 0.75rem;}
.homec .news_title p{margin-top: 0.15rem;}
.homec .news_title p span{font-size: 0.14rem;  text-align: center;background-color:#a80101 ;color: #FFFFFF;padding: 0.05rem 0.2rem;}
.homec .shi{position: relative;}
.homec .shi .sbtn a{position: absolute;width: 0.36rem;height: 0.36rem;top: 40%;display: block;z-index: 2;}
.homec .shi .sbtn .prev{background: url(../img/byleft.png) no-repeat center /contain;left: -5%;}
.homec .shi .sbtn .next{background: url(../img/byright.png) no-repeat center /contain;right: -5%;}
.homec .shi .pgba{text-align: center;margin-top: 0.35rem;}
.homec .shi .pgba span{width: 0.1rem;height: 0.1rem;margin: 0 0.1rem !important;background: #a80101;opacity:0.6;}
.homec .shi .pgba span.active{opacity: 1;}

.homed{padding-bottom: 0.4rem;}
.homed ul li{width: 31%;}



/*ie11*/ 
@media all and (-ms-high-contrast:none) { 
*::-ms-backdrop, 
} 
/*ie10*/ 
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 

}


