*:focus {
  outline: none;
}
h5{font-size: 0.83em;}

.fix {
  *zoom: 1;
}

.fix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

/* font */
@font-face {
  font-family: "Raleway-ExtraBold";
  src: url("/lib/font/Raleway-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "ProximaNova-Semibold";
  src: url("/lib/font/ProximaNova-Sbold.otf") format("truetype");
}

@font-face {
  font-family: "ProximaNova";
  src: url("/lib/font/ProximaNova-Reg.otf") format("truetype");
}

@font-face {
  font-family: "GillSans-SemiBold";
  src: url("/lib/font/gilb.TTF") format("truetype");
}

@font-face {
  font-family: "GillSans";
  src: url("/lib/font/gil.TTF") format("truetype");
}

@font-face {
  font-family: "Helvetica";
  src: url("/lib/font/HelveticaNeue-Extended.otf") format("truetype");
}

.about-box1,
.about-box2,
.about-box3,
.about-box4,
.about-box5{
  font-family: Raleway-SemiBold, Raleway, Raleway-Bold, Raleway-ExtraBold, Roboto-Bold, Roboto, OpenSans, ProximaNova-Semibold, ProximaNova, GillSans-SemiBold, GillSans, Helvetica;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1430px) {
  .container {
    width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1500px) {
  .container {
    width: 1470px;
    padding-left: 0;
    padding-right: 0;
  }
}

.title_line {
  margin: 258px auto 150px;
}

.about-title-box {
  font-size: 40px;
  font-weight: 600;
  color: #444444;
  padding-top: 10px;
  text-transform: uppercase;
}

.about-title-box span {
  line-height: 47px;
  position: relative;
}

.about-title-box span::before {
  position: absolute;
  content: '';
  top: -16px;
  left: 0;
  right: 0;
  height: 4px;
  background: #FCD031;
}

.about-box1 .box1bg {
  background: #FFFFFF;
  padding: 125px 0 145px 0;
  margin-top: -70px;
}

.whoweare-box {
  background: #F0F5FF;
  margin-right: 50px;
  min-height: 480px;
  position: relative;
}

.whoweare-box .about-title-box {
  text-align: center;
}

.whoweare-box .img-box {
  position: absolute;
  left: 43px;
  top: -56px;
  bottom: -32px;
  width: 413px;
  height: 568px;
}

.whoweare-box .img-box img {
  display: block;
  width: 100%;
  height: 100%;
}

.whoweare-box .who-info {
  position: absolute;
  right: -50px;
  bottom: 46px;
  width: 1022px;
  min-height: 336px;
  background: rgba(252, 208, 49, 0.9);
}

.whoweare-box .who-border-box {
  position: absolute;
  top: 28px;
  right: 34px;
  bottom: 29px;
  left: -24px;
  padding: 33px 28px 56px 70px;
  font-size: 18px;
  font-family: OpenSans-Regular !important;
  color: #444444;
  line-height: 36px;
  border: 1px solid #E8EEF4;
}

.whoweare-box .who-border-box p {
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-family: OpenSans-Regular !important;
}

.whoweare-box .who-more-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 170px;
  height: 46px;
  background: #2F2424;
  font-size: 16px;
  font-family: Raleway-SemiBold, Raleway;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 46px;
  text-align: center;
  transition: all 0.5s;
}

.whoweare-box .who-more-btn:hover {
  background: #476DB7;
  transition: all 0.5s;
}

.about-box2 {
  background: url(2023-3-16bg1.png) no-repeat center center;
  background-size: cover;
  padding: 60px 0 50px 0;
}

.about-box2 .about-title-box {
  color: #FFFFFF;
}

.about-his-ul {
  margin-top: 36px;
  padding: 30px 0 15px 56px;
  border-left: 1px solid #56B0E8;
}

.about-his-ul>li {
  margin-bottom: 70px;
  position: relative;
}

.about-his-ul>li::before {
  position: absolute;
  content: '';
  left: -56px;
  top: 15px;
  width: 37px;
  height: 7px;
  background: #FF947F;
}

.about-his-ul>li:last-child {
  margin-bottom: 0;
}

.about-his-ul>li:nth-child(2n)::before {
  background: #7ACD1E;
}

.about-his-ul>li:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.about-his-ul .his-info1,
.about-his-ul .img-box {
  float: left;
}

.about-his-ul .title {
  font-size: 26px;
  font-family: Raleway-ExtraBold, Raleway;
  font-weight: 800;
  color: #56B0E8;
  line-height: 37px;
  text-transform: uppercase;
  margin-right: 13px;
  width: 194px;
  margin-bottom: 7px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.about-his-ul .date {
  font-size: 16px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 19px;
}

.about-his-ul .img-box {
  width: 236px;
  height: 180px;
  overflow: hidden;
  margin-right: 35px;
}

.about-his-ul .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.about-his-ul .his-info2 {
  font-size: 16px;
  font-family: OpenSans-Regular;
  color: #FFFFFF;
  line-height: 32px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.about-his-ul .his-info2>ul {
  margin-top: 40px;
}

.about-his-ul .his-info2>ul li {
  padding: 0 13px;
  float: left;
  width: 33.33333%;
  position: relative;
  font-family: ProximaNova-Semibold, ProximaNova;
  color: #FFFFFF;
  line-height: 37px;
}

.about-his-ul .his-info2>ul li::marker {
  display: none;
}

.about-his-ul .his-info2>ul li::before {
  position: absolute;
  content: '';
  right: 35px;
  top: 25px;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.5);
}

.about-his-ul .his-info2>ul li:last-child::before {
  display: none;
}

.about-his-ul .his-info2 .info-t1 {
  font-size: 20px;
  font-family: ProximaNova-Semibold, ProximaNova;
}

.about-his-ul .his-info2 .info-t2 {
  font-size: 24px;
  font-family: ProximaNova-Semibold, ProximaNova;
}

.about-box3 {
  background: url(2023-3-16bg2.png) no-repeat center center;
  background-size: cover;
  padding: 90px 0 120px 0;
}

.about-box3 .about-title-box {
  color: #FFFFFF;
}

.about-box3 .about-title-box span::before {
  background: #FFFFFF;
}

.about-fig-ul {
  margin-top: 32px;
}

.about-fig-ul li {
  float: left;
  width: 14.285714%;
  background: url(2023-3-16bg3.png) no-repeat center center;
  background-size: 100% 100%;
  min-height: 250px;
  color: #E0A208;
  text-align: center;
  padding: 60px 5px;
  transition: all 0.5s;
}

.about-fig-ul li>a {
  display: block;
  color: #E0A208;
}

.about-fig-ul li>a:hover {
  color: #E0A208;
}

.about-fig-ul li:nth-child(2n+1) {
  margin-top: 235px;
}

/* .about-fig-ul li:first-child {
  padding: 60px 42px;
} */
/* .about-fig-ul li:nth-child(3) {
  padding: 60px 20px;
} */
.about-fig-ul li:hover {
  transform: translateY(-10px);
  transition: all 0.5s;
}

.about-fig-ul .fig-num {
  font-size: 50px;
  font-weight: bold;
  line-height: 58px;
  font-family: Roboto-Bold, Roboto;
}

.about-fig-ul .fig-title {
  font-size: 23px;
  font-family: GillSans;
  font-weight: 600;
  line-height: 30px;
}

.about-box4 {
  background: url(2023-3-16bg4.png) no-repeat center center;
  background-size: cover;
  padding: 90px 0 53px 0;
  margin-bottom: 47px;
  position: relative;
}

.about-box4::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -47px;
  height: 47px;
  width: 86.5%;
  background: #FCD031;
}

.about-box4 .about-title-box {
  color: #FFFFFF;
}

.about-box4 .tal-tip {
  font-size: 18px;
  /* font-family: OpenSans-Bold, OpenSans-Regular; */
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
  margin-bottom: 54px;
  margin-top: 6px;
}

.about-box4 .tal-txt {
  font-size: 16px;
  font-family: OpenSans-Regular;
  color: #FFFFFF;
  line-height: 32px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.about-title2-box {
  font-size: 30px;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: Raleway-Bold, Raleway;
}

.about-title2-box span {
  line-height: 37px;
  position: relative;
}

.about-title2-box span::before {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 4px;
  background: #FCD031;
}

.about-title3-box {
  padding-left: 22px;
  font-size: 24px;
  color: #FFFFFF;
  font-family: GillSans;
  text-transform: capitalize;
  margin-bottom: 27px;
}

.about-title3-box span {
  line-height: 37px;
  position: relative;
}

.about-title3-box span::before {
  position: absolute;
  content: '';
  left: -22px;
  top: 8px;
  width: 5px;
  height: 16px;
  background: #FCD031;
}

.talent-img-cont {
  margin-top: 55px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 47px 30px 43px 30px;
}

.tal-students {
  padding-bottom: 32px;
  border-bottom: 1px solid #FCD031;
}

.tal-students .about-title3-box {
  float: left;
  width: 25%;
}

.tal-students .gra-num-box {
  float: left;
  width: 37.5%;
  font-size: 24px;
  font-family: GillSans;
  color: #FFFFFF;
  line-height: 40px;
  margin-top: 22px;
}

.tal-students .gra-num-box span {
  display: inline-block;
}

.tal-students .gra-num-box span:first-child {
  font-size: 44px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 52px;
  margin-right: 15px;
  position: relative;
}

.tal-students .gra-num-box span:first-child::before {
  position: absolute;
  content: '';
  left: 0;
  top: -8px;
  width: 47px;
  height: 3px;
  background: #FFFFFF;
}

.m21 {
  margin: 0 -21px;
}

.p21 {
  padding: 0 21px;
}

.talent-img-a {
  display: block;
  height: 210px;
  overflow: hidden;
  position: relative;
}

.talent-img-a img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.talent-img-a:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.talent-img-a .cas-uniname {
  position: absolute;
  content: '';
  top: 32px;
  left: 22px;
  font-size: 24px;
  font-family: GillSans;
  color: #FFFFFF;
  line-height: 40px;
  z-index: 1;
}

.about-box5 {
  padding: 90px 0 120px 0;
}

.about-box5 .row .col-md-3:nth-child(2) .gjhz {
  background: url(2023-3-16bg6.png) no-repeat center center;
}

.about-box5 .row .col-md-3:nth-child(2) .gjhz img {
  margin: 35px 0 23px 0;
}

.about-box5 .row .col-md-3:nth-child(3) .gjhz {
  background: url(2023-3-16bg7.png) no-repeat center center;
}

.about-box5 .row .col-md-3:nth-child(3) .gjhz img {
  margin: 46px 0 23px 0;
}

.about-box5 .row .col-md-3:nth-child(4) .gjhz {
  background: url(2023-3-16bg8.png) no-repeat center center;
}

.about-box5 .row .col-md-3:nth-child(4) .gjhz img {
  margin: 38px 0 23px 0;
}

.m36 {
  margin: 0 -28px;
}

.p36 {
  padding: 0 28px;
}

.gjhz {
  display: block;
  height: 304px;
  background: url(2023-3-16bg5.png) no-repeat center center;
  background-size: cover !important;
  text-align: center;
  color: #FFF;
  margin-top: 115px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.5s;
}

.gjhz:hover {
  transform: translateY(-10px);
  transition: all 0.5s;
  -moz-box-shadow: 6px 6px 5px #deccbe;
  -webkit-box-shadow: 6px 6px 5px #deccbe;
  box-shadow: 6px 6px 5px #deccbe;
}

.gjhz>div {
  color: #FFF;
}

.gjhz img {
  max-width: 51px;
  max-height: 56px;
  margin: 57px 0 11px 0;
}

.gjhz .gjhz-num {
  font-size: 44px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  line-height: 1;
}

.gjhz .gjhz-num span{
  font-family: Roboto-Bold, Roboto;
}

.gjhz .gjhz-title {
  font-size: 22px;
  font-family: Helvetica;
  line-height: 36px;
  padding: 0 20px;
}

.gjhz .gjhz-pifi {
  font-size: 24px;
  font-family: GillSans;
  line-height: 33px;
}

.gjhz .gjhz-mem {
  font-size: 30px;
  font-family: GillSans;
  line-height: 36px;
  font-weight:700;
}


.gjhz .gjhz-org {
  font-size: 22px;
  font-family: GillSans;
  line-height: 36px;
  padding: 0 15px;
}

.gjhz .gjhz-winner {
  font-size: 30px;
  font-family: GillSans;
  line-height: 36px;
  font-weight:700;
}
.gjhz .gjhz-winner span{
  font-family: Roboto-Bold, Roboto;
}

.gjhz .gjhz-int {
  font-size: 22px;
  line-height: 36px;
  font-family: GillSans;
  padding: 0 15px;
}

.plr20 {
  padding: 0 20px;
}
/* 2023-3-27 liu */
.bottom_figure a:nth-child(2) {
  pointer-events: none;
}
.bottom_figure a:nth-child(3) {
  pointer-events: none;
}
.bottom_figure a:nth-child(4) {
  pointer-events: none;
}
.mob_block li:nth-child(5) a {
  pointer-events: none;
}
.mob_block li:nth-child(6) a {
  pointer-events: none;
}
.mob_block li:nth-child(7) a {
  pointer-events: none;
}
/* .talent-img-cont .row .col-md-4:nth-child(2) a {
  pointer-events: none;
}
 */



/*ç½‘ç«™å“åº”æ ·å¼*/
@media (max-width: 1440px) {
  .talent-img-a {
    height: 198px;
  }
}

@media (max-width: 1366px) {
  .plr20 {
    padding: 0;
  }

  .whoweare-box .img-box {
    width: 310px;
    height: 426px;
    top: 30px;
    bottom: auto;
  }

  .whoweare-box .who-info {
    width: 860px;
  }

  .about-fig-ul li {
    min-height: 220px;
    padding: 51px 5px;
  }

  /* .about-fig-ul li:first-child {
    padding: 51px 42px;
  }
  .about-fig-ul li:nth-child(3) {
    padding: 51px 20px;
  } */
  /* .about-fig-ul li:last-child .fig-title {
    font-size: 21px;
  } */
  .about-fig-ul li:nth-child(4) .fig-title {
    font-size: 20px;
  }

  .about-fig-ul .fig-num {
    font-size: 45px;
  }

  .about-box3 {
    padding: 90px 0;
  }

  .about-box1 .box1bg {
    padding: 90px 0;
  }

  .talent-img-a {
    height: 172px;
  }

  .m36 {
    margin: 0 -15px;
  }

  .p36 {
    padding: 0 15px;
  }

  .gjhz {
    height: 277px;
    margin-top: 70px;
  }

  .about-box5 {
    padding: 90px 0 90px 0;
  }

  .gjhz .gjhz-mem {
    font-size: 29px;
  }

  .gjhz .gjhz-org {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 1279px) {
  .about-fig-ul .fig-num {
    font-size: 36px;
  }

  .about-fig-ul .fig-title {
    font-size: 20px;
    font-family: GillSans;
    font-weight: normal;
    line-height: 26px;
  }

  .talent-img-a {
    height: 167px;
  }

  .talent-img-a .cas-uniname {
    top: 15px;
  }

  .tal-students {
    padding-bottom: 15px;
  }

  .tal-students .gra-num-box span:first-child {
    font-size: 34px;
    line-height: 40px;
  }
}

@media (max-width: 1199px) {
  .whoweare-box {
    margin-right: 0px;
  }

  .whoweare-box .img-box {
    width: 270px;
    height: 370px;
    top: 70px;
    left: 30px;
  }

  .whoweare-box .who-info {
    width: 700px;
    right: -30px;
    min-height: 300px;
  }

  .whoweare-box .who-border-box {
    padding: 25px 25px 36px 50px;
  }

  .about-title-box {
    font-size: 36px;
  }

  .about-his-ul .his-info2>ul {
    margin-top: 0px;
  }

  .about-his-ul .his-info2>ul li {
    width: 50%;
    padding: 0;
    margin-bottom: 20px;
  }

  .about-his-ul .his-info2>ul li:last-child {
    margin-bottom: 0;
  }

  .about-his-ul .his-info2>ul li::before {
    display: none;
  }

  .about-fig-ul li {
    width: 25%;
    background-size: 100% 100%;
    min-height: 290px;
    padding: 80px 15px;
  }

  .about-fig-ul li:nth-child(2n+1) {
    margin-top: 0px;
  }

  .about-fig-ul li:nth-child(1),
  .about-fig-ul li:nth-child(2),
  .about-fig-ul li:nth-child(3) {
    width: 33.3333333%;
  }

  /* .about-fig-ul li:first-child {
    padding: 90px 42px;
  }
  .about-fig-ul li:nth-child(3) {
    padding: 90px 20px;
  } */
  .about-fig-ul .fig-title {
    font-size: 24px !important;
    font-family: GillSans-SemiBold, GillSans;
    font-weight: 600;
    line-height: 30px;
  }

  .talent-img-a {
    height: 134px;
  }

  .gjhz {
    height: 220px;
  }

  .gjhz img {
    margin: 35px 0 10px 0;
  }

  .gjhz .gjhz-num {
    font-size: 35px;
  }

  .gjhz .gjhz-title {
    font-size: 20px;
    line-height: 26px;
  }

  .gjhz .gjhz-pifi {
    font-size: 18px;
    line-height: 24px;
  }

  .gjhz .gjhz-mem {
    font-size: 20px;
    line-height: 24px;
  }

  .gjhz .gjhz-winner {
    font-size: 20px;
    line-height: 22px;
  }

  .gjhz .gjhz-int {
    font-size: 18px;
    line-height: 22px;
  }

  .about-box5 .row .col-md-3:nth-child(3) .gjhz img {
    margin: 34px 0 10px 0;
  }

  .about-box5 .row .col-md-3:nth-child(4) .gjhz img {
    margin: 37px 0 15px 0;
  }

  .tal-students {
    padding-bottom: 30px;
    border-bottom: none;
  }
}

@media (min-device-width: 768px) and (max-device-width: 999px) {
  .title_line {
    margin: 30px auto 40px;
  }

  .about-box1 .box1bg {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .title_line {
    margin: 30px auto 40px;
  }

  .whoweare-box {
    padding: 20px;
  }

  .whoweare-box .img-box {
    position: static;
    width: 300px;
    height: auto;
    margin: 20px auto;
  }

  .whoweare-box .who-info {
    position: relative;
    width: 100%;
    right: auto;
    bottom: auto;
  }

  .whoweare-box .who-border-box {
    top: 30px;
    right: 20px;
    bottom: 30px;
    left: 20px;
    padding: 25px 20px 36px 20px;
  }

  .whoweare-box .who-more-btn {
    position: static;
    display: block;
    margin: 20px auto;
  }

  .about-his-ul .his-info2>ul li {
    width: 100%;
    line-height: 26px;
  }

  .about-his-ul .his-info2 .info-t1 {
    font-size: 18px;
  }

  .about-his-ul .his-info2 .info-t2 {
    font-size: 22px;
  }

  .about-fig-ul li {
    min-height: 200px;
    padding: 50px 15px 30px 15px;
  }

  /* .about-fig-ul li:last-child {
    padding: 50px 0px 30px 0px;
  }
  .about-fig-ul li:first-child {
    padding: 50px 42px 30px;
  }
  .about-fig-ul li:nth-child(3) {
    padding: 50px 20px 30px;
  } */
  .about-fig-ul li:nth-child(4) .fig-title {
    font-size: 20px !important;
  }

  .about-fig-ul .fig-num {
    line-height: 40px;
  }

  .about-box4 .tal-txt {
    margin-bottom: 20px;
  }

  .about-box4 .talent-img-cont {
    margin-top: 20px;
    padding: 25px 30px 10px 30px;
  }

  .m21 {
    margin: 0 -15px;
  }

  .p21 {
    padding: 0 15px;
  }

  .talent-img-a {
    height: 337px;
    margin-bottom: 25px;
  }

  .gjhz {
    height: 360px;
    margin-top: 40px;
  }

  .gjhz img {
    margin: 100px 0 10px 0;
  }

  .about-box5 {
    padding: 60px 0 60px 0;
  }

  .about-box3 {
    padding: 60px 0;
  }

  .about-box5 .row .col-md-3:nth-child(2) .gjhz img {
    margin: 95px 0 23px 0;
  }

  .about-box5 .row .col-md-3:nth-child(3) .gjhz img {
    margin: 105px 0 10px 0;
  }

  .about-box5 .row .col-md-3:nth-child(4) .gjhz img {
    margin: 105px 0 15px 0;
  }

  .about-box4 {
    padding: 60px 0 53px 0;
  }
}

@media (max-width: 767px) {
  .title_line {
    margin: 30px auto 106px;
  }

  .about-his-ul {
    margin-top: 50px;
    padding: 0px 0 30px 0px;
    border-left: none;
  }

  .about-his-ul>li {
    margin-bottom: 70px;
  }

  .about-his-ul>li::before {
    display: none;
  }

  .about-his-ul .his-info1,
  .about-his-ul .img-box {
    float: none;
    width: 100%;
  }

  .about-his-ul .his-info1 {
    margin-bottom: 30px;
  }

  .about-his-ul .his-info1 .title {
    font-size: 48px;
    line-height: 64px;
    width: 100%;
    margin-bottom: 28px;
  }

  .about-his-ul .his-info1 .date {
    font-size: 32px;
    line-height: 38px;
  }

  .about-his-ul .img-box {
    height: auto;
    margin-bottom: 30px;
  }

  .about-his-ul .his-info2 {
    font-size: 32px;
    line-height: 64px;
  }

  .about-his-ul .his-info2>ul li {
    line-height: 52px;
  }

  .about-his-ul .his-info2 .info-t1 {
    font-size: 36px;
  }

  .about-his-ul .his-info2 .info-t2 {
    font-size: 44px;
  }

  .about-fig-ul li {
    width: 50% !important;
    padding: 100px 0 60px 0 !important;
    min-height: 400px;
  }

  .about-fig-ul li .fig-num {
    font-size: 72px;
    line-height: 80px;
  }

  .about-fig-ul li .fig-title {
    font-size: 48px !important;
    line-height: 60px;
  }

  .about-fig-ul li:nth-child(4) .fig-title {
    font-size: 42px !important;
  }

  .talent-img-a {
    height: auto;
    margin-bottom: 50px;
  }

  .talent-img-a .cas-uniname {
    top: 30px;
    left: 44px;
    font-size: 48px;
    line-height: 54px;
  }

  .tal-students {
    padding-bottom: 50px;
  }

  .tal-students .about-title3-box,
  .tal-students .gra-num-box {
    float: none;
    width: 100%;
  }

  .tal-students .gra-num-box {
    font-size: 48px;
    line-height: 80px;
    margin-top: 44px;
    padding-left: 50px;
  }

  .about-title3-box {
    padding-left: 44px;
    font-size: 48px;
    margin-bottom: 54px;
  }

  .about-title3-box span {
    line-height: 74px;
  }

  .about-title3-box span::before {
    left: -44px;
    top: 14px;
    width: 8px;
    height: 32px;
  }

  .gjhz {
    width: 560px;
    height: 560px;
    margin: 40px auto 0;
    padding: 0 40px;
  }

  .gjhz img {
    max-width: 100px;
    max-height: 130px;
    margin: 150px 0 20px 0 !important;
  }

  .gjhz .gjhz-num {
    font-size: 70px;
  }

  .gjhz .gjhz-title {
    font-size: 40px;
    line-height: 52px;
  }

  .gjhz .gjhz-pifi {
    font-size: 36px;
    line-height: 48px;
  }

  .gjhz .gjhz-mem {
    font-size: 40px;
    line-height: 48px;
  }

  .gjhz .gjhz-org {
    font-size: 36px;
    line-height: 52px;
  }

  .gjhz .gjhz-winner {
    font-size: 40px;
    line-height: 44px;
  }

  .gjhz .gjhz-int {
    font-size: 36px;
    line-height: 44px;
  }

  .about-title-box {
    font-size: 30px;
  }

  .about-box4 {
    padding: 120px 0 50px 0;
  }

  .about-box4 .tal-tip {
    margin-bottom: 60px;
    font-size: 36px;
    line-height: 72px;
    margin-top: 12px;
  }

  .about-box4 .talent-img-cont {
    margin-top: 20px;
    padding: 0;
    border: none;
  }

  .about-box4 .tal-txt {
    margin-bottom: 60px;
    font-size: 32px;
    line-height: 64px;
  }

  .row {
    padding: 0;
  }

  .mobpl{
    padding-left: 50px;
  }

  .about-title2-box {
    font-size: 46px;
    line-height: 64px;
  }

  .about-title2-box span {
    line-height: 74px;
  }

  .about-title2-box span::before {
    width: 84px;
    height: 8px;
    bottom: -15px;
  }

  .tal-students .gra-num-box span:first-child {
    font-size: 44px;
    line-height: 60px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-box1 .box1bg {
    padding: 100px 0;
  }

  .whoweare-box {
    padding: 40px 30px;
  }

  .whoweare-box .img-box {
    width: 100%;
    margin: 40px auto;
  }

  .whoweare-box .who-info {
    min-height: 600px;
  }

  .whoweare-box .who-border-box {
    top: 40px;
    right: 40px;
    bottom: 60px;
    left: 40px;
    padding: 0;
    font-size: 32px;
    line-height: 64px;
    border: 0;
  }

  .whoweare-box .who-border-box p{ -webkit-line-clamp: 8; }

  .whoweare-box .who-more-btn {
    margin: 40px auto;
    width: 340px;
    height: 92px;
    font-size: 32px;
    line-height: 92px;
  }

  .about-title-box {
    font-size: 60px;
    padding-top: 20px;
  }

  .about-title-box span {
    line-height: 94px;
  }

  .about-title-box span::before {
    top: -32px;
    height: 8px;
  }

  .about-box2 {
    padding: 100px 0 80px 0;
  }

  .tal-students .gra-num-box span:first-child::before {
    top: -28px;
    width: 96px;
    height: 6px;
  }
  
  .about-his-ul .mobhis_info2{
     padding-left: 56px;
  }
  .about-his-ul .mobhis_info2>ul li{margin-bottom: 36px;}

}

.figures_cent{

}
.top_figure{
      display: flex;
      padding: 0 98px;
}
.bottom_figure{
    display: flex;
    justify-content: space-between;
}

.figures_cent a {
  margin: 0 auto;
  width: 196px;
  height: 251px;
  background: url(2023-3-16bg3.png) no-repeat center center;
  background-size: 100% 100%;
  min-height: 250px;
  display: block;
  color: #E0A208;
  text-align: center;
  padding: 60px 10px;
  transition: all 0.5s;
}

.figures_cent .bottom_figure a{
  margin: 0;
}

.figures_cent a:hover {
  color: #E0A208;
}

.figures_cent a:hover {
  transform: translateY(-10px);
  transition: all 0.5s;
}


.mob_block{
  display: none;
}
.pc_block{
  display: block;
}

@media (max-width: 767px) {
  .mob_block{
    display: block;
  }
  .pc_block{
    display: none;
  }
}