@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

#web {
  height: 100%;
  width: 100%;
  background: #fff;
}

.mainWeb {
  width: 1256px;
  height: 100%;
  margin: 0 auto;
}


.banner {
  width: 100%;
  height: 450px;
}
.banner .swiper {
  width: 100%;
  height: 450px;
}
.banner img {
  width: 1366px;
  height: 450px;
object-fit: cover;
}

.banner .banner-swiper .banner-pagination .swiper-pagination-bullet{
    width: 30px;
    height: 10px;
    border-radius: 10px;
    background: rgb(35 43 136 / 100%);
}
.swiper-slide a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.functionTabList {
  width: 100%;
  height: 180px;
  background: #F8F8F8;
}
.functionTabList .btnList {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.functionTabList .btnList .btn {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.functionTabList .btnList .btn img {
  margin: 0 auto;
  margin-top: 40px;
  width: 66px;
  height: 66px;
  text-align: center;
}
.functionTabList .btnList .btn span {
  margin-top: 20px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}
.functionTabList .btnList .btn a {
  text-decoration: none;
}

.collegeDynamics {
  width: 100%;
  height: 100%;
  background: #fff;
}
.collegeDynamics .top {
  margin-top: 40px;
  height: 108px;
  position: relative;
  z-index: 1;
}
.collegeDynamics .top .title {
  text-align: center;
}
.collegeDynamics .top .title h3 {
  font-size: 48px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
}
.collegeDynamics .top .title .line {
  width: 250px;
  height: 25px;
  position: absolute;
  background: #F4B40C;
  left: 50%;
  top: 40px;
  transform: translateX(-125px);
  z-index: -1;
}
.collegeDynamics .top .title span {
  display: block;
  margin-top: 14px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
}
.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;
  height: 345px;
  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("../../static/image/academicForecast.png") no-repeat;
  background-size: cover;
  padding-top: 40px;
}
.academicForecast .top {
  margin-bottom: 65px;
  height: 108px;
  position: relative;
  z-index: 1;
}
.academicForecast .top .title {
  text-align: center;
}
.academicForecast .top .title h3 {
  font-size: 48px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
}
.academicForecast .top .title .line {
  width: 250px;
  height: 25px;
  position: absolute;
  background: #F4B40C;
  left: 50%;
  top: 40px;
  transform: translateX(-125px);
  z-index: -1;
}
.academicForecast .top .title span {
  display: block;
  margin-top: 14px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
}
.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("../../static/image/acadmicForecast_bg.png.png") no-repeat;
  background-size: cover;
  color: #2B2B2B;
  font-size: 16px;
  margin-bottom: 0;
}
.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";
  width: 320px;
  height: 25px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 限制在一个块元素显示的文本的行数 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  word-break: break-all;
  /* 内容自动换行 */
}
.academicForecast .bottom .info .boxList .box .top p:nth-child(3) {
  margin-top: 20px;
  width: 320px;
  height: 50px;
  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("../../static/image/acadmicForecast_point.png") no-repeat;
  background-size: cover;
}
.academicForecast .bottom .info .boxList .box:hover .top {
  color: #fff;
  background: url("../../static/image/acadmicForecast_hover_bg.png") no-repeat;
}
.academicForecast .bottom .info .boxList .box:hover .bottom {
  background: url("../../static/image/acadmicForecast_hover_point.png") no-repeat;
}

.clickCard {
  width: 100%;
  height: 517px;
}
.clickCard .cardList {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.clickCard .cardList .card {
  cursor: pointer;
  width: 320px;
  height: 416px;
  position: relative;
}
.clickCard .cardList .card .title {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #FFFFFF;
  position: absolute;
  top: 18px;
  right: 22px;
}
.clickCard .cardList .card .info {
  width: 220px;
  height: 50px;
  position: absolute;
  left: 15px;
  top: 277px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  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;
  /* 内容自动换行 */
}
.academicForecast .bottom .info .boxList .box:hover .top p a{
color:#fff
}
.academicForecast .bottom .info .boxList .box .top p a{
text-decoration: none;
color: #000;
}
.clickCard .cardList .card .mark {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.4));
  z-index: 1;
}
.clickCard .cardList .card .mark .arrow {
  position: absolute;
  bottom: 25px;
  right: 23px;
}
.clickCard .cardList .card .mark .arrow img {
  width: 24px;
  height: 20px;
}
.clickCard .cardList .card:hover .mark {
  display: block;
}

