﻿.home{
  background: #fff;
}

.home .home-swiper{
  margin: 20px auto 0;
  width: 1140px;
  height: 558px;
  overflow: hidden;
  position: relative;
}

.home .home-swiper .swiper-wrapper .swiper-slide img{
  width: 100%;
  height: 100%;
}

.home .home-swiper .swiper-pagination{
  bottom: 16px;
}

.home .home-swiper .swiper-pagination .swiper-pagination-bullet{
  opacity: 1;
  margin-left: 10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
}

.home .home-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #FA6300;
}

.home .home-swiper .swiper-pagination .swiper-pagination-bullet:first-of-type{
  margin-left: 0;
}

.home .title-bar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  line-height: 35px;
}

.home .title-bar .title{
  font-size: 24px;
  color: #333;
  font-weight: 600;
}

.home .title-bar .title span{
  font-size: 14px;
  color: #b1b1b1;
  margin-left: 5px;
  font-weight: normal;
}

.home .title-bar .more{
  cursor: pointer;
  color: #525252;
}

.home .index1{}

.home .index1 .index1-container{
  margin: 20px auto 0;
  width: 1140px;
  display: flex;
  flex-wrap: wrap;
}

.home .index1 .index1-container .quick-card{
  width: calc((100% - 20px) / 2);
  margin-top: 20px;
  margin-left: 20px;
}

.home .index1 .index1-container .quick-card .card-title{
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 48px;
}

.home .index1 .index1-container .quick-card .card-title .title{
  color: #fff;
  font-size: 20px;
}

.home .index1 .index1-container .quick-card .card-title .title span{
  font-size: 12px;
  margin-left: 5px;
}

.home .index1 .index1-container .quick-card .card-bg{
  display: flex;
  width: 100%;
}

.home .index1 .index1-container .quick-card .card-bg img{
  width: 100%;
  object-fit: contain;
}

.home .index1 .index1-container .quick-card .card-desc{
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 44px;
  margin-top: 6px;
  padding: 0 16px;
  line-height: 1.8;
  font-size: 12px;
  color: #fff;
  text-indent: 2em;
}

.home .index1 .index1-container .quick-card .card-nav{
  margin-top: 8px;
  display: flex;
  align-items: center;
}

.home .index1 .index1-container .quick-card .card-nav .nav-item{
  height: 32px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  margin-left: 36px;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
}

.home .index1 .index1-container .quick-card .card-btn{
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 6px 10px 10px;
}

.home .index1 .index1-container .quick-card .card-btn .btn-item{
  width: 72px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
}

.home .index1 .index1-container .quick-card:nth-of-type(1){
  margin-top: 0;
}

.home .index1 .index1-container .quick-card:nth-of-type(2){
  margin-top: 0;
}

.home .index1 .index1-container .quick-card:nth-of-type(2n+1){
  margin-left: 0;
}

.home .index1 .index1-container .quick-card:nth-of-type(4n+1){
  background: #fa6300;
}

.home .index1 .index1-container .quick-card:nth-of-type(4n+4){
  background: #fa6300;
}

.home .index1 .index1-container .quick-card:nth-of-type(4n+1) .card-nav .nav-item:hover{
  color: #ffeeba;
}

.home .index1 .index1-container .quick-card:nth-of-type(4n+4) .card-nav .nav-item:hover{
  color: #ffeeba;
}

.home .index1 .index1-container .quick-card:nth-of-type(4n+1) .card-btn .btn-item{
  background: #3259a9;
}

.home .index1 .index1-container .quick-card:nth-of-type(4n+4) .card-btn .btn-item{
  background: #3259a9;
}

.home .index1 .index1-container .quick-card:nth-of-type(4n+1) .card-btn .btn-item:hover{
  color: #cdddff;
}

.home .index1 .index1-container .quick-card:nth-of-type(4n+4) .card-btn .btn-item:hover{
  color: #cdddff;
}

.home .index1 .index1-container .quick-card:nth-of-type(4n+2){
  background: #3259a9;
}

.home .index1 .index1-container .quick-card:nth-of-type(4n+3){
  background: #3259a9;
}

