.index {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 102px 0 0 0;
}
.index .information-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 36px 0;
}
.index .information-title .en {
  font-size: 14px;
  font-weight: bold;
  color: #d1d7dd;
}
.index .information-title .cn {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  position: relative;
}
.index .information-title .cn::before,
.index .information-title .cn::after {
  content: '';
  width: 24px;
  height: 1px;
  background: #d1d7dd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.index .information-title .cn::before {
  left: -34px;
}
.index .information-title .cn::after {
  right: -33px;
}
.index .banner {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.index .banner .product-swiper {
  width: 100%;
  position: relative;
}
.index .banner .product-swiper .swiper-wrapper {
  max-width: 100%;
}
.index .banner .product-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
.index .banner .product-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.index .notice-box {
  width: 100%;
  position: relative;
}
.index .notice-box .notice {
  background: #fff;
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
  padding: 14px 22px;
}
.index .notice-box .notice .notice-title {
  height: 47px;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f4f4f4;
}
.index .notice-box .notice .notice-title .icon {
  width: 15px;
  margin-right: 9px;
}
.index .notice-box .notice .notice-title span {
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.index .notice-box .notice .notice-title span:first-of-type {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.index .notice-box .notice .notice-content {
  width: 100%;
  height: 42px;
}
.index .notice-box .notice .notice-content .notice-board {
  width: 100%;
  height: 100%;
  overflow: hidden;
  float: left;
}
.index .notice-box .notice .notice-content .notice-board .scroll {
  width: 9999px;
  float: left;
  position: relative;
}
.index .notice-box .notice .notice-content .notice-board .notice-list {
  width: 180%;
  height: 100%;
  display: flex;
}
.index .notice-box .notice .notice-content .notice-board .notice-list .notice-li {
  height: 100%;
  width: 600px;
  line-height: 42px;
  margin-right: 80px;
}
.index .notice-box .notice .notice-content .notice-board .notice-list .notice-li .news {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index .notice-box .notice .notice-content .notice-board .notice-list .notice-li .news:hover span {
  color: #005da2;
}
.index .notice-box .notice .notice-content .notice-board .notice-list .notice-li .news span {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.index .notice-box .notice .notice-content .notice-board .notice-list .notice-li .news span:first-of-type {
  display: block;
  width: 80%;
}
.index .information-box {
  width: 100%;
  padding: 70px 0 85px;
  background-color: #fff;
}
.index .information-box .information {
  display: flex;
  flex-direction: column;
}
.index .information-box .information .information-tab .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 45px 0;
}
.index .information-box .information .information-tab .tabs .tab-item {
  width: 117px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: #ecf2f8;
  border-radius: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #828c9d;
  margin: 0 37px 0 0;
  cursor: pointer;
}
.index .information-box .information .information-tab .tabs .tab-item:last-of-type {
  margin-right: 0;
}
.index .information-box .information .information-tab .tabs .tab-item:hover {
  color: #fff;
  background: #005da2;
}
.index .information-box .information .information-tab .information-tab-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index .information-box .information .information-tab .information-tab-main .information-banner {
  width: 499px;
  height: 378px;
  overflow: hidden;
  position: relative;
}
.index .information-box .information .information-tab .information-tab-main .information-banner .information-swiper {
  width: 100%;
  position: relative;
}
.index .information-box .information .information-tab .information-tab-main .information-banner .information-swiper .swiper-wrapper {
  max-width: 100%;
}
.index .information-box .information .information-tab .information-tab-main .information-banner .information-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.index .information-box .information .information-tab .information-tab-main .information-banner .information-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.index .information-box .information .information-tab .information-tab-main .information-banner .information-swiper .swiper-wrapper .swiper-slide .swiper-intro {
  width: 100%;
  height: 78px;
  background: #ecf4fb;
  display: flex;
}
.index .information-box .information .information-tab .information-tab-main .information-banner .information-swiper .swiper-wrapper .swiper-slide .swiper-intro .swiper-time {
  width: 90px;
  height: 100%;
  background: #005da2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index .information-box .information .information-tab .information-tab-main .information-banner .information-swiper .swiper-wrapper .swiper-slide .swiper-intro .swiper-time p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.index .information-box .information .information-tab .information-tab-main .information-banner .information-swiper .swiper-wrapper .swiper-slide .swiper-intro .swiper-time p:first-of-type {
  font-size: 30px;
  font-weight: bold;
}
.index .information-box .information .information-tab .information-tab-main .information-banner .information-swiper .swiper-wrapper .swiper-slide .swiper-intro .swiper-title {
  height: 100%;
  width: calc(100% - 90px);
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 78px;
}
.index .information-box .information .information-tab .information-tab-main .information-banner .information-swiper .information-next,
.index .information-box .information .information-tab .information-tab-main .information-banner .information-swiper .information-prev {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 88px;
  z-index: 99;
  cursor: pointer;
}
.index .information-box .information .information-tab .information-tab-main .information-banner .information-swiper .information-next:hover,
.index .information-box .information .information-tab .information-tab-main .information-banner .information-swiper .information-prev:hover {
  background-color: #005da2;
}
.index .information-box .information .information-tab .information-tab-main .information-banner .information-swiper .information-next {
  right: 10px;
}
.index .information-box .information .information-tab .information-tab-main .information-banner .information-swiper .information-next .right {
  width: 16px;
}
.index .information-box .information .information-tab .information-tab-main .information-banner .information-swiper .information-prev {
  right: 46px;
}
.index .information-box .information .information-tab .information-tab-main .information-banner .information-swiper .information-prev .left {
  width: 16px;
}
.index .information-box .information .information-tab .information-tab-main .card {
  width: 267px;
  height: 378px;
  background: #ecf4fb;
  margin-right: 25px;
  padding: 62px 15px;
  cursor: pointer;
}
.index .information-box .information .information-tab .information-tab-main .card:last-of-type {
  margin-right: 0;
}
.index .information-box .information .information-tab .information-tab-main .card:hover {
  background: #005da2;
  color: #fff;
}
.index .information-box .information .information-tab .information-tab-main .card:hover .time,
.index .information-box .information .information-tab .information-tab-main .card:hover .intro,
.index .information-box .information .information-tab .information-tab-main .card:hover .title {
  color: #fff;
}
.index .information-box .information .information-tab .information-tab-main .card .time {
  margin-bottom: 30px;
  color: #9b9da5;
}
.index .information-box .information .information-tab .information-tab-main .card .time p {
  font-size: 30px;
  font-weight: bold;
}
.index .information-box .information .information-tab .information-tab-main .card .time p:last-of-type {
  font-size: 14px;
  font-weight: 400;
}
.index .information-box .information .information-tab .information-tab-main .card .title {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 30px;
  margin-bottom: 37px;
}
.index .information-box .information .information-tab .information-tab-main .card .intro {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #828c9d;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index .profile-box {
  width: 100%;
  padding: 47px 0;
  background: #ecf4fb;
}
.index .profile-box .profile {
  display: flex;
  flex-direction: column;
}
.index .profile-box .profile .profile-top {
  width: 100%;
  margin-bottom: 44px;
  display: flex;
}
.index .profile-box .profile .profile-top .txt {
  width: 100%;
  height: 388px;
  background: #fff;
  position: relative;
  padding: 67px 36px 0;
}
.index .profile-box .profile .profile-top .txt p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 36px;
}
.index .profile-box .profile .profile-top .txt .big-right {
  width: 56px;
  position: absolute;
  bottom: 60px;
  right: 76px;
  cursor: pointer;
}
.index .profile-box .profile .profile-top img {
  width: 635px;
}
.index .profile-box .profile .profile-card {
  width: 100%;
  display: flex;
}
.index .profile-box .profile .profile-card .card-item {
  width: 450px;
  height: 176px;
  background: #fff;
  padding: 39px 45px;
  margin-right: 28px;
}
.index .profile-box .profile .profile-card .card-item:last-of-type {
  margin-right: 0;
}
.index .profile-box .profile .profile-card .card-item .card-item-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 36px;
}
.index .profile-box .profile .profile-card .card-item .card-item-intro {
  width: 361px;
  font-size: 16px;
  font-weight: 400;
  color: #828c9d;
  line-height: 36px;
}
.index .majors-box {
  width: 100%;
  padding: 70px 0;
  background: #fff;
}
.index .majors-box .majors {
  display: flex;
  flex-direction: column;
}
.index .majors-box .majors .majors-list {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.index .majors-box .majors .majors-list .majors-item .item-top {
  width: 223px;
  height: 192px;
  background: url('../images/index/majors_bg.png') center center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
}
.index .majors-box .majors .majors-list .majors-item .item-top:hover {
  background: url('../images/index/majors_item.png') center center no-repeat;
  background-size: cover;
}
.index .majors-box .majors .majors-list .majors-item .item-top .majors-icon {
  width: 47px;
  margin-bottom: 17px;
}
.index .majors-box .majors .majors-list .majors-item .item-top .majors-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.index .majors-box .majors .majors-list .majors-item .item-top .majors-title span {
  font-size: 12px;
  font-weight: 400;
}
.index .majors-box .majors .majors-list .majors-item .item-txt {
  width: 223px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.index .teaching-box {
  width: 100%;
  height: 700px;
  padding: 62px 0;
  background: url('../images/index/teaching_bg.png') center top no-repeat;
}
.index .teaching-box .teaching {
  display: flex;
  flex-direction: column;
}
.index .teaching-box .teaching .information-title {
  margin-bottom: 54px;
}
.index .teaching-box .teaching .information-title .en,
.index .teaching-box .teaching .information-title .cn {
  color: #fff;
}
.index .teaching-box .teaching .teaching-list {
  width: 100%;
  display: flex;
  justify-content: center;
}
.index .teaching-box .teaching .teaching-list .teaching-items {
  width: 330px;
  height: 416px;
  background: #f4f9fe;
  margin-right: 27px;
  cursor: pointer;
}
.index .teaching-box .teaching .teaching-list .teaching-items:last-of-type {
  margin-right: 0;
}
.index .teaching-box .teaching .teaching-list .teaching-items:hover .bg img {
  transition: all 0.8s;
  transform: scale(1.1);
}
.index .teaching-box .teaching .teaching-list .teaching-items .bg {
  width: 100%;
  height: 209px;
  overflow: hidden;
}
.index .teaching-box .teaching .teaching-list .teaching-items .bg img {
  width: 100%;
}
.index .teaching-box .teaching .teaching-list .teaching-items .teaching-info {
  width: 100%;
  height: calc(100% - 209px);
  padding: 24px 14px;
}
.index .teaching-box .teaching .teaching-list .teaching-items .teaching-info .teaching-title {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.index .teaching-box .teaching .teaching-list .teaching-items .teaching-info .teaching-time {
  font-size: 16px;
  font-weight: 400;
  color: #828c9d;
  margin-bottom: 30px;
}
.index .teaching-box .teaching .teaching-list .teaching-items .teaching-info .teaching-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index .party-box {
  width: 100%;
  padding: 62px 0;
  background-color: #fff;
}
.index .party-box .party {
  display: flex;
  flex-direction: column;
}
.index .party-box .party .party-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.index .party-box .party .party-content .party-card {
  width: 617px;
  display: flex;
  flex-direction: column;
  margin-right: 97px;
}
.index .party-box .party .party-content .party-card img {
  width: 100%;
}
.index .party-box .party .party-content .party-card .party-card-info {
  width: 100%;
  height: 94px;
  background: #ecf4fb;
  padding: 24px 30px;
}
.index .party-box .party .party-content .party-card .party-card-info .party-card-info-title {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 14px;
}
.index .party-box .party .party-content .party-card .party-card-info .party-card-info-intro {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #828c9d;
}
.index .party-box .party .party-content .party-list {
  width: calc(100% - 617px);
  display: flex;
  flex-direction: column;
  display: inline-block;
}
.index .party-box .party .party-content .party-list .party-item {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  padding: 0 0 34px 0;
  margin-bottom: 34px;
  cursor: pointer;
}
.index .party-box .party .party-content .party-list .party-item:hover .party-item-main .party-title {
  color: #005da2;
}
.index .party-box .party .party-content .party-list .party-item:last-of-type {
  margin-bottom: 0;
}
.index .party-box .party .party-content .party-list .party-item .party-item-time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.index .party-box .party .party-content .party-list .party-item .party-item-time p {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}
.index .party-box .party .party-content .party-list .party-item .party-item-time p:last-of-type {
  font-size: 14px;
  font-weight: 400;
  color: #9b9da5;
  margin-bottom: 0;
}
.index .party-box .party .party-content .party-list .party-item .party-item-main {
  width: 90%;
  display: flex;
  flex-direction: column;
}
.index .party-box .party .party-content .party-list .party-item .party-item-main .party-title {
  width: 90%;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}
.index .party-box .party .party-content .party-list .party-item .party-item-main .party-txt {
  width: 90%;
  font-size: 14px;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.66);
}
.index .thoroughfare-box {
  width: 100%;
  padding: 62px 0;
  background-color: #fff;
}
.index .thoroughfare-box .thoroughfare {
  display: flex;
  flex-direction: column;
}
.index .thoroughfare-box .thoroughfare .thoroughfare-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.index .thoroughfare-box .thoroughfare .thoroughfare-list .thoroughfare-item {
  width: 206px;
  height: 72px;
  background: #f4f9fe;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 32px 30px 0;
}
.index .thoroughfare-box .thoroughfare .thoroughfare-list .thoroughfare-item:nth-of-type(6n) {
  margin-right: 0;
}
.index .thoroughfare-box .thoroughfare .thoroughfare-list .thoroughfare-item:hover {
  background: #005da2;
}
.index .thoroughfare-box .thoroughfare .thoroughfare-list .thoroughfare-item:hover .thoroughfare-icon {
  filter: drop-shadow(-24px 0 #fff);
  transform: translate(26px);
}
.index .thoroughfare-box .thoroughfare .thoroughfare-list .thoroughfare-item:hover .thoroughfare-title {
  color: #fff;
}
.index .thoroughfare-box .thoroughfare .thoroughfare-list .thoroughfare-item .thoroughfare-icon {
  width: 26px;
  margin-right: 23px;
}
.index .thoroughfare-box .thoroughfare .thoroughfare-list .thoroughfare-item .thoroughfare-title {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
