.nyrCon video{
  display: block;
  margin: 0.1rem auto;
  max-width: 100%;
  height: auto;
}


/*内容样式*/
.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;}
.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%;
  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: url(../images/bannerbg.png) no-repeat bottom center;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
  display: none;
}


.nybanner .txt{
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.nybanner .txt h5{
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 0.6rem auto 0 auto;
}

.nybanner .txt h5 span{
  font-size: 0.56rem;
  color: #fff;
  font-family: "SourceHanSans-Bold";
  margin: 0 0.2rem;
}

.nybanner .txt h5 span em{
  margin: 0 0.2rem;
  font-size: 0.56rem;
  color: #fff;
  font-family: "SourceHanSans-Bold";
}

.nybanner .txt h5 i.xt1{
  width: 1.45rem;
  height: 0.17rem;
  display: inline-block;
  background: url(../nyimages/bannerxt.png) no-repeat  center;
  background-size: 100% 100%;
  position: relative;
  top: -0.13rem;
}

.nybanner .txt h5 i.xt2{
  width: 1.45rem;
  height: 0.17rem;
  display: inline-block;
  background: url(../nyimages/bannerxt2.png) no-repeat  center;
  background-size: 100% 100%;
  top: 0.07rem;
  position: relative;
}

.nybanner .txt p{
  font-size: 0.2rem;
  color: #fff;
  margin: 0.1rem auto 0 auto;
}

/*文字列表*/

.nyMain {
  min-height: 4rem;
  padding: 0.8rem 0 1.8rem 0;
  overflow: hidden;
  background-size: 100%;
}

.nyLeft {
  width: 21%;
  padding-bottom: 1rem;
  position: relative;
  z-index: 3;
  background: #e8edf5;
  background-size: 100% ;
  float: left;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.03);
}

.nyLeft  .fenlei_t{
  width: 100%;
  height: 1.5rem;
  background: #0762DD ;
  position: relative;
  padding-top: 0.2rem;
}

.nyLeft  .fenlei_t h2{
  text-align: center;
  line-height: 0.9rem;
  font-size: 0.34rem;
  color: #fff;
  font-weight: normal;
  font-family: "PuHuiTi";
}

.nyLeft  ul{
  padding-top: 0.2rem;
}

.nyLeft>ul>li{
  width: 87%;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
  position: relative;

}

.nyLeft>ul>li>h5{
  position: relative;
  z-index: 9;
  height: 0.7rem;
  line-height: 0.7rem;
}

