.clear {
  clear: both;
}

.clear:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.nyrCon video{
  display: block;
  margin: 0.1rem auto;
  width: 100%;
  height: auto;
}


/*内容样式*/
.nyrCon td,
.nyrCon th{padding: 12px 10px;border: 1px solid #eff3f6;vertical-align:middle;color: #303030;}
.nyrCon td p,
.nyrCon th p{padding-bottom:0;}
.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;}


@media screen and (max-width: 1024px) {
  
  .tbsc{overflow-x: auto;}
  .tbsc table{width: 700px;}
}


.top_bg {

  transform: translateY(0%) !important;
  opacity: 1 !important;

}

/*banner*/

.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;
  left: 0;
  bottom: 0px;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}






.nyMain {
  min-height: 4rem;
  padding: 0rem 0 2rem 0;
  background: url(../nyimages/nypagebg.jpg) no-repeat bottom center;
  background-size: 100%;
  position: relative;
  z-index: 5;

}

.nyMain::after {
  position: absolute;
  left: 0;
  top: -1rem;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../nyimages/nypagebg1.jpg) no-repeat top center;
  background-size: 100%;
  z-index: -1;
  pointer-events: none;
}



.nyMain .page_container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyLeft {
  width: 20%;
  position: relative;
  z-index: 10;


}

.nyLeft  .fenlei_t{
  width: 100%;
  height: 0.85rem;
  position: relative;
  background: #671D7D;
}

.nyLeft  .fenlei_t h2{
  line-height: 0.85rem;
  font-size: 0.42rem;
  color: #FFFFFF;
  text-align: center;
  font-family: "AlibabaPuHuiTi-SemiBold";
}

