@charset "UTF-8";
a {
    text-decoration: none;
    color: inherit;
}
.banner {
  width: 100%;
  height: 450px;
}

.banner .swiper {
  width: 100%;
  height: 450px !important;
}
.swiper-button-lock{
display: block !important;
}

.banner img {
 // width: 100%;
    width: 1366px;
  height: 450px;
    object-fit: cover;
}

.swiper-slide a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .banner-swiper .banner-pagination .swiper-pagination-bullet{
    width: 30px;
    height: 10px;
    border-radius: 10px;
    background: rgb(35 43 136 / 100%);
}

.functionTabList {
  width: 100%;
  height: 180px;
  background: #f8f8f8;
}

.functionTabList .mainWeb_funTabs {
  width: 1256px;
}

.functionTabList .btnList {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
    padding: 0 28px;
}

.functionTabList .btnList a {
  text-decoration: none;
}

.functionTabList .btnList .btn {
  display: flex;
  flex-direction: column;
  cursor: pointer;
    height: 180px;
    justify-content: center;
}

.functionTabList .btnList .btn img {
  margin: 0 auto;
  width: 66px;
  height: 66px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}

.functionTabList .btnList .btn img:hover {
  transform: scale(1.2);
}

.functionTabList .btnList .btn span {
  margin-top: 20px;
font-size: 19px;
    font-family: PingFang SC;
    font-weight: 500;
  color: #333333;
}

.functionTabList .btnList .btn a {
  text-decoration: none;
}

.collegeDynamics {
  width: 100%;
  height: 100%;
  background: #fff;
}

.collegeDynamics .top {
  margin-top: 37px;
  margin-bottom: 37px;
  height: 108px;
  position: relative;
  z-index: 1;
}

.collegeDynamics .top .title {
  text-align: center;
}

.collegeDynamics .top .title h3 {
  font-size: 43px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
}

.collegeDynamics .top .title .line {
  width: 98px;
  height: 11px;
  position: absolute;
  background: #f4b102;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  z-index: -1;
}

.collegeDynamics .top .title span {
  font-family: PingFang SC;
  font-size: 33px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  letter-spacing: normal;
  color: #666666;
  opacity: 0.2;
}

.collegeDynamics .bottom {
  // padding-bottom: 52px;
}

.collegeDynamics .bottom .panel .windows {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
flex-wrap: wrap;
row-gap: 20px;
}

.collegeDynamics .bottom .box {
  width: 613px;
  height: 501px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.0702);

    overflow: hidden;
}

.collegeDynamics .bottom .box:hover {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.149);
}

.collegeDynamics .bottom .box .item-top {
  width: 613px;
  overflow: hidden;
}

.collegeDynamics .bottom .box .item-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.collegeDynamics .bottom .box .item-top img:hover {
  transform: scale(1.2);
}

.collegeDynamics .bottom .box .info {

  padding: 18px;
  position: relative;
}