.nyLeft>ul>li>h5 a{
  padding: 0 10% 0 11%;
  font-size: 0.2rem;
  letter-spacing: 0.05em;
  color: #222222;
  display: inline-block;
  width: 90%;
  -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: .15rem;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  background: url(../nyimages/ico.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.14rem;
  height: 0.14rem;
}



.nyLeft>ul>li>h5::after{
  position: absolute;
  left: 0%;
  top: 0.1rem;
  width: 0%;
  height: 0.5rem;
  background: #0762DD ;
  border-left: 0px solid #0762DD;
  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: 0.1rem;
  width: 0%;
  height: 0.5rem;
  background: #0762DD;
  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: 4px;
}

.nyLeft>ul>li.on>h5 a{
  color: #fff;
}

.nyLeft>ul>li.on>h5 em::after{
  background: url(../nyimages/ico1.png) no-repeat center;
  background-size: 100% 100%;
}

.nyLeft>ul>li .erji{
  display: none;
  padding-bottom: 0.2rem;
}

.nyLeft>ul>li .erji>li{
  line-height: 0.34rem;
  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%;


}

.nyLeft>ul>li .erji>li.on>h6 a{
  color: #0762DD;

}



.nyRight {
  float: right;
  width: 79%;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.1rem 0.4rem 0 0.6rem;
}

.nyRight .nyrtit {
  height: 0.75rem;
  border-bottom: 1px solid #0762DD     ;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.5rem;
}

.nyRight .nyrtit h5{
  line-height: 0.75rem;
  font-size: 0.32rem;
  font-weight: normal;
  color: #0762DD     ;
  font-family: "PuHuiTi";
}
.posi {
  margin-top: 0.15rem;
  line-height: 0.6rem;
  display: block;
  background: url(../nyimages/home.png) no-repeat left center;
    background-size: auto;
  background-size: .17rem .15rem;
  padding-left: .25rem;
}

.posi a {
  font-size: 0.14rem;
  color: #777777;
}

.posi a + a::before {
  content: '>';
  margin: 0 .05rem;
  font-size: 0.14rem;
  color: #777777;
}


.nyRight .nyrCon {
  padding: 0;
}

.txtList {
  padding-bottom: .4rem;
}

.txtList li {
  position: relative;
  border-bottom: 1px dashed #d8dff2;
}

.txtList li a {
  padding: .2rem .3rem;
  transition: .3s;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.txtList li .time {
  background: #0762DD     ;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: .3s;
  position: relative;
  z-index: 3;
  width: .8rem;
  height: .8rem;
  flex-direction: column;
}

.txtList li .time span {
  font-size: .38rem;
  display: block;
  line-height: 1em;
}

.txtList li h4 {
  flex: 1;
  overflow: hidden;
  margin-left: .25rem;
  font-size: .2rem;
  line-height: 1.4em;
  position: relative;
  z-index: 3;
  font-weight: normal;

}

.eclips {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.txtList li a::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(159deg, #0762DD      10%, #0762DD      49%);
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}


.pages{
  margin: 0 auto 0 auto;
  text-align: center;
}

.pages img{
  max-width: 100%;
}




/*图文列表*/


.djList {
  margin-bottom: .5rem;
  margin-top: 0.5rem;
}

.djList li {
  position: relative;
  border-bottom: 1px dashed #d8dff2;
  
}

.djList li a {
  padding: .3rem 0 .3rem .3rem;
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.djList li .img {
  width: 3.25rem;
  height: 1.9rem;
  overflow: hidden;
}

.zoomImg img {
  width: 100%;
  transition: .5s;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}


.djList li .txt {
  flex: 1;
  overflow: hidden;
  margin-left: .3rem;
  margin-right: .3rem;
}

.djList li .txt h4 {
  font-size: .2rem;
  line-height: 1.4em;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.djList li .txt .desc {
  margin: .2rem 0 .25rem;
  color: #888;
  line-height: 0.3rem;
  text-align: justify;
  font-size: .15rem;
  height: .9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.djList li .txt .times {
  color: #666;
  font-size: .16rem;
}

.djList li::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(159deg, #0762DD      10%, #0762DD      49%);
  background-size: auto;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}


/*内容*/

.nyrCon.nyArc{
  background: #fff;
  padding: 0.4rem 4% 0.45rem 4%;
  margin-bottom: 0.5rem;

}

.arc-tit {
  margin-bottom: .2rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.2rem;
}


.arc-tit h1 {
  font-size: .26rem;
  color: #333333;
  font-weight: normal;
  text-align: center;
  line-height: 1.4em;
  text-align: center;
}

.arc-info {
  text-align: center;
  font-size: .16rem;
  color: #666;
  margin-bottom: .2rem;
  margin-top: 0.2rem;
}

.arc-info span {
  display: inline-block;
  margin: 0 .1rem;
  padding: 4px 0 2px;
}

.nytxtcont {
  line-height: 0.36rem;
  color: #5e5e5e;
  text-align: justify;
  font-size: .18rem;
}

.nytxtcont p {
  line-height: 0.36rem !important;
  font-size: 0.18rem !important;
  color: #5e5e5e;
  margin-bottom: 0.15rem;
}
.nytxtcont *{
  line-height: 0.36rem !important;
  font-size: 0.18rem !important;

}
.nytxtcont img {
max-width:100% !important;
height:auto !important;
margin:0 auto  !important;
display:block;
}

.arc-sib {
margin: 0 auto 0rem auto;
border-top: 1px solid #eee;
padding-top: 0.1rem;
}

.arc-sib div {
  padding: .1rem 0.25rem;
  font-size: 0.16rem;
  color: #949494;
  line-height: 0.3rem;
}

.arc-sib div a{
  font-size: 0.16rem;
  color: #5e5e5e;
}


/*notice*/

.txtList_t{
  margin: 0 auto;
  padding: 0.15rem 0;
  line-height: 0.3rem;
  overflow: hidden;
}

.txtList_t ul li{
  float: left;
  font-size: 0.16rem;
  color: #333;
}

.txtList_t ul li:nth-child(1){
  width: 7%;

}

.txtList_t ul li:nth-child(2){
  width: 72%;
}

.txtList_t ul li:nth-child(3){
  width: 14%;
}

.txtList_t ul li:nth-child(4){
  width: 7%;
}


.noticeList{
  margin: 0 auto 0.8rem auto;
  overflow: hidden;
}

.noticeList li{
  width: 100%;
  padding: 0.15rem 0;
  line-height: 0.3rem;
  overflow: hidden;
}

.noticeList li:nth-child(2n-1){
  background: #ffffff;
}

.noticeList li .num{
  float: left;
  width: 7%;
  font-size: 0.16rem;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 0.15rem;
}


.noticeList li h4 a{
  width: 72%;
  font-size: 0.16rem;
  color: #333;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-right: 0.5rem;
}


.noticeList li .qk{
  width: 14%;
  font-size: 0.16rem;
  color: #333;
  float: left;
}


.noticeList li .sc{
  float: left;
  background: url() no-repeat  center;
  background-size: 100%;
  width: 0.27rem;
  height: 0.27rem;
  display: inline-block;
  vertical-align: middle;
}








/*图片列表*/


.nypiclist{
  margin-top: 0.3rem;
}
.nypiclist li{
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 0.3rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}


.nypiclist li:nth-child(4n){
  margin-right: 0;
}

.nypiclist li a{
  display: block;
}

.nypiclist li .img{
  overflow: hidden;
  position: relative;
  padding-top: 65%;
  width: 95%;
  margin: 0.1rem auto 0 auto;
}

.nypiclist li .img img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nypiclist li .txt{
  margin: 0px auto 0 auto;
  width: 90%;
  padding: 0.2rem 0 0.2rem 0;
  text-align: center;
  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;
  font-size: 0.16rem;
  color: #333333;
}



/*简介页*/

.nyabout{
  margin: 0.4rem  auto 0 auto;
}

.nyabout p{
  line-height: 0.36rem;
  font-size: 0.18rem;
  color: #5e5e5e;
  margin-bottom: 0.3rem;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}

.nyabout .a1{
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  width: 58%;
  height: 3.3rem;
}

.nyabout .a2{
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  margin-left: 2%;
  width: 40%;
  height: 3.3rem;
}



@media (min-width: 980px) {

  .noticeList li:hover h4 a{
    color: #0762DD     ;
  }

  .nypiclist li:hover .img img{
    transform: scale(1.1);
  }

  .nypiclist li:hover .txt{
    color: #0762DD     ;
  }


  .arc-sib div:hover a{
    color: #0762DD     ;
  }

  .djList li:hover::after {
    opacity: 1;
    visibility: visible;
  }

  a:hover .zoomImg img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .djList li:hover .txt h4 {
    color: #fff;
  }

  .djList li:hover .txt .desc {
    color: rgba(255,255,255,.8);
  }

  .djList li:hover .txt .times {
    color: #fff;
  }


  .txtList li:hover a::after {
    opacity: 1;
    visibility: visible;
  }

  .txtList li:hover a {
    color: #fff;
  }

  .txtList li:hover .time {
    background: #fff;
    color: #0762DD     ;
    
}

.nyLeft>ul>li .erji>li>h6 a:hover{
  color: #0762DD     ;
}


.nyLeft>ul>li>h5 a:hover{
  color: #0762DD;
}

.nyLeft>ul>li.on>h5 a:hover{
  color: #fff;
}

.nyLeft>ul>li.on.active .erji{
 /* display: block;*/

}

}




@media (max-width: 980px) {

  .nybanner::after{
    display: none;
  }



.nybanner .txt h5{
  margin: 0rem auto 0 auto;
}

.nybanner .txt h5 span{
  font-size: 0.4rem;
  margin: 0 0.2rem;
}

.nybanner .txt h5 span em{
  margin: 0 0.15rem;
  font-size: 0.4rem;

}

.nybanner .txt h5 i.xt1{
  width: 1.16rem;
  height: 0.14rem;

}

.nybanner .txt h5 i.xt2{
  width: 0.72rem;
  height: 0.16rem;

}

.nybanner .txt p{
  font-size: 0.24rem;

}

  .nyMain {
    padding: 0.5rem 0 1.2rem 0;
  }
  
  .nyLeft {
    width: 100%;
    float: none;
    padding-bottom: 0;
  }
  
  .nyLeft  .fenlei_t{
    width: 100%;
    height: 0.9rem;
    background: #0762DD;
    border-bottom: 4px solid #0762DD;
    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: "PuHuiTi";
    padding-left: 0.3rem;
  }

  
  .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-bottom: 0.5rem;
}
  
  .nyLeft>ul>li{
    width: 90%;
  
  }
  
  .nyLeft>ul>li>h5{
    position: relative;
    z-index: 9;
    height: 1rem;
    line-height: 1rem;
  }
  
  .nyLeft>ul>li>h5 a{
    padding: 0 10% 0 5%;
    font-size: 0.28rem;
  }
  
  .nyLeft>ul>li>h5 em::after{
    width: 0.22rem;
    height: 0.22rem;
  }
  
  
  .nyLeft>ul>li>h5::after{
    height: 0.8rem;
  }
  
  .nyLeft>ul>li>h5::before{

    height: 0.8rem;

  }
  
  
  .nyLeft>ul>li .erji>li{
    line-height: 0.45rem;
  
  
  
  }
  
  .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;
    padding: 0.3rem 0.2rem 0 0.2rem;
  }
  
  .nyRight .nyrtit {
    padding-bottom: .15rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    margin-bottom: 0.4rem;
  }

  .nyRight .nyrtit h5{
    line-height: 0.4rem;
  }
  
  .nyRight .nyrtit .tit {
    font-size: .36rem;
    order: 2;
  }
  
  .posi {
    order: 1;
    width: 100%;


  }
  
  .posi a {
    font-size: 0.24rem;
}
  
.posi a + a::before {
  font-size: 0.24rem;
}

  .txtList {
    padding-bottom: .4rem;
    padding-top: 0.4rem;
  }
  
  .txtList li {
    position: relative;
    border-bottom: 1px dashed #d8dff2;
    margin-bottom: 0.3rem;
  }
  
  .txtList li a {
    padding: 0rem 0 0.3rem 0;
    align-items: flex-start;
  }
  
  .txtList li .time {
    width: 1.2rem;
    height: 1.2rem;
  }
  
  .txtList li .time span {
    font-size: .46rem;
  }
  
  .txtList li h4 {
    font-size: .28rem;
    display: inline-block;
    overflow: visible;
    text-overflow: inherit;
    white-space: normal;
    line-height: 0.45rem;
    height: 0.9rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  
  .eclips {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .txtList li a::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(270deg, #0762DD 0%, #0066BF 100%);
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
  }
  
  
  .pages{
    margin: 0 auto 0 auto;
    text-align: center;
  }


  .djList li{
    margin-bottom: 0.3rem;
  }

  .djList li a {
    padding: 0rem 0 .3rem 0rem;
  }
  
  .djList li .img {
    width: 2.8rem;
    height: 1.8rem;
  }
  

  
  .djList li .txt {
    margin-right: 0;
  }
  
  .djList li .txt h4 {
    font-size: .28rem;
    margin-bottom: .15rem;
    font-weight: normal;
    line-height: 0.4rem;
    display: inline-block;
    overflow: visible;
    text-overflow: inherit;
    white-space: normal;
    height: 0.8rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  
  .djList li .txt .desc {
    display: none;
  }
  
  .djList li .txt .times {
    font-size: .26rem;
  }
  
  .nyrCon.nyArc{
    margin-bottom: 0rem;
  
  }
  
  .arc-tit h1 {
    font-size: .34rem;
  }
  
  .arc-info {
    font-size: .26rem;
    margin-bottom: 0rem;
  }
  
  
  .nytxtcont {
    line-height: 1.8em;
    color: #333;
    text-align: justify;
    padding-bottom: .2rem;
    font-size: .28rem;
  }
  
  .nytxtcont p {
    margin-bottom: .2rem;
    line-height: 1.8em !important;
    font-size: .28rem !important;
  }
   .nytxtcont * {

    line-height: 1.8em !important;
    font-size: .28rem !important;
  } 
  
  .arc-sib {
    padding-top: .26rem;
    font-size: .28rem;
    line-height: 1.6em;
  }
  
  .arc-sib div {
    font-size: .28rem;
    line-height: 1.6em;
    margin-bottom: 2px;
  }

  .arc-sib div a{
    font-size: .28rem;
  }

  .nypiclist{
    margin-top: 0.4rem;
  }
  .nypiclist li{
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0.3rem;
  }
  
  
  .nypiclist li:nth-child(3n){
    margin-right: 0;
  }

  .nypiclist li a{
    display: block;
    padding-top: 2.5%;
  }
  
  .nypiclist li .img {
    margin: 0rem auto 0 auto;
}

  .nypiclist li .txt{
    padding: 0.3rem 0 0.3rem 0;
    font-size: 0.28rem;
    color: #333333;
  }
  
  

  /*notice*/


.txtList_t{
  margin: 0.3rem auto 0 auto;
  padding: 0.2rem 0;
  line-height: 0.36rem;
  overflow: hidden;
}

.txtList_t ul li{
  float: left;
  font-size: 0.28rem;
}

.txtList_t ul li:nth-child(1) {
  display: none;
}

.txtList_t ul li:nth-child(2) {
  width: 68%;
}

.txtList_t ul li:nth-child(3) {
  width: 27%;
}

.txtList_t ul li:nth-child(4) {
  display: none;
}

.noticeList{
  margin: 0 auto 0rem auto;
  overflow: hidden;
}

.noticeList li{
  width: 100%;
  padding: 0.2rem 0;
  line-height: 0.36rem;
  overflow: hidden;
}

.noticeList li:nth-child(2n-1){
  background: #ffffff;
}

.noticeList li .num{
  float: left;
  width: 7%;
  font-size: 0.26rem;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 0.15rem;
  display: none;
}


.noticeList li h4 a{
  width: 68%;
  font-size: 0.26rem;
  padding-left: 0.15rem;
}


.noticeList li .qk{
  width: 27%;
  font-size: 0.26rem;
  color: #333;
  float: left;
}


.noticeList li .sc{
  float: left;
  background: url() no-repeat  center;
  background-size: 100%;
  width: 0.27rem;
  height: 0.27rem;
  display: inline-block;
  vertical-align: middle;
  display: none;
}



.nyabout{
  margin: 0.4rem  auto 0 auto;
}

.nyabout p{
  line-height: 0.45rem;
  font-size: 0.28rem;
  margin-bottom: 0.4rem;
}

.nyabout .a1{
  width: 100%;
  height: 3.5rem;
  margin-bottom: 0.4rem;
}

.nyabout .a2{
  margin-left: 0%;
  width: 100%;
  height: 3.5rem;
}





}





@media screen and (max-width: 1199px) {

	.tbsc{overflow-x: auto;}
	.tbsc table{width: 700px;}
  }


@media (max-width: 597px) {
  body {
      font-size: .26rem;
  }
}





/*teambox*/

.teambox{
  margin: 0rem auto 0 auto;
}

.teambox .teamlist{
  padding: 0.3rem 0.4rem 0.3rem 0.3rem;
  background: #E6F1FF;
  overflow: hidden;
}

.teambox .teamlist .pic{
  position: relative;
  width: 19%;
  padding-top: 27%;
  float: left;

}

.teambox .teamlist .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; 
}

.teambox .teamlist .txt{
  float: right;
  width: 76.5%;
}

.teambox .teamlist .txt h5{
  height: 0.5rem;
  line-height: 0.4rem;
  border-bottom: 1px solid #BED6F4;
  font-size: 0.24rem;
  font-weight: bold;
  color: #0762DD     ;
  margin-bottom: 0.1rem;
}

.teambox .teamlist .txt p{
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #444444;
}

.teambox .team_experience{
  margin-top: 0.45rem;

} 

.teambox .team_experience .team_t{
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}

.teambox .team_experience .team_t::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 0.12rem;
  background: linear-gradient(270deg, #E6F1FF 0%, rgba(230, 241, 255, 0) 100%);
}

.teambox .team_experience .team_t em{
  position: relative;
  display: inline-block;
  width: 0.45rem;

}

.teambox .team_experience .team_t em::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.12rem;
  height: 0.12rem;
  background: #0762DD     ;
  border-radius: 50%;
}

.teambox .team_experience .team_t em::before{
  position: absolute;
  content: "";
  z-index: -2;
  left: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.12rem;
  height: 0.12rem;
  background: #c7272b;
  border-radius: 50%;
}

.teambox .team_experience .team_t h5{
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #0762DD     ;
}

.teambox .team_experience .nr{

} 

.teambox .team_experience .nr p{
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #333333;
}

.teambox .team_experience.team6 .nr p{
  margin-bottom: 0.3rem;
}



@media (max-width: 980px){

.teambox{
  margin: 0rem auto 0 auto;
}

.teambox .teamlist{
  padding: 0.3rem ;
}

.teambox .teamlist .pic{
  position: relative;
  width: 100%;
  padding-top: 130%;
  float: none;
  margin: 0 auto;

}


.teambox .teamlist .txt{
  float: none;
  width: 92%;
  margin: 0.3rem auto 0 auto;
}

.teambox .teamlist .txt h5{
  height: 0.5rem;
  line-height: 0.4rem;
  font-size: 0.32rem;
  margin-bottom: 0.2rem;
}

.teambox .teamlist .txt p{
  font-size: 0.26rem;
  line-height: 0.4rem;
  margin-bottom: 0.1rem;
}

.teambox .team_experience{
  margin-top: 0.5rem;

} 

.teambox .team_experience .team_t{
  margin-bottom: 0.25rem;
}



.teambox .team_experience .team_t em::after{
  width: 0.16rem;
  height: 0.16rem;

}

.teambox .team_experience .team_t em::before{
  left: 0.14rem;
  width: 0.16rem;
  height: 0.16rem;
}

.teambox .team_experience .team_t h5{
  font-size: 0.32rem;
  line-height: 0.36rem;
}


.teambox .team_experience .nr p{
  font-size: 0.26rem;
  line-height: 0.5rem;
}

.teambox .team_experience.team6 .nr p{
  margin-bottom: 0.2rem;
}


}




/*Currentleader*/

.Currentleader{
  margin: 0 auto;
}

.Currentleader li{
  position: relative;
  margin-bottom: 0.3rem;
  background: #e6f1ff;
  overflow: hidden;
  padding: 0.3rem;
  width: 49%;
  float: left;
  margin-right: 2%;
}
.Currentleader li:nth-child(2n){
  margin-right: 0;
}



.Currentleader li a{
  display: block;

}

.Currentleader li .pic{
  position: relative;
  width: 31%;
  padding-top: 20.5%;
  float: left;

}

.Currentleader li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.Currentleader li .txt{

  width: 100%;

} 

.Currentleader li .txt h5{
  height: 0.47rem;
  border-bottom: 1px solid #BED6F4;
  line-height: 0.35rem;
  font-size: 0.24rem;
  color: #0762DD     ;
}

.Currentleader li .txt h5 em{
  color: #222222;
  font-size: 0.2rem;
  margin-left: 0.45rem;
}

.Currentleader li .txt .xq{
  margin-top: 0.12rem;

}

.Currentleader li .txt .xq p{
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #444444;
}


@media (max-width: 980px){

  
  .Currentleader li{
    margin-bottom: 0.3rem;
    padding: 0.3rem;width:100%;
  }
  
  
  .Currentleader li .pic{
    position: relative;
    width: 100%;
    padding-top: 65%;
    float: none;
  
  }
  
  
  .Currentleader li .txt{
    float: none;
    width: 100%;
    margin: 0.3rem auto 0 auto;
  
  } 
  
  .Currentleader li .txt h5{
    height: 0.5rem;
    line-height: 0.35rem;
    font-size: 0.32rem;
  }
  
  .Currentleader li .txt h5 em{
    font-size: 0.28rem;
    margin-left: 0.4rem;
  }
  
  
  .Currentleader li .txt .xq p{
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

}



  /* title */
  
  .titlecon{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }
  
  .title{
    margin: 0 auto;
    text-align: center;

  
  }
  
  .title h3{
    font-size: 0.42rem;
    line-height: 0.36rem;
    color: #292929;

  }

  .title h3 i{
    font-size: 0.42rem;
    color: #0762DD;
    background: url(../images/titleico.png) no-repeat right center;
    background-size: 0.09rem 0.09rem;
    padding-right: 0.15rem;
    margin-right: 0.08rem;
  }

  .title .xt{
    width: 2.42rem;
    height: 0.46rem;
    background: url(../images/title.png) no-repeat bottom center;
    background-size: 100% 100%;
    margin-top: -0.12rem;

  }

  .title span{
    display: inline-block;
    font-size: 0.15rem;
    color: #0762DD;
    text-transform: uppercase;
    font-family: "MiSans";
    background: url(../images/title1.png) no-repeat right center;
    background-size: 1.1rem 0.12rem;
    padding-right: 1.18rem;
    top: -0.13rem;
    position: relative;
  }

  .titlemore{
    position: absolute;
    right: 0;
    top: 0.22rem;
    z-index: 9;
    line-height: 0.32rem;
  } 

  .titlemore a{
    display: block;
    padding-left: 0.2rem;
    background: url(../images/more2.png) no-repeat left center;
    background-size: 0.09rem 0.16rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }


  .titlemore a i{
    display: block;
    font-size: 0.22rem;
    color: #0762DD;
    text-transform: capitalize;
    font-family: "MiSans";
    background: url(../images/more3.png) no-repeat right center;
    background-size: 0.19rem 0.19rem;
    padding-right: 0.23rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }





/*resources*/

.resourcesbg{
  width: 100%;
  margin: 0 auto;
  padding: 0.8rem 0 0.4rem 0;
}


.resourcesbg .resources{
  margin: 0 auto;
}

.resourcesbg .resources .resourcesbox{
  margin: 0.25rem auto 0 auto;
}

.resourcesbg .resources .resourcesbox ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.resourcesbg .resources .resourcesbox ul li{
  width: 31.7%;
  height: 2.4rem;
  margin-right: 2.4%;
  margin-bottom: 0.4rem;
  background: url(../nyimages/resourceslist1.png) no-repeat center;
  background-size: 100% 100%;
  border-radius: 0.1rem;
  padding: 0.45rem 0.5rem 0 0.5rem;

}

.resourcesbg .resources .resourcesbox ul li:nth-child(3n){
  margin-right: 0;
}


.resourcesbg .resources .resourcesbox ul li h5{
  padding-left: 0.25rem;
  font-size: 0.3rem;
  color: #292929;
  font-family: "SourceHanSansCN";
  position: relative;
  margin-bottom: 0.25rem;

}

.resourcesbg .resources .resourcesbox ul li h5::after{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-radius: 50%;
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
}

.resourcesbg .resources .resourcesbox ul li p{
  font-size: 0.18rem;
  color: #848484;
  line-height: 0.32rem;

}




.resourcesbg .resources .resourcesbox ul li:nth-child(1) h5{

  color: #fff;


}

.resourcesbg .resources .resourcesbox ul li:nth-child(1) p{
  color: #fff;

}

.resourcesbg .resources .resourcesbox ul li:nth-child(2){

  background: url(../nyimages/resourceslist2.png) no-repeat center;
  background-size: 100% 100%;

}


.resourcesbg .resources .resourcesbox ul li:nth-child(2) h5::after{

  background: #39e0a7;
}
.resourcesbg .resources .resourcesbox ul li:nth-child(3){

  background: url(../nyimages/resourceslist3.png) no-repeat center;
  background-size: 100% 100%;

}
.resourcesbg .resources .resourcesbox ul li:nth-child(3) h5::after{

  background: #9b51fe;
}

.resourcesbg .resources .resourcesbox ul li:nth-child(4){

  background: url(../nyimages/resourceslist4.png) no-repeat center;
  background-size: 100% 100%;

}
.resourcesbg .resources .resourcesbox ul li:nth-child(4) h5::after{

  background: #ffcd36;
}

.resourcesbg .resources .resourcesbox ul li:nth-child(5){

  background: url(../nyimages/resourceslist5.png) no-repeat center;
  background-size: 100% 100%;

}
.resourcesbg .resources .resourcesbox ul li:nth-child(5) h5::after{

  background: #f97070;
}


.resourcesbg .resources .resourcesbox ul li:nth-child(6){

  background: url(../nyimages/resourceslist6.png) no-repeat center;
  background-size: 100% 100%;

}
.resourcesbg .resources .resourcesbox ul li:nth-child(6) h5::after{

  background: #ff8a4b;
}


/*platform*/

.platformbg{
  width: 100%;
  margin: 0 auto;
  padding: 0.8rem 0;
  background: #f0f7ff;
}


.platformbg .platform{

  margin: 0 auto;
}


.platformbg .platform .platformbox{

  margin: 0.25rem auto 0 auto;
}

.platformbg .platform .platformbox ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.platformbg .platform .platformbox ul li{
  width: 18.1%;
  height: 4.25rem;
  background: #ffffff;
  border-radius: 0.1rem;
  margin-right: 2.35%;
  text-align: center;

}

.platformbg .platform .platformbox ul li:last-child{
  margin-right: 0;
}

.platformbg .platform .platformbox ul li span{
  display: block;
  margin: 0.6rem auto 0 auto;
  width: 1.72rem;
  height: 1.82rem;
  background: url(../nyimages/platformlist1.png) no-repeat right center;
  background-size: 100% 100%;
}

.platformbg .platform .platformbox ul li span img{
  display: block;
  margin: 0 auto;
  width: 1.2rem;
  height: 1.38rem;

}

.platformbg .platform .platformbox ul li h5{
  font-size: 0.28rem;
  color: #0762dd;
  font-family: "SourceHanSansCN";
  margin: 0.05rem auto 0.15rem auto;
}

.platformbg .platform .platformbox ul li p{
  font-size: 0.18rem;
  color: #292929;
}

.platformbg .platform .platformbox ul li:nth-child(2) span{
  background: url(../nyimages/platformlist2.png) no-repeat right center;
  background-size: 100% 100%;
}

.platformbg .platform .platformbox ul li:nth-child(2) h5{
  color: #ee8331;
}

.platformbg .platform .platformbox ul li:nth-child(3) span{
  background: url(../nyimages/platformlist3.png) no-repeat right center;
  background-size: 100% 100%;
}

.platformbg .platform .platformbox ul li:nth-child(3) h5{
  color: #f2ba03;
}

.platformbg .platform .platformbox ul li:nth-child(4) span{
  background: url(../nyimages/platformlist4.png) no-repeat right center;
  background-size: 100% 100%;
}

.platformbg .platform .platformbox ul li:nth-child(4) h5{
  color: #75bc42;
}

.platformbg .platform .platformbox ul li:nth-child(5) span{
  background: url(../nyimages/platformlist5.png) no-repeat right center;
  background-size: 100% 100%;
}

.platformbg .platform .platformbox ul li:nth-child(5) h5{
  color: #31c2b5;
}



/*resource*/

.resourcebg{
  width: 100%;
  margin: 0 auto;
  padding: 0.8rem 0;
}

.resourcebg .resource{
  margin: 0 auto;
}

.resourcebg .resource img{
  display: block;
  width: 100%;
  height: 100%;
}


/*data*/

@font-face {
  font-family: "AbhayaLibre";
  src: url("../fonts/AbhayaLibre.ttf") format("woff");
  font-display: swap;
}

.databg{
  width: 100%;
  margin: 0 auto;
  padding: 0.8rem 0;
  background: #f0f7ff;
}

.databg .data{
  margin: 0 auto;
}

.databg .data .databox{
  margin: 0.08rem auto 0 auto;
  position: relative;
  padding-top: 1.55rem;
  background: url(../nyimages/dataxt.png) no-repeat top center;
  background-size: 81% ;
}

.databg .data .databox ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.databg .data .databox ul li{
  width: 18.1%;
  height: 2.9rem;
  background: #ffffff;
  border-radius: 0.1rem;
  margin-right: 2.35%;
  text-align: center;
  padding: 0 0.55rem;
}

.databg .data .databox ul li:last-child{
  margin-right: 0;
}

.databg .data .databox ul li i{
  display: block;
  margin: -0.53rem auto 0 auto;
  width: 1.07rem;
  height: 1.07rem;
  line-height: 1.07rem;
  font-size: 0.4rem;
  color: #fff;
  font-family: "AbhayaLibre";
  background: url(../nyimages/dataico1.png) no-repeat top center;
  background-size: 100% 100% ;
}

.databg .data .databox ul li h5{
  font-size: 0.3rem;
  color: #292929;
  font-family: "SourceHanSansCN";
  margin: 0.25rem auto 0.15rem auto;
}

.databg .data .databox ul li em{
  display: block;
  margin: 0 auto 0.15rem auto;
  width: 0.31rem;
  height: 1px;
  background: #30c0b4;

}

.databg .data .databox ul li p{
  font-size: 0.18rem;
  color: #848484;
  line-height: 0.3rem;
}


.databg .data .databox ul li:nth-child(2) i{
  background: url(../nyimages/dataico2.png) no-repeat right center;
  background-size: 100% 100%;
}

.databg .data .databox ul li:nth-child(2) em{
  background: #ee822f;
}

.databg .data .databox ul li:nth-child(3) i{
  background: url(../nyimages/dataico3.png) no-repeat right center;
  background-size: 100% 100%;
}

.databg .data .databox ul li:nth-child(3) em{
  background: #4874cb;
}

.databg .data .databox ul li:nth-child(4) i{
  background: url(../nyimages/dataico4.png) no-repeat right center;
  background-size: 100% 100%;
}

.databg .data .databox ul li:nth-child(4) em{
  background: #75bd42;
}

.databg .data .databox ul li:nth-child(5) i{
  background: url(../nyimages/dataico5.png) no-repeat right center;
  background-size: 100% 100%;
}

.databg .data .databox ul li:nth-child(5) em{
  background: #e54c5e;
}


/*network*/


.networkbg{
  width: 100%;
  margin: 0 auto 0.85rem auto;
  background: url(../nyimages/networkbg.jpg) no-repeat bottom center;
  background-size: 100%;
  padding: 0.8rem 0 0rem 0;
  overflow: hidden;
}

.networkbg .network{
  margin: 0 auto;
}


.networkbg .network .networkbox{
  margin: 0.6rem auto 0 auto;
  position: relative;
}

.networkbg .network .networkbox ul{
  display: flex;
    justify-content: left;
    flex-wrap: wrap;
}


.networkbg .network .networkbox ul li{
  width: 12.6%;
  margin: 0 2%;
  text-align: center;

}

.networkbg .network .networkbox ul li p{
  font-size: 0.26rem;
  color: #4874cb;
  font-family: "SourceHanSansCN";
  line-height: 0.35rem;

}

.networkbg .network .networkbox ul li .txt{
  margin: 0.2rem auto 0 auto;
  border-radius: 50%;
  width: 1.61rem;
  height: 1.61rem;
  background: rgba(72, 116, 203, 0.1);
  padding: 0.13rem;

}

.networkbg .network .networkbox ul li .ico{
  margin: 0 auto 0 auto;
  border-radius: 50%;
  width: 1.35rem;
  height: 1.35rem;
  background: #4874cb;

}

.networkbg .network .networkbox ul li .ico span{
  display: block;
  font-size: 0.3rem;
  color: #fff;
  font-family: "Rubik";
  font-weight: bold;
  padding-top: 0.38rem;
}

.networkbg .network .networkbox ul li .ico i{
  display: block;
  font-size: 0.2rem;
  color: #fff;
}

.networkbg .network .networkbox ul li .xt{
  margin: -0.13rem auto 0 auto;
  width: 1px;
  height: 2.75rem;
  background: url(../nyimages/xt1.png) no-repeat top center;
  background-size: 100%;
}


.networkbg .network .networkbox ul li:nth-child(1){
  margin-top: 0.1rem;

}


.networkbg .network .networkbox ul li:nth-child(2){
  margin-top: 0.8rem;
  
}


.networkbg .network .networkbox ul li:nth-child(2) p{

  color: #e54c5e;


}

.networkbg .network .networkbox ul li:nth-child(2) .txt{

  background: rgba(229, 76, 94, 0.1);


}

.networkbg .network .networkbox ul li:nth-child(2) .ico{

  background: #e54c5e;

}

.networkbg .network .networkbox ul li:nth-child(2) .xt{

  background: url(../nyimages/xt2.png) no-repeat top center;
  background-size: 100%;
}

.networkbg .network .networkbox ul li:nth-child(3){
  
}


.networkbg .network .networkbox ul li:nth-child(3) p{

  color: #f2ba02;


}

.networkbg .network .networkbox ul li:nth-child(3) .txt{

  background: rgba(242, 186, 2, 0.1);


}

.networkbg .network .networkbox ul li:nth-child(3) .ico{

  background: #f2ba02;

}
.networkbg .network .networkbox ul li:nth-child(3) .xt{

  background: url(../nyimages/xt3.png) no-repeat top center;
  background-size: 100%;
}

.networkbg .network .networkbox ul li:nth-child(4){
  margin-top: 0.25rem;
}

.networkbg .network .networkbox ul li:nth-child(4) p{

  color: #30c0b4;


}

.networkbg .network .networkbox ul li:nth-child(4) .txt{

  background: rgba(48, 192, 180, 0.1);


}

.networkbg .network .networkbox ul li:nth-child(4) .ico{

  background: #30c0b4;

}

.networkbg .network .networkbox ul li:nth-child(4) .xt{

  background: url(../nyimages/xt4.png) no-repeat top center;
  background-size: 100%;
}

.networkbg .network .networkbox ul li:nth-child(5){
  margin-top: 0.8rem;
}

.networkbg .network .networkbox ul li:nth-child(5) .xt{

  background: url(../nyimages/xt5.png) no-repeat top center;
  background-size: 100%;
}


.networkbg .network .networkbox ul li:nth-child(5) p{

  color: #ee822f;


}

.networkbg .network .networkbox ul li:nth-child(5) .txt{

  background: rgba(238, 130, 47, 0.1);


}

.networkbg .network .networkbox ul li:nth-child(5) .ico{

  background: #ee822f;

}

.networkbg .network .networkbox ul li:nth-child(6){
  margin-top: 0.6rem;
}


.networkbg .network .networkbox ul li:nth-child(6) p{

  color: #75bd42;


}

.networkbg .network .networkbox ul li:nth-child(6) .txt{

  background: rgba(117, 189, 66, 0.1);


}

.networkbg .network .networkbox ul li:nth-child(6) .ico{

  background: #75bd42;

}

.networkbg .network .networkbox ul li:nth-child(6) .xt{

  background: url(../nyimages/xt6.png) no-repeat top center;
  background-size: 100%;
}


/*operations*/

.operationsbg{
  width: 100%;
  margin: 0 auto;
  background: url(../nyimages/operationsbg.jpg) no-repeat center;
  background-size: cover;
  padding: 0.8rem 0 1.2rem 0;
  overflow: hidden;
}

.operationsbg .operations{
  margin: 0 auto;
}

.operationsbg .operations .title h3{
  color: #fff;

}

.operationsbg .operations .title h3 i{
  color: #fff;
  background: url(../images/titleico1.png) no-repeat right center;
  background-size: 0.09rem 0.09rem;
}

.operationsbg .operations .title .xt{
  background: url(../images/title2.png) no-repeat bottom center;
  background-size: 100% 100%;
}


.operationsbg .operations .title span {

  color: #fff;
  background: url(../images/title3.png) no-repeat right center;
  background-size: 1.15rem 0.12rem;

}

.operationsbg .operations .operationsbox{
  margin: 0.25rem auto 0 auto;
}

.operationsbg .operations .operationsbox ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.operationsbg .operations .operationsbox ul li{
  width: 23.2%;
  height: 4.21rem;
  background: url(../nyimages/operationslist.png) no-repeat  center;
  background-size: 100% 100%;
  margin-right: 2.4%;
  padding: 0.35rem 0.3rem 0 0.3rem;
  text-align: center;
  position: relative;
  z-index: 5;
}

.operationsbg .operations .operationsbox ul li::after{
  position: absolute;
  left: 0;
  top: 100%;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../nyimages/operationslist1.png) no-repeat  center;
  background-size: 100% 100%;
}


.operationsbg .operations .operationsbox ul li:last-child{
  margin-right: 0;
}

.operationsbg .operations .operationsbox ul li i{
  display: block;
  position: relative;
  z-index: 5;
  width: 2.3rem;
  height: 2.3rem;
  margin: 0 auto;

}

.operationsbg .operations .operationsbox ul li i::after{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../nyimages/operationsicobg.png) no-repeat  center;
  background-size: 100% 100%;
}

.operationsbg .operations .operationsbox ul li i img{
  display: block;
  width: 100%;
  height: 100%;

}

.operationsbg .operations .operationsbox ul li h5{
  font-size: 0.2rem;
  color: #fff;
  margin: 0.22rem 0 0.1rem 0;
}

.operationsbg .operations .operationsbox ul li h5 span{
  font-size: 0.5rem;
  color: #fff;
  font-family: "Rubik";
  font-weight: bold;
  margin-right: 0.1rem;
  display: inline-block;
}

.operationsbg .operations .operationsbox ul li h5 em{
  font-size: 0.2rem;
  color: #fff;
  font-family: "Rubik";
  font-weight: bold;
  display: inline-block;
  position: relative;
  top: -0.23rem;
  left: -0.08rem;
}

.operationsbg .operations .operationsbox ul li p{
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.6);
}





/*Wireless*/

.Wirelessbg{
  width: 100%;
  margin: 0 auto;
  padding: 0.8rem 0;
  overflow: hidden;
}

.Wirelessbg .Wireless{
  margin: 0 auto;
}


.Wirelessbg .Wireless .Wirelessbox{
  margin: 0.25rem auto 0 auto;
}


.Wirelessbg .Wireless .Wirelessbox ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.Wirelessbg .Wireless .Wirelessbox ul li{
  width: 31.7%;
  height: 2.51rem;
  background: url(../nyimages/Wirelesslist1.jpg) no-repeat center;
  background-size: 100% 100%;
  border-radius: 0.1rem;
  margin-right: 2.4%;
  padding-top: 0.5rem;

}

.Wirelessbg .Wireless .Wirelessbox ul li:last-child{
  margin-right: 0;
}

.Wirelessbg .Wireless .Wirelessbox ul li h5{
  font-size: 0.3rem;
  color: #fff;
  font-family: "SourceHanSansCN";
  padding-left: 0.4rem;
  margin-bottom: 0.2rem;
  position: relative;
}

.Wirelessbg .Wireless .Wirelessbox ul li h5::after{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 2px;
  height: 0.29rem;
  background: #fff;
}

.Wirelessbg .Wireless .Wirelessbox ul li p{
  font-size: 0.22rem;
  color: #fff;
  line-height: 0.36rem;
  padding-left: 0.7rem;

}


.Wirelessbg .Wireless .Wirelessbox ul li:nth-child(2){

  background: url(../nyimages/Wirelesslist2.jpg) no-repeat center;
  background-size: 100% 100%;

}

.Wirelessbg .Wireless .Wirelessbox ul li:nth-child(3){

  background: url(../nyimages/Wirelesslist3.jpg) no-repeat center;
  background-size: 100% 100%;

}




/*record*/

.recordbg{
  width: 100%;
  margin: 0 auto;
  padding: 0rem 0 0.8rem 0;
  overflow: hidden;
}

.recordbg .record{
  margin: 0 auto;
}

.recordbg .record .recordbox{
  margin: 0.15rem auto 0 auto;
  background: url(../nyimages/recordbg.jpg) no-repeat center;
  background-size: 100% 100%;
  padding-top: 1.12rem;
  height: 5.7rem;
}


.recordbg .record .recordbox ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.recordbg .record .recordbox ul li{
  width: 33.3%;
  background: url(../nyimages/recordxt.png) no-repeat right center;
  background-size: 1px 100%;
  margin-right: 0;
  text-align: center;

}

.recordbg .record .recordbox ul li:last-child{
  background: none;
}

.recordbg .record .recordbox ul li .pic{
  margin: 0 auto;
  position: relative;
  z-index: 5;
  width: 1.78rem;
  height: 1.78rem;
  padding: 0.35rem 0.28rem 0.35rem 0.42rem;

}


.recordbg .record .recordbox ul li .pic::after{
  position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../nyimages/recordlist.png) no-repeat center;
    background-size: 100% 100%;
}

.recordbg .record .recordbox ul li .pic span{
  display: block;
  width: 1.07rem;
  height: 1.07rem;
  background: #fff;
  border-radius: 50%;
  margin: 0rem;
}

.recordbg .record .recordbox ul li .pic span img{
  display: block;
  width: 100%;
  height: 100%;

}

.recordbg .record .recordbox ul li h5{
  font-size: 0.28rem;
  color: #fff;
  font-family: "SourceHanSansCN";
  margin: 0.15rem auto 0.15rem auto;
}

.recordbg .record .recordbox ul li em{
  display: block;
  margin: 0 auto 0.2rem auto;
  width: 0.36rem;
  height: 2px;
  background: #fff;

}

.recordbg .record .recordbox ul li p{
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.36rem;
}





/*message*/

.messagebg{
  margin: 0 auto;
  padding: 0.8rem 0 0.4rem 0;
}


.messagebg .message{
  margin: 0 auto;
}

.messagebg .message .messagebox{
  margin: 0.25rem auto 0 auto;
}


.messagebg .message .messagebox ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.messagebg .message .messagebox ul li{
  width: 31.7%;
  height: 2rem;
  margin-right: 2.4%;
  margin-bottom: 0.4rem;
  background: url(../nyimages/message1.jpg) no-repeat center;
  background-size: 100% 100%;
  border-radius: 0.1rem;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  padding-top: 0.55rem;
}

.messagebg .message .messagebox ul li:nth-child(3n){
  margin-right: 0;
}


.messagebg .message .messagebox ul li .pic{
  margin-left: 0.8rem;
  background: url(../nyimages/messagelist.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.97rem;
  height: 0.91rem;
}

.messagebg .message .messagebox ul li .pic span{
  display: block;
  width: 0.87rem;
  height: 0.89rem;
}

.messagebg .message .messagebox ul li .pic span img{
  display: block;
  width: 100%;
  height: 100%;

}

.messagebg .message .messagebox ul li .txt{
  margin-left: 0.25rem;
  width: calc(100% - 2.1rem);
} 

.messagebg .message .messagebox ul li .txt h5{
  font-size: 0.28rem;
  color: #fff;

}

.messagebg .message .messagebox ul li .txt p{
  font-size: 0.18rem;
  color: #fff;
  margin-top: 0.1rem;
}

.messagebg .message .messagebox ul li .txt p i{
  font-size: 0.3rem;
  color: #fff;
  font-family: "Rubik";
  font-weight: bold;
  margin-right: 0.05rem;
}

.messagebg .message .messagebox ul li:nth-child(2){

  background: url(../nyimages/message2.jpg) no-repeat center;
  background-size: 100% 100%;

}

.messagebg .message .messagebox ul li:nth-child(3){

  background: url(../nyimages/message3.jpg) no-repeat center;
  background-size: 100% 100%;

}

.messagebg .message .messagebox ul li:nth-child(4){

  background: url(../nyimages/message4.jpg) no-repeat center;
  background-size: 100% 100%;

}

.messagebg .message .messagebox ul li:nth-child(5){

  background: url(../nyimages/message5.jpg) no-repeat center;
  background-size: 100% 100%;

}

.messagebg .message .messagebox ul li:nth-child(6){

  background: url(../nyimages/message6.jpg) no-repeat center;
  background-size: 100% 100%;

}




/*teaching*/

.teachingbg{
  margin: 0 auto;
  padding: 0.8rem 0 0rem 0 ;
  background: url(../nyimages/teachbg.jpg) no-repeat center;
  background-size: cover;
  height: 11.16rem;
}


.teachingbg .teach{
  margin: 0 auto;
}


.teachingbg .teach .teachbox{
  margin: -0.35rem auto 0 auto;
  position: relative;
}


.teachingbg .teach .teachbox .teach_t{
  margin: 0 auto;
  width: 7.94rem;
  height: 5.9rem;
  background: url(../nyimages/teachicobg.png) no-repeat top center;
  background-size: 100%;
  padding-top: 2.15rem;
}


.teachingbg .teach .teachbox .teach_t .t_cont{
  margin: 0 auto;
  border-radius: 50%;
  width: 3.6rem;
  height: 3.6rem;
  background: #0762dd;
  text-align: center;
  padding-top: 1rem;


}


.teachingbg .teach .teachbox .teach_t .t_cont i img{
  display: block;
  margin: 0rem auto 0.35rem auto;
  width: 0.6rem;
  height: 0.48rem;
  
}

.teachingbg .teach .teachbox .teach_t .t_cont span img{
  display: block;
  margin: 0 auto;
  width: 1.67rem;
  height: 0.34rem;
}


.teachingbg .teach .teachbox  ul li{
  text-align: center;
  width: 2.02rem;
  height: 2.02rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: rgba(7, 98, 221, 0.02) 0px 0px 8px 8px;

}

.teachingbg .teach .teachbox  ul li h5{
  font-size: 0.18rem;
  color: #0762dd;
  padding-top: 29%;
}


.teachingbg .teach .teachbox  ul li h5 span{
  font-size: 0.4rem;
  color: #0762dd;
  font-weight: bold;
  font-family: "Rubik";

}

.teachingbg .teach .teachbox  ul li p{
  font-size: 0.2rem;
  color: #292929;
  margin-top: 0.1rem;
}


.teachingbg .teach .teachbox  ul li:nth-child(1){
  position: absolute;
  left: 3rem;
  top: 0.2rem;
}

.teachingbg .teach .teachbox  ul li:nth-child(2){
  position: absolute;
  left: 0;
  top: 1.7rem;
  width: 2.2rem;
  height: 2.2rem;
  opacity: 0.5;
}

.teachingbg .teach .teachbox  ul li:nth-child(3){
  position: absolute;
  left: 3.2rem;
  top: 3.55rem;
  width: 1.87rem;
  height: 1.87rem;
  opacity: 0.5;
}

.teachingbg .teach .teachbox  ul li:nth-child(4){
  position: absolute;
  left: 0;
  top: 5.5rem;
  width: 2.5rem;
  height: 2.5rem;
}

.teachingbg .teach .teachbox  ul li:nth-child(5){
  position: absolute;
  left: 5.25rem;
  top: 6.7rem;
  width: 2.09rem;
  height: 2.09rem;
}





.teachingbg .teach .teachbox  ul li:nth-child(6){
  position: absolute;
  right: 0rem;
  top: 0rem;
  width: 2.5rem;
  height: 2.5rem;
  opacity: 0.5;
}

.teachingbg .teach .teachbox  ul li:nth-child(7){
  position: absolute;
  right: 3.2rem;
  top: 1.7rem;
  width: 2.09rem;
  height: 2.09rem;
}

.teachingbg .teach .teachbox  ul li:nth-child(8){
  position: absolute;
  right: 0.4rem;
  top: 3.8rem;
}

.teachingbg .teach .teachbox  ul li:nth-child(9){
  position: absolute;
  right: 1.6rem;
  top: 6.55rem;
  width: 2.4rem;
  height: 2.4rem;
  opacity: 0.5;
}

.teachingbg .teach .teachbox  ul li:nth-child(10){
  position: absolute;
  right: 5.5rem;
  top: 6.15rem;
  width: 2.2rem;
  height: 2.2rem;
  opacity: 0.5;
}







@keyframes circle1 {
  0% {
    transform:rotate(0)
  }
  100% {
    transform:rotate(360deg)
  }
}


@media (min-width: 1024px){

  .operationsbg .operations .operationsbox ul li:hover i::after{
    animation: circle1 8s linear 0s infinite;
  }

  .operationsbg .operations .operationsbox ul li:hover i img{
    animation: beat 0.5s 1;
  }


  .recordbg .record .recordbox ul li:hover .pic span img{
    animation: beat 0.8s 1;
  }

}







@media (max-width: 1024px){
 



    
    .title h3{
      font-size: 0.4rem;

  
    }
  
    .title h3 i{
      font-size: 0.4rem;
    }
  
    .title .xt{
      width: 2.42rem;
      height: 0.46rem;
      background: url(../images/title.png) no-repeat bottom center;
      background-size: 100% 100%;
      margin-top: -0.12rem;
  
    }
  
    .title span{
      font-size: 0.2rem;

    }
  
  

  
  .resourcesbg{

    padding: 0.6rem 0 0.4rem 0;
  }
  

  
  .resourcesbg .resources .resourcesbox{
    margin: 0.25rem auto 0 auto;
  }
  

  .resourcesbg .resources .resourcesbox ul li{
    width: 100%;
    height: 2.6rem;
    margin-right: 0%;
    margin-bottom: 0.3rem;
    padding: 0.45rem 0.5rem 0 0.5rem;
  
  }
  

  
  
  .resourcesbg .resources .resourcesbox ul li h5{
    font-size: 0.32rem;
  
  }
  

  
  .resourcesbg .resources .resourcesbox ul li p{
    font-size: 0.28rem;
    line-height: 0.42rem;
  
  }
  
  
  
  
  /*platform*/
  
  .platformbg{
    padding: 0.6rem 0 0.4rem 0;
  }
  

  
  .platformbg .platform .platformbox{
  
    margin: 0.25rem auto 0 auto;
  }
  

  
  .platformbg .platform .platformbox ul li{
    width: 48%;
    height: 4rem;
    margin-right: 4%;
    margin-bottom: 0.3rem;

  
  }
  
  .platformbg .platform .platformbox ul li:last-child{
    margin-right: 4%;
  }

  .platformbg .platform .platformbox ul li:nth-child(2n){
    margin-right: 0%;
  }
  
  .platformbg .platform .platformbox ul li span{
 
    margin: 0.5rem auto 0 auto;

  }
  

  .platformbg .platform .platformbox ul li h5{
    font-size: 0.32rem;

    margin: 0.05rem auto 0.15rem auto;
  }
  
  .platformbg .platform .platformbox ul li p{
    font-size: 0.28rem;

  }
  
  

  
  .resourcebg{
    padding: 0.6rem 0;
  }
  
  
  

  
  .databg{

    padding: 0.6rem 0 0rem 0;
  }
  

  
  .databg .data .databox{
    margin: 0.08rem auto 0 auto;
    padding-top: 0.6rem;
    background: url(../nyimages/dataxt.png) no-repeat top center;
    background-size: 0% ;
  }
  
  
  .databg .data .databox ul li{
    width: 48%;
    height: 3rem;
    background: #ffffff;
    border-radius: 0.1rem;
    margin-right: 4%;
    margin-bottom: 0.9rem;
    padding: 0 0.3rem;
  }
  
  .databg .data .databox ul li:last-child{
    margin-right: 4%;
  }

  .databg .data .databox ul li:nth-child(2n){
    margin-right: 0%;
  }

  
  .databg .data .databox ul li i{
    display: block;
    margin: -0.53rem auto 0 auto;
    width: 1.07rem;
    height: 1.07rem;
    line-height: 1.07rem;
    font-size: 0.4rem;
    color: #fff;
    font-family: "AbhayaLibre";
    background: url(../nyimages/dataico1.png) no-repeat top center;
    background-size: 100% 100% ;
  }
  
  .databg .data .databox ul li h5{
    font-size: 0.32rem;
    margin: 0.25rem auto 0.15rem auto;
  }
  
  
  .databg .data .databox ul li p{
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
  
  

  
  /*network*/
  
  
  .networkbg{

    margin: 0 auto 0.4rem auto;
    padding: 0.8rem 0 0rem 0;

  }
  

  
  
  .networkbg .network .networkbox{
    margin: 0.6rem auto 0 auto;

  }
  

  
  
  .networkbg .network .networkbox ul li{
    width: 29.33%;
    margin: 0 2%;
  
  }
  
  .networkbg .network .networkbox ul li p{
    font-size: 0.32rem;
    line-height: 0.35rem;
  
  }
  
  .networkbg .network .networkbox ul li .txt{

    width: 1.81rem;
    height: 1.81rem;
  
  }
  
  .networkbg .network .networkbox ul li .ico{
    width: 1.55rem;
    height: 1.55rem;
  
  }
  
  .networkbg .network .networkbox ul li .ico span{
    font-size: 0.36rem;
    padding-top: 0.38rem;
  }
  
  .networkbg .network .networkbox ul li .ico i{

    font-size: 0.24rem;

  }
  
  .networkbg .network .networkbox ul li .xt{
    height: 2rem;
    background: url(../nyimages/xt1.png) no-repeat top center;
    background-size: 100% 100%;
  }
  
  
  
  .networkbg .network .networkbox ul li:nth-child(2) .xt{
  
    background: url(../nyimages/xt2.png) no-repeat top center;
    background-size: 100% 100%;
  }
  
  .networkbg .network .networkbox ul li:nth-child(3) .xt{
  
    background: url(../nyimages/xt3.png) no-repeat top center;
    background-size: 100% 100%;
  }
  
  .networkbg .network .networkbox ul li:nth-child(4) .xt{
  
    background: url(../nyimages/xt4.png) no-repeat top center;
    background-size: 100% 100%;
  }
  

  
  .networkbg .network .networkbox ul li:nth-child(5) .xt{
  
    background: url(../nyimages/xt5.png) no-repeat top center;
    background-size: 100% 100%;
  }
  
  
  .networkbg .network .networkbox ul li:nth-child(6) .xt{
  
    background: url(../nyimages/xt6.png) no-repeat top center;
    background-size: 100% 100%;
  }
  
  

  
  .operationsbg{

    padding: 0.6rem 0 0.6rem 0;

  }
  

  
  .operationsbg .operations .operationsbox{
    margin: 0.25rem auto 0 auto;
  }
  
  .operationsbg .operations .operationsbox ul{

    justify-content: space-between;

  }
  
  .operationsbg .operations .operationsbox ul li{
    width: 48%;
    height: 4.21rem;
    margin: 0% 0 0.4rem 0;
    padding: 0.35rem 0.3rem 0 0.3rem;

  }
  
  
  .operationsbg .operations .operationsbox ul li i{

    width: 2rem;
    height: 2rem;
  
  }
  

  
  .operationsbg .operations .operationsbox ul li h5{
    font-size: 0.3rem;
  }
  

  
  .operationsbg .operations .operationsbox ul li h5 em{
    font-size: 0.28rem;

  }
  
  .operationsbg .operations .operationsbox ul li p{
    font-size: 0.28rem;
  }
  
  

  
  .Wirelessbg{

    padding: 0.6rem 0;

  }
  

  .Wirelessbg .Wireless .Wirelessbox ul li{
    width: 100%;
    height: 2.51rem;
    margin: 0% 0 0.3rem 0;
    padding-top: 0.5rem;
  
  }
  
  
  .Wirelessbg .Wireless .Wirelessbox ul li h5{
    font-size: 0.34rem;
    padding-left: 0.4rem;
    margin-bottom: 0.2rem;
  }
  

  
  .Wirelessbg .Wireless .Wirelessbox ul li p{
    font-size: 0.28rem;
    line-height: 0.46rem;
    padding-left: 0.7rem;
  
  }
  
  
  
  

  
  .recordbg{

    padding: 0rem 0 0.5rem 0;

  }
  

  .recordbg .record .recordbox{
    margin: 0rem auto 0 auto;
    padding: 1.2rem 0 0.9rem 0;
    height: auto;
    background: url(../nyimages/recordbg.jpg) no-repeat center;
    background-size: cover;
  }
  

  
  .recordbg .record .recordbox ul li{
    width: 33.3%;
    background: url(../nyimages/recordxt.png) no-repeat right center;
    background-size: 1px 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
    text-align: center;
    padding: 0 0.2rem;
  
  }
  
  .recordbg .record .recordbox ul li:last-child{
    background: url(../nyimages/recordxt.png) no-repeat right center;
    background-size: 1px 100%;
  }

  .recordbg .record .recordbox ul li .pic {
    width: 1.58rem;
    height: 1.58rem;

}

.recordbg .record .recordbox ul li .pic span {
  width: 0.87rem;
  height: 0.87rem;
}

  
  .recordbg .record .recordbox ul li h5{
    font-size: 0.3rem;
    line-height: 0.45rem;
    min-height: 0.9rem;
  }
  
  
  .recordbg .record .recordbox ul li p{
    font-size: 0.26rem;
    line-height: 0.42rem;
  }
  
  
  
  
  .messagebg{
    padding: 0.6rem 0 0.4rem 0;
  }
  

  .messagebg .message .messagebox ul li{
    width: 49%;
    height: 2rem;
    margin-right: 2%;
    margin-bottom: 0.2rem;
    padding-top: 0rem;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
  }
  
  .messagebg .message .messagebox ul li:nth-child(3n){
    margin-right: 2%;
  }
  
  .messagebg .message .messagebox ul li:nth-child(2n){
    margin-right: 0;
  }

  .messagebg .message .messagebox ul li .pic{
    margin-left: 0.2rem;
    width: 0.97rem;
    height: 0.91rem;
  }
  
  
  .messagebg .message .messagebox ul li .txt{
    margin-left: 0.15rem;
    width: calc(100% - 1.5rem);
  } 
  
  .messagebg .message .messagebox ul li .txt h5{
    font-size: 0.28rem;
    color: #fff;
  
  }
  
  .messagebg .message .messagebox ul li .txt p{
    font-size: 0.24rem;
  }
  
  .messagebg .message .messagebox ul li .txt p i{
    font-size: 0.3rem;
    margin-right: 0.05rem;
  }
  

  
  
  
  .teachingbg{
    padding: 0.6rem 0 0.4rem 0 ;
    height: auto;
  }
  

  
  
  .teachingbg .teach .teachbox{
    margin: -1.3rem auto 0 auto;
  
  }
  
  
  .teachingbg .teach .teachbox .teach_t{
    width: 100%;
    height: 5.5rem;
    padding-top: 1.8rem;
  }
  
  
  .teachingbg .teach .teachbox .teach_t .t_cont{

    padding-top: 1rem;
  
  
  }
  

  .teachingbg .teach .teachbox  ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  
  .teachingbg .teach .teachbox  ul li{
    width: 2.6rem;
    height: 2.6rem;
    margin: 0 0.3rem 0.3rem 0.3rem;
  
  }
  
  .teachingbg .teach .teachbox  ul li h5{
    font-size: 0.28rem;
    padding-top: 29%;
  }
  
  
  .teachingbg .teach .teachbox  ul li h5 span{
    font-size: 0.4rem;
  
  }
  
  .teachingbg .teach .teachbox  ul li p{
    font-size: 0.28rem;
    margin-top: 0.1rem;
  }
  
  
  .teachingbg .teach .teachbox  ul li:nth-child(1){
    position: relative;
    left: 0rem;
    top: 0rem;
  }
  
  .teachingbg .teach .teachbox  ul li:nth-child(2){
    position: relative;
    left: 0rem;
    top: 0rem;
    width: 2.6rem;
    height: 2.6rem;

  }
  
  .teachingbg .teach .teachbox  ul li:nth-child(3){
    position: relative;
    left: 0rem;
    top: 0rem;
    width: 2.6rem;
    height: 2.6rem;

  }
  
  .teachingbg .teach .teachbox  ul li:nth-child(4){
    position: relative;
    left: 0rem;
    top: 0rem;
    width: 2.6rem;
    height: 2.6rem;
  }
  
  .teachingbg .teach .teachbox  ul li:nth-child(5){
    position: relative;
    left: 0rem;
    top: 0rem;
    width: 2.6rem;
    height: 2.6rem;
  }
  
  
  
  
  
  .teachingbg .teach .teachbox  ul li:nth-child(6){
    position: relative;
    width: 2.6rem;
    height: 2.6rem;

  }
  
  .teachingbg .teach .teachbox  ul li:nth-child(7){
    position: relative;
    right: 0rem;
    top: 0rem;
    width: 2.6rem;
    height: 2.6rem;
  }
  
  .teachingbg .teach .teachbox  ul li:nth-child(8){
    position: relative;
    right: 0rem;
    top: 0rem;
  }
  
  .teachingbg .teach .teachbox  ul li:nth-child(9){
    position: relative;
    right: 0rem;
    top: 0rem;
    width: 2.6rem;
    height: 2.6rem;

  }
  
  .teachingbg .teach .teachbox  ul li:nth-child(10){
    position: relative;
    right: 0rem;
    top: 0rem;
    width: 2.6rem;
    height: 2.6rem;

  }
  
  
  
  
  
  
}







/*nyCampus_Culture*/

.nyCampus_Culture{
  margin: 0.2rem auto 0 auto;
  position: relative;
  width: 95%;
}


.nyCampus_Culture .gallery-thumbs{
  margin: 0 0rem;
  position: relative;
  z-index: 5;
}

.nyCampus_Culture .gallery-thumbs::after{
  position: absolute;
  left: 0;
  bottom: 3px;
  content: "";
  z-index: -2;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}

.nyCampus_Culture .gallery-thumbs::before{
  position: absolute;
  left: 1rem;
  bottom: 3px;
  content: "";
  z-index: -1;
  width: 82%;
  height: 0.25rem;
  background: url(../nyimages/lsyg_xt.png) repeat left center;
  background-size: contain ;
}

.nyCampus_Culture .gallery-thumbs .swiper-slide{
  position: relative;
  z-index: 5;
  text-align: center;

}



.nyCampus_Culture .gallery-thumbs .swiper-slide i{
  display: block;
  font-size: 0.22rem;
  color: #292929;
  font-family: "SourceHanSansCN";
  opacity: 0.3;
  line-height: 0.4rem;
  margin-bottom: 0.13rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyCampus_Culture .gallery-thumbs .swiper-slide em{
  display: block;
  margin: 0 auto;
  width: 0.07rem;
  height: 0.41rem;
  background: url(../nyimages/lsyg_xt1.png) no-repeat  center;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyCampus_Culture .gallery-top{
  margin: 0.7rem auto 0 auto;
}

.nyCampus_Culture .gallery-top .swiper-slide{
  position: relative;
}

.nyCampus_Culture .gallery-top .swiper-slide .historytime{
  background: url(../nyimages/lsyglist.png) no-repeat  center;
  background-size: 100% 100%;
  border-radius: 0.12rem;
  width: 100%;
  height: 0.93rem;
  line-height: 0.93rem;


}

.nyCampus_Culture .gallery-top .swiper-slide .historytime i{
  display: block;
  background: url(../nyimages/time_xt.png) no-repeat left center;
  background-size: 0.69rem 0.08rem;
  color: #ffffff;
  font-size: 0.6rem;
  font-family: "Rubik";
  font-weight: bold;
  padding-left: 0.95rem;
}


.nyCampus_Culture .gallery-top .swiper-slide .historybox{
  margin: 0.5rem auto 0 auto;
  position: relative;
  z-index: 5;
}

.nyCampus_Culture .gallery-top .swiper-slide .historybox::after{
  position: absolute;
  left: 50%;
  top: 0.6rem;
  content: "";
  z-index: -1;
  width: 1px;
  height: 100%;
  background: url(../nyimages/lsyg_xt3.png) no-repeat bottom center;
  background-size: 100%;
}

.nyCampus_Culture .gallery-top .swiper-slide .historybox ul{

}

.nyCampus_Culture .gallery-top .swiper-slide .historybox ul li{
  position: relative;
  overflow: hidden;

}



.nyCampus_Culture .gallery-top .swiper-slide .historybox ul li .txt{
  width: 44%;
  border: 1px solid #cde0f8;
  border-radius: 0.1rem;
  position: relative;
  float: left;
  padding: 0.3rem 0.4rem 0.4rem 0.4rem;
  text-align: right;
}

.nyCampus_Culture .gallery-top .swiper-slide .historybox ul li .txt::after{
  position: absolute;
  right: -0.17rem;
  top: 0.25rem;
  content: "";
  background: url(../nyimages/lsyg_ico.png) no-repeat  center;
  background-size: 100% 100%;
  width: 0.17rem;
  height: 0.31rem;
  transform: rotate(-180deg);
}


.nyCampus_Culture .gallery-top .swiper-slide .historybox ul li .txt::before{
  position: absolute;
  right: -14%;
  top: 0.22rem;
  content: "";
  background: url(../nyimages/lsyg_ico2.png) no-repeat  center;
  background-size: 100% 100%;
  width: 0.35rem;
  height: 0.26rem;

}


.nyCampus_Culture .gallery-top .swiper-slide .historybox ul li .txt h5{
  font-size: 0.24rem;
  color: #0762dd;
  font-family: "SourceHanSansCN";

}

.nyCampus_Culture .gallery-top .swiper-slide .historybox ul li .txt em{
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #e5e5e5;
  margin: 0.1rem 0;
}

.nyCampus_Culture .gallery-top .swiper-slide .historybox ul li .txt p{
  font-size: 0.18rem !important;
  color: #333333;
  line-height: 0.3rem !important;
}


.nyCampus_Culture .gallery-top .swiper-slide .historybox ul li:nth-child(2n-1) .txt{
  float: right;
  text-align: left;

}

.nyCampus_Culture .gallery-top .swiper-slide .historybox ul li:nth-child(2n-1) .txt::after{
  position: absolute;
  left: -0.17rem;
  top: 0.25rem;
  content: "";
  background: url(../nyimages/lsyg_ico.png) no-repeat  center;
  background-size: 100% 100%;
  width: 0.17rem;
  height: 0.31rem;
  transform: rotate(0deg);
}

.nyCampus_Culture .gallery-top .swiper-slide .historybox ul li:nth-child(2n-1) .txt::before{
  position: absolute;
  left: -14%;
  top: 0.34rem;
  content: "";
  background: url(../nyimages/lsyg_ico1.png) no-repeat  center;
  background-size: 100% 100%;
  width: 0.35rem;
  height: 0.26rem;

}



.nyCampus_Culture .gallery-thumbs .swiper-slide.on i {
  color: #0762dd;
  font-size: 0.26rem;
  opacity: 1;
}

.nyCampus_Culture .gallery-thumbs .swiper-slide.on em {
  background: url(../nyimages/lsyg_xt2.png) no-repeat  center;
  background-size: 100% 100%;
}


.nyCampus_Culture .Culture-next{
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0.75rem;
  cursor: pointer;
  width: 0.31rem;
  height: 0.31rem;
  background: #4885ff url(../nyimages/lsyg_right.png) no-repeat  center;
  background-size: 100% 100%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.nyCampus_Culture .Culture-prev{
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0.75rem;
  cursor: pointer;
  width: 0.31rem;
  height: 0.31rem;
  background: #4885ff url(../nyimages/lsyg_left.png) no-repeat  center;
  background-size: 100% 100%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



@media (min-width:1024px) {
  .nyCampus_Culture .Culture-next:hover{

    background: #0762dd url(../nyimages/lsyg_right.png) no-repeat  center;
    background-size: 100% 100%;

  
  }
  
  .nyCampus_Culture .Culture-prev:hover{

    background: #0762dd url(../nyimages/lsyg_left.png) no-repeat  center;
    background-size: 100% 100%;

  }

}


@media (max-width:1024px) {

  .nyCampus_Culture{

  width: 100%;
}



.nyCampus_Culture .gallery-thumbs::after{

  bottom: 2px;

}

.nyCampus_Culture .gallery-thumbs::before{

  bottom: 2px;

}




.nyCampus_Culture .gallery-thumbs .swiper-slide i{

  font-size: 0.28rem;
}



.nyCampus_Culture .gallery-top{
  margin: 0.6rem auto 0 auto;
}



.nyCampus_Culture .gallery-top .swiper-slide .historytime i{

  font-size: 0.5rem;

}


.nyCampus_Culture .gallery-top .swiper-slide .historybox{
  margin: 0.4rem auto 0 auto;

}

.nyCampus_Culture .gallery-top .swiper-slide .historybox::after {

  left: 0%;

}

.nyCampus_Culture .gallery-top .swiper-slide .historybox ul li{
  padding: 0 3px;
  margin-bottom: 0.15rem;
}



.nyCampus_Culture .gallery-top .swiper-slide .historybox ul li .txt{
  width: 90%;
  padding: 0.3rem 0.3rem 0.3rem 0.3rem;
  float: right;
  text-align: left;
}




.nyCampus_Culture .gallery-top .swiper-slide .historybox ul li .txt::before{

  left: -12%;


}


.nyCampus_Culture .gallery-top .swiper-slide .historybox ul li .txt h5{
  font-size: 0.3rem;

}



.nyCampus_Culture .gallery-top .swiper-slide .historybox ul li .txt p{
  font-size: 0.26rem !important;
  line-height: 0.4rem !important;
}

.nyCampus_Culture .gallery-top .swiper-slide .historybox ul li .txt::before{
  background: url(../nyimages/lsyg_ico1.png) no-repeat center;
  background-size: 100% 100%;
  top: 0.34rem;
}

.nyCampus_Culture .gallery-top .swiper-slide .historybox ul li .txt::after {

  right: auto;
  left: -0.17rem;
  transform: rotate(-0deg);
}

.nyCampus_Culture .gallery-top .swiper-slide .historybox ul li:nth-child(2n-1) .txt::before{

  left: -12%;


}



.nyCampus_Culture .gallery-thumbs .swiper-slide.on i {
  font-size: 0.3rem;

}



.nyCampus_Culture .Culture-next{

  top: 0.68rem;
  width: 0.42rem;
  height: 0.42rem;


}

.nyCampus_Culture .Culture-prev{
  top: 0.68rem;
  width: 0.42rem;
  height: 0.42rem;
}



}