 .nyBanner{position: relative;}
 .nyBanner .img img{display: block;width: 100%;min-height: 50rem;object-fit: cover;}
 .nyBanner .desc{position: absolute;top: 50%;left: 0%;width: 100%;transform: translateY(-50%);display: flex;flex-direction: column;align-items: center;}
 .nyBanner .desc .atit{height: 10rem;width:100%;}
 .nyBanner .desc .atit text{font-family: Airal;font-size:10rem;font-weight: bold;text-transform: uppercase;letter-spacing: 2px;fill: transparent;stroke: white;stroke-width: 0.5;stroke-dasharray: 800;stroke-dashoffset: 800;animation: textDash 5s 1s linear infinite;opacity: .6;}
 .nyBanner .desc .btit{font-size: 6rem;font-weight: bold;color: #FFFFFF;line-height: 1;margin-top: -5rem;position: relative;z-index: 9;}
 @media screen and (max-width:768px) {
	 .nyBanner .img img{min-height: 35rem;}
	 .nyBanner .desc{transform: translateY(-80%);}
	 .nyBanner .desc .atit text{font-size: 6rem;}
	 .nyBanner .desc .btit {font-size: 4rem;}
 }
 
 
 
 .nyBanner .bannerBar{position: absolute;left:0;bottom: 0;width:100%;border-top: 1px solid rgba(255,255,255,.2);background-color: rgba(0,0,0,.2);}
 .nyBanner .bannerBar>div{min-height: 8rem;display: flex;align-items: center;}
 .barNav{display: flex;}
 .barNav a{display: flex;align-items: center;justify-content: center;font-size: 1.8rem;color: #FFFFFF;height: 8rem;min-width: 16rem;border-right: 1px solid rgba(255,255,255,0.2);border-left: 1px solid rgba(255,255,255,0.2);}
 .barNav a+a{margin-left: -1px;}
 .barNav a i{display: block;width: 0.5rem;height: 0.5rem;background: #FFFFFF;margin-right: 1rem;}
 .barNav a.active,.barNav a:hover{background: #EE1D23;border-color: #EE1D23;color: #fff;}
 .barNav a.active+a,.barNav a:hover+a{border-left-color: #EE1D23;}
 .mbx{display: flex;align-items: center;justify-content: center;margin: auto 0 auto auto;}
 .mbx img{margin-left: 2rem;}
 .mbx span,.mbx a{display: block;font-size: 1.6rem;color: #FFFFFF;line-height: 2rem;margin-left: 2rem;}
 .mbx a:hover{opacity: .8;}
 
 
 
 
 .nyBtnA{}
 .nyBtnA{display: flex;align-items: center;justify-content: center;width: 15rem;height: 5rem;border-radius: 2.5rem;border: 1px solid #ffffff;background: #EE1D23;margin-top: 8rem;}
 .nyBtnA span{display: block;font-size: 1.6rem;color: #ffffff;line-height: 1;}
 .nyBtnA i{display: block;width: 8px;height: 15px;background: url(../images/iconRight6.png);margin-left: 1rem;}
 .nyBtnA.active{border-color: transparent;}
 .nyBtnA:hover{transform: translateY(-1rem);box-shadow: 0 0 1rem 0 rgba(0,0,0,.35);}




.mySwiperHonor{position:relative;overflow: hidden;}
.mySwiperHonor .swiper-slide{width: 420px;transition: .3s;}
.mySwiperHonor img{display: block;width: 100%;}
.mySwiperHonorText{position:relative;overflow: hidden;max-width: 72rem;margin: 2rem auto 0;text-align: center;}
.mySwiperHonorText .atit{font-weight: bold;font-size: 2.4rem;color: #000000;line-height: 1.35;}
.mySwiperHonorText .btit{font-size: 1.8rem;color: #333333;line-height: 1.5;margin-top: 1.2rem;}
@media screen and (max-width:1720px) {
	.mySwiperHonor .swiper-slide{width: 320px;}
}
@media screen and (max-width:1199px) {
	.mySwiperHonor .swiper-slide{width: 240px;}
}





.pagesDiv{padding: 3rem 0 6rem;}
.pagination{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
.pagination li{display: block;margin: 0.5rem;}
.pagination li span,.pagination li a{display: flex;align-items: center;justify-content: center;font-size: 1.8rem;font-weight: bold;width: 4rem;height: 4rem;background: #EFEFEF;border-radius: 50%;}
.pagination li a:hover{background: #EE1D23;color: #fff;}
.pagination li.active span{background: #EE1D23;color: #fff;}
.pagination li.disabled span{color: #666;cursor: no-drop;}




.nyTit{text-align: center;padding: 9rem 0 5rem;}
.nyTit .atit{font-size: 4rem;color: #111111;line-height: 1.2;font-weight: bold;}
.nyTit .line{display: block;width: 35px;height: 2px;background: linear-gradient(90deg, #EE1D23, #FFA800);margin: 1.5rem auto 0;}



.fwbContent{font-size: 1.8rem;line-height: 1.6;}
.fwbContent img{display: block;max-width: 100%;margin: 2rem auto;}