.tutorIntroduction {
  width: 100%;
  height: 641px;
  background: url("../../static/image/tutorIntroduction_bg.png") no-repeat;
  background-size: cover;
}
.tutorIntroduction .main {
  display: flex;
  flex-direction: row;
}
.tutorIntroduction .main .left {
  width: 82px;
  height: 535px;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  margin-left: 57px;
}
.tutorIntroduction .main .left .title {
  text-align: center;
  height: 535px;
}
.tutorIntroduction .main .left .title h3 {
  font-size: 36px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #FEFEFE;
  line-height: 25px;
  writing-mode: vertical-rl;
  letter-spacing: 2px;
}
.tutorIntroduction .main .left .title .line {
  width: 25px;
  height: 249px;
  position: absolute;
  background: #F4B40C;
  left: 14px;
  top: 0px;
  z-index: -1;
}
.tutorIntroduction .main .left .title span {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  writing-mode: vertical-rl;
  display: block;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #FEFEFE;
}
.tutorIntroduction .main .left .control {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 440px;
}
.tutorIntroduction .main .left .control .toLeft {
  cursor: pointer;
}
.tutorIntroduction .main .left .control .toRight {
  cursor: pointer;
}
.tutorIntroduction .main .right {
  width: 1255px;
  height: 535px;
}
.tutorIntroduction .main .right .cardList {
  margin-top: 40px;
  margin-left: 57px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.tutorIntroduction .main .right .cardList .card {
  width: 278px;
  height: 535px;
  cursor: pointer;
  position: relative;
}
.tutorIntroduction .main .right .cardList .card .mark {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.tutorIntroduction .main .right .cardList .card .mark .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  text-align: center;
}
.tutorIntroduction .main .right .cardList .card .mark .title h3 {
  font-size: 30px;
  font-family: YouSheBiaoTiHei;
  font-weight: 400;
  color: #FFFFFF;
}
.tutorIntroduction .main .right .cardList .card .mark .title .line {
  width: 38px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.6;
  margin: 9px auto;
}
.tutorIntroduction .main .right .cardList .card .mark .title span {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 25px;
}
.tutorIntroduction .main .right .cardList .card .hoverMark {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 230px;
  flex-direction: column;
  background: #0B1B44;
  opacity: 0.8;
  z-index: 1;
}
.tutorIntroduction .main .right .cardList .card .hoverMark .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -110px);
  display: flex;
  flex-direction: column;
  text-align: center;
}
.tutorIntroduction .main .right .cardList .card .hoverMark .title h3 {
  font-size: 30px;
  font-family: YouSheBiaoTiHei;
  font-weight: 400;
  color: #FFFFFF;
}
.tutorIntroduction .main .right .cardList .card .hoverMark .title .line {
  width: 38px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.6;
  margin: 9px auto;
}
.tutorIntroduction .main .right .cardList .card .hoverMark .title span {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 25px;
}
.tutorIntroduction .main .right .cardList .card .hoverMark .info {
  text-indent: 2rem;
  margin-top: 100px;
  margin-left: 25px;
  width: 225px;
  height: 106px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #DDDDDD;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* 限制在一个块元素显示的文本的行数 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  word-break: break-all;
  /* 内容自动换行 */
}
.tutorIntroduction .main .right .cardList .card:hover .hoverMark {
  display: flex;
}
.tutorIntroduction .main .right .cardList .card:hover .mark {
  display: none;
}

.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 {
  padding: 80px 0;
}
.clinicalHospital .mainWeb {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
}
.clinicalHospital .mainWeb .top {
  height: 108px;
  position: relative;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 4;
}
.clinicalHospital .mainWeb .top .title h3 {
  font-size: 48px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  text-transform: uppercase;
  color: #333333;
}
.clinicalHospital .mainWeb .top .title .line {
  width: 250px;
  height: 25px;
  position: absolute;
  background: #F4B40C;
  left: 0;
  top: 40px;
  z-index: -1;
}
.clinicalHospital .mainWeb .top .title span {
  display: block;
  margin-top: 14px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
}
.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);
}

.footerInfo {
  width: 100%;
  background: #071228;
  height: 260px;
}
.footerInfo .top {
  width: 100%;
  padding-left: 22px;
  padding-top: 18px;
  padding-bottom: 14px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footerInfo .top .left {
  text-align: center;
}
.footerInfo .top .left p {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 25px;
}
.footerInfo .top .right {
  margin-top: 8px;
  margin-left: 66px;
}
.footerInfo .top .right span {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 25px;
}
.footerInfo .top .right a {
  text-decoration: none;
  color: #FFFFFF;
}
.footerInfo .bottom {
  position: relative;
  padding-top: 26px;
  display: flex;
}
.footerInfo .bottom .left p span {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.footerInfo .bottom .right {
  position: absolute;
  right: 0;
  top: 36px;
}
.footerInfo .bottom .right img {
  width: 476px;
  height: 89px;
}

