﻿@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: 31.5vw;}
.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;width: 100%;
        text-align: center;}
.banner .swiper-slide .a{height: 52vw}
}

.intit{margin-bottom: .3rem;position: relative;border-bottom: 1px solid #e1dcdc;}
.intit .h2{}
.intit .h2 img,.intit>a img{display: inline-block;vertical-align: middle;padding-right: 10px;}
.intit .h2 .cn{font-size: .26rem;display: inline-block; font-weight: bold;line-height: 1em;color: #9d0617;position: relative;z-index: 5;border-bottom: 3px solid #9d0617;padding-bottom: 0.1rem;}
.intit .h2 .en{color: #9d0617;opacity: 0.3;font-size: 0.18rem;font-weight: bold;line-height: 1em;display: inline-block;margin-left: 0.1rem;}
.intit>a,.more{color: #a2a2a2;font-size: .16rem;display: flex;align-items: center;position: relative;}
.intit>a img{padding-right: 0;padding-left: 10px;}

.homea{padding: 0.55rem 0;}
.tpnews{width: 67.5%;}
.news_left{width: 50%;}
.news_left .pic{height: 3.6rem;display: block;position: relative;}
.news_left .homeawrap{overflow: hidden;position: relative;}

.news_left .news_title{ box-sizing: border-box;padding: 0.23rem 0.15rem; width: 100%;background: #9d0617;}
.news_left .news_title h2{ line-height: 0.35rem; width: 100%;overflow: hidden;margin: 0 auto; font-size: 0.2rem;font-weight: bold;color: #FFFFFF;padding: 0 0.3rem;}

.news_left .pgba{position: absolute;bottom: 1rem;right: 0;z-index: 5;text-align: center;}
.news_left .pgba span{width: 0.1rem;height: 0.1rem;margin: 0 0.1rem !important;background: #FFFFFF;opacity:0.6;}
.news_left .pgba span.active{opacity:1;}



.news_right{width: 47%;}
.news_right ul li{border-bottom: 1px solid #e7e7e7;padding: 0.14rem 0;}
.news_right ul li a{position: relative;}
.news_right ul li a h2{font-size: 0.18rem;line-height: 0.3rem;height: 0.6rem;padding-left: 15px;background: url(../img/dot.png) no-repeat left 13px;width: 78%;}
.news_right ul li a .date{font-size: 0.16rem;color: #9d0617;line-height: 0.3rem;}






.notice{width: 27%;}
.notice .notice_list{}


.news_first{}
.news_first .date{text-align: center;height: 0.6rem;color: #9d0617;padding-right: 0.2rem;background: url(../img/line2.png) no-repeat right center;}
.news_first .date p{font-size: 0.24rem;}
.news_first .date span{font-size: 0.16rem;}
.news_first h2{width: 75%;line-height: 0.3rem;max-height: 0.6rem\0;font-size: 0.18rem;color: #333333;}
.notice_list ul li{padding: 0.14rem 0 ;border-bottom: 1px solid #e7e7e7;}
.notice_list ul li:hover h2{color:#9d0617 ;}

.homea .line{max-height:5.3rem;overflow: hidden;}



.homeb{background: url(../img/bodybg2.jpg) no-repeat center top ;padding: 0.45rem 0;}
.homeb .intit{margin-bottom: 0.1rem;}
.homeb .xg{width: 31%;}
.homeb .xg .news_right{width: 100%;}
.homeb .xg .news_right ul li{padding: 0.12rem 0;}


.homec{padding: 0.5rem 0;background-color: #f3f3f3;}
.homec ul li{width: 49%;}


.homed{background-color:#f3f3f3;padding: 0.5rem 0;}
.homed ul li{width: 24%;}



@media (max-width: 1600px){


}
@media (max-width: 1366px){


}
@media (max-width: 1024px){
	.tpnews,.notice,.homeb .xg{width: 100%;}
	.homea .line{display: none;}
	.notice,.homeb .xg{margin-top: 0.3rem;}
	.news_first h2{width: 80%;}
}
@media (max-width: 980px){
	.news_left,.news_right{width: 100%;}
	.news_right{margin-top: 0.2rem;}
}
@media (max-width: 900px){
	
}

@media (max-width: 760px){

body{min-width: 320px;}
}
@media (max-width: 640px){
.homec ul li{width: 100%;margin-bottom: 0.2rem;}
.homed ul li{width: 49%;margin-bottom: 0.2rem;}
.footer .code{margin:0.2rem auto}
}

@media (max-width: 480px){
	.news_first h2{width: 75%;}
	
}
/*ie11*/ 
@media all and (-ms-high-contrast:none) { 
*::-ms-backdrop, 
} 
/*ie10*/ 
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 

}




@media (max-width: 980px){
   
}