#main {
  background-color: #f7f7f7;
}

/*banner*/
#banner {
  width: 100%;
  height: 28.64583vw;
}

#banner .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

#banner .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

#banner .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

#banner .swiper-slide {
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#banner .swiper-pagination-box {
  position: absolute;
  bottom: 3.5vw;
  left: 0;
  z-index: 99;
  text-align: center;
}

#banner .swiper-pagination-box .swiper-pagination {
  font-size: 0;
  border-bottom: 2px solid transparent;
  padding-bottom: 14px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

#banner .swiper-pagination-box .swiper-pagination::before {
  content: '';
  width: 0%;
  height: 2px;
  background-color: rgba(247, 247, 247, 0.4);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  transition: width 1s;
}

#banner .swiper-pagination-box .swiper-pagination.on::before {
  width: 100%;
  opacity: 1;
}

#banner .swiper-pagination-box span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin-right: 9vw;
  cursor: pointer;
  transition: all .3s;
  outline: none;
  position: relative;
}

#banner .swiper-pagination-box span:last-child {
  margin-right: 0;
}

#banner .swiper-pagination-box span::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  z-index: 10;
  margin: auto;
  opacity: 0;
  transition: .4s;
  -webkit-transition: .4s;
}

#banner .swiper-pagination-box span.swiper-pagination-bullet-active::before {
  width: 18px;
  opacity: 1;
}

/*banner*/
#index-notice {
  height: 3.4375vw;
  margin-top: 22px;
}

#index-notice .slide-box {
  height: 100%;
  background: #fff url(../img/notice-icon.png) 4% center no-repeat;
  padding-left: 9%;
  padding-right: 2%;
}

#index-notice ul {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 1;
}

#index-notice li {
  width: 100%;
  height: 100%;
  line-height: 3.4375vw;
  font-size: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#index-notice li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 33.33333333%;
  font-size: 16px;
  color: #797979;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-notice li:hover a {
  color: #0099e5;
}

.index-title-top h4 {
  font-size: 1.04167vw;
  color: #666666;
  position: relative;
  padding-left: 8px;
  font-weight:bold;
  cursor:pointer;
  margin-right: 3%;
  transition: .4s;
  -webkit-transition: .4s;
}

.index-title-top h4:last-child{
  margin-right:0;
}

.index-title-top h4.on{
  color:#0099e5 !important;
}

.index-title-top h4::before {
  content: '';
  width: 3px;
  height: 0px;
  background-color: #0099e5;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  transition: .4s;
  -webkit-transition: .4s;
}

.index-title-top h4.on::before{
  height:18px !important;
}

.school-news-more {
  width: 20px;
  height: 20px;
  background: url(../img/index-more-icon.png) center center no-repeat;
  background-size: 100% 100%;
  transition: .4s;
  -webkit-transition: .4s;
}

.school-news-more:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

#index-school-news {
  margin-top: 18px;
  position: relative;
  z-index: 200;
}

#index-school-news .left {
  width: 50%;
  background-color: #fff;
  padding: 1.8%;
}

.index-school-list-box .list{
  display:none;
}

.index-school-list-box .list.on{
  display:block;
  /*-webkit-animation:fadeInUp 1s .2s ease both;
  -moz-animation:fadeInUp 1s .2s ease both;*/
}

#index-school-news .left .info-top {
  margin-top: 3.4%;
}

#index-school-news .left .info-top .img-box {
  width: 24%;
  height: 5.20833vw;
}

#index-school-news .left .info-top .info {
  width: 76%;
  padding-left: 6%;
}

#index-school-news .left .info-top .info h4 {
  font-size: 1.04167vw;
  color: #333;
  font-weight: bold;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-school-news .left .info-top .info .desc {
  font-size: 14px;
  color: #888;
  line-height: 1.6;
  margin-top: 3%;
}

#index-school-news .left .info-top:hover .img-box i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#index-school-news .left .info-top:hover h4 {
  color: #0099e5;
}

#index-school-news .left .info-bottom {
  margin-top: 4%;
}

#index-school-news .left .info-bottom a {
  font-size: 16px;
  color: #222;
  margin-bottom: 4%;
}

#index-school-news .left .info-bottom a .title {
  background: url(../img/index-news-dian-icon.png) left center no-repeat;
  padding-left: 16px;
  padding-right: 6%;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-school-news .left .info-bottom a .time {
  color: #74543b;
  text-align: right;
}

