/* LESS Document */
a {
  color: #b41e27;
}
.icon {
  width: 3em;
  height: 1.8em;
  vertical-align: -0.55em;
  fill: currentColor;
  overflow: hidden;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
.header-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ede8e8;
  border-bottom: 1px solid #b41e27;
  box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.header-bg .header-logo,
.header-bg .header-nav {
  float: left;
}
.header-bg .header-logo {
  height: 70px;
  padding: 10px 70px 10px 0;
}
.header-bg .header-logo a,
.header-bg .header-logo img {
  height: 100%;
}
.header-bg .header-nav {
  display: block;
}
.header-bg .header-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-bg .header-nav ul li {
  display: inline-block;
  padding: 10px 20px;
}
.header-bg .header-nav ul li a {
  color: #666161;
  font-weight: 600;
}
.header-bg .header-right {
  float: right;
}
.header-bg .header-right span {
  padding: 8px 15px;
  border: 1px solid #787272;
  line-height: 70px;
  font-size: 12px;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.6s all;
}
.header-bg .header-right span:hover {
  background: #b41e27;
  border: 1px solid #b41e27;
  color: #FFF;
}
@media (min-width: 992px) {
  .header-bg .header-nav ul li a {
    line-height: 50px;
  }
}
@media (min-width: 767px) {
  .header-bg .header-nav ul li {
    position: relative;
    transition: 0.4s all ease;
  }
  .header-bg .header-nav ul li:before {
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 0;
    height: 3px;
    background: #b41e27;
    transition: 0.4s all ease;
  }
  .header-bg .header-nav ul li:hover {
    background: #e5e5e5;
  }
  .header-bg .header-nav ul li:hover:before {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header-bg .header-logo {
    height: 60px;
    padding: 14px 40px 14px 0;
  }
  .header-bg .header-nav ul li {
    padding: 0 15px;
  }
  .header-bg .header-nav ul li a {
    line-height: 60px;
  }
  .header-bg .header-right {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-bg .m-nav .header-logo {
    display: block;
    position: relative;
    width: 100%;
    height: 52px;
    padding: 12px 0;
  }
  .header-bg .m-nav .header-logo .m-menu {
    display: inline-block;
    width: 30px;
    padding-top: 2px;
    vertical-align: middle;
  }
  .header-bg .m-nav .header-logo .m-menu span {
    display: block;
    width: 30px;
    height: 2px;
    background: #666161;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
  }
  .header-bg .m-nav .header-logo .m-menu span:nth-child(1),
  .header-bg .m-nav .header-logo .m-menu span:nth-child(2) {
    transform: rotate(0);
    margin-bottom: 8px;
  }
  .header-bg .m-nav .header-logo .button-menu span:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: 5% 100%;
  }
  .header-bg .m-nav .header-logo .button-menu span:nth-child(2) {
    opacity: 0;
  }
  .header-bg .m-nav .header-logo .button-menu span:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 5% 100%;
  }
  .header-bg .m-nav .header-logo .h-logo {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -65px;
    height: 52px;
  }
  .header-bg .m-nav .header-logo .h-logo img {
    height: 100%;
    padding: 10px 0;
  }
  .header-bg .m-nav .header-nav {
    display: none;
    position: fixed;
    top: 52px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f9f9f9;
  }
  .header-bg .m-nav .header-nav ul.nav-b {
    width: 200px;
    margin: 50px auto 0;
  }
  .header-bg .m-nav .header-nav ul.nav-b li {
    display: block;
    padding: 15px 20px;
    text-align: center;
    border-bottom: 1px solid #b41e27;
  }
  .header-bg .m-nav .header-nav ul.nav-b li:nth-child(1) {
    border-top: 1px solid #b41e27;
  }
  .header-bg .m-nav .header-nav ul.nav-b li a {
    line-height: 10px;
  }
  .header-bg .m-nav .header-right {
    display: none;
  }
  .header-bg .m-nav .glyphicon-th-large:before {
    font-size: 28px;
  }
}
/* banner start */
@media (min-width: 767px) {
  .banner {
    max-width: 1920px;
    margin-top: 70px;
  }
  .banner .swiper-slide img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .banner {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .banner {
    width: 100%;
    margin-top: 52px;
  }
  .banner .swiper-slide img {
    width: 100%;
    height: 260px;
    object-fit: cover;
  }
}
@media (max-width: 414px) {
  .banner .swiper-slide img {
    height: 200px;
  }
}
@media (max-width: 375px) {
  .banner .swiper-slide img {
    height: 185px;
  }
}
@media (max-width: 360px) {
  .banner .swiper-slide img {
    height: 180px;
  }
}
@media (max-width: 320px) {
  .banner .swiper-slide img {
    height: 160px;
  }
}
.banner {
  margin-left: auto;
  margin-right: auto;
  background: #eee;
}
/* banner end*/
.title {
  padding-top: 30px;
  padding-bottom: 15px;
  text-align: center;
}
.more {
  padding-bottom: 30px;
  text-align: center;
}
.more a {
  display: inline-block;
  padding: 8px 35px;
  border: 1px solid #787272;
  font-size: 16px;
  color: #666161;
  border-radius: 2px;
  transition: 0.6s all;
}
.more a:hover {
  background: #b41e27;
  border-color: #b41e27;
  color: #eee;
}
/* information start */
.information .progress-box {
  margin-bottom: 30px;
}
.information .list-item {
  padding: 30px 15px;
  background: #fafafa url(../images/news-bg.png) no-repeat;
  background-size: cover;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}
.information .list-item .name {
  color: #b41e27;
  line-height: 1.5;
}
.information .list-item .info {
  padding-top: 4px;
  padding-bottom: 10px;
  color: #666161;
  line-height: 1.5;
}
.information .list-item .all-content {
  padding: 5px 15px;
  border: 1px solid #b41e27;
  border-radius: 2px;
  box-shadow: 0 1px 6px -2px #b41e27;
  float: right;
  font-size: 12px;
  background: #b41e27;
  transition: 0.6s all;
}
.information .list-item .all-content a {
  color: #fff;
}
/* information end */
/* Colleges start */
.colleges {
  background: #fafafa;
}
.colleges .list-item {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 1px 38px -9px rgba(180, 30, 39, 0.5);
}
.colleges .list-item .img-box {
  position: relative;
  overflow: hidden;
}
.colleges .list-item .img-box img {
  width: 100%;
}
.colleges .list-item .img-box .college-info {
  position: absolute;
  bottom: -100%;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  background: #b41e27;
  opacity: 0;
  overflow: hidden;
  transition: 0.4s all ease-in-out;
}
.colleges .list-item .img-box .college-info h4 {
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
.colleges .list-item .img-box .college-info p {
  font-size: 12px;
  line-height: 1.5;
  color: #FFF;
}
.colleges .list-item .img-box:hover > .college-info {
  bottom: 0;
  opacity: 0.9;
}
.colleges .list-item .contact-info {
  display: flex;
  display: -webkit-flex;
}
.colleges .list-item .contact-info a {
  flex: 1;
  border-top: 1px solid #aaa;
  background: #FFF;
  line-height: 40px;
  text-align: center;
}
.colleges .list-item .contact-info a:nth-child(1) {
  border-right: 1px solid #eee;
}
@media (min-width: 1200px) {
  .colleges .list-item .img-box .college-info h4 {
    padding-top: 40px;
  }
  .colleges .list-item .img-box .college-info p {
    line-height: 2;
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .colleges .list-item .img-box .college-info h4 {
    padding-top: 20px;
  }
}
@media (min-width: 420px) and (max-width: 767px) {
  .colleges .list-item .img-box .college-info h4 {
    padding-top: 30px;
    font-size: 22px;
  }
  .colleges .list-item .img-box .college-info p {
    font-size: 14px;
    line-height: 2.2;
  }
}
/* Colleges end */
/* education start */
.education {
  padding-bottom: 30px;
  background: url(../images/education.jpg) no-repeat center center;
  background-size: cover;
}
.education .content {
  margin-top: 10px;
}
.education .content .border-tb {
  padding: 20px 0;
  border-top: 1px dashed #b41e27;
  border-bottom: 1px dashed #b41e27;
}
.education .content .items {
  position: relative;
}
.education .content .items p {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  margin-left: -60px;
  margin-top: -18px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 26px;
  z-index: 999999;
  cursor: pointer;
}
.education .content .items img {
  width: 100%;
  cursor: pointer;
  transition: all 1s;
}
.education .content .items img:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}
.education .content .items-con {
  display: none;
  text-align: center;
}
.education .content .items-con h4 {
  color: #666161;
  font-weight: 400;
  padding: 15px;
}
.education .content .items-con p {
  color: #666161;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 30px;
}
.education .content .items-con .items-con-button ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.education .content .items-con .items-con-button ul li {
  display: inline-block;
  width: 33%;
}
.education .content .items-con .items-con-button ul li a {
  display: inline-block;
  text-align: center;
  width: 50%;
  padding: 8px 0;
  border: 1px solid #b41e27;
  border-radius: 2px;
  background: #b41e27;
  color: #fff;
}
@media (min-width: 991px) {
  .education .content .items-con p {
    padding: 0 150px;
  }
  .education .content .items {
    padding: 0 50px 15px;
  }
  .education .content .border-tb {
    padding: 20px 0 0;
  }
}
@media (max-width: 991px) {
  .education .content .items p {
    margin-top: -14px;
    font-size: 20px;
  }
  .education .content .items-con .items-con-button > ul > li a {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .education .content .items p {
    margin-top: -14px;
    font-size: 16px;
  }
  .education .content .items-con .items-con-button > ul > li a {
    width: 65%;
  }
}
@media (max-width: 500px) {
  .education .content .items p {
    max-width: 60px;
    margin-left: -30px;
    font-size: 16px;
    line-height: 20px;
  }
  .education .content .items-con .items-con-button > ul > li a {
    width: 75%;
  }
}
@media (max-width: 400px) {
  .education .content .items p {
    max-width: 48px;
    margin-left: -24px;
    font-size: 14px;
    line-height: 16px;
  }
  .education .content .items-con .items-con-button > ul > li a {
    width: 85%;
  }
}
@media (max-width: 340px) {
  .education .content .items p {
    max-width: 40px;
    margin-left: -20px;
    font-size: 10px;
    line-height: 14px;
  }
}
@media (min-width: 1200px) {
  .education .content .items {
    padding: 0 60px 25px;
  }
}
/* education end */
.guide {
  padding-bottom: 30px;
  background: #b41e27;
}
.guide .title > h3,
.guide .title > p {
  color: #FFF;
}
.guide .guide-content {
  padding: 10px 0;
}
.guide .guide-content .items-list {
  margin-bottom: 20px;
  padding: 15px 20px;
  background: #FFF;
  text-align: center;
  border-radius: 4px;
}
.guide .guide-content .items-list h4 {
  text-align: center;
}
.guide .guide-content .items-list button {
  margin: 5px 0;
  padding: 6px 20px;
  border: 1px solid #b41e27;
  background: #b41e27;
  border-radius: 2px;
  color: #FFF;
  box-shadow: 0 1px 24px -5px rgba(180, 30, 39, 0.5);
}
.college-banner {
  background: #ede8e8;
  padding-bottom: 20px;
}
.college-banner .banner-c {
  margin-bottom: 30px;
}
.college-banner .banner-c img {
  width: 100%;
}
/* friendly-link start */
.qr-code {
  background: #eee;
}
.qr-code .container {
  padding-bottom: 20px;
}
.qr-code .padding-lr {
  padding: 0 20px;
}
.qr-code .weichat {
  margin-bottom: 20px;
  padding: 0 5px;
  border-radius: 5px;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0 1px 24px -7px rgba(180, 30, 39, 0.5);
}
.qr-code .weichat img {
  width: 100%;
}
.qr-code .weichat p {
  margin-bottom: 5px;
  font-size: 12px;
  text-align: center;
}
/* friendly-link end */
/* footer start */
.footer {
  padding: 20px 0;
  background: #aaa;
  text-align: center;
  color: #FFF;
}
.footer a {
  color: #b41e27;
  text-decoration: underline;
}
/* footer end */
.banner,
.colleges,
.information,
.education,
.guide,
.college-banner,
.qr-code,
.footer {
  overflow: hidden !important;
}
/* 返回顶部 */
#callback {
  position: fixed;
  bottom: -80px;
  right: 15px;
  width: 0;
  height: 0;
  border: 1px solid #fefefe86;
  border-radius: 4px;
  background: #b41e27 url(../images/callback.png) no-repeat;
  background-size: cover;
  box-shadow: 0 1px 24px -7px #FFF;
  z-index: 999999;
  cursor: pointer;
  transition: all 0.6s;
}
.swiper-pagination-bullet-active {
  background: #b41e27 !important;
}
.morep {
  text-align: center;
}
.morep ul.pagination > li > span {
  color: #ccc;
}
.morep ul.pagination > li.active > span {
  color: #fff;
  background-color: #b41e27;
  border-color: #b41e27;
}
.morep ul.pagination > li > a {
  color: #b41e27;
}
.lay-content {
  border-bottom: 1px solid #eee;
  background: url('/public/static/home/images/content.png');
}
.lay-content .dis_flex {
  display: flex;
  justify-content: space-between;
}
.lay-content .l-content {
  padding: 30px 0;
}
.lay-content .l-content .progress-box .list-item {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
}
.lay-content .l-content .progress-box h4 {
  font-size: 20px;
  line-height: 1.2;
  color: #b41e27;
}
.lay-content .l-content .progress-box {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .lay-content .l-content {
    padding: 15px 0;
  }
  .lay-content .l-content .progress-box h4 {
    font-size: 18px;
    line-height: 1.2;
  }
}