.collegeDynamics .bottom .box .info .position-date {
  background: #232b88;
  width: 58px;
  height: 58px;
  position: absolute;
  top: -29px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.collegeDynamics .bottom .box .info .position-date .day {
  font-family: PingFang SC;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  letter-spacing: normal;
  color: #ffffff;
}

.collegeDynamics .bottom .box .info .position-date .year {
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  letter-spacing: normal;
  color: #ffffff;
}

.collegeDynamics .bottom .box .info .title {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  color: #3a3a3a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 限制在一个块元素显示的文本的行数 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  margin-top: 34px;
}

.collegeDynamics .bottom .box .info .text {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 限制在一个块元素显示的文本的行数 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  margin-top: 9px;
}

.collegeDynamics .bottom .box .info .text a {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 限制在一个块元素显示的文本的行数 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
}

.collegeDynamics .bottom .box .info .date {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.collegeDynamics .bottom .box .info .date .time {
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #b1b1b1;
}

.collegeDynamics .bottom .box .info .date .right-img {
  width: 14px;
  height: 9px;
}

.academicForecast {
  width: 100%;
  height: 520px;
  background: url("/_upload/tpl/0e/4b/3659/template3659/static/image/academicForecast.png") no-repeat;
  background-size: cover;
    display: none;
}

.academicForecast .title-top {
  margin: 45px 0;
  height: 108px;
  position: relative;
  z-index: 1;
    display: inline-block;
    width: 100%;
}

.academicForecast .title-top .title {
  text-align: center;
}

.academicForecast .title-top .title h3 {
  font-size: 43px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
}

.academicForecast .title-top .title .line {
  width: 98px;
  height: 11px;
  position: absolute;
  background: #f4b102;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  z-index: -1;
}

.academicForecast .title-top .title span {
  font-family: PingFang SC;
  font-size: 33px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  letter-spacing: normal;
  color: #666666;
  opacity: 0.2;
}

.academicForecast .bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.academicForecast .bottom .toLeft {
  margin-top: 246px;
  cursor: pointer;
}

.academicForecast .bottom .toRight {
  margin-top: 246px;
  cursor: pointer;
}

.academicForecast .bottom .info {
  width: 1240px;
  height: 268px;
}

.academicForecast .bottom .info .boxList {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.academicForecast .bottom .info .boxList .box {
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.academicForecast .bottom .info .boxList .box .top {
  padding-left: 21px;
  padding-top: 38px;
  width: 357px;
  height: 228px;
  box-sizing: border-box;
  background: url("/_upload/tpl/0e/4b/3659/template3659/static/image/acadmicForecast_bg.png") no-repeat;
  background-size: cover;
  color: #2b2b2b;
  font-size: 16px;
  margin-bottom: 0;
}

.academicForecast .bottom .info .boxList .box .top .top-time {
  font-family: YouSheBiaoTiHei;
}

.academicForecast .bottom .info .boxList .box .top p:nth-child(1) {
  font-family: "YouSheBiaoTiHei";
  font-weight: bold;
}

.academicForecast .bottom .info .boxList .box .top p:nth-child(1) span:nth-child(2) {
  display: inline-block;
  margin-left: 10px;
}

.academicForecast .bottom .info .boxList .box .top p:nth-child(2) {
  margin-top: 10px;
  font-family: "MicrosoftYaHei";
}

.academicForecast .bottom .info .boxList .box .top p:nth-child(3) {
  margin-top: 20px;
  width: 320px;
  height: 48px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制在一个块元素显示的文本的行数 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  word-break: break-all;
  /* 内容自动换行 */
}

.academicForecast .bottom .info .boxList .box .bottom {
  margin-top: 15px;
  margin-left: 295px;
  width: 24px;
  height: 24px;
  background: url("/_upload/tpl/0e/4b/3659/template3659/static/image/acadmicForecast_point.png") no-repeat;
  background-size: cover;
}

.academicForecast .bottom .info .boxList .box:hover .top {
  color: #fff;
  background: url("/_upload/tpl/0e/4b/3659/template3659/static/image/acadmicForecast_hover_bg.png") no-repeat;
}

.academicForecast .bottom .info .boxList .box:hover .bottom {
  background: url("/_upload/tpl/0e/4b/3659/template3659/static/image/acadmicForecast_hover_point.png") no-repeat;
}

.clickCard {
  width: 100%;
  height: 610px;
}

.clickCard .cardList {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
height: 100%;
    align-items: center;
}

.clickCard .cardList .card {
  width: 302px;
  height: 388px;
  position: relative;
transition: all 0.3s ease;
  position: relative;
}

.clickCard .cardList .card:hover  {
 transform: translateY(-10px);

}

.clickCard .cardList .card:hover .academicForecast .top .title h3 {
color:#F4B102;

}

.clickCard .cardList .card .title {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
width: 100%;
height: 170px;
    display: flex;
    justify-content: end;
}
.clickCard .cardList .card .title span{
padding: 20px;
}

.clickCard .cardList .card .bottom-mark {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 170px;
    width: 302px;
}

.clickCard .cardList .card .info {
  width: 220px;
  height: 50px;
padding: 66px 18px 0;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制在一个块元素显示的文本的行数 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  word-break: break-all;
  /* 内容自动换行 */
}

.clickCard .cardList .card .info a:hover{
color: #496bc9;
}

.clickCard .cardList .card  .arrow {
  padding: 13px 18px 20px;
    display: flex;
    justify-content: end;
}

.clickCard .cardList .card .arrow img {
  width: 28px;
  height: 18px;
}

.clickCard .cardList .card-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.clickCard .cardList .card_bg1 {
  background: url("/_upload/tpl/0e/4b/3659/template3659/static/image/card_bg1.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.clickCard .cardList .card_bg1 .card-mask {
  background-color: rgba(111, 98, 182, 0.76);
}

.clickCard .cardList .card_bg2 {
  background: url("/_upload/tpl/0e/4b/3659/template3659/static/image/card_bg2.jpg") no-repeat;
  background-size: cover;
}

.clickCard .cardList .card_bg2 .card-mask {
  background-color: rgba(237, 124, 64, 0.76);
}

.clickCard .cardList .card_bg3 {
  background: url("/_upload/tpl/0e/4b/3659/template3659/static/image/card_bg3.jpg") no-repeat;
  background-size: cover;
}

.clickCard .cardList .card_bg3 .card-mask {
  background: rgba(214, 68, 65, 0.76);
}

.clickCard .cardList .card_bg4 {
  background: url("/_upload/tpl/0e/4b/3659/template3659/static/image/card_bg4.jpg") no-repeat;
  background-size: cover;
}

.clickCard .cardList .card_bg4 .card-mask {
  background: rgba(63, 141, 214, 0.76);
}


.tutorIntroduction {
  width: 100%;
  height: 733px;
  background: url("/_upload/tpl/0e/4b/3659/template3659/static/image/tutorIntroduction_bg.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.tutorIntroduction .main {
  display: flex;
  flex-direction: row;
}

.tutorIntroduction .main .top {
  width: 100%;
  height: 113px;
  margin-top: 73px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.tutorIntroduction .main .top .title {
  text-align: center;
  position: relative;
}

.tutorIntroduction .main .top .title h3 {
  font-size: 43px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
}

.tutorIntroduction .main .top .title .line {
  width: 98px;
  height: 11px;
  position: absolute;
  background: #f4b102;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  z-index: -1;
}

.tutorIntroduction .main .top .title span {
  font-family: PingFang SC;
  font-size: 33px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  letter-spacing: normal;
  color: #666666;
  opacity: 0.2;
}

.tutorIntroduction .teacher-swiper {
  height: 400px;
}

.tutorIntroduction .teacher-swiper .swiper-wrapper .swiper-slide {
  display: flex;
//  justify-content: space-between;
  gap: 20px;
}

.tutorIntroduction .teacher-swiper .swiper-wrapper .swiper-slide .slide-item {
  width: 300px !important;
  max-height: 261px !important;
  border-radius: 4px;
  background: #ffffff;
  display: flex;
  gap: 8px;
}

.tutorIntroduction .teacher-swiper .swiper-wrapper .swiper-slide .teacher-image {
  width: 144px;
  height: 192px;
  object-fit: cover;
  padding: 34px 0 34px 20px;
}

.tutorIntroduction .teacher-swiper .swiper-wrapper .swiper-slide .teach-info {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 34px 20px 34px 0;
}

.tutorIntroduction .teacher-swiper .swiper-wrapper .swiper-slide .teach-info .teacher-name {
  font-family: PingFang SC;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #091125;
}

.tutorIntroduction .teacher-swiper .swiper-wrapper .swiper-slide .teach-info .size1 {
  font-size: 20px;
}

.tutorIntroduction .teacher-swiper .swiper-wrapper .swiper-slide .teach-info .size2 {
  font-size: 15px;
}

.tutorIntroduction .teacher-swiper .swiper-wrapper .swiper-slide .teach-info .teacher-btn {
  width: 102px;
  height: 41px;
  background: #232b88;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
 cursor: pointer;
}

.tutorIntroduction .teacher-swiper .swiper-pagination {
  bottom: 35px;
}

.tutorIntroduction .teacher-swiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 5px;
  background: #232b88;
  width: 83px;
  height: 9px;
}

.academicVideo {
  width: 100%;
  height: 786px;
}

.academicVideo .top {
  margin-top: 78px;
  margin-bottom: 28px;
  height: 108px;
  position: relative;
  z-index: 1;
}

.academicVideo .top .title {
  text-align: center;
}

.academicVideo .top .title h3 {
  font-size: 48px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
}

.academicVideo .top .title .line {
  width: 250px;
  height: 25px;
  position: absolute;
  background: #f4b40c;
  left: 50%;
  top: 40px;
  transform: translateX(-125px);
  z-index: -1;
}

.academicVideo .top .title span {
  display: block;
  margin-top: 14px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
}

.academicVideo .bottom {
  width: 100%;
  position: relative;
}

.academicVideo .bottom .mark {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}

.academicVideo .bottom .mark img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-51px, -51px);
  width: 102px;
  height: 102px;
}

.academicVideo .bottom img {
  width: 100%;
  height: 520px;
}

.researchInstitutions {
  width: 100%;
  background: #f8f8f8;
  height: 720px;
  padding-top: 60px;
}

.researchInstitutions .top {
  margin-top: 40px;
  margin-bottom: 40px;
  height: 108px;
  position: relative;
  z-index: 1;
}

.researchInstitutions .top .title {
  text-align: center;
}

.researchInstitutions .top .title h3 {
  font-size: 48px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
}

.researchInstitutions .top .title .line {
  width: 250px;
  height: 25px;
  position: absolute;
  background: #f4b40c;
  left: 50%;
  top: 40px;
  transform: translateX(-125px);
  z-index: -1;
}

.researchInstitutions .top .title span {
  display: block;
  margin-top: 14px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
}

.researchInstitutions .bottom {
  width: 100%;
}

.researchInstitutions .bottom .boxList {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.researchInstitutions .bottom .boxList .box {
  cursor: pointer;
  position: relative;
}

.researchInstitutions .bottom .boxList .box .pic {
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translateX(-164px);
  border: 4px solid #efefef;
  width: 320px;
  height: 220px;
}

.researchInstitutions .bottom .boxList .box .pic img {
  width: 320px;
  height: 220px;
}

.researchInstitutions .bottom .boxList .box .info {
  box-sizing: border-box;
  margin-top: 153px;
  padding-top: 103px;
  padding-left: 46px;
  width: 400px;
  height: 300px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

.researchInstitutions .bottom .boxList .box .info h3 {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}

.researchInstitutions .bottom .boxList .box .info .line {
  margin-top: 7px;
  width: 77px;
  height: 2px;
  background: #2d477c;
}

.researchInstitutions .bottom .boxList .box .info span {
  margin-top: 24px;
  text-indent: 2rem;
  width: 305px;
  height: 100px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* 限制在一个块元素显示的文本的行数 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  word-break: break-all;
  /* 内容自动换行 */
}

.researchInstitutions .bottom .boxList .box:hover .info {
  background: #1649ab;
}

.researchInstitutions .bottom .boxList .box:hover .info h3 {
  color: #fff;
}

.researchInstitutions .bottom .boxList .box:hover .info span {
  color: #fff;
}

.researchInstitutions .bottom .boxList .box:hover .info .line {
  background: #deffff;
}

.clinicalHospital {
 height: 310px;
}

.clinicalHospital .mainWeb {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
}

.clinicalHospital .mainWeb .top {
  height: 108px;
  position: relative;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 3;
}

.clinicalHospital .mainWeb .top .title h3 {
  font-size: 43px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
}

.clinicalHospital .mainWeb .top .title .line {
  width: 98px;
  height: 11px;
  position: absolute;
  background: #f4b102;
  left: 0;
  top: 40px;
  z-index: -1;
}

.clinicalHospital .mainWeb .top .title span {
  font-family: PingFang SC;
  font-size: 33px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  letter-spacing: normal;
  color: #666666;
  opacity: 0.2;
}

.clinicalHospital .mainWeb .pic {
  display: flex;
}

.clinicalHospital .mainWeb .pic a {
  width: 100%;
}

.clinicalHospital .mainWeb .pic a img {
  object-fit: contain;
  width: 100%;
width: 80px;
height: auto;
    transition: all .3s ease;
}
.clinicalHospital .mainWeb .pic a img:hover {
transform: scale(1.06);
}