.home .index1 .index1-container .quick-card:nth-of-type(4n+2) .card-nav .nav-item:hover{
  color: #cdddff;
}

.home .index1 .index1-container .quick-card:nth-of-type(4n+3) .card-nav .nav-item:hover{
  color: #cdddff;
}

.home .index1 .index1-container .quick-card:nth-of-type(4n+2) .card-btn .btn-item{
  background: #fa6300;
}

.home .index1 .index1-container .quick-card:nth-of-type(4n+3) .card-btn .btn-item{
  background: #fa6300;
}

.home .index1 .index1-container .quick-card:nth-of-type(4n+2) .card-btn .btn-item:hover{
  color: #ffeeba;
}

.home .index1 .index1-container .quick-card:nth-of-type(4n+3) .card-btn .btn-item:hover{
  color: #ffeeba;
}

.home .index2{}

.home .index2 .index2-container{
  margin: 20px auto 0;
  width: 1140px;
  display: flex;
  flex-wrap: wrap;
}

.home .index2 .index2-container .index2-card{
  width: calc((100% - 20px) / 2);
}

.home .index2 .index2-container .index2-card.news{}

.home .index2 .index2-container .index2-card.notices{
  margin-left: 20px;
}

.home .index2 .index2-container .index2-card .index2-nav{}

.home .index2 .index2-container .index2-card .index2-nav .nav-item{
  margin-top: 10px;
}

.home .index2 .index2-container .index2-card .index2-nav .nav-item .nav-title{
  width: 80%;
}