#index-school-news .left .info-bottom a:last-child {
  margin-bottom: 0;
}

#index-school-news .left .info-bottom a:hover .title {
  color: #0099e5;
}

#index-school-news .center {
  width: 100%;
  background-color: #fff;
}

#index-school-news .center .info {
  margin-top: 4%;
}

#index-school-news .center .info a {
  font-size: 16px;
  color: #222;
  margin-bottom: 4%;
}

#index-school-news .center .info a .title {
  background: url(../img/index-news-dian-icon.png) left center no-repeat;
  padding-left: 16px;
  padding-right: 40px;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-school-news .center .info a .time {
  color: #74543b;
}

#index-school-news .center .info a:last-child {
  margin-bottom: 0;
}

#index-school-news .center .info a:hover .title {
  color: #0099e5;
}

.school-profile-bottom-box {
  overflow:hidden;
}

.school-profile-bottom-box .right {
  width: 29%;
  height:auto;
  background-color: #000;
  overflow: hidden;
  
}

.school-profile-bottom-box .right .swiper-container.wh{ height:calc(100% - 2.85rem);}

.school-profile-bottom-box .right .video-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: .4s;
  -webkit-transition: .4s;
}

.school-profile-bottom-box .right .videoBtn {
  display: block;
  width: 3.33333vw;
  height: 3.33333vw;
  background: url(../img/video-btn.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  margin: auto;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-major-introduce {
  margin-top: 24px;
}

#index-major-introduce .box {
  background-color: #fff;
  padding: 2% 1.8% 3%;
}

#index-major-introduce .index-title-top a {
  width: 100px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #333;
  border: 1px solid #e3e3e3;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(#0099e5, #0099e5) left/0% 100% no-repeat;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-major-introduce .index-title-top a:hover {
  color: #fff;
  border-color: #0099e5;
  background-size: 100% 100%;
}

#index-major-introduce .major-nav {
  margin-top: 2%;
}

#index-major-introduce .major-nav a {
  width: 13.75vw;
  height: 6.25vw;
  text-align: center;
  border: 1px solid #e3e3e3;
  padding-top: 1.8%;
  background: linear-gradient(#f83c36, #f83c36) center/0% 100% no-repeat;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-major-introduce .major-nav a i {
  width: 100%;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center top;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-major-introduce .major-nav a em {
  font-size: 0.9375vw;
  color: #333;
  margin-top: 5%;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding:0 5px;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-major-introduce .major-nav a:nth-child(1) i {
  background-image: url(../img/major-icon-1.png);
}

#index-major-introduce .major-nav a:nth-child(2) i {
  background-image: url(../img/major-icon-2.png);
}

#index-major-introduce .major-nav a:nth-child(3) i {
  background-image: url(../img/major-icon-3.png);
}

#index-major-introduce .major-nav a:nth-child(4) i {
  background-image: url(../img/major-icon-4.png);
}

#index-major-introduce .major-nav a:nth-child(5) i {
  background-image: url(../img/major-icon-5.png);
}

#index-major-introduce .major-nav a:nth-child(6) i {
  background-image: url(../img/major-icon-6.png);
}

#index-major-introduce .major-nav a:hover {
  background-size: 100% 100%;
  border-color: #fff;
}

#index-major-introduce .major-nav a:hover:nth-child(1) i {
  background-image: url(../img/major-icon-hvoer-1.png);
}

#index-major-introduce .major-nav a:hover:nth-child(2) i {
  background-image: url(../img/major-icon-hvoer-2.png);
}

#index-major-introduce .major-nav a:hover:nth-child(3) i {
  background-image: url(../img/major-icon-hvoer-3.png);
}

#index-major-introduce .major-nav a:hover:nth-child(4) i {
  background-image: url(../img/major-icon-hvoer-4.png);
}

#index-major-introduce .major-nav a:hover:nth-child(5) i {
  background-image: url(../img/major-icon-hvoer-5.png);
}

#index-major-introduce .major-nav a:hover:nth-child(6) i {
  background-image: url(../img/major-icon-hvoer-6.png);
}

#index-major-introduce .major-nav a:hover em {
  color: #fff;
}

#index-school-dynamic {
  margin-top: 30px;
}
#index-hengfu {
  margin-top: 30px;
}

#index-school-dynamic .list {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 33.33333333%;
  height: 33.33333vw;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

#index-school-dynamic .list .index-title-top h4 {
  color: #0099e5;
  padding-left: 0;
}

