.nyrCon video{
  display: block;
  margin: 0.1rem auto;
  width: 100%;
  width: 100%;
}


/*内容样式*/
.nyrCon td,
.nyrCon th{padding: 10px 10px;border: 1px solid #eff3f6;vertical-align:middle;color: #303030;line-height: 1.25;}
.nyrCon td p,
.nyrCon th p{padding-bottom:0;margin-bottom: 0 !important;}
.nyrCon table {border-collapse: collapse;border: 1px solid #dadbdd; width:100%}
.nyrCon table tr:not(:first-child) td{}
.nyrCon table td {border: 1px solid #dadbdd;}

.nyrCon table th{ border: 1px solid #dadbdd;}





/* banner */

.nybanner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}



.nybanner .swiper-container {
  overflow: hidden;
  margin: 0 auto;

}

.nybanner .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}


.nybanner .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
}

.nybanner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 1s linear 2s;
  transform: scale(1, 1);
  object-fit: cover;
}

.nybanner .swiper-slide-active img,
.nybanner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1.05, 1.05);
}



.nybanner .banner_button{
  position: absolute;
  right: 1.3rem;
  bottom: 0.35rem;
  z-index: 5;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.nybanner .swiper-next {
  position: relative;
  width: 0.3rem;
  height: 0.3rem;
  background: url(../images/bannerright.png) no-repeat center;
  background-size: 100%;
  right: 0%;
  top: 0%;
  z-index: 5;
  cursor: pointer;
  

}

.nybanner .swiper-prev {
  position: relative;
  width: 0.3rem;
  height: 0.3rem;
  background: url(../images/bannerleft.png) no-repeat center;
  background-size: 100%;
  right: 0%;
  top: 0%;
  z-index: 5;
  cursor: pointer;

}


.nybanner .banner-pagination{
  width: auto;
  margin: 0 0.15rem;
  text-align: center;
  position: relative;
  bottom: 0rem;
}

.nybanner .banner-pagination .swiper-pagination-bullet{
  position: relative;
  margin: 0 0.15rem ;
  width: 0.2rem;
  height: 0.2rem;
  background: rgba(217, 217, 217, 0.5);
  border-radius: 50%;
  opacity: 1;
}

.nybanner .banner-pagination .swiper-pagination-bullet::after{
  left:0rem;
  top: -0.14rem;
  content:"";
  position: absolute;
  width: 0.42rem;
  height: 0.48rem;
  background: url(../images/bannerico.png) no-repeat  center;
  background-size: 100%;
  opacity: 0;
}


.nybanner .banner-pagination .swiper-pagination-bullet-active{
  width: 0.42rem;
  background: none;

}

.nybanner .banner-pagination .swiper-pagination-bullet-active::after{
  opacity: 1;
}


.swiper-prev::after, .swiper-container-rtl .swiper-next::after {
  content: 'prev';
  display: none;

}

.swiper-next:after, .swiper-container-rtl .swiper-prev:after {
  content: 'next';
  display: none;
}


@media (max-width: 1024px){
  .nybanner .banner_button{
    position: absolute;
    right: 0rem;
    bottom: 0.25rem;
    width: 100%;
  }

  .nybanner .banner-pagination .swiper-pagination-bullet{
    background: rgba(217, 217, 217, 0.9);

  }

  .nybanner .banner-pagination .swiper-pagination-bullet-active{
    width: 0.42rem;
    background: none;
  
  }
  
  .nybanner .swiper-next {
    width: 0.4rem;
    height: 0.4rem;

    
  
  }
  
  .nybanner .swiper-prev {
    width: 0.4rem;
    height: 0.4rem;
  
  }

  
  .nybanner::after{
    display: none;
  }


}





.nybanner{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.nybanner img{
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}


.nybanner::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}


/*联系我们*/

.nycontact{
  margin: 0 auto;
  padding-top: 0.15rem;
}

.ny_title{
  margin: 0 auto;
  height: 1rem;
  border-bottom: 1px solid rgba(225, 235, 245, 1);
}

.ny_title h3{
  display: inline-block;
  font-size: 0.32rem;
  font-weight: 700;
  color: rgba(0, 46, 124, 1);
  line-height: 1rem;
  border-bottom: 4px solid rgba(0, 46, 124, 1);
}

.nycontact .contact_box{
  margin: 0 auto;
  padding-top: 0.4rem;

}

.arc-tit{
  margin: 0 auto;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(225, 235, 245, 1);
}

.arc-tit h1{
  font-size: 0.32rem;
  font-weight: 500;
  color: rgba(0, 46, 124, 1);
  text-align: center;
}


.arc-tit .arc-info{
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.18rem;
}

.arc-tit .arc-info span{
  display: inline-block;
  font-size: 0.18rem;
  color: rgba(153, 153, 153, 1);
  margin: 0 0.08rem;

}

.nycontact .contact_box .nyrCon{
  margin: 0.28rem auto 0 auto;
}

.nycontact .contact_box .nyrCon p{
  font-size: 0.2rem;
  line-height: 0.26rem;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  margin-bottom: 0.13rem;
}


.nycontact .contact_box  .ewm{
  width: 100%;
  background: rgba(245, 251, 255, 1);
  margin: 0.25rem auto 0 auto;
  padding: 0.3rem 0;

}


.nycontact .contact_box  .ewm ul {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.nycontact .contact_box .ewm ul li{
  margin: 0 0.25rem;

}

.nycontact .contact_box .ewm ul li img{
  display: block;
  margin: 0 auto;
  width: 2rem;
  height: 2rem;
  box-shadow: 0px 4px 4px  rgba(0, 0, 0, 0.25);
}

.nycontact .contact_box .ewm ul li .etxt{
  text-align: center;
  margin: 0.1rem auto 0 auto;
  font-size: 0.32rem;
  color: rgba(51, 51, 51, 1);
}





@media (max-width: 1024px){

  
  .ny_title h3{
    font-size: 0.3rem;
    line-height: 1rem;

  }
  
  .nycontact .contact_box{
    margin: 0 auto;
    padding-top: 0.5rem;
  
  }
  

  .arc-tit h1{
    font-size: 0.3rem;
  }
  
  
  .arc-tit .arc-info span{
    font-size: 0.24rem;
  
  }
  
  .nycontact .contact_box .nyrCon{
    margin: 0.28rem auto 0 auto;
  }
  
  .nycontact .contact_box .nyrCon p{
    font-size: 0.25rem;
    line-height: 0.4rem;
    margin-bottom: 0.13rem;
  }
  
  
  .nycontact .contact_box .nyrCon .ewm{
    margin: 0.4rem auto 0 auto;
    padding: 0.3rem 0;
  
  }
  
  .nycontact .contact_box  .ewm ul li{
    margin: 0 0.2rem;
  
  }
  
  .nycontact .contact_box  .ewm ul li img{
    width: 1.8rem;
    height: 1.8rem;
  }
  
  .nycontact .contact_box  .ewm ul li .etxt{
    font-size: 0.28rem;
    margin-top: 0.2rem;
  }

}



/*学院寄语*/

.nyMain {
  min-height: 5rem;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0.6rem;
}

.nyLeft {
  width: 21.7%;
  position: relative;
  z-index: 3;
  background: rgba(0, 46, 124, 1);
  box-shadow: 0px 4px 4px  rgba(0, 0, 0, 0.25);
  float: left;
  margin-top: -0.6rem;
  z-index: 20;
}

.nyLeft  .fenlei_t{
  width: 100%;
  height: 1.3rem;
  position: relative;

}

.nyLeft  .fenlei_t h2{
  text-align: center;
  font-size: 0.32rem;
  color: #fff;
  font-weight: 600;
  padding-top: 0.43rem;
}

.nyLeft  ul{
  padding-top: 0rem;
  padding-bottom: 1px;
  background: rgba(245, 251, 255, 1);
}

.nyLeft>ul>li{
  width: 100%;
  margin: 0 auto;
  position: relative;

}

.nyLeft>ul>li>h5{
  position: relative;
  z-index: 9;
  height: 0.8rem;
  line-height: 0.8rem;

}

.nyLeft>ul>li>h5 a{
  border-bottom: 1px solid  rgba(225, 235, 245, 1);
  width: 90%;
  margin: 0 auto;
  font-size: 0.26rem;
  color: rgba(51, 51, 51, 1);
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.nyLeft>ul>li>h5 em{
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);

  background-size: 100% 100%;
  width: 0.14rem;
  height: 0.14rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nyLeft>ul>li>h5::after{
  position: absolute;
  left: 0%;
  top: 0rem;
  width: 0%;
  height: 100%;
  background: rgba(0, 46, 124, 0.08);
  content: "";
  z-index: -2;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyLeft>ul>li>h5::before{
  position: absolute;
  left: 0%;
  top: 0rem;
  width: 0%;
  height: 100%;
  background: rgba(0, 46, 124, 1);
  content: "";
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyLeft>ul>li.on>h5::after{
  width: 100%;
}

.nyLeft>ul>li.on>h5::before{
  width: 5px;
}

.nyLeft>ul>li.on>h5 a{
  color: rgba(0, 46, 124, 1);
}

.nyLeft>ul>li.on>h5 em{
  background: url(../nyimages/i.png) no-repeat center;
  background-size: 100% 100%;
}

.nyLeft>ul>li .erji{
  display: none;
  padding: 0.2rem 0;
}

.nyLeft>ul>li .erji>li{
  line-height: 0.4rem;
  margin: 0 auto;



}

.nyLeft>ul>li .erji>li>h6 {
  position: relative;
  font-size: 0.18rem;
  color: #333;
}

.nyLeft>ul>li .erji>li>h6 a{
  display: block;
  font-size: 0.18rem;
  color: #222222 ;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 12%;
}


.nyLeft>ul>li .erji>li>h6 em{
  position: absolute;
  right: .15rem;
  top: 0%;
  width: .14rem;
  height: 100%;
  background: url(../nyimages/fenleiico1.png) no-repeat center;
  background-size: 100%;
  transform: rotate(-90deg);
  display: none;
}


.nyLeft>ul>li .erji>li>dl{
  display: none;
  border-bottom: 1px dashed #ddd;
}


.nyLeft>ul>li .erji>li>dl dd a{
display: block;
line-height: 0.36rem;
font-size: 0.15rem;
color: #666666;
-webkit-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
padding-left: 20%;


}


.nyRight{
  float: right;
  width: 72.5%;
  position: relative;
  z-index: 5;
} 


.nyRight .nyrtit {
  height: 0.88rem;
  border-bottom: 1px solid rgba(225, 235, 245, 1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 0.4rem;
}

.nyRight .nyrtit h5{
  line-height: 0.48rem;
  font-size: 0.2rem;
  font-weight: normal;
  color: rgba(51, 51, 51, 1);
}
.posi {
  line-height: 0.48rem;
  display: block;
  background: url(../nyimages/home.png) no-repeat left center;
    background-size: auto;
  background-size: .26rem .24rem;
  padding-left: .38rem;
}

.posi a {
  font-size: 0.2rem;
  color: rgba(51, 51, 51, 1);
}

.posi a + a::before {
  content: '-';
  margin: 0 .07rem;
  font-size: 0.2rem;
  color: rgba(51, 51, 51, 1);
}

.posi a.on{
  color: rgba(0, 46, 124, 1);
}


.nyRight .nyrCon {
  padding: 0;
}

.nyRight .nyrCon .xueyuan{
  margin: 0.3rem auto 0.15rem auto;

}

.nyRight .nyrCon .xueyuan img{
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}






/*通知公告*/

.nynoticelist{
  margin: 2px auto 0.6rem auto;
}

.nynoticelist ul li{
  height: 0.85rem;
  line-height: 0.85rem;
  border-bottom: 0.5px dashed rgba(153, 153, 153, 1);

}

.nynoticelist ul li a{
  display: block;
}

.nynoticelist ul li a h5{
  float: left;
  width: 80%;
  font-size: 0.24rem;
  color: rgba(51, 51, 51, 1);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nynoticelist ul li a i{
  display: block;
  float: right;
  font-size: 0.24rem;
  color: rgba(102, 102, 102, 1);
}


.fenye{
  margin: 0 auto;
  text-align: center;
  display: flex;
    justify-content:flex-end;
    flex-wrap: wrap;
    align-items: center;
}






/*通知公告正文*/

.nynoticebox {
  margin: 0 auto;
  padding-top: 0.4rem;
}

.nynoticebox .txtcont{
  margin: 0.28rem auto 0 auto;
}

.nynoticebox .txtcont p{
  font-size: 0.2rem;
  line-height: 0.26rem;
  color: rgba(51, 51, 51, 1);
}


.arc-sib{
  margin: 0.57rem auto 0 auto;
}

.arc-sib .prev{
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: rgba(102, 102, 102, 1);
  margin-bottom: 0.1rem;
}


.arc-sib .prev a{
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: rgba(102, 102, 102, 1);
}



/* 食在金院 */



.nytopbg{
  width: 100%;
  margin: 0 auto;
  height: 2.4rem;
  background: linear-gradient(90deg, rgba(0, 46, 124, 1) 32.97%, rgba(0, 46, 124, 0.5) 54.81%, rgba(0, 46, 124, 1) 90.05%);
  position: absolute;
  z-index: 10;
}


.nytopbg .top_con{
  margin: 0 auto;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nytopbg .top_con .logo{
  margin-left: -0.23rem;

}

.nytopbg .top_con .logo img{
  display: inline-block;
  max-width: 4.84rem;
  height: 0.93rem;
}

.nytopbg .top_con .logo h1{
  display: inline-block;
  font-size: 0.26rem;
  color: rgba(255, 255, 255, 1);
  margin-left: 0.15rem;

}


.nytopbg .top_con .top_r{
  margin-right: 0rem;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.nytopbg .top_con .top_r .nav_name{

}

.nytopbg .top_con .top_r .nav_name h5{
  display: inline-block;
  font-size: 0.36rem;
  font-weight: 700;
  line-height: 0.66rem;
  color: rgba(255, 255, 255, 1);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 1);
  width: 0.66rem;
  height: 0.66rem;
  text-align: center;
  margin-right: 0.04rem;

}

.nytopbg .top_con .top_r .trait{
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: rgba(255, 255, 255, 1);
  margin-left: 0.26rem;
} 

.nytopbg .top_con .top_r .trait i{
  display: inline-block;
  font-size: 0.3rem;
  color: rgba(255, 255, 255, 1);
  margin-right: 0.18rem;
}



.nybanner1{
  margin: 0 auto;
  width: 100%;
  height: 100%;
  height: 2.4rem;
  overflow: hidden;
  position: relative;
}


.nybanner1 img{
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  
}


.nyfcshowbox{
  margin: 0.55rem auto 0 auto;
}


.nyfcshowbox .nyfcnr{
  margin: 0.27rem auto 0 auto;
}

.nyfcshowbox .nyfcnr h5{
  font-size: 0.2rem;
  color: rgba(51, 51, 51, 1);
  line-height: 0.26rem;
  margin-bottom: 0.12rem;
}

.nyfcshowbox .nyfcnr p{
  font-size: 0.2rem;
  line-height: 0.26rem;
  color: rgba(102, 102, 102, 1);
  margin-bottom: 0.3rem;
}

.nyfcshowbox .nyfcnr p i{
  display: block;
  font-size: 0.2rem;
  line-height: 0.26rem;
  color: rgba(51, 51, 51, 1);

}

.nyfcshowbox .nyfcnr p.picimg{
  margin: 0 auto;
  text-align: center;
}

.nyfcshowbox .nyfcnr p img{
  display: inline-block;
  margin: 0 0.15rem 0.3rem 0.15rem;
  width: 5.04rem;

}

.nyfcshowbox .nyfcnr.jzjy p{
  margin-bottom: 0rem;
}

.nyfcshowbox .nyfcnr.jzjy p i{
  color: rgba(102, 102, 102, 1);
  margin-left: 0.4rem;
}

.nyfcshowbox .nyfcnr.jzjy p i:first-child{
  margin-top: 0.07rem;
}

.nyfcshowbox .nyfcnr.jzjy p.picimg{
  margin:  0.25rem auto 0 auto;
} 



/* 学院专业介绍 */

.nyMain.nyzhuanyebg{
  margin: 0 auto;
 
}

.nyzhuanye{
  margin: 0.4rem auto 0 auto;
}




/* 校园风采 */

.nyxyfc{
  margin: 0 auto;
  padding-top: 0.15rem;
}


.nyxyfc .xyfcbox{
  margin: 0.35rem auto 0 auto;
}

.nyxyfc .xyfcbox ul{
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyxyfc .xyfcbox ul li{
  width: 31.6%;
  margin: 0 2.5% 0.06rem 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.8s, transform 0.8s;
  -ms-transition: opacity 0.8s, -ms-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;

}

.nyxyfc .xyfcbox ul li:nth-child(3n){
  margin-right: 0;
}

.nyxyfc .xyfcbox ul li.visible {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.nyxyfc .xyfcbox ul li .pic{
  position: relative;
  width: 100%;
  padding-top: 57%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyxyfc .xyfcbox ul li .pic img{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyxyfc .xyfcbox ul li .txt a{
  line-height: 0.87rem;
  text-align: center;
  font-size: 0.24rem;
  color: rgba(102, 102, 102, 1);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

        
.loading {
  text-align: center;
  padding: 0.2rem;
  font-size: 0.24rem;
  color: rgba(102, 102, 102, 1);
  display: none;
}

/* 学院风采 */


.nyvideofc{
  margin: 0 auto;
}


.nyvideofc .fc_fl{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.nyvideofc .fc_fl h3{
  width: 21.7%;
  height: 1.3rem;
  line-height: 1.3rem;
  background: rgba(0, 46, 124, 1);
  box-shadow: 0px 4px 4px  rgba(0, 0, 0, 0.25);
  position: relative;
  text-align: center;
    font-size: 0.32rem;
    color: #fff;
    font-weight: 600;
    margin-top: -0.6rem;
    z-index: 20;
}

.nyvideofc .fc_fl .nyrtit{
  margin-left: 0.9rem;
  margin-top: 0.42rem;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.nyvideofc .fc_fl .nyrtit .posi{
  line-height: 0.24rem;
  align-items: flex-end;
  display: flex;
}

.nyvideofc  .videobox{
  margin: 0rem auto 0 auto;

}

.nyvideofc  .videobox ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyvideofc  .videobox ul li{
  position: relative;
  width: 47.4%;
  margin: 0.6rem 0% 0rem 0;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s, transform 0.8s;
}


.nyvideofc  .videobox ul li.visible {
  opacity: 1;
  transform: translateY(0);
}

.nyvideofc  .videobox ul li .txt a{
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.32rem;
  color: rgba(0, 46, 124, 1);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyvideofc  .videobox ul li .pic{
  position: relative;
  z-index: 5;
  width: 100%;
  padding-top: 56.5%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.25rem;
}

.nyvideofc  .videobox ul li .pic img{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyvideofc  .videobox ul li .pic::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  pointer-events: none;
}


.nyvideofc  .videobox ul li .pic .videoBtn {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../nyimages/videoico.png) center no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  position: absolute;
  left: calc((100% - 0.8rem) / 2);
  top: calc((100% - 0.8rem) / 2);
  z-index: 99;
}



@media (min-width: 1024px){

  .nyvideofc  .videobox ul li:hover .pic img{
    transform: scale(1.1);
  }

  .nyxyfc .xyfcbox ul li:hover .pic img{
    transform: scale(1.1);
  }
  
  .nyxyfc .xyfcbox ul li:hover .txt a{
    color: rgba(0, 46, 124, 1);
  } 


  .arc-sib .prev:hover{
    color: rgba(0, 46, 124, 1);
  }
  
  .arc-sib .prev:hover a{
    color: rgba(0, 46, 124, 1);
  }
  .nynoticelist ul li:hover a h5{
    color: rgba(0, 46, 124, 1);

  }

  .nyLeft>ul>li:hover>h5::after{
    width: 100%;
  }
  
  .nyLeft>ul>li:hover>h5::before{
    width: 5px;
  }
  
  .nyLeft>ul>li:hover>h5 a{
    color: rgba(0, 46, 124, 1);
  }
}



@media (max-width: 1024px){

  .nyMain {

    padding-bottom: 0.6rem;
  }
  
  .nyLeft {
    width: 100%;
    float: none;
    margin-top: 0.3rem;
 
  }
  
  .nyLeft  .fenlei_t{
    width: 100%;
    height: 0.95rem;
    position: relative;
  
  }
  
  .nyLeft  .fenlei_t h2{
    text-align: center;
    line-height: 0.95rem;
    font-size: 0.32rem;
    color: #fff;
    padding-top: 0rem;
  }


    
  .nyLeft  .fenlei_t i.plus{
    position: absolute;
    top: 0.25rem;
    right: 0.3rem;
    content: "";
    background: url(../nyimages/fenleiico2.png) no-repeat center;
    background-size: 100%;
    width: 0.4rem;
    height: 0.4rem;
}

  
  .nyLeft  ul{
    padding-top: 0rem;
    padding-bottom: 1px;
    background: rgba(245, 251, 255, 1);
  }
  
  .nyLeft>ul>li{
    width: 100%;
    margin: 0 auto;
    position: relative;
  
  }
  
  .nyLeft>ul>li>h5{
    position: relative;
    z-index: 9;
    height: 1rem;
    line-height: 1rem;
  
  }
  
  .nyLeft>ul>li>h5 a{
    font-size: 0.28rem;


  }
  
  

  .nyLeft>ul>li>h5 em{
    width: 0.2rem;
    height: 0.2rem;
  }
  
  
  
  .nyLeft>ul>li .erji>li{
    line-height: 0.5rem;

  
  
  
  }
  
  .nyLeft>ul>li .erji>li>h6 {
    font-size: 0.24rem;
  }
  
  .nyLeft>ul>li .erji>li>h6 a{
    font-size: 0.24rem;
    padding-left: 5%;
  }

  
  
  .nyLeft>ul>li .erji>li>dl dd a{
  line-height: 0.38rem;
  font-size: 0.2rem;
  
  
  }
  
  .nyRight{
    float: none;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: .2rem;
  } 
  
  
  .nyRight .nyrtit {
    height: 0.88rem;
    padding-top: 0rem;
  }
  

  .posi {
    line-height: 0.88rem;
    background-size: .3rem .28rem;
    padding-left: .38rem;
  }
  
  .posi a {
    font-size: 0.24rem;

  }
  
  .posi a + a::before {

    font-size: 0.24rem;

  }
  

  
  .nyRight .nyrCon .xueyuan{
    margin: 0.4rem auto 0.15rem auto;
  
  }
  

  .nynoticelist{
    margin: 2px auto 0.5rem auto;
  }
  
  .nynoticelist ul li{
    height: 0.95rem;
    line-height: 0.95rem;
  
  }
  

  
  .nynoticelist ul li a h5{
    font-size: 0.24rem;
    width: 74%;
  }
  
  
  
  .fenye{
      justify-content:center;

  }
  

  
  .nynoticebox .txtcont{
    margin: 0.28rem auto 0 auto;
  }
  
  .nynoticebox .txtcont p{
    font-size: 0.24rem;
    line-height: 0.45rem;

  }
  
  
  .arc-sib{
    margin: 0.57rem auto 0 auto;
  }
  
  .arc-sib .prev{

    line-height: 0.4rem;

  }
  
  
  .arc-sib .prev a{
    line-height: 0.4rem;
  
  }
  


  .nytopbg{
    padding-top: 0.1rem;

  }
  

  
  .nytopbg .top_con .logo{
    margin: 0rem auto;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .nytopbg .top_con .logo img{
    max-width: 4.84rem;
    height: 0.73rem;
  }
  
  .nytopbg .top_con .logo h1{
    font-size: 0.26rem;
    margin-left: 0.15rem;
  
  }
  
  
  .nytopbg .top_con .top_r{
    margin: 0rem auto;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    top: -0.2rem;
  }
  
  
  .nytopbg .top_con .top_r .nav_name h5{
    display: inline-block;
    font-size: 0.32rem;
    line-height: 0.6rem;
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.08rem;
  
  }
  
  .nytopbg .top_con .top_r .trait{
    font-size: 0.28rem;
    margin-left: 0.26rem;
  } 
  
  .nytopbg .top_con .top_r .trait i{
    font-size: 0.28rem;
  }
  
  
  
  .nyfcshowbox{
    margin: 0.5rem auto 0 auto;
  }
  
  
  .nyfcshowbox .nyfcnr{
    margin: 0.3rem auto 0 auto;
  }
  
  .nyfcshowbox .nyfcnr h5{
    font-size: 0.26rem;
    line-height: 0.46rem;
    margin-bottom: 0.12rem;
  }
  
  .nyfcshowbox .nyfcnr p{
    font-size: 0.26rem;
    line-height: 0.46rem;
    margin-bottom: 0.3rem;
  }
  
  .nyfcshowbox .nyfcnr p i{
    font-size: 0.26rem;
    line-height: 0.46rem;
  
  }
  
  .nyfcshowbox .nyfcnr p.picimg{
    margin: 0 auto;
    text-align: center;
  }
  
  .nyfcshowbox .nyfcnr p img{
    display: block;
    margin: 0 auto 0.3rem auto;
    width: 100%;
  
  }
  
  .nyfcshowbox .nyfcnr.jzjy p{
    margin-bottom: 0rem;
  }
  
  .nyfcshowbox .nyfcnr.jzjy p i{
    color: rgba(102, 102, 102, 1);
    margin-left: 0.4rem;
  }
  
  .nyfcshowbox .nyfcnr.jzjy p i:first-child{
    margin-top: 0.07rem;
  }
  
  .nyfcshowbox .nyfcnr.jzjy p.picimg{
    margin:  0.25rem auto 0 auto;
  } 


  
/* 校园风采 */

.nyxyfc{
  margin: 0 auto;
  padding-top: 0.1rem;
}


.nyxyfc .xyfcbox{
  margin: 0.45rem auto 0 auto;
}


.nyxyfc .xyfcbox ul li{
  width: 100%;
  margin: 0 0% 0.15rem 0;
  opacity: 1;
  transform: translateY(0px);

}

.nyxyfc .xyfcbox ul li:nth-child(3n){
  margin: 0 0% 0.15rem 0;
}




.nyxyfc .xyfcbox ul li .pic{

  padding-top: 57%;

}



.nyxyfc .xyfcbox ul li .txt a{
  font-size: 0.3rem;

} 

.nyvideofc .fc_fl{
  margin: 0.3rem auto 0 auto;
}

.nyvideofc .fc_fl h3{
  width: 30%;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.3rem;
  margin-top: 0rem;

}

.nyvideofc .fc_fl .nyrtit{
  margin-left: 0.5rem;
  margin-top: 0.1rem;

}

.nyvideofc .fc_fl .nyrtit .posi{
  line-height: 0.4rem;
  align-items: center;
}


.nyvideofc  .videobox ul li{
  position: relative;
  width: 100%;
  margin: 0.6rem 0% 0rem 0;
  opacity: 1;
  transform: translateY(0px);
}

.nyvideofc .videobox ul li .pic {
  margin-top: 0.2rem;
}

.nyvideofc  .videobox ul li .txt a{
  line-height: 0.4rem;
  font-size: 0.28rem;
}


.nyvideofc  .videobox ul li .pic .videoBtn {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  left: calc((100% - 0.6rem) / 2);
  top: calc((100% - 0.6rem) / 2);

}

.loading{
  display: none;
}

}




/* 录取查询 */

.lqcxbox{
  margin: 0.45rem auto 0 auto;
}


.lqcxbox .query{
  width: 48%;
  border-radius: 5px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 20px  rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}


.lqcxbox .query h1{
  margin: 0 auto;
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: rgba(102, 102, 102, 1);
  padding: 0.5rem 0 0.4rem 0;
}


.lqcxbox .query .query-form{
  margin: 0 auto;
  width: 79%;
  padding-bottom: 1.1rem;
} 

.lqcxbox .query .query-form .form-group{
  height: 0.61rem;
  margin-bottom: 0.33rem;
  border-radius: 5px;
  border: 1px solid rgba(153, 153, 153, 0.5);
  position: relative;
}

.lqcxbox .query .query-form .form-group input{
  font-size: 0.22rem;
  color: rgba(153, 153, 153, 1);
  padding-left: 0.6rem;
}

.lqcxbox .query .query-form .form-group .studentId{
  width: 100%;
  height: 0.61rem;
  border: none;
  background: url(../nyimages/ico1.png) no-repeat 0.2rem center;
  background-size: 0.3rem 0.3rem;


}

.lqcxbox .query .query-form .form-group input#idCard{
  width: 100%;
  height: 0.61rem;
  border: none;
  background: url(../nyimages/ico2.png) no-repeat 0.2rem center;
  background-size: 0.3rem 0.23rem;


}

.lqcxbox .query .query-form .form-group input#captcha{
  width: 100%;
  height: 0.61rem;
  border: none;
  background: url(../nyimages/ico3.png) no-repeat 0.2rem center;
  background-size: 0.3rem 0.3rem;
  width: 70%;


}


.lqcxbox .query .query-form .form-group .captcha-img{
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  width: 1.13rem;
  height: 0.42rem;
  line-height: 0.42rem;
  text-align: center;
  background: rgba(0, 46, 124, 0.5);
}


.lqcxbox .query .query-form .btn-group{
  margin: 0.5rem auto 0 auto;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lqcxbox .query .query-form .btn-group button.btn-query{

  width: 1.66rem;
  height: 0.59rem;
  line-height: 0.59rem;
  border-radius: 5px;
  background: rgba(0, 46, 124, 1);
  font-size: 0.22rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

.lqcxbox .query .query-form .btn-group button.btn-reset{

  width: 1.66rem;
  height: 0.59rem;
  line-height: 0.59rem;
  border-radius: 5px;
  background: rgba(245, 251, 255, 1);
  border: 1px solid rgba(0, 46, 124, 0.3);
  font-size: 0.22rem;
  color: rgba(0, 46, 124, 1);
}



/* 招生计划 */

.zsjhbox{
  margin: 0 auto;
  padding-top: 0.33rem;
}

.zsjhbox .nySearch{
  border-bottom: 1px solid rgba(225, 235, 245, 1);
}



.nySearch .filter-section{
  margin-bottom: 0.17rem;
  display: flex;
  justify-content: center;

}

.nySearch .filter-section .filter-title{
  display: inline-block;
  width: 0.85rem;
  font-size: 0.2rem;
  color: rgba(51, 51, 51, 1);

}

.nySearch .filter-section .filter-options{
  display: inline-block;
  width: 94%;

}

.nySearch .filter-section .filter-options button{
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0px 0.15rem 0px 0.15rem;
  min-width: 0.9rem;
  background: none;
  font-size: 0.2rem;
  color: rgba(102, 102, 102, 1);
  display: inline-block;
  margin: 0 0.1rem 0rem 0;
}

.nySearch .filter-section .filter-options button.active{
  border-radius: 5px;
  background: rgba(0, 46, 124, 1);
  color: rgba(255, 255, 255, 1);
} 


.nySearch .filter-section:last-child .filter-options button{
  margin-right: 0;
}


.zsjhbox .zsform {
  margin: 0.25rem auto 0 auto;
}

.zsjhbox .zsform .section-title{
  font-size: 0.24rem;
  color: rgba(51, 51, 51, 1);
  background: url(../nyimages/ico4.png) no-repeat left center;
  background-size: 0.24rem 0.24rem;
  padding-left: 0.4rem;
  margin-bottom: 0.15rem;
}

.zsjhbox .zsform .table-container{
  margin-bottom: 0.35rem;

}

.zsjhbox .zsform .table-container table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #002E7C;
}


.zsjhbox .zsform .table-container th, 
.zsjhbox .zsform .table-container td {
  border: 1px solid #002E7C;
  padding: 0;
  text-align: center;
  font-size: 0.2rem;
  color: rgba(51, 51, 51, 1);
  height: 0.68rem;
  width: 7%;
}

.zsjhbox .zsform .table-container thead th {
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 1);
  font-weight: normal;
  background-color: rgba(0, 46, 124, 1);
  height: 0.68rem;
  border-right: 1px solid #fff;
}


.zsjhbox .zsform .table-container thead th:last-child{
  border-right: none;
}








@media (min-width:1024px) {
  .lqcxbox .query .query-form .btn-group button.btn-reset:hover{
    background: rgba(0, 46, 124, 1);
    color: rgba(255, 255, 255, 1);
  }

}




@media (max-width:1024px) {

  .lqcxbox{
    margin: 0.5rem auto 0 auto;
  }
  
  
  .lqcxbox .query{
    width: 100%;
  }
  
  
  .lqcxbox .query h1{

  }
  
  
  .lqcxbox .query .query-form{
    margin: 0 auto;
    width: 79%;
    padding-bottom: 1.1rem;
  } 
  
  .lqcxbox .query .query-form .form-group{
    height: 0.8rem;
  }
  
  .lqcxbox .query .query-form .form-group input{
    font-size: 0.24rem;

  }
  
  .lqcxbox .query .query-form .form-group .studentId{
    width: 100%;
    height: 0.8rem;
 
  
  
  }
  
  .lqcxbox .query .query-form .form-group input#idCard{
    width: 100%;
    height: 0.8rem;

  
  
  }
  
  .lqcxbox .query .query-form .form-group input#captcha{
    height: 0.8rem;
    width: 68%;
  
  
  }
  
  
  .lqcxbox .query .query-form .form-group .captcha-img{
    position: absolute;
    right: 0.15rem;
    top: 0.14rem;
    width: 1.23rem;
    height: 0.52rem;
    line-height: 0.52rem;
  }
  
  
  .lqcxbox .query .query-form .btn-group{
    margin: 0.5rem auto 0 auto;
  }
  
  .lqcxbox .query .query-form .btn-group button.btn-query{
  
    width: 1.8rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.24rem;

  }
  
  .lqcxbox .query .query-form .btn-group button.btn-reset{
    width: 1.8rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.24rem;
  }



  .zsjhbox{
    margin: 0 auto;
    padding-top: 0.3rem;
  }
  

  
  .nySearch .filter-section{
    margin-bottom: 0.17rem;
 
  
  }
  
  .nySearch .filter-section .filter-title{
    display: inline-block;
    width: 0.9rem;
    font-size: 0.24rem;

  
  }
  
  .nySearch .filter-section .filter-options{
    display: inline-block;
    width: 94%;
  
  }
  
  .nySearch .filter-section .filter-options button{
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0px 0.18rem 0px 0.18rem;
    min-width: 0.1rem;
    font-size: 0.24rem;

  }
  
  
  .zsjhbox .zsform {
    margin: 0.35rem auto 0 auto;
  }
  
  .zsjhbox .zsform .section-title{
    font-size: 0.26rem;
  }
  
  .zsjhbox .zsform .table-container{
    margin-bottom: 0.4rem;
  
  }
  
  .zsjhbox .zsform .table-container table {
    width: 700px;
    border-collapse: collapse;
  }
  
  
  .zsjhbox .zsform .table-container th, 
  .zsjhbox .zsform .table-container td {
    border: 1px solid #002E7C;
    padding: 0;
    text-align: center;
    font-size: 0.24rem;
    height: 0.7rem;
    width: 10%;
  }
  
  .zsjhbox .zsform .table-container thead th {
    font-size: 0.24rem;
    height: 0.8rem;
   
  }
  

  
}



/* 历年分数 */

.nyrCon .fraction{
  padding-top: 0.13rem;
}


.nyrCon .fraction .nySearch .filter-section .filter-options button{
  margin: 0 0.05rem 0rem 0;
}

.nyrCon .fraction .zsform .table-container{
  margin-bottom: 0.55rem;
}


.zsjhbox .zsform .table-container1 thead th:nth-child(3){
  width: 35%;

}


.zsjhbox .zsform .table-container2 thead th:nth-child(3){
  width: 25%;

}


@media (max-width:1024px) {

  .nyrCon .fraction .nySearch .filter-section .filter-options button{
    margin: 0 0.1rem 0rem 0;
  }

  .zsjhbox .zsform .table-container1 thead th:nth-child(3){
    width: 25%;
  
  }
}


@media screen and (max-width: 1199px) {
  
  .tbsc{overflow-x: auto;}
  .tbsc table{width: 700px;}
}


@media (max-width: 597px) {
body {
    font-size: .26rem;
}
}