.home .index2 .index2-container .index2-card .index2-nav .nav-item .nav-title .title-text{
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: fit-content;
  color: #333333;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}

.home .index2 .index2-container .index2-card .index2-nav .nav-item .nav-title .title-text:hover{
  color: #3259a9;
  text-decoration: underline;
}

.home .index2 .index2-container .index2-card .index2-nav .nav-item .nav-date{
  margin-left: 24px;
  color: #a6a5a5;
  font-size: 14px;
}

.home .index2 .index2-container .index2-card .index2-nav .nav-item .nav-desc{
  height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #a6a5a5;
}

.home .index2 .index2-container .index2-card .index2-nav .nav-item .nav-footer{
  display: flex;
  justify-content: space-between;
  margin: 7px 0 6px;
}

.home .index2 .index2-container .index2-card .index2-nav .nav-item .nav-footer .footer-btn{
  width: 72px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  background: #3259a9;
  text-decoration: none;
}

.home .index2 .index2-container .index2-card .index2-nav .nav-item .nav-footer .footer-btn:hover{
  background: #fa6300;
}

.home .index2 .index2-container .index2-card .index2-nav .nav-item .nav-footer .footer-date{
  font-size: 15px;
  color: #a6a5a5;
}

.home .index2 .index2-container .index2-card .index2-nav .nav-item.card{
  background: #f6f6f6;
  padding: 10px 15px;
  box-sizing: border-box;
}

.home .index2 .index2-container .index2-card .index2-nav .nav-item.text{
  margin-top: 10px;
  display: flex;
  align-items: center;
  height: 38px;
  line-height: 38px;
  box-sizing: border-box;
  padding: 0 10px;
}

.home .index2 .index2-container .index2-card .index2-nav .nav-item.text .nav-title{
  flex: 1;
  width: 0;
}

.home .index3{}

.home .index3 .index3-container{
  margin: 20px auto 0;
  width: 1140px;
  flex-wrap: wrap;
}

.home .index3 .index3-container .index3-alumni{
  margin-top: 10px;
  display: flex;
}

.home .index3 .index3-container .index3-alumni .alumni-item{
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 20px;
}

.home .index3 .index3-container .index3-alumni .alumni-item .alumni-avatar{
  display: flex;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}

.home .index3 .index3-container .index3-alumni .alumni-item .alumni-avatar img{
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.home .index3 .index3-container .index3-alumni .alumni-item .alumni-name{
  margin-top: 20px;
  box-sizing: border-box;
  height: 29px;
  min-width: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  padding: 0 4px;
  cursor: pointer;
  user-select: none;
  background: #3259a9;
  text-decoration: none;
}

.home .index3 .index3-container .index3-alumni .alumni-item .alumni-name:hover{
  background: #fa6300;
}

.home .index4 .index4-container{
  margin: 20px auto 0;
  width: 1140px;
  display: flex;
  justify-content: space-between;
}

.home .index4 .index4-container .index4-card{
  box-sizing: border-box;
}

.home .index4 .index4-container .index4-card.contact{
  flex: 1;
  width: 0;
}

.home .index4 .index4-container .index4-card.report{
  margin-left: 20px;
  width: 350px;
}

.home .index4 .index4-container .index4-card .index4-contact{
  margin-top: 6px;
  display: flex;
  height: 270px;
}

.home .index4 .index4-container .index4-card .index4-contact .contact-method{
  flex: 1;
  width: 0;
  display: flex;
  flex-direction: column;
}

.home .index4 .index4-container .index4-card .index4-contact .contact-method .method-item{
  flex: 1;
  height: 0;
  display: flex;
  box-sizing: border-box;
  border-top: 2px solid #fff;
}

.home .index4 .index4-container .index4-card .index4-contact .contact-method .method-item:first-of-type{
  border-top: none;
}

.home .index4 .index4-container .index4-card .index4-contact .contact-method .method-item .method-icon{
  width: 42px;
  background: #6a6a6a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home .index4 .index4-container .index4-card .index4-contact .contact-method .method-item .method-icon img{
  width: 54%;
  object-fit: contain;
}

.home .index4 .index4-container .index4-card .index4-contact .contact-method .method-item .method-content{
  flex: 1;
  width: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #ececec;
  border-left: 2px solid #fff;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
}

.home .index4 .index4-container .index4-card .index4-contact .contact-method .method-item .method-content .content{
  flex: 1;
  display: flex;
}

.home .index4 .index4-container .index4-card .index4-contact .contact-method .method-item .method-content .content .method-label{
  white-space: nowrap;
  color: #999999;
  width: 60px;
}

.home .index4 .index4-container .index4-card .index4-contact .contact-method .method-item .method-content .content .method-value{
  flex: 1;
  width: 0;
}

.home .index4 .index4-container .index4-card .index4-contact .contact-code{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 140px;
  box-sizing: border-box;
  margin: 0 2px;
  padding-top: 10px;
  background: #ececec;
}

.home .index4 .index4-container .index4-card .index4-contact .contact-code img{
  width: 100px;
  object-fit: contain;
}

.home .index4 .index4-container .index4-card .index4-contact .contact-code .code-label{
  font-size: 14px;
  margin-top: 14px;
  color: #999999;
}

.home .index4 .index4-container .index4-card .index4-contact .contact-map{
  display: flex;
  height: 100%;
}

.home .index4 .index4-container .index4-card .index4-contact .contact-map img{
  height: 100%;
  object-fit: contain;
}

.home .index4 .index4-container .index4-card .index4-report{}

.home .index4 .index4-container .index4-card .index4-report .report-item{
  margin-top: 9px;
}

.home .index4 .index4-container .index4-card .index4-report .report-item:first-of-type{
  margin-top: 0;
}

.home .index4 .index4-container .index4-card .index4-report .report-item .report-title{
  display: block;
  height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home .index4 .index4-container .index4-card .index4-report .report-item .report-title a{
  font-size: 14px;
  color: #333333;
  text-decoration: none;
}

.home .index4 .index4-container .index4-card .index4-report .report-item .report-title a:hover{
  text-decoration: underline;
}

.home .index4 .index4-container .index4-card .index4-report .report-item .report-footer{
  margin-top: 3px;
  display: flex;
  justify-content: space-between;
}

.home .index4 .index4-container .index4-card .index4-report .report-item .report-footer .footer-btn a{
  width: 67px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b6b6b;
  border-radius: 5px;
  background: #E8E8E8;
  user-select: none;
  font-size: 12px;
  text-decoration: none;
}

.home .index4 .index4-container .index4-card .index4-report .report-item .report-footer .footer-btn a:hover{
  text-decoration: underline;
}

.home .index4 .index4-container .index4-card .index4-report .report-item .report-footer .footer-date{
  font-size: 13px;
  color: #a6a5a5;
  line-height: normal;
}