.nyLeft  ul{
  padding: 0.3rem 0 2.05rem 0;
  background: #fff url() no-repeat bottom center;
  background-size: 100%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.nyLeft>ul>li{
  width: 85%;
  border-bottom:  1px solid #F0E6F4;
  margin: 0 auto;
  position: relative;
}


.nyLeft>ul>li>h5{
  position: relative;
  z-index: 9;
  min-height: 0.7rem;
  line-height: 0.44rem;
  padding: 0.13rem 0;

}

.nyLeft>ul>li>h5 a{
  padding: 0 10% 0 5%;
  font-size: 0.2rem;
  color: #333333;
  font-weight: normal;
  display: inline-block;
  width: 80%;
  -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: 0rem;
  top: 0%;
  height: 100%;
  width: 30%;
}

.nyLeft>ul>li>h5 em::after {
  position: absolute;
  right: .1rem;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  background: url() no-repeat center;
  background-size: 100% 100%;
  width: 0.08rem;
  height: 0.14rem;
  display: 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::after{
  position: absolute;
  left: -9%;
  top: 0rem;
  width: 0%;
  height: calc(100% - 0rem);
  background: #E4AE31;
  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.on>h5::after{
  width: 118%;
}


.nyLeft>ul>li.on>h5 a{
  color: #FFFFFF;

}

.nyLeft>ul>li.has>h5 em::after{
 display: block;

}

.nyLeft>ul>li.on>h5 em::after{
  background: url(../nyimages/ico2.png) no-repeat center;
  background-size: 100% 100%;
 
 }

.nyLeft>ul>li.on.has>h5 em::after{
  background: url(../nyimages/ico2.png) no-repeat center;
  background-size: 100% 100%;
 
 }

.nyLeft>ul>li.has>h5 em.show::after{

  transform: translateY(-50%) rotate(90deg);
 }


.nyLeft>ul>li .erji{
  width: 100%;
  display: none;
  padding: 0.15rem 0;
}

.nyLeft>ul>li .erji>li{
  line-height: 0.38rem;
  margin: 0 auto;



}

.nyLeft>ul>li .erji>li>h6 {
  position: relative;
  font-size: 0.18rem;
  color: rgba(51, 51, 51, 1);
  font-weight: normal;
}

.nyLeft>ul>li .erji>li>h6 a{
  display: block;
  font-size: 0.18rem;
  color: rgba(51, 51, 51, 1);
  font-weight: normal;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 15%;
  position: relative;
}

.nyLeft>ul>li .erji>li>h6 a::after{
  position: absolute;
  left: 12%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0.04rem;
  height:  0.04rem;
  background: #007DDD;
  border-radius: 50%;

}


.nyLeft>ul>li .erji>li>h6 em{
  position: absolute;
  right: .15rem;
  top: 0%;
  width: .14rem;
  height: 100%;
  background: url() 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%;


}

.nyLeft>ul>li .erji>li.on>h6 a{
  color: #007DDD;

}



.nyRight {
  width: 75.4%;
  position: relative;
}

.nyRight .nyrtit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyRight .title{
  position: relative;
  width: 60%;


} 

.nyRight .title h3{
  font-size: 0.4rem;
  font-weight: normal;
  color: #333333;
  font-family: "AlibabaPuHuiTi-SemiBold";
  line-height: 0.36rem;
  margin-top: 0.08rem;
}

.nyRight .title h3 i{
  font-size: 0.4rem;
  color: #671D7D;
}

.nyRight .title span{
  display: block;
  font-size: 0.18rem;
  text-transform: uppercase;
  color: rgba(0, 87, 182, 0.3);
  font-family: "canela";
  padding-left: 0.5rem;
  position: relative;
}

.nyRight .title span::after{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0.34rem;
  height: 0.04rem;
  background: url() no-repeat left center;
  background-size: 100%;
}


.posi {
  display: block;
  font-size: 0.16rem;
  color: #A8A8A8;
  background: url() no-repeat left center;
  background-size: 0.19rem 0.17rem;
  padding-left: 0.25rem;
  line-height: 0.3rem;
  height: 0.3rem;
  margin-top: 0.28rem;
}

.posi a {
  font-size: 0.16rem;
  color: #A8A8A8;
}

.posi a + a::before {
  content: ' > ';
  margin: 0 .05rem;
  font-size: 0.16rem;
  color: #A8A8A8;
}


.nyRight .nyrCon {
  padding: 0;
  margin-top: 0.35rem;
}










/*team*/

.teambox{
  margin: 0 auto;
  width: 100%;
}

.nytitle{
  display: inline-block;
  background: url(../nyimages/title.png) no-repeat right top;
  background-size: 0.46rem 0.48rem;
  padding-right: 0.15rem;
  padding-top: 0.2rem;
}

.nytitle h5{
  display: inline-block;
  font-size: 0.3rem;
  color: #000000;
  font-family: "SourceHanSans-Bold";
  line-height: 0.38rem;
  background: linear-gradient(116deg, #000000 58%, #B45EFF 98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background: none\0;

}

.nytitle i{
  display: block;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.28rem;
  opacity: 0.5;
  margin-top: 0.1rem;
}

.teambox{
  margin: 0 auto;
  font-family: "SourceHanSans-Normal";
  padding-top: 0.9rem;

}


.teambox .teamxq{

  width: 100%;
  background: url(../nyimages/teamlist.jpg) no-repeat center;
  background-size: 100%;
  min-height: 4.98rem;
  border-radius: 0.2rem;
  box-shadow: 0px 32px 80px 0px rgba(103, 0, 134, 0.1);
  padding: 0.6rem 1rem 0 1.2rem;
}

.teambox .teamxq .nr{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.teambox .teamxq .pic{
  width: 2.78rem;
  height: 3.7rem;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.teambox .teamxq .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 0.2rem;
}

.teambox .teamxq .txt{
  width: calc(100% - 3.65rem);
} 

.teambox .teamxq .txt h5{
  font-size: 0.36rem;
  font-family: "SourceHanSans-Bold";
  color: #000000;
  padding-bottom: 0.35rem;
  background: url(../nyimages/teamxt.png) no-repeat bottom left;
  background-size: 100% 0.03rem;
  margin-bottom: 0.4rem;
}

.teambox .teamxq .txt h5 i{
  font-size: 0.24rem;
  color: #671D7D;
  margin-left: 0.2rem;
}

.teambox .teamxq .txt p{
  font-size: 0.2rem;
  color: #333333;
  margin-bottom: 0.2rem;
}


.teambox .personal{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url(../nyimages/teamxt1.png) no-repeat bottom left;
  background-size: 100% 0.03rem;
  padding-bottom: 0.4rem;
  margin-top: 1.1rem;
}


.teambox .personal .nytitle{

}



.teambox .personal .txt{
  width: calc(100% - 3.25rem);
}

.teambox .personal .txt p{
  font-size: 0.2rem !important;
  color: #333333;
  line-height: 0.4rem !important;
  margin-bottom: 0.4rem !important;
  text-indent:0  !important;
  text-align: justify;
}





.teambox .work{
  margin: 0.9rem auto 0 auto;
  background: url(../nyimages/teamxt1.png) no-repeat bottom left;
  background-size: 100% 0.03rem;
  padding-bottom: 0.4rem;

}

.teambox .work .workbox{
  margin: 0.5rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.teambox .work .workbox dl{
  width: 49%;

}

.teambox .work .workbox dl dt{
  padding-left: 0.15rem;
  font-size: 0.28rem;
  color: #000000;
  font-family: "SourceHanSans-Bold";
  position: relative;
  margin-bottom: 0.25rem;
}

.teambox .work .workbox dl dt::after{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 3px;
  height: 0.3rem;
  background: #8421F9;
}


.teambox .work .workbox dl dd{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0.45rem;
  position: relative;
  z-index: 5;
  min-height: 0.54rem;
  margin-bottom: 0.22rem;
  background: url(../nyimages/timeico.png) no-repeat left center;
  background-size: 0.17rem 0.17rem;
}

.teambox .work .workbox dl dd .time{
  width: 2.1rem;
  line-height: 0.4rem;
  background: url(../nyimages/timelist.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 0.18rem;
  color: #333333;
  text-align: center;
}

.teambox .work .workbox dl dd .txt{
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.27rem;
  width: calc(100% - 2.4rem);
}

.teambox .work .workbox dl dd::after{
  position: absolute;
  left: 0.08rem;
  top: 50%;
  content: "";
  width: 1px;
  height: 120%;
  border-left: 1px dashed rgba(132, 33, 250, 0.5);;
}

.teambox .work .workbox dl dd:last-child:after{
  display: none;
}



.teambox .Field{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url(../nyimages/teamxt1.png) no-repeat bottom left;
  background-size: 100% 0.03rem;
  padding: 0.85rem 0 0.85rem 0;
}


.teambox .Field .nytitle{

}



.teambox .Field .txt{
  width: calc(100% - 3.25rem);
}

.teambox .Field .txt p{
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.4rem;
  text-align: justify;
}




.teambox .Honor{

  padding: 0.85rem 0 0rem 0;
}

.teambox .Honor .nytitle{
  margin-bottom: 0.4rem;
}


.teambox .Honor .txt{
  margin-bottom: 0.8rem;

}

.teambox .Honor .txt h5{
  padding-left: 0.15rem;
  font-size: 0.28rem;
  color: #000000;
  font-family: "SourceHanSans-Bold";
  position: relative;
  margin-bottom: 0.25rem;
}

.teambox .Honor .txt h5::after{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 3px;
  height: 0.3rem;
  background: #8421F9;
}

.teambox .Honor .txt p{
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.48rem;
}





/*fenye*/
  
.fenye{
  margin: 0.55rem auto 0 auto;
  position: relative;
  z-index: 20;
}

.page {
  width: 100%;
  margin-top: 0rem;
}


.pb_sys_common {
  font-size:.16rem ;
  padding: 0px 0.05rem ;
  height: auto ;
  line-height: 0.3rem ;
  min-width: 0.3rem ;
}

.pb_sys_common a{
  text-decoration: none;
}

.pb_sys_common .p_pages{
  margin-left: -5px;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o,.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
  border: 1px solid #ccc;
  padding: 0px 0.1rem ;
  margin:0px 0px 0px 5px;

  height:0.3rem;

  line-height:0.3rem;
  box-sizing:border-box;
  display:inline-block;
  vertical-align:middle;
  background: #fff;
}

.pb_sys_common .p_t{
  line-height:12px;
  margin:0px;
  padding:0px;
  display:inline-block;
  vertical-align:middle;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o{
  color: #ccc;
}

.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
  color: #222;
}

.pb_sys_common .p_dot {
  margin-left:4px;
  margin-right:-4px;
  color:#222;
}

.pb_sys_common .p_goto input, .pb_sys_common .p_search input {
  /*
  height:22px;
  border: 1px solid #aaa;
  outline-width:thin;
  outline-color:#258CFF;

  text-align:center;
  vertical-align:middle;    
  */
  font-size:12px;

  border: 1px solid #aaa;
  height:22px;
  line-height:20px;
  box-sizing:border-box;
  vertical-align:middle;

  outline-width:thin;
  outline-color:#9c0c14;
  
  margin:0px 2px;
  padding:0px 1px;
}


.pb_sys_common .p_goto input{
  width:22px;
  text-align:center;
}

.pb_sys_common .p_search input{
  width:100px;
  text-align:left;
}

.pb_sys_common .p_goto input:hover, .pb_sys_common .p_goto input:focus, .pb_sys_common .p_search input:hover, .pb_sys_common .p_search input:focus{
  border: 1px solid #9c0c14;
}

.pb_sys_common .p_goto a, .pb_sys_common .p_search a{
  border: 1px solid #ccc;
  padding: 0px 0.08rem;
  color: rgba(58, 58, 60, 1);

  margin:0px;

  height:0.3rem;
  line-height:0.3rem;
  display:inline-block;
  box-sizing:border-box;
  vertical-align:middle;
  background: #fff;
}

.pb_sys_common .p_dosize_d, .pb_sys_common .p_dosize a{
  /*
  border-width:1px 0px 1px 1px;
  border-style:solid;
  border-color:#ccc;
  padding: 5px 6px;
  color: #222;
  */
  border-right:1px solid #ccc;
  padding: 1px 5px;
  color: #888888;
}

.pb_sys_common .p_dosize_d{
  /*background-color:#f5f5f5;*/
  color: rgba(58, 58, 60, 1);
}

.pb_sys_common .p_dosize a:hover{
  /*background-color:#f5f5f5;*/
  color: rgba(58, 58, 60, 1);
}

.pb_sys_common .p_dosize_last_d, .pb_sys_common .p_dosize_last a{
  /*border-right-width:1px*/
  border-right-width:0px;
}




@media (min-width: 1024px){

  .nyLeft>ul>li .erji>li>h6 a:hover{
    color: rgba(65, 56, 212, 1);
  }
  
  
  .nyLeft>ul>li>h5 a:hover{
    color: rgba(65, 56, 212, 1);
  }
  
  .nyLeft>ul>li.on>h5 a:hover{
    color: rgba(65, 56, 212, 1);
  }
  
  .nyLeft>ul>li.on.active .erji{
   /* display: block;*/
  
  }


}






@media (max-width: 1024px){




  .nyMain {
    padding: 0.5rem 0 1rem 0;
  }
  
  .nyLeft {
    width: 100%;
    float: none;
    padding-bottom: 0;
    margin: 0 auto;
  }
  
  .nyLeft  .fenlei_t{
    width: 100%;
    height: 0.9rem;
    position: relative;
    padding-top: 0;
  }


  
  .nyLeft  .fenlei_t h2{
    text-align: left;
    line-height: 0.9rem;
    font-size: 0.34rem;
    color: #fff;
    font-weight: normal;
    font-family: "SourceHanSansCN";
    padding-left: 0.3rem;
  }

  
  .nyLeft  .fenlei_t i.plus{
    position: absolute;
    top: 0.25rem;
    right: 0.3rem;
    content: "";
    background: url() no-repeat center;
    background-size: 100%;
    width: 0.4rem;
    height: 0.4rem;
}
  

  
  .nyLeft>ul>li{
    width: 90%;
  
  }
  
  .nyLeft>ul>li>h5{
    position: relative;
    z-index: 9;
    line-height: 0.55rem;
  }
  
  .nyLeft>ul>li>h5 a{
    padding: 0 10% 0 5%;
    font-size: 0.3rem;
  }

  .nyLeft>ul>li>h5 em {

    right: 0.1rem;

}
  
  .nyLeft>ul>li>h5 em::after{
    width: 0.12rem;
    height: 0.21rem;
  }
  
  .nyLeft>ul>li.on>h5::after {
    width: 100%;
    left: 0;
}

.nyLeft>ul>li.on>h5 a {
  font-size: 0.3rem;
  font-family: "SourceHanSansCN";
}

.nyLeft>ul>li .erji{
  width: 100%;
}
  
  .nyLeft>ul>li .erji>li{
    line-height: 0.52rem;
  
  
  
  }
  
  
  .nyLeft>ul>li .erji>li>h6 {
    font-size: 0.28rem;
  }
  
  .nyLeft>ul>li .erji>li>h6 a{
    font-size: 0.28rem;
    padding-left: 5%;
  }

  
  
  .nyLeft>ul>li .erji>li>dl dd a{
  line-height: 0.38rem;
  font-size: 0.26rem;
  
  
  }






  .nyRight {
    width: 100%;
    margin-top: .5rem;
  }
  
  .nyRight .nyrtit {
    padding-bottom: .15rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    margin-bottom: 0.4rem;
  }

  .nyRight .title h3{
    font-size: 0.36rem;
    line-height: 0.36rem;
    margin-top: 0.08rem;
  }
  
  .nyRight .title h3 i{
    font-size: 0.36rem;
  }
  
  .nyRight .title span{
    font-size: 0.24rem;
  }
  
  .nyRight  .title span::after{
  
    width: 0.34rem;
    height: 0.04rem;
  
  }
  
  .nyRight .nyrtit .tit {
    font-size: .36rem;
    order: 2;

  }
  
  .posi {
    order: 1;
    width: 100%;
    font-size: 0.26rem;
    background: url() no-repeat left center;
    background-size: 0.28rem 0.26rem;
    padding-left: 0.35rem;
  }
  
  .posi a {
    font-size: 0.26rem;
}
  
.posi a + a::before {
  font-size: 0.26rem;
}






.nyMain::after {

  top: -0.5rem;

}


.nytitle i{
  font-size: 0.24rem;
  line-height: 0.28rem;

}

.teambox{

  padding-top: 0.3rem;

}


.teambox .teamxq{

  min-height: 4.98rem;

  padding: 0.5rem 0.5rem ;
}



.teambox .teamxq .pic{
  width: 100%;
  height: auto;
  padding-top: 130%;
}



.teambox .teamxq .txt{
  width: calc(100% - 0rem);
  margin: 0.3rem auto 0 auto;
} 

.teambox .teamxq .txt h5{


  margin-bottom: 0.4rem;
}

.teambox .teamxq .txt h5 i{
  font-size: 0.26rem;

}

.teambox .teamxq .txt p{
  font-size: 0.28rem;

}


.teambox .personal{

  padding-bottom: 0.2rem;
  margin-top: 0.65rem;
}





.teambox .personal .txt{
  width: calc(100% - 0rem);
  margin: 0.3rem auto 0 auto;
}

.teambox .personal .txt p{
  font-size: 0.3rem;
  line-height: 0.5rem;
  margin-bottom: 0.4rem;
}





.teambox .work{
  margin: 0.65rem auto 0 auto;
  padding-bottom: 0.4rem;

}

.teambox .work .workbox{
  margin: 0.5rem auto 0 auto;

}

.teambox .work .workbox dl{
  width: 100%;
  margin-bottom: 0.2rem;

}

.teambox .work .workbox dl dt{
  padding-left: 0.15rem;
  font-size: 0.32rem;
}



.teambox .work .workbox dl dd{

  padding-left: 0.45rem;
  position: relative;
  z-index: 5;
  min-height: 0.54rem;
  margin-bottom: 0.22rem;
  background: url(../nyimages/timeico.png) no-repeat left 0.18rem;
  background-size: 0.25rem 0.25rem;
}

.teambox .work .workbox dl dd .time{
  width: 3.1rem;
  line-height: 0.6rem;
  font-size: 0.26rem;
  margin-bottom: 0.2rem;

}

.teambox .work .workbox dl dd .txt{
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.4rem;
  width: calc(100% - 0rem);
}

.teambox .work .workbox dl dd::after{

  left: 0.11rem;
  top: 30%;
  width: 1px;
  height: 105%;

}





.teambox .Field{
  padding: 0.65rem 0 0.4rem 0;
}





.teambox .Field .txt{
  width: calc(100% - 0rem);
  margin: 0.3rem auto 0 auto;
}

.teambox .Field .txt p{
  font-size: 0.3rem;
  line-height: 0.5rem;
}




.teambox .Honor{

  padding: 0.65rem 0 0rem 0;
}




.teambox .Honor .txt{
  margin-bottom: 0.8rem;

}

.teambox .Honor .txt h5{
  font-size: 0.32rem;

}

.teambox .Honor .txt h5::after {
  top: 0.1rem;
  transform: translateY(0%);

}

.teambox .Honor .txt p{
  font-size: 0.3rem;
  line-height: 0.5rem;
}









.fenye {
  margin: 0.6rem auto 0.9rem auto;
}
    
.pb_sys_common {
  font-size: .24rem;
  line-height: 0.34rem !important;
  min-width: 0.34rem !important;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {

  height: 0.4rem;
  line-height: 0.4rem;

}

.pb_sys_common .p_goto a, .pb_sys_common .p_search a {
  height: 0.4rem;
  line-height: 0.4rem;
}


}



/*nyProfile*/



.nybanner.teambanner .xt {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: url(../nyimages/nybannerbg.png) no-repeat bottom center;
  background-size: 100%;

}

.nybanner.teambanner .txt{
  position: absolute;
  z-index: 9;
  left: 0%;
  bottom: 0.6rem;
  width: 100%;
  padding: 0 10%;
}

.nybanner.teambanner .txt h5{
  font-size: 0.32rem;
  color: #fff;


}


.nybanner.teambanner .txt h5 a{
  font-size: 0.32rem;
  color: #fff;
  margin: 0 0.05rem;


}

.nyProfile{
  margin: 1.7rem auto 0 auto;
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.nyProfile .pic{
  position: relative;
  width: 3.38rem;
  height: 4.5rem;
  border-radius: 0.22rem;
}

.nyProfile .pic img{
  position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: cover;
    border-radius: 0.22rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nyProfile .nr{
  width: calc((100% - 4.2rem));
}

.nyProfile .nr .txt{

}

.nyProfile .nr .txt h5{
  font-size: 0.36rem;
  color: #000000;
  font-family: "SourceHanSansCN";
  background: url(../nyimages/nyProfile_xt.png) no-repeat bottom left;
  background-size: 100% 0.03rem;
  padding-bottom: 0.3rem;
  margin-bottom: 0.4rem;
}

.nyProfile .nr .txt h5 i{
  font-size: 0.24rem;
  color: #671D7D;
  margin-left: 0.15rem;
}

.nyProfile .nr .txt p{
  font-size: 0.2rem !important;
  color: #666666;
  line-height: 0.32rem !important;
  margin-bottom: 0.2rem !important;
        text-indent:0 !important;
        text-align: justify;
}
.nyProfile .nr .txt p strong{
color:#671D7D;


}
.nyProfile .nr .appointment{
  background: url(../nyimages/nyProfile_xt.png) no-repeat top left;
  background-size: 100% 0.03rem;
} 

.nyProfile .nr .appointment h6{
  font-size: 0.24rem;
  color: #333333;
  font-family: "SourceHanSansCN";
  padding-top: 0.42rem;
}

.nyProfile .nr .appointment ul{
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.12rem;
  background: url(../nyimages/nyProfile_xt.png) no-repeat bottom left;
  background-size: 100% 0.03rem;
  padding-bottom: 0.45rem;
}

.nyProfile .nr .appointment ul li{
  width: 49%;
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.32rem;
  background: url(../nyimages/teamico.png) no-repeat  left 0.08rem;
  background-size: 0.18rem 0.18rem;
  padding-left: 0.3rem;
}

.nyProfile .nr .nameico{
  width: 1.85rem;
  height: 0.8rem;
  margin: 0.45rem 0.3rem 0 0;
  float: right;

}

.nyProfile .nr .nameico img{
  display: block;
  width: 100%;
  height: 100%;
}



/*nyabout*/

.nyabout{
  margin: 0 auto 0 auto;
  padding-top: .5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}


.nyabout .ab_l{
  width: calc((100% - 7.8rem));
}

.nyabout .ab_l .ab_t{
  padding-top: 0.7rem;
  background: url(../nyimages/ab_t.png) no-repeat  left top;
  background-size: 11.28rem  1.02rem;
}

.nyabout .ab_l .ab_t .xt{
  margin-top: 0.3rem;
  display: block;
  width: 100%;
  height: 0.03rem;
  background: url(../nyimages/ab_t1.png) no-repeat  left center;
  background-size: auto  0.03rem;
}

.nyabout .ab_l .txt{

  margin-top: 0.2rem;
  height: 6rem;
  overflow-y: auto;
  padding-right: 0.2rem;
}

.nyabout .ab_l .txt p{
  font-size: 0.2rem !important;
  color: #666666;
  line-height: 0.4rem !important;
  padding-left: 0.32rem !important;
  margin-bottom: 0.2rem !important;
  text-indent:0 !important;
  text-align: justify;
}


.nyabout .ab_r{
  position: relative;
  width: 7.05rem;
  height: 6rem;
  margin-top: 0.15rem;
  background: url(../nyimages/abimgxt1.png) no-repeat  left top;
  background-size: 1.36rem 1.35rem;

}

.nyabout .ab_r::after{
  position: absolute;
  right: -0.6rem;
  bottom: 0;
  content: "";
  width: 1.36rem;
  height: 1.35rem;
  background: url(../nyimages/abimgxt2.png) no-repeat  right top;
  background-size: 1.36rem 1.35rem;
}

.nyabout .ab_r .ab-top{
  position: absolute;
  right: 0;
  top: 0.6rem;
  width: 6.4rem;
  height: 4.8rem;


}

.nyabout .ab_r .ab-top .pic{
  border-radius: 0.32rem;
  overflow: hidden;
  width: 100%;
  height: 4.8rem;
  position: relative;
}

.nyabout .ab_r .ab-top img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.32rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyabout .ab_r .ab-thumbs{
  width: 100%;
  position: absolute;
  z-index: 5;
  left: -0.35rem;
  bottom: -0.7rem;
  padding-bottom: 0.5rem;
}





.nyabout .ab_r .ab-thumbs .swiper-slide{
  position: relative;
  z-index: 5;
  height: 1.8rem ;
  cursor: pointer;
}

.nyabout .ab_r .ab-thumbs .swiper-slide::after{
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -34%;
  background: url(../nyimages/abimgico2.png) no-repeat  bottom center;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.nyabout .ab_r .ab-thumbs .swiper-slide-thumb-active::after{
  opacity: 1;
}

.nyabout .ab_r .ab-thumbs .pic{
  border-radius: 0.2rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  
}

.nyabout .ab_r .ab-thumbs img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.Clinicalexpert{
  margin: 1.15rem auto 0 auto;
  width: 100%;
} 

.Clinicalexpert .Clinical_t{
  background: url(../nyimages/ab_t1.png) no-repeat  right 0.35rem;
  background-size: 7.7rem 0.03rem;
}

.Clinicalexpert .Clinicalbox{
  margin-top: 1.05rem;
}

.Clinicalexpert .Clinicalbox ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Clinicalexpert .Clinicalbox ul li{
  position: relative;
  z-index: 5;
  width: 48.2%;
  height: 2.8rem;
  border-radius: 0.2rem;
  background: linear-gradient(90deg, #F4F7FF 0%, #F9F5FF 100%);
  margin-bottom: 1.2rem;
}

.Clinicalexpert .Clinicalbox ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Clinicalexpert .Clinicalbox ul li .pic{
  width: 2.4rem;
  height: 3.2rem;
  border-radius: 0.16rem;
  position: relative;
  overflow: hidden;
  margin-top: -0.4rem;

}

.Clinicalexpert .Clinicalbox ul li .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 0.16rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.Clinicalexpert .Clinicalbox ul li .txt{
  margin-right: 0.4rem;
  width: calc((100% - 3.2rem));
  padding-top: 0.4rem;
}

.Clinicalexpert .Clinicalbox ul li .txt h5{
  font-size: 0.32rem;
  color: #000000;
  font-family: "SourceHanSans-Bold";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.Clinicalexpert .Clinicalbox ul li .txt h5 i{
  color: #671D7D;
  font-size: 0.32rem;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.Clinicalexpert .Clinicalbox ul li .txt em{
  display: block;
  width: 100%;
  height: 1px;
  background: #671D7D;
  opacity: 0.1;
  margin: 0.2rem 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.Clinicalexpert .Clinicalbox ul li .txt p{
  color: #333333;
  font-size: 0.2rem;
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Clinicalexpert .Clinicalbox ul li .txt .more{
  margin-top: 0.1rem;
  float: right;
  display: inline-block;
  padding: 0 0.25rem;
  height: 0.44rem;
  line-height: 0.44rem;
  border-radius: 0.22rem;
  background: linear-gradient(111deg, #8320FC 1%, #A63DBB 100%);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.Clinicalexpert .Clinicalbox ul li .txt .more span{
  display: block;
  color: #fff;
  font-size: 0.2rem;
  background: url(../nyimages/abmore.png) no-repeat  right center;
  background-size: 0.17rem 0.17rem ;
  padding-right: 0.28rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.Clinicalexpert .Clinicalbox ul li::after{
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 0;
  height: 100%;
  background: url(../nyimages/ablist.jpg) no-repeat  center;
  background-size: 100% 100% ;
  border-radius: 0.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.Clinicalexpert .Clinicalbox ul li::before {
  position: absolute;
  z-index: -2;
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  top: 40%;
  background: url(../nyimages/abimgico1.png) no-repeat bottom center;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}


@media (min-width: 1024px){
  .Clinicalexpert .Clinicalbox ul li:hover::before{
    width: 100%;
    height: 100%;
  }

  .Clinicalexpert .Clinicalbox ul li:hover::after{
    width: 100%;
  }

  .Clinicalexpert .Clinicalbox ul li:hover .txt h5{
    color: #fff;

  }

  .Clinicalexpert .Clinicalbox ul li:hover .txt h5 i{
    color: #fff;
  }

  .Clinicalexpert .Clinicalbox ul li:hover .txt em{
    opacity: 0.2;
      
    background: #FFFFFF;
  }

  .Clinicalexpert .Clinicalbox ul li:hover .txt p{
    color: #fff;
  }

  .Clinicalexpert .Clinicalbox ul li:hover .txt .more{
    background: linear-gradient(111deg, rgba(255, 255, 255, 0.9) 1%, rgba(255, 255, 255, 0.81) 100%);
  }

  .Clinicalexpert .Clinicalbox ul li:hover .txt .more span{
    color: #671D7D;
    background: url(../nyimages/abmore1.png) no-repeat  right center;
    background-size: 0.17rem 0.17rem ;
  }
  
}


@media (max-width: 1024px){


  
  .nybanner.teambanner .txt{
    bottom: 0.3rem;

  }
  
  .nybanner.teambanner .txt h5{
    font-size: 0.28rem;
    text-align: center;
  
  
  }
  
  .nybanner.teambanner .txt h5 a{
    font-size: 0.28rem;
  
  
  }
  .nyProfile{
    margin: 0.5rem auto 0 auto;

  }
  
  .nyProfile .pic{

    width: 90%;
    height: auto;
    padding-top: 120%;
    margin: 0 auto 0.3rem auto;
  }
  

  
  .nyProfile .nr{
    width: calc((100% - 0rem));
  }
  

  
  .nyProfile .nr .txt h5 i{
    font-size: 0.26rem;

  }
  
  .nyProfile .nr .txt p{
    font-size: 0.28rem !important;
    line-height: 0.48rem !important;

  }

  
  .nyProfile .nr .appointment h6{
    font-size: 0.32rem;
  }
  

  
  .nyProfile .nr .appointment ul li{
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.45rem;
    background: url(../nyimages/teamico.png) no-repeat left 0.14rem;
    background-size: 0.18rem 0.18rem;
  }
  
  .nyProfile .nr .nameico{
    width: 1.85rem;
    height: 0.8rem;
    margin: 0.45rem 0.3rem 0.5rem 0;

  
  }
  

  .nyabout{

    padding-top: 0.3rem;

  }
  
  
  .nyabout .ab_l{
    width: calc((100% - 0rem));
  }
  
  .nyabout .ab_l .ab_t{
    padding-top: 0rem;
    background: url(../nyimages/ab_t.png) no-repeat  left top;
    background-size: 100% ;
    padding-top: 0.2rem;
  }

  
  .nyabout .ab_l .txt{
    background: url(../nyimages/teamico.png) no-repeat  left 0.1rem;
    background-size: 0.24rem 0.24rem;
    height: auto;
    padding-right: 0;

  }
  
  .nyabout .ab_l .txt p{
    font-size: 0.3rem !important;
    line-height: 0.5rem !important;
    padding-left: 0.4rem !important;

  
  }
  
  
  .nyabout .ab_r{

    width: 100%;
    height: 8.8rem;
    margin-top: 0.15rem;
    background: url(../nyimages/abimgxt1.png) no-repeat  left top;
    background-size: 1.36rem 1.35rem;
  
  }
  
  .nyabout .ab_r::after{
    right: -0rem;
    content: "";
    width: 1.36rem;
    height: 1.35rem;
    background: url(../nyimages/abimgxt2.png) no-repeat  right top;
    background-size: 1.36rem 1.35rem;
  }
  

  

  .nyabout .ab_r .ab-top{
    position: absolute;
    right: 5%;
    top: 0.6rem;
    width: 90%;
    height: auto;
  
  
  }
  
  .nyabout .ab_r .ab-top .pic{
    border-radius: 0.32rem;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 53%;

  }
  

  
  .nyabout .ab_r .ab-thumbs{
    width: 90%;
    left: -0.1rem;
    bottom: -0.7rem;
    padding-bottom: 0.5rem;
  }
  
  
  
  
  
  .nyabout .ab_r .ab-thumbs .swiper-slide{

    height: auto;

  }
  
  .nyabout .ab_r .ab-thumbs .swiper-slide::after{
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -34%;
    background: url(../nyimages/abimgico2.png) no-repeat  bottom center;
    background-size: 100%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
  }
  
  .nyabout .ab_r .ab-thumbs .swiper-slide-thumb-active::after {
    opacity: 1;
}
  
  .nyabout .ab_r .ab-thumbs .pic{
 

    height: auto;
    padding-top: 60%;

    
  }

  
  
  .Clinicalexpert{
    margin: 1.15rem auto 0 auto;

  } 
  
  .Clinicalexpert .Clinical_t{
    background: url(../nyimages/ab_t1.png) no-repeat  right 0.35rem;
    background-size: 73% 0.03rem;
  }
  
  .Clinicalexpert .Clinicalbox{
    margin-top: 0.9rem;
  }
  

  
  .Clinicalexpert .Clinicalbox ul li{

    width: 100%;
    height: 2.8rem;
    margin-bottom: 1.2rem;
  }
  


  
  .Clinicalexpert .Clinicalbox ul li .txt{
    padding-top: 0.3rem;
  }
  

  
  .Clinicalexpert .Clinicalbox ul li .txt em{

    margin: 0.15rem 0;

  }
  
  .Clinicalexpert .Clinicalbox ul li .txt p{

    font-size: 0.26rem;
    line-height: 0.35rem;
    height: 0.7rem;

  }
  
  .Clinicalexpert .Clinicalbox ul li .txt .more{

    height: 0.48rem;
    line-height: 0.48rem;

  } 
  
  .Clinicalexpert .Clinicalbox ul li .txt .more span{

    font-size: 0.24rem;

  }
  

  



}


@media (max-width: 768px) {
    
  .nyabout .ab_r{


    height: 5rem;

  
  }
  
  .nyabout .ab_r .ab-top .pic {

    padding-top: 60%;
}
}


  
  /* 滚动条轨道宽度设为2px */
  
  ::-webkit-scrollbar {
  
    width: 3px; /* 垂直滚动条宽度 */
    
    height: 2px; /* 水平滚动条高度 */
    
    }
    
     
    
    /* 轨道样式 */
    
    ::-webkit-scrollbar-track {
    
    background: #e5e5e5; /* 透明轨道，避免遮挡滑块延伸 */
    
    }
    
     
    
    /* 滑块样式：通过边框扩展视觉宽度 */
    
    ::-webkit-scrollbar-thumb {
    
    background: #eee;
    
    border-radius: 10px;
    
    border: 6px solid #671D7D; /* 关键：用边框扩展宽度 */
    
    background-clip: content-box; /* 限制背景仅显示在内容区域 */
    
    min-width: 6px; /* 确保滑块最小宽度为10px */
    
    }
    
     
    
    /* 滑块悬停效果 */
    
    ::-webkit-scrollbar-thumb:hover {
    
    background: #671D7D;
    
    border-color: #671D7D;
    
    }






/* 新闻中心 */

.nynews{
  margin: 0 auto;
  margin: 0 auto 0 auto;
  padding-top: .5rem;
  width: 100%;
}

.nynews .nynews_t{
  padding-top: 0.7rem;
  background: url(../nyimages/ab_t.png) no-repeat left top;
  background-size: 11.28rem 1.02rem;
}

.nynews .nynews_t .xt{
  margin-top: 0.3rem;
  display: block;
  width: 100%;
  height: 0.03rem;
  background: url(../nyimages/ab_t1.png) no-repeat left center;
  background-size: auto 0.03rem;
}


.nynews .newsbox{
  margin: 0.5rem auto 0 auto;
}

.nynews .newsbox ul li{
  position: relative;
  z-index: 5;
  width: 100%;
  height: 2.4rem;
  border-radius: 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(90deg, #F4F7FF 0%, #F9F5FF 100%);
  margin-bottom: 0.4rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynews .newsbox ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nynews .newsbox ul li .pic{
  position: relative;
  overflow: hidden;
  width: 3.2rem;
  height: 2.4rem;
  border-radius: 0.2rem;
}

.nynews .newsbox ul li .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynews .newsbox ul li .txt{
  width: calc((100% - 4.05rem));
  margin-right: 0.4rem;
} 

.nynews .newsbox ul li .txt h5{
  font-size: 0.24rem;
  color: #333333;
  font-family: "SourceHanSans-Bold";
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.3rem;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;   
}

.nynews .newsbox ul li .txt p{
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.4rem;
  height: 0.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.1rem 0;
}

.nynews .newsbox ul li .txt .time{
  display: block;
  padding-left: 0.25rem;
  font-family: "Microsoft YaHei";
  font-size: 0.18rem;
  color: #671D7D;
  background: url(../nyimages/newstime.png) no-repeat left center;
  background-size: 0.18rem 0.18rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nynews .newsbox ul li::after{
  position: absolute;
  left: 0;
  top: 0;
  width:  100%;
  height: 100%;
  content: "";
  z-index: -1;
  border-radius: 0.2rem;
  background: linear-gradient(0deg, #7630E1 0%, #993AEA 99%);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.nynews .newsbox ul li::before{
  position: absolute;
  left: 0;
  bottom: -50%;
  width:  100%;
  height: 100%;
  content: "";
  z-index: -2;
  background: url(../nyimages/newslist.png) no-repeat bottom center;
  background-size: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



/* 新闻中心 */

.nynewsxq{
  margin: 0 auto;
  padding-top: 1.98rem;
  width: 100%;
}

.arc-tit{
  margin: 0 auto;
  text-align: center;
}


.arc-tit h1 {
  display: inline-block;
  font-size: 0.36rem;
  color: #000000;
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
  line-height: 0.38rem;
  background: linear-gradient(116deg, #000000 58%, #B45EFF 98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background: none\0;
}

.arc-info {
  text-align: center;
  font-size: .16rem;
  color: #9E9E9E;
  background: #F7F7F7;
  margin: 0.4rem auto 0 auto;
  padding: 0.04rem 0;
  line-height: 0.3rem;
}

.arc-info span {
  display: inline-block;
  margin: 0 .1rem;

}

.nytxtcont {
  line-height: 0.4rem;
  font-size: .2rem;
  margin: 0.1rem auto 0 auto;
}

.nytxtcont p {
  line-height: 0.4rem;
  font-size: .2rem;
  color: #666666;
  text-indent: 2em;
  margin: 0.3rem 0;
}

.nytxtcont p span{
  opacity: 0.64;
  text-indent: 0;
}

.nytxtcont p i{
  padding: 0.04rem 0.25rem;
  display: table;
  margin: 0 auto;
  text-align: center;
  font-size: 0.2rem;
  color: #FFFFFF;
  text-indent: 0;
  border-radius: 45px;
  background: linear-gradient(100deg, #8320FC 1%, #A63DBB 100%);
  box-shadow: 0px 10px 24px 0px rgba(148, 51, 232, 0.4);
}

.nytxtcont p>img {
  max-width:100% ;
  height:auto ;

}
.nytxtcont video {
  max-width:100% ;
  height:auto ;
  margin:0 auto ;
  display:block;
}


.arc-sib {
  margin: 0.3rem auto 0rem auto;
  border-top: 1px dashed #D8D8D8;
  padding-top: 0.25rem;
  position: relative;
  }
  
  
  .arc-sib div {
    padding: .11rem 0rem;
    font-size: 0.2rem;
    color: #666666;
    line-height: 0.3rem;
  }
  
  .arc-sib div a{
    font-size: 0.2rem;
    color: #666666;
  }



/* nyproduct */

.nyproduct{
  margin: 0 auto;
  width: 100%;
}

.nyproduct .ab_l{
  width: 100%;
}

.nyproduct .ab_l .txt{
  height: 4.9rem;
}

.nyproduct .ab_l .txt p{
  margin-bottom: 0.13rem !important;
}



.nyprobox{
  margin: 0.5rem auto 0 auto;
  width: 100%;
}

.nyprobox .pro_t{
  background: url(../nyimages/proxt.png) no-repeat right 0.35rem;
  background-size: 7.46rem 0.03rem;
}

.nyprobox .pro_t span{
  display: block;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.28rem;
  opacity: 0.5;
  margin-top: 0.1rem;
  letter-spacing: -0.06em;
}

.nyprobox .content-wrapper:nth-child(2) .pro_t{
  background-size: 7.7rem 0.03rem;
}

.nyprobox .content-wrapper:nth-child(2) .pro_t span{
  letter-spacing: -0.03em;
}

.nyprobox .content-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.nyprobox .products-grid{
  margin: 0.6rem auto 0 auto;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.nyprobox .products-grid .product-card{
  position: relative;
  z-index: 5;
  width: 30.8%;
  margin: 0 3.7% 0.7rem 0;
  border-radius: 0.2rem;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px 0px rgba(164, 135, 175, 0.2);
}


.nyprobox .products-grid .product-card:nth-child(3n){
  margin-right: 0;
}


.nyprobox .products-grid .product-card .pic{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 65%;
  border-radius: 0.2rem 0.2rem 0px 0px;
  background: url(../nyimages/proimgbg.jpg) no-repeat center;
  background-size: 100% 100%;
}

.nyprobox .products-grid .product-card .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.2rem 0.2rem 0px 0px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyprobox .products-grid .product-card .info{
  position: relative;
  z-index: 5;
  margin: 0 auto;
  height: 1.65rem;
  padding: 0.2rem 0.25rem 0 0.25rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyprobox .products-grid .product-card .info h5{
  font-size: 0.24rem;
  color: #000000;
  font-family: "SourceHanSans-Bold";
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyprobox .products-grid .product-card .info em{
  display: block;
  width: 100%;
  height: 1px;
  background: #671D7D;
  opacity: 0.05;
  margin: 0.1rem 0;

}


.nyprobox .products-grid .product-card .info p{
  color: #666666;
  font-size: 0.2rem;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyprobox .products-grid .product-card::before {
  position: absolute;
  z-index: -2;
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  bottom: -16%;
  background: url(../nyimages/abimgico1.png) no-repeat bottom center;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyprobox .products-grid .product-card .info::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 0%;
  background: url(../nyimages/protxt.jpg) no-repeat bottom center;
  background-size: 100% 100%;
  border-radius: 0 0 0.2rem 0.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyprobox .products-grid .product-card.on::before{
  height: 100%;
}

.nyprobox .products-grid .product-card.on .info::after{
  height: 100%;
}


.nyprobox .products-grid .product-card.on .info h5{
  color: #fff;

}

.nyprobox .products-grid .product-card.on .info em{
  background: #fff;
  opacity: 0.3;
}

.nyprobox .products-grid .product-card.on .info p{
  color: #fff;
}

        /* 弹窗样式 */
        .popup-overlay {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.5);
          z-index: 9999;
          display: none;
          opacity: 0;
          transition: opacity 0.3s ease;
      }

      .popup-box {
          position: fixed;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%;
          max-width: 15.6rem;
          max-height: 80vh;
          border-radius: 0.2rem;
          background: linear-gradient(296deg, #F2E4FF 1%, #F1E7FF 99%);
          padding: 0.32rem 0.4rem 0.18rem 0.4rem;
          z-index: 10000;
          display: none;
          opacity: 0;
          transition: all 0.3s ease;
          overflow-y: auto;
      }

      .popup-box.active {
        display: block;
        opacity: 1;
        animation: popupSlideDown 0.3s ease;
    }
    
    @keyframes popupSlideDown {
        from {
            transform: translate(-50%, -60%);
            opacity: 0;
        }
        to {
            transform: translate(-50%, -50%);
            opacity: 1;
        }
    }

      .popup-header h2 {
        display: inline-block;
        font-size: 0.32rem;
        color: #000000;
        font-weight: normal;
        font-family: "SourceHanSans-Bold";
        line-height: 0.38rem;
        background: linear-gradient(
    116deg
    , #000000 58%, #B45EFF 98%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        background: none\0;
        max-width: 85%;

      }

      .popup-header em{
        display: block;
        width: 100%;
        height: 1px;
        opacity: 0.05;
        background: #671D7D;
        margin-top: 0.22rem;
      }

      .popup-section{
        margin: 0rem auto 0 auto;
      }

      .popup-section p strong{
        display: inline-block;
        font-size: 0.24rem;
        color: #fff;
        font-family: "SourceHanSans-Bold";
        padding: 0 0.2rem ;
        line-height: 0.48rem;
        border-radius: 24px;
        background: linear-gradient(105deg, #8320FC 1%, #A63DBB 99%);
 
        box-shadow: 0px 10px 24px 0px rgba(148, 51, 232, 0.4);
        margin: 0.2rem 0 0.18rem 0;
      }

      .popup-section h5 img{
        width: 0.26rem;
        height: 0.26rem;
        margin-right: 0.15rem;
        position: relative;
        top: -0.03rem;

      }

      .popup-section p{
        font-size: 0.2rem;
        color: #666666;
        line-height: 0.4rem;
        margin-bottom: 0.1rem;
         text-indent:0 !important;
        text-align: justify;
        text-justify: inter-word;
      }


      .popup-section .btn {
          display: inline-block;
          background: #7c4dff;
          color: white;
          padding: 8px 20px;
          border-radius: 20px;
          text-decoration: none;
          font-size: 14px;
          margin-top: 10px;
      }

      .popup-box .close-btn {
          position: absolute;
          top: 15px;
          right: 20px;
          background: none;
          border: none;
          font-size: 24px;
          cursor: pointer;
          color: #999;
      }


/* nyhzbox */

.nyhzbox{
  width: 100%;
}

.nyhzbox .ab_l {
  width: calc((100% - 0rem));
}

.nyhzbox .ab_l .txt{
  height: auto;
  overflow: hidden;
}

.nyhzbox .ab_l .txt1{
  background: none;
}


/*图片­*/

.nylmxy{
  margin: 0.2rem auto 0 auto;
  position: relative;
  width: 100%;
}

.nylmxy .gallery-top{
  margin: 0 auto;
}

.nylmxy .gallery-top .swiper-slide{
  position: relative;
}

.nylmxy .gallery-top .swiper-slide .pic{
  position: relative;
  padding: 0.5rem;
  width: 9rem;
  height: 5.5rem;
  margin: 0 auto;
}

.nylmxy .gallery-top .swiper-slide .pic .img{
  display: block;
  margin: 0 auto 0 auto;
  position: relative;
  overflow: hidden;
  width: 8rem;
  height: 4.5rem;
  border-radius: 0.32rem;
}

.nylmxy .gallery-top .swiper-slide .pic .img a{
  display: block;
}


.nylmxy .gallery-top .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.32rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nylmxy .gallery-top .swiper-slide .pic::after{
  position: absolute;
    left: 0rem;
    top: 0;
    content: "";
    width: 1.36rem;
    height: 1.35rem;
    background: url(../nyimages/abimgxt1.png) no-repeat left top;
    background-size: 1.36rem 1.35rem;
}

.nylmxy .gallery-top .swiper-slide .pic::before{
  position: absolute;
    right: 0rem;
    bottom: 0;
    content: "";
    width: 1.36rem;
    height: 1.35rem;
    background: url(../nyimages/abimgxt2.png) no-repeat right top;
    background-size: 1.36rem 1.35rem;
}



.nylmxy .gallery-thumbs{
  margin: 0.28rem 0rem 0.4rem 0rem;
  position: relative;
}

.nylmxy .gallery-thumbs .swiper-slide{
  position: relative;
  border-radius: 0.12rem;
  padding: 0.05rem;

}

.nylmxy .gallery-thumbs .swiper-slide .pic{
  position: relative;
  width: 100%;
  padding-top: 57%;
  border-radius: 0.12rem;
}


.nylmxy .gallery-thumbs .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.12rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nylmxy .gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid #8b43c0;
}



.nylmxy  .swiper-campus-next{
  cursor: pointer;
  position: absolute;
  right: 0rem;
  bottom: 0.4rem;
  z-index: 5;
  background: url() center repeat;
  background-size: 100%;
  width: 0.14rem;
  height: 0.37rem;
  display: none;
}

.nylmxy  .swiper-campus-prev{
  cursor: pointer;
  position: absolute;
  left: 0rem;
  bottom: 0.4rem;
  z-index: 5;
  background: url() center repeat;
  background-size: 100%;
  width: 0.14rem;
  height: 0.37rem;
  display: none;
}


.hzvideo{
  margin: 0.18rem auto 0.7rem auto;
}

.hzvideo a{
  display: block;
  padding: 0.5rem;
  width: 9rem;
  margin: 0 auto;
  position: relative;
}


.hzvideo .pic{
  display: block;
  margin: 0 auto 0 auto;
  position: relative;
  overflow: hidden;
  width: 8rem;
  height: 4.5rem;
  border-radius: 0.32rem;
}

.hzvideo .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.32rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hzvideo  a::after{
  position: absolute;
    left: 0rem;
    top: 0;
    content: "";
    width: 1.36rem;
    height: 1.35rem;
    background: url(../nyimages/abimgxt1.png) no-repeat left top;
    background-size: 1.36rem 1.35rem;
}

.hzvideo a::before{
  position: absolute;
    right: 0rem;
    bottom: 0;
    content: "";
    width: 1.36rem;
    height: 1.35rem;
    background: url(../nyimages/abimgxt2.png) no-repeat right top;
    background-size: 1.36rem 1.35rem;
}

.hzvideo .pic .videoBtn {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../nyimages/hzico.png) center no-repeat;
  background-size: 1.2rem 1.2rem;
  left: 0;
  top: 0;
  z-index: 99;
  border-radius: 0%;
}



#videoAlert {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1009;
}

#videoAlert .cont {
  position: relative;
  height: 100%;
}

#videoAlert .video_box {
  position: absolute;
  margin-top: 10%;
  width: 70%;
  height: 60%;
  margin-left: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}

#videoAlert .video_box video {
  width: 85%;
  margin: 0 auto;
}

#videoAlert .video_box .close img {
  width: 30px;
  position: absolute;
  top: 1rem;
  right: -10%;
  max-height: initial;
}

#videoAlert .video_box .close {
  margin-bottom: 0px;
  height: 30px;
  position: relative;
  z-index: 10000;
  cursor: pointer;
}





.nyhzbox .pro_t{
  background: url(../nyimages/proxt1.png) no-repeat right 0.35rem;
  background-size: 1.5rem 0.03rem;
}

.nyhzbox .pro_t span{
  display: block;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.28rem;
  opacity: 0.5;
  margin-top: 0.1rem;
  letter-spacing: -0.03em;
}

.nyhzbox .txt{

  margin-top: 0.2rem;
  height: auto;
  overflow: hidden;
  padding-right: 0.2rem;
}

.nyhzbox .txt p {
  font-size: 0.2rem !important;
  color: #666666;
  line-height: 0.4rem !important;
  padding-left: 0.32rem !important;
  margin-bottom: 0.1rem !important;
  text-indent: 0 !important;
text-align: justify;
}

.nyhzbox .txt.txt3{
  margin-top: 0.4rem;
}


.nyhzbox .txt p span{
  display: block;
}


.nyhzbox .picimg{
  margin: 0.3rem auto 0 auto;
  position: relative;
}

.nyhzbox .picimg a{
  display: block;
  padding: 0.5rem;
  width: 9rem;
  margin: 0 auto;
  position: relative;
}

.nyhzbox .picimg .img{
  display: block;
  margin: 0 auto 0 auto;
  position: relative;
  overflow: hidden;
  width: 8rem;
  height: 4.5rem;
  border-radius: 0.32rem;
}

.nyhzbox .picimg .img img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.32rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyhzbox .picimg a::after{
  position: absolute;
    left: 0rem;
    top: 0;
    content: "";
    width: 1.36rem;
    height: 1.35rem;
    background: url(../nyimages/abimgxt1.png) no-repeat left top;
    background-size: 1.36rem 1.35rem;
}

.nyhzbox .picimg a::before{
  position: absolute;
    right: 0rem;
    bottom: 0;
    content: "";
    width: 1.36rem;
    height: 1.35rem;
    background: url(../nyimages/abimgxt2.png) no-repeat right top;
    background-size: 1.36rem 1.35rem;
}


.about2{
  padding-top: .5rem;
}
.pro_t1{
  background: url(../nyimages/proxt1.png) no-repeat right 0.35rem;
  background-size: 7.7rem 0.03rem;
}

.pro_t1 span{
  display: block;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.28rem;
  opacity: 0.5;
  margin-top: 0.1rem;
  letter-spacing: -0.03em;
}

.nyhzbox2{
  margin-top: 0.7rem;
}

.nyFaculty{
  width: 100%;
  margin: 0.8rem auto 0 auto; 
}

.nyFaculty .nyFacultybox{
  margin: 0.6rem auto 0 auto; 
}


.nyFaculty .nyFacultybox ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyFaculty .nyFacultybox ul li{
  position: relative;
  z-index: 5;
  width: 48.2%;
  height: 100%;
  border-radius: 0.2rem;
  background: linear-gradient(90deg, #F4F7FF 0%, #F9F5FF 100%);
  margin-bottom: 1.2rem;
}

.nyFaculty .nyFacultybox ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyFaculty .nyFacultybox ul li .pic{
  width: 2.4rem;
  height: 3.2rem;
  border-radius: 0.16rem;
  position: relative;
  overflow: hidden;


}

.nyFaculty .nyFacultybox ul li .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 0.16rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyFaculty .nyFacultybox ul li .txt{
  margin-right: 0.3rem;
  width: calc((100% - 3.1rem));
  padding-top: 0.27rem;
  position: relative;
}

.nyFaculty .nyFacultybox ul li .txt h5{
  font-size: 0.32rem;
  color: #000000;
  font-family: "SourceHanSans-Bold";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyFaculty .nyFacultybox ul li .txt h5 i{
  color: #671D7D;
  font-size: 0.2rem;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-left: 0.1rem;
}

.nyFaculty .nyFacultybox ul li .txt em{
  display: block;
  width: 100%;
  height: 1px;
  background: #671D7D;
  opacity: 0.1;
  margin: 0.15rem 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyFaculty .nyFacultybox ul li .txt p{
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.28rem;
  max-height: 0.84rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0.1rem;
}

.nyFaculty .nyFacultybox ul li .txt .more{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  /* bottom: 0.25rem; */
  width: 100%;
}

.nyFaculty .nyFacultybox ul li .txt .email{
  margin-top: 0.1rem;
  display: inline-block;
  padding: 0 0.2rem;
  height: 0.44rem;
  line-height: 0.44rem;
  border-radius: 0.22rem;
  background: linear-gradient(111deg, #ebe2ff 1%, #eee4fa 100%);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.nyFaculty .nyFacultybox ul li .txt .email i{
  display: block;
  color: #8320FC;
  font-size: 0.18rem;
  background: url(../nyimages/emailico.png) no-repeat  left center;
  background-size: 0.21rem 0.16rem;
  padding-left: 0.32rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.nyFaculty .nyFacultybox ul li .txt .xq{
  margin-top: 0.1rem;
  display: inline-block;
  padding: 0 0.25rem;
  height: 0.44rem;
  line-height: 0.44rem;
  border-radius: 0.22rem;
  background: linear-gradient(111deg, #8320FC 1%, #A63DBB 100%);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.nyFaculty .nyFacultybox ul li .txt .xq span{
  display: block;
  color: #fff;
  font-size: 0.18rem;
  background: url(../nyimages/abmore.png) no-repeat  right center;
  background-size: 0.17rem 0.17rem;
  padding-right: 0.28rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nyFaculty .nyFacultybox ul li::after{
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 0;
  height: 100%;
  background: url(../nyimages/ablist.jpg) no-repeat  center;
  background-size: 100% 100% ;
  border-radius: 0.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}






@media (min-width: 1024px){

  .nyFaculty .nyFacultybox ul li:hover .pic img{
    transform: scale(1.1);
  }

  .nyFaculty .nyFacultybox ul li:hover .txt h5{
    color: #671D7D;
  }

  .arc-sib div:hover{
    color: #671D7D;
  }

  .arc-sib div:hover a{
    color: #671D7D;
  }

  .nynews .newsbox ul li:hover{

    background: linear-gradient(0deg, #7630E1 0%, #993AEA 99%);
  }
  
  
  .nynews .newsbox ul li:hover::after{
    opacity: 1;
  }
  
  .nynews .newsbox ul li:hover::before{
    opacity: 1;
  
  }
  
  .nynews .newsbox ul li:hover .pic img{
    transform: scale(1.1);
  }
  
  .nynews .newsbox ul li:hover .txt h5{
    color: #FFFFFF;
  }
  
  
  .nynews .newsbox ul li:hover .txt p{
    color: #FFFFFF;
    opacity: 0.8;
  }
  
  .nynews .newsbox ul li:hover .txt .time{
    color: #FFFFFF;
    background: url(../nyimages/newstime1.png) no-repeat left center;
    background-size: 0.18rem 0.18rem;
  }

}



@media (max-width: 1024px){

  .nynews{
    padding-top: 0.2rem;
    width: 100%;
  }
  
  .nynews .nynews_t{
    padding-top: 0rem;
    background: url(../nyimages/ab_t.png) no-repeat left top;
    background-size: 100%;
    padding-top: 0.2rem;
  }
  
  .nynews .nynews_t .xt{

    background: url(../nyimages/ab_t1.png) no-repeat left center;
    background-size: 100% 0.03rem;
  }
  
  
  .nynews .newsbox{
    margin: 0.4rem auto 0 auto;
  }
  
  .nynews .newsbox ul li{
    height: auto;
    margin-bottom: 0.3rem;
    border: none;
  }

  
  .nynews .newsbox ul li .pic{

    width: 100%;
    height: auto;
    padding-top: 56%;

  }
  
  
  .nynews .newsbox ul li .txt{
    width: calc((100% - 0rem));
    margin-right: 0rem;
    padding: 0 0.3rem 0.3rem 0.3rem;
  } 
  
  .nynews .newsbox ul li .txt h5{
    font-size: 0.3rem;
    margin-top: 0.3rem;
  }
  
  .nynews .newsbox ul li .txt p{
    font-size: 0.26rem;
    line-height: 0.45rem;
    height: 0.9rem;
    margin: 0.2rem 0;
  }
  
  .nynews .newsbox ul li .txt .time{
    padding-left: 0.35rem;
    font-size: 0.26rem;
    background: url(../nyimages/newstime.png) no-repeat left center;
    background-size: 0.24rem 0.24rem;

  }

  .nynews .newsbox ul li::after{
    display: none;

  }

  .nynews .newsbox ul li::before{
    display: none;
  }

  .nynewsxq{
    padding-top: 0rem;
    padding-bottom: 0.5rem;
  }
  
  
  
  .arc-tit h1 {

    font-size: 0.32rem;
    line-height: 1.5;

  }
  
  .arc-info {
    font-size: .26rem;
    padding: 0.05rem 0;
    line-height: 0.4rem;
  }
  
  
  .nytxtcont {
    line-height: 0.5rem;
    font-size: .3rem;

  }
  
  .nytxtcont p {
    line-height: 0.5rem;
    font-size: .3rem;
  }
  
  .nytxtcont p span{
    opacity: 0.64;
    text-indent: 0;
  }
  
  .nytxtcont p i{
    padding: 0.04rem 0.25rem;
    font-size: 0.3rem;
    max-width: 100%;

  }
  
  .nytxtcont p>img {
    max-width:100% ;
    height:auto ;
  
  }


    
    
    .arc-sib div {
      padding: .11rem 0rem;
      font-size: 0.28rem;
      line-height: 0.42rem;
    }
    
    .arc-sib div a{
      font-size: 0.28rem;
    }
  
  

    
    .nyproduct .ab_l .txt{
      height: auto;
    }
    

    
    
    .nyprobox{
      margin: 0.5rem auto 0 auto;
      width: 100%;
    }
    
    .nyprobox .pro_t{
      background-size: 0rem 0.03rem;
    }
    
    .nyprobox .pro_t span{
      font-size: 0.24rem;
      letter-spacing: 0em;
    }
    
    .nyprobox .content-wrapper:nth-child(2) .pro_t{
      background-size: 0rem 0.03rem;
    }
    
    .nyprobox .content-wrapper:nth-child(2) .pro_t span{
      letter-spacing: 0em;
    }

    
    .nyprobox .products-grid{
      margin: 0.6rem auto 0 auto;

    }
    
    .nyprobox .products-grid .product-card{

      width: 48%;
      margin: 0 4% 0.4rem 0;

    }
    
    
    .nyprobox .products-grid .product-card:nth-child(3n){
      margin: 0 4% 0.4rem 0;
    }

    .nyprobox .products-grid .product-card:nth-child(2n){
      margin-right: 0;
    }
    

    
    .nyprobox .products-grid .product-card .info{

      height: 2rem;
      padding: 0.2rem 0.25rem 0 0.25rem;
 
    }
    
    .nyprobox .products-grid .product-card .info h5{
      font-size: 0.3rem;
    }
    

    
    
    .nyprobox .products-grid .product-card .info p{
      font-size: 0.26rem;
      line-height: 0.42rem;
      height: 0.84rem;

    }
    

          .popup-box {
            width: 96%;
            max-width: 96%;

          }


    
          .popup-section p strong{
            font-size: 0.3rem;
          }
    

    
          .popup-section p{
            font-size: 0.28rem;
            line-height: 0.45rem;

          }
    



/*图片­*/

.nylmxy{
  margin: 0.2rem auto 0 auto;

}


.nylmxy .gallery-top .swiper-slide .pic{

  padding: 0.5rem;
  width: 100%;
  height: auto;

}

.nylmxy .gallery-top .swiper-slide .pic .img{

  width: 100%;
  height: auto;
  padding-top: 65%;
}



.hzvideo{
  margin: 0.18rem auto 0.7rem auto;
}

.hzvideo a{

  padding: 0.5rem;
  width: 100%;

}


.hzvideo .pic{
  width: 100%;
  height: auto;
  padding-top: 65%;
}




.nyhzbox .pro_t{

  background-size: 0rem 0.03rem;
}

.nyhzbox .pro_t span{

  font-size: 0.24rem;
  line-height: 0.28rem;
  letter-spacing: -0em;
}

.nyhzbox .txt {

  height: auto;
  padding-right: 0;
}

.nyhzbox .txt p {
  font-size: 0.3rem !important;
  line-height: 0.5rem !important;
  padding-left: 0.4rem !important;
}

.nyhzbox .picimg {
  margin: 0.3rem auto 0.7rem auto;

}

.nyhzbox .picimg a{
  width: 100%;

}

.nyhzbox .picimg .img{
  width: 100%;
  height: auto;
  padding-top: 65%;
}



.about2{
  padding-top: 0.4rem;
}
.pro_t1{
  background: url(../nyimages/proxt1.png) no-repeat right 0.35rem;
  background-size: 0rem 0.03rem;
}

.pro_t1 span{
  font-size: 0.24rem;
  letter-spacing: 0em;
}

.nyhzbox2{
  margin-top: 0rem;
}

.nyFaculty{
  margin: 0.4rem auto 0.6rem auto; 
}

.nyFaculty .nyFacultybox{
  margin: 0.4rem auto 0 auto; 
}



.nyFaculty .nyFacultybox ul li{
  width: 100%;
  margin-bottom: 0.3rem;
}



.nyFaculty .nyFacultybox ul li .txt{
  margin-right: 0.2rem;
  width: calc((100% - 3rem));
  padding-top: 0.2rem;

}

.nyFaculty .nyFacultybox ul li .txt h5{
  font-size: 0.32rem;

}

.nyFaculty .nyFacultybox ul li .txt h5 i{
  font-size: 0.24rem;
  margin-left: 0.1rem;
}

.nyFaculty .nyFacultybox ul li .txt em{

  margin: 0.15rem 0;

}

.nyFaculty .nyFacultybox ul li .txt p{
  font-size: 0.28rem;
  line-height: 0.4rem;
  max-height: 0.4rem;
  -webkit-line-clamp: 1;
  margin-bottom: 0.1rem;
}



.nyFaculty .nyFacultybox ul li .txt .email{
  margin-top: 0.1rem;
  height: 0.5rem;
  line-height: 0.5rem;

} 

.nyFaculty .nyFacultybox ul li .txt .email i{

  font-size: 0.26rem;

}



.nyFaculty .nyFacultybox ul li .txt .xq{
  margin-top: 0.1rem;
  height: 0.5rem;
  line-height: 0.5rem;
} 

.nyFaculty .nyFacultybox ul li .txt .xq span{

  font-size: 0.26rem;

}


  
}

.pb_sys_style1 .p_no_d{
    border: 1px solid #671D7D !important;
    color: #fff;
    background-color: #671D7D !important;

}