#index-school-dynamic .list .index-title-top h4::before {
  display: none;
}

#index-school-dynamic .list .info-top {
  height: auto;
  padding: 5.3%;
  overflow: hidden;
}

#index-school-dynamic .list .info-top .infos-content {
  margin-top: 5%;
}

#index-school-dynamic .list .info-top .infos-content a {
  font-size: 16px;
  color: #222;
  margin-bottom: 5%;
}

#index-school-dynamic .list .info-top .infos-content a .title {
  background: url(../img/d-dian-icon.png) left center no-repeat;
  padding-left: 16px;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-school-dynamic .list .info-top .infos-content a .time {
  color: #999;
  padding-left: 3%;
}

#index-school-dynamic .list .info-top .infos-content a:last-child {
  margin-bottom: 0;
}

#index-school-dynamic .list .info-top .infos-content a:hover .title {
  text-indent: 10px;
  color:#0099e5;
}

#index-school-dynamic .list .info-img {
  height: 50%;
  overflow: hidden;
}

#index-school-dynamic .list .info-img i {
  transition: .4s;
  -webkit-transition: .4s;
}

#index-school-dynamic .list:nth-child(1) .info-img::before,
#index-school-dynamic .list:nth-child(3) .info-img::before {
  content: '';
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin: auto;
}

#index-school-dynamic .list:nth-child(2) .info-top {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

#index-school-dynamic .list:nth-child(2) .info-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#index-school-dynamic .list:nth-child(2) .info-img::before {
  content: '';
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin: auto;
}

#index-school-dynamic .list:hover .info-img i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#index-honor {
  margin-top: 30px;
}

#index-honor .box {
  padding: 2% 1.8%;
  background-color: #fff;
}

#index-honor .index-title-top a {
  width: 100px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #333;
  border: 1px solid #e3e3e3;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(#0099e5, #0099e5) left/0% 100% no-repeat;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-honor .index-title-top a:hover {
  color: #fff;
  border-color: #0099e5;
  background-size: 100% 100%;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

#index-honor .index-honor-slide {
  height: 20vw;
  padding-top: 5%;
}

#index-honor .slide-box {
  transition: .4s;
  -webkit-transition: .4s;
}

#index-honor ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 1;
}

#index-honor li {
  width: 25%;
  height: 13.54167vw;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-honor li::before {
  content: '';
  width: 100%;
  height: 3.85417vw;
  background: url(../img/honor-li-bg.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

#index-honor li i {
  transition: .4s;
  -webkit-transition: .4s;
}

#index-honor li h4 {
  width: 100%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 10%;
  left: 0;
  z-index: 20;
}

#index-honor li:hover i {
  opacity: .8;
}

#index-school-profile {
  margin-top: 20px;
  margin-bottom: 2%;
}

#index-school-profile .school-profile-box {
  background-color: #fff;
  padding-top: 4%;
  padding-bottom: 4%;
}

.school-profile-box {
  width: 49%;
  background-color:#fff;
}

.school-profile-box > .top{
  padding:3.7%;
}

.school-profile-box .top > .title {
  font-size: 1.04167vw;
  color: #0099e5;
  position: relative;
  padding-left: 13px;
  font-weight: bold;
}

.school-profile-box .top > .title::before {
    content: '';
    width: 3px;
    height: 18px;
    background-color: #0099e5;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    margin: auto;
}

