.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-center {
  max-width: 1190px;
  margin: 0 auto;
}
.setBetween {
  display: flex;
  justify-content: space-between;
}
.setAlignCenter {
  display: flex;
  align-items: center;
}
.setCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.boxShadow {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
.padding {
  padding: 0 2%;
}
.pc-header .nav .all > div .nav-menu {
  display: block !important;
}
.pc-main .adv-pic {
  min-height: 100px;
  background-color: #ccc;
  margin-bottom: 30px;
  padding-bottom: 0;
}
.pc-main .adv-pic img {
  display: block;
}
.pc-main > div {
  padding-bottom: 30px;
}
.pc-main .index-banner {
  position: relative;
  margin-top: 2px;
  max-width: 100% !important;
}
.pc-main .index-banner .banner-swiper {
  min-height: 200px;
  background-color: #ccc;
}
.pc-main .index-banner .banner-swiper .swiper-slide {
  height: 408px;
  position: relative;
  overflow: hidden;
}
.pc-main .index-banner .banner-swiper .swiper-slide img {
  width: 1903px;
  max-width: 1903px;
  height: 408px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pc-main .index-banner .banner-swiper img {
  display: block;
}
.pc-main .index-banner .apply-box {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1190px;
  height: 1px;
  transform: translateX(-50%);
  z-index: 99;
}
.pc-main .index-banner .apply-form {
  width: 250px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  overflow: hidden;
}
.pc-main .index-banner .apply-form .top {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #269bff;
}
.pc-main .index-banner .apply-form .top h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  font-weight: normal;
}
.pc-main .index-banner .apply-form .top h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 110%;
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  transform: translateY(-50%);
}
.pc-main .index-banner .apply-form .top h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 110%;
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  transform: translateY(-50%);
}
.pc-main .index-banner .apply-form .top p {
  font-size: 14px;
  color: #fff;
  margin-top: 8px;
}
.pc-main .index-banner .apply-form .bottom {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
.pc-main .index-banner .apply-form .bottom > div {
  width: 240px;
  height: 30px;
  background-color: #f5f5f5;
  border-radius: 6px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 15px;
}
.pc-main .index-banner .apply-form .bottom > div span {
  color: #3592e2;
}
.pc-main .index-banner .apply-form .bottom > div input,
.pc-main .index-banner .apply-form .bottom > div select {
  flex: 1;
  height: 100%;
  border: none;
  background-color: transparent;
}
.pc-main .index-banner .apply-form .bottom .xl {
  position: relative;
}
.pc-main .index-banner .apply-form .bottom .xl img {
  position: absolute;
  top: 16px;
  right: 20px;
}
.pc-main .index-banner .apply-form .bottom .btn {
  background-color: #ed3f16;
}
.pc-main .banner-pic {
  display: flex;
  justify-content: space-between;
}
.pc-main .banner-pic a {
  display: block;
  width: 290px;
  min-height: 90px;
  background-color: #ccc;
}
.pc-main .banner-pic a img {
  display: block;
}
.pc-main .school .sch-nav {
  padding-left: 50px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
}
.pc-main .school .sch-nav ul {
  display: flex;
}
.pc-main .school .sch-nav ul li {
  position: relative;
  margin-right: 60px;
  height: 40px;
  display: flex;
  align-items: center;
}
.pc-main .school .sch-nav ul li a {
  color: #666;
}
.pc-main .school .sch-nav ul .active::after,
.pc-main .school .sch-nav ul li:hover::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4191ea;
}
.pc-main .school .sch-nav ul .active::before,
.pc-main .school .sch-nav ul li:hover::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 50%;
  display: block;
  width: 0;
  height: 2px;
  color: #4191ea;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #4191ea;
  transform: translateX(-50%);
}
.pc-main .school .sch-nav > a {
  color: #999;
}
.pc-main .school .sch-con {
  margin-top: 30px;
}
.pc-main .school .sch-con .active {
  display: flex;
}
.pc-main .school .sch-con ul {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pc-main .school .sch-con ul > li {
  width: 230px;
  box-shadow: 0px 3px 7px 0px rgba(6, 34, 58, 0.15);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.pc-main .school .sch-con ul .img {
  min-height: 160px;
  background-color: #ccc;
}
.pc-main .school .sch-con ul .text {
  padding: 15px 6px;
}
.pc-main .school .sch-con ul .text h3 {
  font-size: 16px;
  text-align: center;
  font-weight: normal;
}
.pc-main .school .sch-con ul .text .info {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
  margin-bottom: 18px;
  line-height: 1.4;
}
.pc-main .school .sch-con ul .text .label {
  display: flex;
  justify-content: space-between;
}
.pc-main .school .sch-con ul .text .label p {
  width: 100px;
  height: 24px;
  font-size: 12px;
  color: #fff;
  background-color: #4191ea;
  line-height: 24px;
  border-radius: 4px;
  text-align: center;
}
.pc-main .major .major-nav {
  padding-left: 50px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
}
.pc-main .major .major-nav ul {
  display: flex;
}
.pc-main .major .major-nav ul li {
  position: relative;
  margin-right: 60px;
  height: 40px;
  display: flex;
  align-items: center;
}
.pc-main .major .major-nav ul li a {
  color: #666;
}
.pc-main .major .major-nav ul .active::after,
.pc-main .major .major-nav ul li:hover::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4191ea;
}
.pc-main .major .major-nav ul .active::before,
.pc-main .major .major-nav ul li:hover::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 50%;
  display: block;
  width: 0;
  height: 2px;
  color: #4191ea;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #4191ea;
  transform: translateX(-50%);
}
.pc-main .major .major-nav > a {
  color: #999;
}
.pc-main .major .major-con {
  margin-top: 30px;
}
.pc-main .major .major-con .active {
  display: flex;
}
.pc-main .major .major-con ul {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pc-main .major .major-con ul > li {
  width: 230px;
  box-shadow: 0px 3px 7px 0px rgba(6, 34, 58, 0.15);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.pc-main .major .major-con ul .img {
  min-height: 160px;
  background-color: #ccc;
}
.pc-main .major .major-con ul .text {
  padding: 15px 6px;
}
.pc-main .major .major-con ul .text h3 {
  font-size: 16px;
  text-align: center;
  font-weight: normal;
}
.pc-main .major .major-con ul .text .info {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
  line-height: 1.4;
  text-align: center;
}
.pc-main .index-news {
  display: flex;
  justify-content: space-between;
}
.pc-main .index-news > div {
  background-color: #fafafa;
}
.pc-main .index-news .left,
.pc-main .index-news .right {
  width: 300px;
}
.pc-main .index-news .left .t,
.pc-main .index-news .right .t {
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
}
.pc-main .index-news .left .t p,
.pc-main .index-news .right .t p {
  height: 24px;
  width: 125px;
  border: 1px solid #999;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  color: #999;
  cursor: pointer;
}
.pc-main .index-news .left .t .active,
.pc-main .index-news .right .t .active,
.pc-main .index-news .left .t p:hover,
.pc-main .index-news .right .t p:hover {
  background-color: #4191ea;
  color: #fff;
  border-color: #4191ea;
}
.pc-main .index-news .left .img,
.pc-main .index-news .right .img {
  min-height: 120px;
}
.pc-main .index-news .left .con .active,
.pc-main .index-news .right .con .active {
  display: block;
}
.pc-main .index-news .left ul,
.pc-main .index-news .right ul {
  display: none;
}
.pc-main .index-news .left ul li,
.pc-main .index-news .right ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 6px;
}
.pc-main .index-news .left ul li i,
.pc-main .index-news .right ul li i {
  color: #666;
  font-size: 14px;
}
.pc-main .index-news .left ul li a,
.pc-main .index-news .right ul li a {
  display: block;
  width: 236px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #666;
}
.pc-main .index-news .left ul li span,
.pc-main .index-news .right ul li span {
  font-size: 13px;
  color: #999;
}
.pc-main .index-news .center {
  width: 550px;
}
.pc-main .index-news .center > .img {
  min-height: 22px;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
.pc-main .index-news .center .big {
  padding: 0 10px;
}
.pc-main .index-news .center .big h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: normal;
}
.pc-main .index-news .center .big h3 a {
  display: block;
  width: 80%;
  color: #666;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pc-main .index-news .center .big h3 span {
  font-size: 18px;
  color: #999;
}
.pc-main .index-news .center .big p {
  font-size: 14px;
  color: #999;
  line-height: 1.4;
  margin-top: 14px;
}
.pc-main .index-news .center .list {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  margin-top: 20px;
}
.pc-main .index-news .center .list .pic {
  width: 250px;
}
.pc-main .index-news .center .list .pic .img {
  min-height: 130px;
  background-color: #ccc;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
}
.pc-main .index-news .center .list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 6px;
}
.pc-main .index-news .center .list ul li i {
  color: #666;
  font-size: 14px;
  margin-right: 6px;
}
.pc-main .index-news .center .list ul li a {
  display: block;
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #666;
}
.pc-main .index-news .center .list ul li span {
  font-size: 13px;
  color: #999;
}
.pc-main .blogroll {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 16px;
  background-color: #fafafa;
}
.pc-main .blogroll span,
.pc-main .blogroll a {
  line-height: 60px;
  color: #666;
  margin-right: 40px;
}
@media (max-width: 768px) {
  body {
    font-size: 0.8rem;
  }
  .padding {
    padding: 0 2%;
  }
  .banner {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .banner .mb-banner .swiper-pagination-bullet-active {
    background-color: #fff;
  }
  .banner .mb-banner .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.2rem;
  }
  .banner .mb-banner .swiper-container-horizontal > .swiper-pagination-bullets,
  .banner .mb-banner .swiper-pagination-custom,
  .banner .mb-banner .swiper-pagination-fraction {
    bottom: 1rem;
  }
  .banner .mb-banner .swiper-slide {
    min-height: 5rem;
  }
  .nav {
    display: flex;
    justify-content: space-between;
  }
  .nav a {
    display: block;
  }
  .nav a .img {
    width: 2.4rem;
    min-height: 2.4rem;
    border-radius: 50%;
  }
  .nav a .img img {
    width: 100%;
    height: auto;
  }
  .nav a p {
    font-size: 12px;
    margin-top: 10px;
  }
  .adv-pic {
    margin-top: 1rem;
  }
  .adv-pic .top {
    display: flex;
    justify-content: space-between;
  }
  .adv-pic .top .img {
    width: 8.4rem;
    min-height: 2.6rem;
    background-color: #ccc;
  }
  .adv-pic .bottom {
    margin-top: 0.5rem;
  }
  .adv-pic .bottom .img {
    min-height: 3rem;
    background-color: #ccc;
  }
  .adv-img .img {
    min-height: 1.6rem;
  }
  .index-title {
    position: relative;
    margin: 1rem 0;
  }
  .index-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: -0.85rem;
    display: block;
    width: 0.2rem;
    height: 0.8rem;
    background-color: #4191EA;
  }
  .index-title a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .index-title a h3 {
    font-size: 0.8rem;
  }
  .index-title a p {
    font-size: 0.6rem;
    color: #999;
    display: flex;
    align-items: center;
  }
  .sch .con-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.2rem;
  }
  .sch .con-title li {
    width: 20%;
    text-align: center;
  }
  .sch .con-title li span {
    padding: 0.1rem 0.2rem;
    font-size: 0.6rem;
    color: #666;
  }
  .sch .con-title .active span {
    background-color: #4191EA;
    color: #fff;
    border-radius: 0.2rem;
  }
  .sch .con-body > div {
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sch .con-body .active {
    display: flex;
  }
  .sch .con-body .link {
    display: block;
    width: 8.35rem;
    box-shadow: 0px 2px 4px rgba(7, 37, 71, 0.15);
    border-radius: 0.2rem;
    overflow: hidden;
    margin-bottom: 0.6rem;
  }
  .sch .con-body .link .img {
    min-height: 100px;
    background-color: #ccc;
  }
  .sch .con-body .link .text {
    font-size: 0.7rem;
    padding: 0.3rem;
  }
  .sch .con-body .link .text h4 {
    font-size: 0.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .sch .con-body .link .text div {
    display: flex;
    justify-content: space-between;
    margin-top: 0.6rem;
  }
  .sch .con-body .link .text div span {
    color: #999;
    font-size: 0.5rem;
  }
  .major .con-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.2rem;
  }
  .major .con-title li {
    width: 25%;
    text-align: center;
  }
  .major .con-title li span {
    padding: 0.1rem 0.2rem;
    font-size: 0.6rem;
    color: #666;
  }
  .major .con-title .active span {
    background-color: #4191EA;
    color: #fff;
    border-radius: 0.2rem;
  }
  .major .con-body > div {
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .major .con-body .active {
    display: flex;
  }
  .major .con-body .link {
    display: block;
    width: 5.35rem;
    box-shadow: 0px 2px 4px rgba(7, 37, 71, 0.15);
    border-radius: 0.2rem;
    overflow: hidden;
    margin-bottom: 0.6rem;
  }
  .major .con-body .link .img {
    min-height: 2rem;
    background-color: #ccc;
  }
  .major .con-body .link .text {
    font-size: 0.7rem;
    padding: 0.2rem;
  }
  .major .con-body .link .text h4 {
    font-size: 0.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .major .con-body .link .text p {
    font-size: 0.5rem;
    color: #999;
  }
  .new .con-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.2rem;
  }
  .new .con-title li {
    width: 25%;
    text-align: center;
  }
  .new .con-title li span {
    padding: 0.1rem 0.2rem;
    font-size: 0.6rem;
    color: #666;
  }
  .new .con-title .active span {
    background-color: #4191EA;
    color: #fff;
    border-radius: 0.2rem;
  }
  .new > .img {
    min-height: 6rem;
    background-color: #ccc;
    border-radius: 0.4rem;
    overflow: hidden;
  }
  .new .con-body {
    margin-top: 0.9rem;
  }
  .new .con-body .box {
    display: none;
  }
  .new .con-body .box li:last-of-type a {
    border-bottom: none;
  }
  .new .con-body .box li a {
    display: flex;
    padding: 0.5rem 0;
    border-bottom: 0.05rem solid #ebebeb;
  }
  .new .con-body .box li a .icon {
    width: 0.7rem;
    height: 0.8rem;
    flex-shrink: 0;
  }
  .new .con-body .box li a p {
    flex: 1;
    font-size: 0.7rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0.2rem;
  }
  .new .con-body .box li a span {
    display: block;
    width: 2rem;
    color: #999;
    font-size: 0.6rem;
  }
  .new .con-body .box .more {
    text-align: center;
    margin: 1rem 0;
  }
  .new .con-body .box .more > a {
    font-size: 0.7rem;
    background-color: #4191EA;
    color: #fff;
    padding: 0.4rem 1rem;
    border-radius: 1rem;
  }
  .new .con-body .active {
    display: block;
  }
}
