#pc{ display:block}
#m{display: none}
.campusLife .second_nav ul li {
  width: 50%;
}
.campusLife .second_nav ul li.on {
  border-bottom: 2px solid #9c2340;
}
.campusLife .second_nav ul li.on::after {
  border-top: 6px solid #9c2340;
}
.campusLife .second_nav ul li.on span {
  color: #9c2340;
}
.campusLife .second_nav ul li.on span::after {
  content: "";
  display: block;
  border: solid #9c2340;
  border-width: 0 0.02rem 0.02rem 0;
}
.animated {
  animation-duration: 0.1s;
}
.swiper-container {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
}
.swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  z-index: 99;
}
.div_clear {
  clear: both;
}
.head {
  position: fixed;
}
.div_tit h2 {
  font-size: 0.48rem;
  color: #333;
  line-height: 100%;
  margin-bottom: 0.4rem;
}
.section1 .swiper-container-homebanner .banner_txt {
  position: absolute;
  left: 1.5rem;
  bottom: 0.4rem;
  z-index: 10;
}
.section1 .swiper-container-homebanner .banner_txt h3 {
  font-size: 0.42rem;
  color: #fff;
  line-height: 1.5;
}
.section1 .swiper-container-homebanner .banner_txt h3 a {
  font-size: 0.42rem;
  color: #fff;
}
.section1 .swiper-container-homebanner .banner_txt p {
  font-size: 0.18rem;
  color: #fff;
  line-height: 1.5;
}
.section1 .swiper-container-homebanner .banner_txt a h3 {
  color: #fff;
}
.section1 .swiper-container-homebanner .banner_txt a p {
  color: #fff;
}
.section1 .swiper-container-homebanner .banner_icons {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  z-index: 99;
  text-align: right;
  width: auto;
}
.section1 .swiper-container-homebanner .banner_icons span {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  border: 0.02rem solid #fff;
  box-sizing: border-box;
  background: none;
  margin: 0 0.05rem; background:#FFF
}
.section1 .swiper-container-homebanner .banner_icons span.icons-active {
  opacity: 1;
  position: relative;
}
.section1 .swiper-container-homebanner .banner_icons span.icons-active::after {
  content: "";
  display: block;
  width: 0.05rem;
  height: 0.05rem;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  top: 0.05rem;
  left: 0.05rem;
}
.section1 .swiper-container-homebanner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 50;
}
.section1 .swiper-container-homebanner .swiper-slide a::before {
    content: "";
    display: block;
    width: 100%;
    height: 3rem;
    background: url(/images/banner_fix1.png) no-repeat center bottom;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;



}
.section1 .swiper-container-homebanner .swiper-slide a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background: url(/images/banner_fix2.png) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.section1 .div_entrance {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2.4rem;
  width: 1.14rem;
  height: 4.8rem;
  background: rgba(0, 0, 0, 0.2);
  z-index: 50;
}
.section1 .div_entrance ul {
  display: flex;
  flex-wrap: wrap;
}
.section1 .div_entrance ul li {
  width: 100%;
  height: 1.2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section1 .div_entrance ul li a {
  font-size: 0.16rem;
  color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 0.4rem;
}
.section1 .div_entrance ul li:nth-child(1) a {
  background-image: url(/images/home/en_icon1.png);
}
.section1 .div_entrance ul li:nth-child(2) a {
  background-image: url(/images/home/en_icon2.png);
}
.section1 .div_entrance ul li:nth-child(3) a {
  background-image: url(/images/home/en_icon3.png);
}
.section1 .div_entrance ul li:nth-child(4) a {
  background-image: url(/images/home/en_icon4.png);
}
.section1 .nextIcon {
  display: block;
  width: 0.32rem;
  height: 0.19rem;
  background: url(/images/nexticon.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  margin-left: 0.16rem;
  z-index: 999;
  cursor: pointer;
  animation-iteration-count: infinite;
  animation-duration: 0.8s;
}
.section1 .nextIcon:hover {
  background: url(/images/nexticonh.png) no-repeat;
  background-size: cover;
}
.section2 {
  height: 3.2rem !important;
  overflow: hidden;
  box-sizing: border-box;  padding: 0 1.6rem;
}
.section2 .section_tabs {
  padding-top: 0.7rem;
}
.section2 .section_tabs .ol_tabicons {
  overflow: hidden;
}
.section2 .section_tabs .ol_tabicons li {
  float: left;
  padding-right: 0.35rem;
  margin-right: 0.35rem;
  position: relative;
}
.section2 .section_tabs .ol_tabicons li h3 {
  font-size: 0.3rem;
  color: #999;
  line-height: 100%;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.section2 .section_tabs .ol_tabicons li.on h3 {
  color: #333;
}
.section2 .section_tabs .ol_tabicons li::after {
  content: "";
  display: block;
  width: 1px;
  height: 0.26rem;
  background: #999;
  position: absolute;
  right: 0;
  top: 0.04rem;
}
.section2 .section_tabs .ol_tabicons li:last-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 0.26rem;
  background: white;
  position: absolute;
  right: 0;
  top: 0.04rem;
}
.section2 .section_tabs .span_text {
  display: block;
  font-size: 0.3rem;
  color: #333;
  line-height: 100%;
  margin-bottom: 0.6rem;
}
.section2 .section_tabs .div_tabdivs ul {
  overflow: hidden;
  padding-bottom: 0.1rem;
}
.section2 .section_tabs .div_tabdivs ul li {
  float: left;
  width: 46%;
  overflow: hidden;
  padding: 0.2rem 0;
  border-bottom: 1px dashed #d6d6d6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section2 .section_tabs .div_tabdivs ul li p {
  float: left;
  width: 75%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.section2 .section_tabs .div_tabdivs ul li p a {
  font-size: 0.24rem;
  color: #333;
}
.section2 .section_tabs .div_tabdivs ul li p:hover a {
  color: #B70033;
}
.section2 .section_tabs .div_tabdivs ul li span {
  font-size: 0.16rem;
  color: #999;
  float: right;
}
.section2 .section_tabs .div_tabdivs ul li:nth-child(2n) {
  float: right;
}
.section2,
.section3,
.section4,
.section5,
 {
  padding: 0 1.6rem;
  display: flex;
  align-items: center;
}
.section3 {
  padding: 0 1.6rem;
  align-items: center;
}
dl.home_list {
  overflow: hidden;
  position: relative;
}
dl.home_list dt {
  width: 23%;
  float: left;
  position: relative;
  padding-top: 0;
}
dl.home_list dt .div_tit h2 {
  margin-bottom: 0.4rem;
}
dl.home_list dt .div_tit h2::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.06rem;
  background: #9C2340;
  margin-top: 0.25rem;
}
dl.home_list dt .div_tit p {
  font-size: 0.2rem;
  color: #666;
  line-height:0.4rem;
  margin-bottom: 0.2rem;
}
dl.home_list dd {
  width: 70%;
  float: right;
  overflow: hidden;
}
dl.home_list dd .div_img {
  animation-duration: 0.4s;
  animation-delay: 0.45s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: relative;
  overflow: hidden;
}
dl.home_list dd .div_img::before {
  content: "";
  display: none;
  width: 80%;
  height: 0.45rem;
  background: #000;
  float: right;
  opacity: 0;
}
dl.home_list dd .div_img.dion::before {
  opacity: 1;
  animation: mymove 4s ease-in-out 0s 1 alternate forwards;
}
dl.home_list dd .div_img img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition:0.7s ease-in-out;
}
dl.home_list dd .div_img:hover img {
  transform: scale(1.06);
}
dl.home_list dd .div_img p {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0.4rem 0.7rem;
  font-size: 0.2rem;
  line-height: 1.5;
  animation-duration: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
dl.home_list dd .slide_nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 23%;
}
dl.home_list dd .slide_nav ul li {
  border-bottom: 1px solid #dbdbdb;
  padding: 0.15rem 0;
  padding-right: 0.3rem;
}
dl.home_list dd .slide_nav ul li a {
  display: block;
  font-size: 0.24rem;
  color: #333;
  width: 100%;
  font-weight: normal;
  background: url(/images/jt.png) no-repeat right center;
}
dl.home_list dd .slide_nav ul li:hover a {
  color: #9C2340; 
}
dl.home_list dd .slide_nav ul li:last-child {
  margin: 0;
}

.NrLeft2{width: 100%;}
.NrLeft3{width: 75%;}
.xleader{margin-bottom: 1.1rem;}
.xleader ul{/*display: flex*/;justify-content: space-between;flex-wrap: wrap;}
.xleader ul li{width: 50%;display: flex;justify-content: start;flex-wrap: wrap;border-top: 1px solid #e5e5e5;padding: 0.25rem 0; float:left}
.xleader ul li:nth-child(1){width: 100%;display: flex;justify-content: start;flex-wrap: wrap;border-top: 1px solid #e5e5e5;padding: 0.25rem 0; float:left}
.xleader ul li:nth-child(2){width: 100%;display: flex;justify-content: start;flex-wrap: wrap;border-top: 1px solid #e5e5e5;padding: 0.25rem 0; float:left}

.xleader ul li:last-child{border-bottom: 0px solid #e5e5e5;}
.xleader ul li h3{font-size: 0.24rem;color: #9C2340;width: 64%;line-height: 0.34rem;padding-left: 0.3rem;display: inline-block;position: relative; font-weight:bold}
.xleader ul li:nth-child(1) h3{font-size: 0.24rem;color: #9C2340;width: 32%;line-height: 0.34rem;padding-left: 0.3rem;display: inline-block;position: relative;}
.xleader ul li:nth-child(2) h3{font-size: 0.24rem;color: #9C2340;width: 32%;line-height: 0.34rem;padding-left: 0.3rem;display: inline-block;position: relative;}
.xleader ul li h3::after{content: "";position: absolute;left: 0;top:0;width: 1px;height: 0.34rem;background: #9C2340;}
.xleader ul li p{}
.xleader ul li p a{display: block;font-size: 0.2rem;color: #000000;line-height: 0.34rem;font-weight: normal;}
.xleader ul li p a:hover{color: #9C2340;}

/* 现任领导详情 */
.picbox2{}
.picbox2 img{display: block;width: 100%;height: auto;}

.teachDetail3{margin-bottom: 0.7rem;display: flex;flex-wrap: wrap;margin-top: 0.47rem;}
.teachDetail3 .xName{width: 20%;}
.teachDetail3 .xName h2{font-size: 0.3rem;color: #9c2340;margin-bottom: 0.13rem;}
.teachDetail3 .xName p{font-size: 0.21rem;color: #1d1d22;line-height: 0.34rem;}
.teachDetail3 .textBox{width: 80%;}
.teachDetail3 .textBox ul{display: flex;justify-content: start;flex-wrap: wrap;}
.teachDetail3 .textBox ul li{float: left;width: calc(50% - 0.6rem);}
.teachDetail3 .textBox ul li h4{font-size: 0.24rem;color: #9c2340;margin-bottom: 0.1rem;}
.teachDetail3 .textBox ul li p{font-size: 0.18rem;color: #1d1d22;line-height: 0.48rem;border-left: 1px solid #9c2340;padding-left: 0.3rem;}
.teachDetail3 .textBox .listp{margin-top: 0.5rem;border-left: 1px solid #9c2340;padding-left: 0.3rem;}
.teachDetail3 .textBox .listp2{margin-top: 0.5rem;border-left: 1px solid #9c2340;padding-left: 0.3rem;}
.teachDetail3 .textBox .listp p{font-size: 0.18rem;color: #454646;line-height: 0.30rem;margin-bottom: 0;text-indent: 0;margin-bottom: 0.12rem;}
.teachDetail3 .textBox .listp2 p{font-size: 0.18rem;color: #454646;line-height: 0.30rem;margin-bottom: 0;text-indent: 0;margin-bottom: 0.12rem;}
.dqwz span{float:left; background:url(/images/home.png) no-repeat 0 1px; padding-left:20px;}
.dqwz span a{ color:#333}
.dqwz01 span{float:right; background:url(/images/home.png) no-repeat 0 1px; padding-left:20px;}




/* 侧边导航 */
.RightNav{width:20%; float: right; margin-top: 0.1rem;}
.ny_left{width: 100%;}
.ny_left_top{display: none;height: 0.7rem;background: #e5e5e5;padding: 0 0.2rem;}
.ny_left_top h5{height: 0.7rem;line-height: 0.7rem;font-size: 0.34rem;color: #000;font-weight: normal;}
.ny_left_top .list-nav-icon{}
.ny_left_top .list-nav-icon img{width: 0.4rem;display: block;margin-top: 0.15rem;}
.sidenav{ overflow:hidden; display:block;}
.accordion { width:100%; }
.accordion li:first-child .nav-link{border-top: 1px solid #d9d9d9;}
.accordion .nav-link {padding-left: 0.1875rem;padding-right: 0.2875rem;display: block;line-height: 0.26rem;min-height: 0.56rem;height: 100%;border-bottom: 1px solid #d9d9d9;}
.accordion .nav-link a{ display: block;color: #666666;font-size: 0.16rem;line-height: 0.26rem;padding: 0.15rem 0;}
.accordion .nav-link:hover{/* color: #fff;font-weight: bold;background: url(/image/bgOn.png);background-size: contain; */}
.accordion .nav-link:hover a{color: #791cb3;}
.accordion .nav-link.hover{/* color: #fff;font-weight: bold;background: url(/image/bgOn.png);background-size: contain; */}
.accordion .nav-link.hover a{color: #791cb3;}

.accordion .nav-link3 {padding-left: 0.1875rem;padding-right: 0.2875rem;display: block;line-height: 0.26rem;min-height: 0.56rem;height: 100%;border-bottom: 1px solid #d9d9d9;}
.accordion .nav-link3 a{ display: block;color: #666666;font-size: 0.20rem;line-height: 0.26rem;padding: 0.15rem 0;}
.accordion .nav-link3:hover{color: #fff;font-weight: bold;background: url(/images/bgOn.png);background-size: contain;}
.accordion .nav-link3:hover a{color: #FFFFFF;}
.accordion .nav-link3.hover{color: #fff;font-weight: bold;background: url(/images/bgOn.png);background-size: contain;}
.accordion .nav-link3.hover a{color: #FFFFFF;}

/* .currentnav{ background:#f2f3f8 !important; color: #fff !important; } */
.nav-link1{ width:50px;height: 100%; min-height:0.56rem; line-height:0.56rem; cursor: pointer; position:absolute; top:0; right:3px;}
.accordion li{  position: relative; overflow:hidden;}
.accordion li i { display:block; width:30px; height:0.56rem;background: url(/images/add.png) no-repeat center; position: absolute;top:0;right: 0.1rem;font-size: 18px; color: #595959; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
.accordion li .nav-link2 i{display:block; width:30px; height:30px;background: url(/images/arrow1.png) no-repeat center; position: absolute;top:0.12rem;font-size: 18px; color: #595959; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;} 
.accordion li.on2 .nav-link2 i,
.accordion li:hover .nav-link2 i{background: url(/images/arrow1On.png) no-repeat center;}
.accordion li.on2 .nav-link,
.accordion li .nav-link:hover,
.accordion li.open .nav-link{background: url(/images/bgOn.png);background-size: contain;border-bottom:none;}
.accordion li.on2 .nav-link1 a {color: white;}
.accordion li .nav-link:hover {background: url(/images/bgOn.png);background-size: contain;}
.accordion li .nav-link:hover a{color: #FFFFFF;}
.accordion li.open .nav-link a{color: white;font-weight: bold;}
.accordion li.open i.fa-chevron-down {background: url(/images/remo2.png) no-repeat center;}
.accordion li.open .nav-link{border: none;}
.sidemenu {display: none;border-bottom: 1px solid #d9d9d9;}
.sidemenu li {border-bottom:none;padding: 0.06rem 0.27rem;}
.sidemenu li:first-child{padding-top: 0.25rem;}
.accordion li.open .sidemenu li:first-child{transition: 0.4s;}
.sidemenu li:last-child{padding-bottom: 0.25rem;}
.sidemenu a { display: inline-block;line-height: 0.24rem;font-size: 0.14rem;color: #666666;text-decoration: none;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease; transition: all 0.25s ease; }
.sidemenu a.otherLink{background: url(/image/otherLink.png) no-repeat right 0.04rem;padding-right: 0.15rem;}
.sidemenu a.otherLink:hover{background: url(/image/lj.png) no-repeat right 0.04rem;}
.sidemenu a.on{color: #791cb3;font-weight: bold;} 
.sidemenu a:hover{color: #791cb3;transition: 0.6s all;font-weight: bold;}




.pagnation { text-align: center; margin-top: 32px; }
.pagnation a { display: inline-block; width: 34px; height: 34px; line-height: 34px; overflow: hidden; background: url(/images/sprite.png) no-repeat 0 -29px; margin-left: 4px; font-size: 16px; vertical-align: top; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out;color: #333; }
.pagnation a:hover { background-position: 0 -64px; color: #fff; text-decoration: none }
.pagnation .page-prev, .pagnation .page-next { line-height: 555px; }
.pagnation .page-prev { background-position: -35px -29px; }
.pagnation .page-prev:hover { background-position: -35px -64px; }
.pagnation .page-next { background-position: -70px -29px; }
.pagnation .page-next:hover { background-position: -70px -64px; }
.pagnation .current { background-position: 0px -64px; color: #fff }
.pagnation-tips { margin-top: 10px; color: #999; text-align: center }


.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.home-wrap {
  padding:0 1.6rem 0.5rem;; 

}
.home-business {

}
.home-business:hover li {
  width: 22%;
}
.home-business li {
  transition: width 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  width: 25%;
}
.home-business li:hover {
  width: 34%;
}
.home-business li:nth-child(1) {
  background: #CF905E;
}
.home-business li:nth-child(1) a {
  background: url(/img/realbg1.png) left bottom no-repeat;
  background-size: auto 88.46%;
}
.home-business li:nth-child(2) {
  background: #517FC7;
}
.home-business li:nth-child(2) a {
  background: url(/img/realbg2.png) left bottom no-repeat;
  background-size: auto 73.46%;
}
.home-business li:nth-child(3) {
  background: #01B2B3;
}
.home-business li:nth-child(3) a {
  background: url(/img/realbg3.png) left bottom no-repeat;
  background-size: auto 40%;
}
.home-business li:nth-child(4) {
  background: #0074AF;
}
.home-business li:nth-child(4) a {
  background: url(/img/realbg4.png) left bottom no-repeat;
  background-size: auto 38.46%;
}
.home-business li a {
  display: block;
  position: relative;
  width: 100%;
  height: 260px;
}
.home-business li a figure {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 200px;
}
.home-business li a figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
.business-small {
  position: absolute;
  left: 35px;
  top: 47px;
  z-index: 3;
}
.business-small strong {
  display: block;
  margin-bottom: 16px;
  line-height: 1;
  color: #fff;
  font-size: 27px;
  font-weight: normal;
  opacity: 0;
}
.business-small small {
  display: block;
  line-height: 1.4;
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Proxima Nova Rg";
}
.home-main {
  margin-top: 30px; margin-bottom:30px;
 
}
.home-project {
 
  width: 100%;
    float: right;
    overflow: hidden;
}
.home-project .swiper-pagination {
  left: auto;
  right: 50px;
  bottom: 26px;
  line-height: 0;
  width: auto;
}
.home-project .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #fff;
  opacity: 0.43;
  margin: 0;
  margin-left: 16px;
}
.home-project .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.classic-slide {
  position: relative;
  overflow: hidden;
}
.classic-slide a {
  display: block;
}
.classic-slide a:hover figure img {
  transform: scale(1.05);
}
.classic-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.classic-slide figure img {
  display: block;
  width: 100%;
  height:100%;
  object-fit: cover;
  transition: 0.78s;
}
.classic-slide span {
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 100px 29px 25px;
  width: 100%;
  color: #fff;
  line-height: 1.3;
  font-size: 18px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.sunshine-box {
  
      width: 23%;
    float: left;
    position: relative;
    padding-top: 0;
}
.sun-list {
  height:230px;;
}
.sunshine {
  position: relative;
  height: 100%;
  display: none;
}
.sunshine:first-child {
  display: block;
}
.sunshine a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding:0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.sunshine a:hover .sunshine-top strong {
  color: #E9A43F;
}
.sunshine a:hover .sunshine-down p i {
  animation: mapMove 1.5s infinite;
}
.sunshine a:hover .sunshine-down span {
  text-indent: 3px;
}
.sunshine-top small {
  display: block;
  margin-bottom: 14px;
  line-height: 1.3;
  color: #777777;
  font-size: 14px;
  font-family: "Proxima Nova Rg";
  text-transform: uppercase;
}
.sunshine-top strong {
  display: block;
  margin-bottom: 26px;
  line-height: 1.2;
  color: #333333;
  font-size: 26px;
  font-weight: normal;
  transition: 0.4s;
}
.sunshine-top p {
  color: #777777;
  font-size: 16px;
  line-height:28px;
}
.sunnext {
  display: block;
  position: absolute;
  right: 37px;
  bottom: 32px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background: #E9A43F;
  color: #fff;
  font-size: 18px;
  transition: 0.2s;
  z-index: 10;
  cursor: pointer;
}
.sunnext:hover {
  text-indent: 3px;
}
.sunshine-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sunshine-down p {
  color: #777777;
  font-size: 14px;
}
.sunshine-down p i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  font-style: normal;
  color: #E9A43F;
  font-size: 22px;
}

.slidex_nav {

  left: 0;
  bottom: 0;
  width: 100%;
}
.slidex_nav ul li {
  border-bottom: 1px solid #dbdbdb;
  padding: 0.15rem 0;
  padding-right: 0.3rem;
}
.slidex_nav ul li a {
  display: block;
  font-size: 0.24rem;
  color: #333;
  width: 100%;
  font-weight: normal;
  background: url(/images/jt.png) no-repeat right center;
}
.slidex_nav ul li:hover a {
  color: #9C2340; 
}
.slidex_nav ul li:last-child {
  margin: 0;
}


@keyframes mapMove {
  from {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-7px);
  }
  to {
    transform: translateY(0px);
  }
}



@media(max-width: 800px) {
	#pc{ display: none}
	#m{ display:block}
	.xleader ul li{width: 50%;display: flex;}
	.xleader ul li h3{font-size: 0.35rem;line-height: 0.6rem;width: 100%;}
	.xleader ul li p{margin-left: 0.3rem;}
	.xleader ul li p a{font-size: 0.30rem;color: #000000;line-height: 0.6rem;}
	/* .xleader .none{display: none;} */
	
	.xleader ul li:nth-child(1){width: 100%;display: flex;}
.xleader ul li:nth-child(2){width: 100%;display: flex;}


.xleader ul li:nth-child(1) h3{font-size: 0.35rem;line-height: 0.6rem;width: 100%;}
.xleader ul li:nth-child(2) h3{font-size: 0.35rem;line-height: 0.6rem;width: 100%;}


	.teachDetail3 .xName {width: 30%;}
	.teachDetail3 .xName h2{font-size: 0.54rem;color: #9c2340;margin-bottom: 0.3rem;}
	.teachDetail3 .xName p{font-size: 0.37rem;color: #1d1d22;line-height: 0.54rem;}
	.teachDetail3 .textBox{width: 70%;}
	.teachDetail3 .textBox ul{justify-content: space-between;}
	.teachDetail3 .textBox ul li p{margin-bottom: 0.15rem;font-size: 0.34rem;line-height: 0.6rem;}
	.teachDetail3 .textBox ul li h4{font-size: 0.4rem;}
	.teachDetail3 .textBox ul li p{font-size: 0.37rem;}
	.teachDetail3 .textBox .listp{margin-top: 0.8rem;}
	.teachDetail3 .textBox .listp p{font-size: 0.34rem;line-height: 0.6rem;margin-bottom: 0.3rem;}
	.teachDetail3 .textBox .listp2 p{font-size: 0.34rem;color: #454646;line-height: 0.56rem;margin-bottom: 0;text-indent: 0;margin-bottom: 0.32rem;}
}
@media(max-width: 768px) {
	.teachDetail3 .textBox ul{display: flex;}
	.teachDetail3 .textBox ul li{width: 100%}
	.teachDetail3 .textBox ul li+li{margin-top: 0.8rem;}
	.NrLeft3{width: 100%; margin-top:40px;}
	.teachDetail3 .xName {width: 100%; margin-bottom:30px;}

	.teachDetail3 .textBox{width: 100%;}
	.home-wrap {
  padding:0 0.6rem;; 

}
	.sunshine-box {
  
      width: 100%;
    float: none;
    position: relative;
    padding-top: 0;
}
.home-project {
 
  width: 100%;
     float: none;
    overflow: hidden;
}
.sun-list {
  height:170px;;
}
}


@keyframes mymove {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.section4 dl dt {
  float: right;
}
.section4 dl dd {
  float: left;
}
.section4 dl dd .slide_nav {
  left: unset;
  right: 0;
}
.section4 dl.home_list dd .slide_nav ul li:hover a {
  color: #f5a100;
}
.section5 dl.home_list dd .slide_nav ul li:hover a {
  color: #9c2340;
}
.section3 dl.home_list dt .div_tit h2::after,
.section3 dl.home_list dd .div_img::before {
  background: #9C2340;
}
.div_tit h2::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.06rem;
  background: #9C2340;
  margin-top: 0.25rem;
}
.div_tit h2::before {
  background: #9C2340;
}

.div_tit h2::after {
  background: #f5a100;
}


.section3 dl.home_list dd .slide_nav ul li:hover a {
   background: url(/images/jt_hover.png) no-repeat right center;
}
.section4 dl.home_list dt .div_tit h2::after,
.section4 dl.home_list dd .div_img::before {
  background: #f5a100;
}
.section4 dl.home_list dd::before {
  float: left;
}
.section4 dl.home_list dd .slide_nav ul li:hover a {
  background: url(/images/home/tit_icon01-2.png) no-repeat right center;
}
.section5 dl.home_list dt .div_tit h2::after,
.section5 dl.home_list dd .div_img::before {
  background: #9c2340;
}
.section5 dl.home_list dd .slide_nav ul li:hover a {
  background: url(/images/home/tit_icon01-3.png) no-repeat right center;
}
@media screen and (max-width: 1200px) {
  .section2{
    height:auto !important;
  }
  .section2 .section_tabs .div_tabdivs ul li {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0.2rem 0;
    border-bottom: 1px dashed #d6d6d6;
    display: block;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  body {
    background: #f5f5f5;
  }
  .swiper-container-home {
    overflow: scroll;
  }
  .swiper-container-home > .swiper-wrapper {
    flex-wrap: wrap;
    height: auto;
  }
  .section2,
  .section3,
  .section4,
  .section5 {
    padding: 0 0.3rem;
    margin-bottom: 0.3rem;
    display: block;
  }
  .section1 .nextIcon {
    display: none;
  }
  .section1 .swiper-container-homebanner .banner_txt {
    left: 0.3rem;
    bottom: 0.25rem;
  }
  .section1 .swiper-container-homebanner .banner_txt h3 {
    font-size: 0.3rem;
  }
  .section1 .swiper-container-homebanner .banner_txt p {
    display: none;
  }
  .section1 .swiper-container-homebanner .banner_icons {
    right: 0.3rem;
    bottom: 0.25rem;
  }
  dl.home_list {
    height: auto;
    display: block;
    background: #fff;
    padding: 0.3rem;
  }
  dl.home_list dt {
    width: 100%;
    padding: 0;
  }
  dl.home_list dt .div_tit {
    padding-top: 0.2rem;
  }
  dl.home_list dt .div_tit h2 {
    font-size: 0.3rem;
    margin-bottom: 0.2rem !important;
  }
  dl.home_list dt .div_tit p {
    font-size: 0.24rem;
    line-height: 2;
  }
  dl.home_list dt .div_tit p:last-child {
    text-align: right;
  }
  dl.home_list dd {
    width: 100%;
    height: auto;
  }
  dl.home_list dd::before {
    width: 90%;
    height: 0.25rem;
  }
  dl.home_list dd .div_img p {
    font-size: 0.24rem;
    line-height: 1.8;
    padding: 0.2rem 0;
    position: static;
    background: none;
    color: #333;
    text-align: justify;
  }
  dl.home_list dd .slide_nav {
    position: static;
    width: auto;
  }
  dl.home_list dd .slide_nav ul li a {
    font-size: 0.3rem;
  }
  .section2 .section_tabs .ol_tabicons li {
    float: left;
    padding-right: 0.22rem;
    margin-right: 0.22rem;
    position: relative;
  }
  .section2 {
    display: block;
    height: auto!important;
  }
  .section2 .section_tabs {
    background: #fff;
    padding: 0.3rem;
  }
  .section2 .section_tabs .div_tabdivs ul li {
    width: 100%;
    line-height: normal;
    padding: 0.2rem 0;
  }
  .section2 .section_tabs .div_tabdivs ul li p {
    margin-bottom: 0.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .section2 .section_tabs .div_tabdivs ul li p a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .section2 .section_tabs .div_tabdivs ul li span {
    float: none;
  }
  .section2 .section_tabs .div_tabdivs ul li {
    overflow: hidden;
    display: block;
  }
  .section2 .section_tabs .div_tabdivs ul li p {
    width: 100%; line-height:28px; margin-bottom:0px;
  }
  .section2 .section_tabs .div_tabdivs ul li span {
    float: right;
  }
  .section2,
  .section3,
  .section4,
  .section5,
  .section6 {
    margin-bottom: 0.3rem !important;
  }
  .body_b {
    position: static!important;
  }
  .body_home {
    height: 10rem!important;
  }
  .body_b {
    padding-top: 0.2rem !important;
  }
}
@media screen and (max-width: 640px) {
  .body_home {
    height: 5rem!important;
  }
  .section1 .div_entrance {
    display: none;
  }
}
.mourn {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(100%);
}