.school-profile-box .info-box {
  display:none;
  padding:3%;
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  background: linear-gradient(#e40700, #e40700) left bottom/0% 2px no-repeat;
  transition: .4s;
  -webkit-transition: .4s;
}

.school-profile-box .info-box.on{
  display:box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-evenly;
}

.school-profile-box .info-box > .desc {
  width: 55%;
  padding-right: 3%;
}

.school-profile-box .info-box > .desc .box{

}

.school-profile-box .info-box > .desc .box ul{
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.school-profile-box .info-box > .desc .box ul li{
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.school-profile-box .info-box > .desc .title {
  font-size: 0.9375vw;
  color: #333;
  transition: .4s;
  -webkit-transition: .4s;
}

.school-profile-box .info-box > .desc .title:hover {
  color: #e40700;
}

.school-profile-box .info-box > .desc .es {
  font-size: 14px;
  color: #999;
  line-height: 22px;
  -webkit-line-clamp: 4;
  margin-top: 8%;
}

.school-profile-box .info-box > .desc .browse {
  line-height: 12px;
  margin-top: 10%;
  font-size: 12px;
  color: #cecece;
  background: url(../img/browse-icon.png) left center no-repeat;
  padding-left: 26px;
}

.school-profile-box .info-box > .desc .more{
  display:block;
  width:8.75vw;
  line-height:40px;
  font-size:16px;
  color:#333;
  text-align:center;
  border:1px solid #e3e3e3;
  margin-top:10%;
  transition: .4s;
  -webkit-transition: .4s;
}

.school-profile-box .info-box > .desc .more:hover{
  background-color:#0099e5;
  color:#fff;
  border:1px solid #0099e5;
}

.school-profile-box .info-box .index-profile-slide-img {
  width: 38%;
    border-radius: 50%;
    max-width:200px;
  max-height:200px;
}

.school-profile-box .info-box .index-profile-slide-img ul {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.school-profile-box .info-box .index-profile-slide-img li {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.school-profile-box .info-box .index-profile-slide-img .swiper-pagination {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 99;
  text-align: right;
  font-size: 0;
  padding-right: 30px;
}

.school-profile-box .info-box .index-profile-slide-img .swiper-pagination span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d4ceca;
  margin-right: 8px;
  cursor: pointer;
  transition: all .3s;
  outline: none;
}

.school-profile-box .info-box .index-profile-slide-img .swiper-pagination span:last-child {
  margin-right: 0;
}

.school-profile-box .info-box .index-profile-slide-img .swiper-pagination span.swiper-pagination-bullet-active {
  width: 18px;
  border-radius: 25px;
  background-color: #e40700;
}

.school-profile-box .info-box .index-profile-slide-img-1 li{
  width:10.9375vw;
  
}
.school-profile-box .info-box .index-profile-slide-img-1 li a{
  background-position:0 0;
}


#index-school-profile .school-profile-box > .right {
  width: 55%;
  height: auto;
}

#index-school-profile .school-profile-box > .right .right-left {
  width: 46%;
}

#index-school-profile .school-profile-box > .right .right-left .tab {
  padding-top: 26px;
}

#index-school-profile .school-profile-box > .right .right-left .tab a {
  display: block;
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 1.3;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-school-profile .school-profile-box > .right .right-left .tab a:nth-child(2) {
  margin-left: 13%;
}

#index-school-profile .school-profile-box > .right .right-left .tab a.on {
  color: #e40700;
}

#index-school-profile .school-profile-box > .right .right-left .info-box {
  height: 65%;
  border-top: 1px solid #f5f5f5;
  margin-top: 30px;
  padding-top: 26px;
  padding-left: 20px;
}

#index-school-profile .school-profile-box > .right .right-left .info-box .list {
  display: none;
}

#index-school-profile .school-profile-box > .right .right-left .info-box .list.on {
  display: block;
  -webkit-animation: fadeInRight 1s .2s ease both;
  -moz-animation: fadeInRight 1s .2s ease both;
}

#index-school-profile .school-profile-box > .right .right-left .info-box .list ul {
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

#index-school-profile .school-profile-box > .right .right-left .info-box .list ul li {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  padding-right: 10%;
}

#index-school-profile .school-profile-box > .right .right-left .info-box .list ul li .time {
  font-size: 2.08333vw;
  color: #333;
}

#index-school-profile .school-profile-box > .right .right-left .info-box .list ul li .time em {
  font-size: 16px;
  margin-left: 12px;
  letter-spacing: 2px;
}

#index-school-profile .school-profile-box > .right .right-left .info-box .list ul li .title {
  font-size: 0.9375vw;
  color: #333;
  margin-top: 9%;
}

#index-school-profile .school-profile-box > .right .right-left .info-box .list ul li .desc {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin-top: 5%;
}

#index-school-profile .school-profile-box > .right .right-left .info-box .swiper-pagination-box {
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 10%;
  z-index: 10;
}

#index-school-profile .school-profile-box > .right .right-left .info-box .swiper-pagination-box .prev, #index-school-profile .school-profile-box > .right .right-left .info-box .swiper-pagination-box .next {
  width: 6px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
}

#index-school-profile .school-profile-box > .right .right-left .info-box .swiper-pagination-box .prev {
  background-image: url(../img/index-news-prev-icon.png);
}

#index-school-profile .school-profile-box > .right .right-left .info-box .swiper-pagination-box .next {
  background-image: url(../img/index-news-next-icon.png);
}

#index-school-profile .school-profile-box > .right .right-left .info-box .swiper-pagination-box .swiper-pagination {
  vertical-align: middle;
  font-size: 12px;
  color: #cecece;
  margin-left: 8px;
  margin-right: 8px;
}

#index-school-profile .school-profile-box > .right .right-left .info-box .swiper-pagination-box .swiper-pagination .swiper-pagination-current {
  color: #e40700;
}

#index-school-profile .school-profile-box > .right .right-img {
  width: 54%;
  padding-right: 3.3%;
}

#index-school-profile .school-profile-box > .right .right-img i {
  -webkit-animation: fadeInRight 1s .2s ease both;
  -moz-animation: fadeInRight 1s .2s ease both;
}

.school-profile-bottom-box{
  background-color:#fff;
  padding: 2% 1.8% 3%;
}

.school-profile-bottom-box .left{
  width: 33%;
  padding-right: 2%;
  height:21.6rem;
}

.school-profile-bottom-box .left .info {
    margin-top: 1.3rem;
}

.school-profile-bottom-box .left .info a{
  font-size: 16px;
  color: #222;
  line-height:2.45rem;
}

.school-profile-bottom-box .left .info a:last-child{
  margin-bottom:0;
}

.school-profile-bottom-box .left .info a .title {
    background: url(../img/index-news-dian-icon.png) left center no-repeat;
    padding-left: 16px;
    transition: .4s;
    -webkit-transition: .4s;
}

.school-profile-bottom-box .left .info a:hover .title{
  color:#0099e5;
  text-indent: 10px;
}

.school-profile-bottom-box .left .info a .time {
    color: #999;
    text-align: right;
}

.school-profile-bottom-box .center{
  width:30%;
  text-align:center;
}

.school-profile-bottom-box .center > div{
  width:100%;
  height:10rem;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
}

.school-profile-bottom-box .center > .index-profile-1{
  background-image:url(../img/index-profile-bg-1.jpg);
}

.school-profile-bottom-box .center > .index-profile-2{
  margin-top:1.6rem;
  background-image:url(../img/index-profile-bg-2.jpg);
}

.school-profile-bottom-box .center .txt{
  display: block;
  font-size: 1.25vw;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

.school-profile-bottom-box .center a{
    display: block;
    width: 8.75vw;
    line-height: 40px;
    font-size: 16px;
    color: #5289f8;
    text-align: center;
    background-color:#ffffff;
    margin: 1.92709vw auto 0px;
    transition: .4s;
    -webkit-transition: .4s;
    z-index:10;
}

.school-profile-bottom-box .center > .index-profile-2 a{
  color:#f9514c;
}

.school-profile-bottom-box .center a:hover{
  background-color: #016ab3;
  color: #fff;
}

.school-profile-bottom-box .right{
  width: 35%;
  overflow: hidden;
  height:21.6rem;
}

.school-profile-bottom-box .right > a{
  display:block;
  width:32px;
  height:32px;
  position:absolute;
  top:50%;
  z-index:200;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.school-profile-bottom-box .right > a.swiper-button-disabled{
  opacity:.5;
  pointer-events:none;
}

.school-profile-bottom-box .right > a.prev{
  left:0;
}

.school-profile-bottom-box .right > a.next{
  right:0;
}

.school-profile-bottom-box .right ul{
  position: relative;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.school-profile-bottom-box .right ul li{
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
}

.school-profile-bottom-box .right .tab{
  padding-bottom:1.25rem;
}


@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp{
  0%{
    opacity:0;
    -webkit-transform:translateY(20px)
  }
  100%{
    opacity:1;
    -webkit-transform:translateY(0)}
  }
}
@-moz-keyframes fadeInUp{
  0%{
    opacity:0;
    -moz-transform:translateY(20px)
  }
  100%{
    opacity:1;
    -moz-transform:translateY(0)
  }
}
  
.right-fixed{
  position:fixed;
  right:0px;
  top:65%;
  z-index:999;
  background-color:transparent;
}
  
.right-fixed .page-top-fixed .page-img-fixed,
.right-fixed .page-bottom-fixed .page-img-fixed{
  width:80px;
  height:80px;
}

.right-fixed .page-top-fixed .page-img-fixed img,
.right-fixed .page-bottom-fixed .page-img-fixed img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.right-fixed p{
  text-align:center;
  font-size:14px;
  color:#000;
  margin:10px 0px;
}
