@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "SourceHanSansCN", "Microsoft Yahei";
  font-size: 16px;
  min-width: 1400px;
}

body,
html {
  background: #fff;
  margin: auto;
}

img {
  border-width: 0;
  border: none;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

input,
button,
textarea {
  outline: none;
  font-family: "PingFangSC-Regular", "Microsoft Yahei";
}

ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cb:after {
  clear: both;
  content: "";
  display: block;
}

.cb:before {
  clear: both;
  content: "";
  display: block;
}

.inner {
  width: 1215px;
  margin: 0 auto;
}

.inner.inner1400 {
  width: 1400px;
}

.inner.inner1200 {
  width: 1200px;
}

.bgcc {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.table .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  table-layout: fixed;
}

.img-wrap img {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  width: 100%;
}

.en {
  text-transform: uppercase;
}

.media-wrap img,
.media-wrap iframe,
.media-wrap video {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

.page {
  overflow: hidden;
}

label,
form {
  display: block;
}

/*  */
.header .inner {
  padding: 15px 0;
  position: relative;
}

.header span {
  font-weight: bold;
  color: #F5662E;
  font-size: 20px;
}

.header .top-right {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: 400;
  color: #0f437c;
  line-height: 39px;
}

.header .top-right span {
  color: #F5662E;
}

.header .num-tel {
  font-size: 20px;
  font-weight: bold;
  color: #0f437c;
  padding-top: 30px;
  line-height: 40px;
}

.header .num-tel img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 15px;
}

/*  */
.nav {
  background: #0f437c;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.nav .nav-item {
  text-align: center;
  display: inline-block;
  line-height: 63px;
  font-size: 18px;
  color: #fff;
  padding: 0 8px;
  margin: 0 14px;
  position: relative;
}

.nav .nav-item::after {
  height: 6px;
  background: #f55613;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  display: block;
  content: '';
  -webkit-transform: 0.5s;
  -ms-transform: 0.5s;
  transform: 0.5s;
}

.nav .nav-item.active::after, .nav .nav-item:hover::after {
  width: 100%;
}

/*  */
.banner {
  position: relative;
}

.banner .inner {
  height: 0;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 50%;
}

.banner .banner-pagination {
  bottom: 6.85714%;
  width: 100%;
  left: 0;
  position: absolute;
  z-index: 2;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.banner .banner-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

.banner .banner-pagination .swiper-pagination-bullet-active {
  width: 31px;
  background: #fe6338;
}

.banner .btn {
  width: 40px;
  height: 75px;
  position: absolute;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.banner .banner-btn-prev {
  left: 0;
  top: 50%;
  margin-top: -38px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.banner .banner-btn-next {
  right: 0;
  top: 50%;
  margin-top: -38px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.banner:hover .btn {
  opacity: 1;
}

.title-container {
  text-align: center;
}

.title-container .title-cn {
  line-height: 45px;
  color: #0f437c;
  font-size: 30px;
  text-align: center;
}

.title-container .title-text {
  line-height: 32px;
  color: #4b5d6f;
  font-size: 18px;
}

.title-container .title-text span {
  margin: 0 38px;
}

.title-container .title-text i {
  width: 80px;
  height: 1px;
  background: #4a5c6f;
  border-radius: 1px;
  display: inline-block;
  vertical-align: middle;
}

.title-container .title-more {
  display: block;
  margin: 12px auto 0;
  width: 65px;
  background: rgba(0, 72, 144, 0);
  border: 1px solid #1556a6;
  border-radius: 12px;
  line-height: 21px;
  font-size: 18px;
  font-weight: 400;
  color: #1556a6;
}

/* 学校概况 */
.about {
  padding: 66px 0 79px;
}

.about-container {
  margin: 49px 0 0 0;
  position: relative;
}

.about .left-container {
  width: 684px;
  height: 467px;
  position: relative;
}

.about .left-container .about-pagination {
  width: 120px;
  height: 50px;
  background: white;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  left: auto;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #7C7C7C;
  overflow: hidden;
}

.about .left-container .about-pagination .swiper-pagination-current {
  font-size: 18px;
  font-weight: normal;
  color: #373737;
}

.about .left-container .about-pagination .swiper-pagination-total {
  font-size: 18px;
  font-weight: normal;
  color: #7c7c7c;
}

.about .left-container .about-pagination span {
  position: relative;
  top: 2px;
}

.about .right-container {
  width: 674px;
  margin-top: 52px;
}

.about .right-container .cn {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}

.about .right-container .xen {
  font-size: 28px;
  color: #666666;
  line-height: 54px;
  margin-bottom: 21px;
  /*font-weight: bold;*/
}

.about .right-container .text {
  font-size: 18px;
  line-height: 31px;
  /*height: 217px;*/
  overflow: hidden;
  color: #666666;
}

.about .btn-container {
  position: absolute;
  bottom: 9px;
  left: 724px;
  z-index: 3;
}

.about .btn-container .btn {
  width: 33px;
  height: 33px;
  background-color: rgba(153, 153, 153, 0.6);
  margin-right: 19px;
  background-size: 8px;
  cursor: pointer;
}

.about .btn-container .btn:hover {
  background-color: #0f437c;
}

.about .btn-container .about-prev {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.about .btn-container .about-next {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

/* 新闻中心 */
.new {
  background: #eff7fc;
  padding: 44px 0 73px 0;
}

.new img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.new .img-wrap {
  overflow: hidden;
}

.new .img-wrap:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.new-container {
  position: relative;
  margin: 55px 0 0 0;
}

.new .new-left {
  width: 384px;
}

.new .new-left .img-wrap {
  height: 217px;
}

.new .new-left .text-container {
  height: 241px;
  background: #fe6338;
  color: #fff;
  padding: 32px 25px 0;
}

.new .new-left .text-container .title-small {
  line-height: 29px;
  font-size: 16px;
}

.new .new-left .text-container .title {
  line-height: 36px;
  font-size: 24px;
  font-weight: bold;
}

.new .new-left .text-container .text {
  font-size: 14px;
  font-weight: 400;
  color: white;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  margin-top: 11px;
}

.new .new-left .text-container .read-more-shot {
  margin-top: 11px;
}

.new .new-center {
  margin-left: 30px;
  width: 540px;
}

.new .new-center li {
  margin-bottom: 39px;
  position: relative;
}

.new .new-center li:before {
  width: 0;
  height: 0;
  display: block;
  content: '';
  position: absolute;
  top: 3px;
  left: 35px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 3px solid transparent;
  border-top: 7px solid #E7562E;
  border-bottom: 7px solid transparent;
}

.new .new-center li:hover:before {
  left: 10px;
}

.new .new-center li:last-of-type {
  margin-bottom: 0;
}

.new .new-center .date-wrap {
  width: 77px;
  text-align: center;
}

.new .new-center .date-wrap .date {
  line-height: 27px;
  color: #303030;
  font-size: 14px;
  background: #fff;
  border-top: 3px solid #e7562e;
}

.new .new-center .date-wrap .year {
  color: #fff;
  background: #081e41;
  line-height: 30px;
  font-size: 14px;
}

.new .new-center .text-container {
  margin-left: 12px;
  width: -webkit-calc(100% - 12px - 77px);
  width: calc(100% - 12px - 77px);
}

.new .new-center .text-container .title {
  font-size: 16px;
  font-weight: bold;
  color: #081e41;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 20px;
}

.new .new-center .text-container .text {
  font-size: 14px;
  font-weight: 400;
  color: #3f3f3f;
  line-height: 20px;
  height: 36px;
  overflow: hidden;
}

.new .new-right {
  width: 383px;
}

.new .new-right .img-wrap {
  height: 216px;
}

.new .new-right .title-con {
  background: #081e41;
  line-height: 49px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
  color: white;
  padding: 0 24px;
}

.new .new-right .title-con .t1 {
  width: 300px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 49px;
}

.new .new-right .title-con .img-box {
  width: 27px;
  height: 23px;
  margin: 14px 0 0 0;
}

.new .new-right .text-container {
  margin-top: 12px;
}

.new .new-right .text-container .title {
  font-size: 19px;
  font-weight: bold;
  color: #303030;
  line-height: 45px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.new .new-right .text-container .text {
  font-size: 16px;
  font-weight: 400;
  color: #535252;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
}

.new .new-right .shot-container {
  margin-top: 8px;
}

.read-more-shot {
  display: block;
  width: 87px;
  line-height: 26px;
  border: 1px solid white;
  text-align: center;
  font-size: 12px;
}

.read-more-shot em {
  display: inline-block;
  margin: 0;
  width: 0;
  height: 0;
  margin-right: -8px;
  border: 4px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid #fff;
}

.read-more-shot.gray {
  border: 1px solid #989b9d;
  color: #989b9d;
}

.read-more-shot.gray em {
  border-left-color: #989b9d;
}

/* 优秀学生 */
.elite-student {
  padding: 50px 0 117px 0;
  background-image: url(/templates/default/images/stubg7d9e08a2.jpg);
}

.elite-student img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.elite-student .img-wrap {
  overflow: hidden;
}

.elite-student .img-wrap:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.elite-student .title-container .title-cn {
  color: #fff;
}

.elite-student .title-container .title-text {
  color: #fff;
}

.elite-student .title-container .title-text i {
  background: #fff;
}

.elite-student .title-container .title-more {
  border-color: #fff;
  color: #fff;
}

.elite-ul {
  margin-top: 94px;
}

.elite-ul li {
  width: 462px;
  float: left;
  margin-right: 6px;
  height: 249px;
  margin-bottom: 6px;
}

.elite-ul li:nth-of-type(3n) {
  margin-right: 0;
}

.elite-ul li:nth-of-type(6n) .img-wrap, .elite-ul li:nth-of-type(6n-1) .img-wrap, .elite-ul li:nth-of-type(6n-2) .img-wrap {
  float: right;
}

.elite-ul li:nth-of-type(6n) .text-container, .elite-ul li:nth-of-type(6n-1) .text-container, .elite-ul li:nth-of-type(6n-2) .text-container {
  float: left;
}

.elite-ul li:nth-of-type(6n) .text-container::after, .elite-ul li:nth-of-type(6n-1) .text-container::after, .elite-ul li:nth-of-type(6n-2) .text-container::after {
  left: 100%;
  right: auto;
  border: 8px solid transparent;
  border-left: 8px solid #fff;
}

.elite-ul .img-wrap {
  float: left;
  width: 50%;
  position: relative;
  height: 249px;
}

.elite-ul .text-container {
  width: 50%;
  float: left;
  background: #fff;
  padding: 27px 23px 0;
  position: relative;
  height: 249px;
}

.elite-ul .text-container::after {
  display: block;
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  margin: auto 0;
  border: 8px solid transparent;
  border-right: 8px solid #fff;
}

.elite-ul .text-container .title {
  font-size: 22px;
  color: #0f437c;
  line-height: 54px;
  text-align: center;
}

.elite-ul .text-container .text {
  font-size: 19px;
  color: #757575;
  line-height: 32px;
  height: 128px;
  overflow: hidden;
}

/* 招生就业&教育教学 */
.recruit {
  padding: 65px 0 62px 0;
}

.recruit .one {
  width: 585px;
}

.title-line-container {
  padding-left: 28px;
  position: relative;
  font-size: 30px;
  font-weight: 400;
  color: #0f437c;
  line-height: 50px;
}

.title-line-container::before {
  width: 4px;
  height: 33px;
  background: #0f437c;
  top: 0;
  bottom: 0%;
  left: 0;
  margin: auto 0;
  display: block;
  content: '';
  position: absolute;
}

.recruit-ul li {
  padding: 30px 0;
  border-bottom: 1px solid #e2e2e2;
}

.recruit-ul img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.recruit-ul .img-wrap {
  overflow: hidden;
}

.recruit-ul .img-wrap:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.recruit-ul .img-wrap {
  width: 158px;
  height: 105px;
}

.recruit-ul .text-container {
  width: -webkit-calc(100% - 158px - 18px);
  width: calc(100% - 158px - 18px);
  float: right;
}

.recruit-ul .text-container .title {
  font-size: 18px;
  font-weight: 400;
  color: black;
  line-height: 28px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.recruit-ul .text-container .text {
  font-size: 14px;
  font-weight: 400;
  color: #848484;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.recruit-ul .text-container .date-wrap {
  font-size: 14px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 24px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/*  */
/*  */
.campus {
  padding: 70px 0 30px 0;
}

.campus .container {
  margin-top: 81px;
  position: relative;
}

.campus .container .swiper-slide {
  height: 274px;
}

.campus .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #c8c6c3;
  width: 41px;
  height: 41px;
  z-index: 2;
  margin: auto 0;
  background-size: 12px;
}

.campus .btn-prev {
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.campus .btn-next {
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.internship {
  padding: 57px 0 64px 0;
}

.internship .container {
  margin-top: 85px;
  position: relative;
}

.internship .container .swiper-slide {
  height: 200px;
}

/* 友情链接 */
.friends {
  padding-bottom: 77px;
}

.friends .item {
  cursor: pointer;
}

.friends .top {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.friends .top .box {
  display: inline-block;
  vertical-align: bottom;
  border-bottom: 3px solid #afafaf;
}

.friends .top .item {
  display: inline-block;
  line-height: 34px;
  vertical-align: bottom;
  color: #0f437c;
  font-size: 14px;
  margin: 0 19px;
  position: relative;
}

.friends .top .item:nth-of-type(1) {
  margin-left: 0;
}

.friends .top .item:last-of-type {
  margin-right: 0;
}

.friends .top .item.active::after {
  width: 100%;
  height: 3px;
  bottom: -3px;
  left: 0;
  display: block;
  position: absolute;
  content: '';
  background: #0f437c;
}

.friends .bottom .item {
  display: none;
  line-height: 89px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.friends .bottom .item.active {
  text-align: center;
  display: block;
  color: #0f437c;
}

/* footer */
.footer {
  background-image: url(/templates/default/images/footer-bg9a5b2962.jpg);
  padding: 51px 0 0 0;
}

.footer .title-container .title-cn {
  color: #fff;
}

.footer .title-container .title-text {
  color: #fff;
}

.footer .title-container .title-text i {
  background: #fff;
}

.footer .title-container .title-more {
  border-color: #fff;
  color: #fff;
  opacity: 0;
}

.footer .container {
  padding: 64px 0 102px 109px;
}

.footer .container .left {
  text-align: center;
  line-height: 38px;
  color: #ffffff;
  font-size: 14px;
}

.footer .container .left .logo {
  margin-bottom: 25px;
  height: 43px;
}

.footer .container .left .qrcode {
  width: 138px;
  height: 138px;
  margin: 0 auto;
}

.footer .container .right .text {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}

.footer .container .right .top-left {
  float: left;
  width: 76px;
  line-height: 36px;
}

.footer .container .right .one {
  float: left;
  margin-left: 102px;
}

.footer .container .right .one:last-of-type {
  margin-right: 0;
}

.footer .container .right .en {
  font-size: 14px;
  font-family: Arial;
  color: #b2c8e0;
  font-weight: bold;
}

.footer .container .right .cn {
  color: #ffffff;
  font-size: 14px;
}

.footer .container .right .img-wrap {
  width: 53px;
  height: 53px;
  float: left;
}

.footer .footer-bottom {
  text-align: center;
  line-height: 56px;
  background: rgba(15, 67, 124, 0.89);
  font-size: 14px;
  color: white;
}

.er-container {
  padding-bottom: 84px;
}

.er-bread {
  line-height: 69px;
  color: #3c3c3c;
  font-size: 14px;
  margin-bottom: 21px;
}

.er-bread .inner {
  position: relative;
  padding-left: 10px;
}

.er-bread .inner::before {
  width: 7px;
  height: 7px;
  background: #fe6338;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  position: absolute;
  display: block;
  content: '';
}

/*  */
.er-news .recruit-ul {
  margin-top: 47px;
}

.er-news .recruit-ul li {
  width: 553px;
  float: left;
}

.er-news .recruit-ul li:nth-of-type(2n) {
  float: right;
}

.er-pagiantion {
  text-align: center;
  margin-top: 87px;
  font-size: 0;
  line-height: 0;
}

.er-pagiantion a {
  display: inline-block;
  line-height: 34px;
  min-width: 34px;
  padding: 0 20px;
  background: #e8e8e8;
  color: #5D5D5D;
  font-size: 16px;
  margin: 0 6px;
  vertical-align: top;
}

.er-pagiantion a:hover {
  color: #fff;
  background: #123c96;
}

.er-tabs {
  margin: 46px 0 0 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.er-tabs .er-tab {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  color: #0F437C;
  padding: 0 14px;
  margin: 0 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.er-tabs .er-tab::after, .er-tabs .er-tab::before {
  width: 150%;
  display: block;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  background: #0f437c;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.er-tabs .er-tab::before {
  left: 150%;
}

.er-tabs .er-tab::after {
  right: 150%;
}

.er-tabs .er-tab.active, .er-tabs .er-tab:hover {
  color: #fff;
}

.er-tabs .er-tab.active::before, .er-tabs .er-tab:hover::before {
  left: 0;
}

.er-tabs .er-tab.active::after, .er-tabs .er-tab:hover::after {
  right: 0;
}

/*  */
.school-ul {
  margin: 58px 0 0 0;
}

.school-ul li {
  width: 266px;
  float: left;
  margin-right: 45px;
  margin-bottom: 14px;
}

.school-ul li:nth-of-type(4n) {
  margin-right: 0;
}

.school-ul li .img-wrap {
  width: 266px;
  background:url(/templates/default/images/loading.jpg) no-repeat center top;
  height: 196px;
}

.school-ul li .text {
  line-height: 79px;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #0f437c;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.er-school .er-pagiantion {
  margin-top: 48px;
}

.er-stu-margin {
  margin-top: 103px;
}

.er-stu-ul li {
  width: 269px;
  float: left;
  margin-bottom: 39px;
  margin-right: 41px;
}

.er-stu-ul li:nth-of-type(4n) {
  margin-right: 0;
}

.er-stu-ul li .img-wrap {
  height: 290px;
}

.er-stu-ul li .text-container {
  height: 233px;
  background: #0f437c;
  padding: 17px 13px 0;
  border: 1px solid #0f437c;
  text-align: center;
}

.er-stu-ul li .text-container .title {
  line-height: 50px;
  font-size: 22px;
  color: white;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.er-stu-ul li .text-container .text {
  font-size: 20px;
  color: white;
  line-height: 34px;
  height: 136px;
  overflow: hidden;
}

.er-menu-left {
  width: 257px;
}

.er-container-main {
  width: 901px;
}

.column-navigation {
  height: 118px;
  background: #0f437c;
  text-align: center;
}

.column-navigation .cn {
  font-size: 24px;
  font-weight: 400;
  color: white;
  line-height: 40px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.column-navigation .en {
  font-size: 18px;
  font-weight: 400;
  color: white;
  line-height: 30px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.er-menu-tabs .er-menu-tab {
  line-height: 81px;
  text-align: center;
  background: #f6f9fd;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #0f437c;
}

.er-menu-tabs .er-menu-tab a {
  display: block;
}

.er-menu-tabs .er-menu-tab::after {
  left: 11px;
  right: 11px;
  margin: 0 auto;
  bottom: 0;
  position: absolute;
  display: block;
  content: '';
  border-bottom: 1px solid #e5e5e5;
}

.er-menu-tabs .er-menu-tab.active, .er-menu-tabs .er-menu-tab:hover {
  background: #dbe8fb;
}

.en-cn-container {
  line-height: 39px;
  height: 39px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  color: #c5c5c5;
}

.en-cn-container img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.en-cn-container .cn {
  font-size: 16px;
  font-weight: 400;
  color: #0f437c;
}

.en-cn-container .en {
  font-size: 16px;
  font-weight: 400;
  color: #c5c5c5;
}

.breaking-ul li {
  border-bottom: 1px solid #F2F2F2;
  padding-left: 16px;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.breaking-ul li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  margin: auto 0;
  width: 8px;
  height: 8px;
  background: #d8d8d8;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.breaking-ul li:hover {
  padding-left: 30px;
}

.breaking-ul li:hover:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  background: #0F437C;
}

.breaking-ul .text {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 45px;
  font-size: 16px;
  font-weight: 400;
  color: #323131;
}

.breaking-ul .date-wrap {
  width: 100px;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #585858;
  line-height: 45px;
}

/*  */
.er-text-container {
  font-size: 18px;
  color: #666666;
  line-height: 32px;
}

.er-text-container .er-text-title {
  color: #0F437C;
}

.er-text-container h2,
.er-text-container h3 {
  text-align: center;
  font-weight: normal;
  font-size: 23px;
  font-weight: bold;
  color: #0f437c;
  line-height: 40px;
}

.er-text-container h2 {
  margin-top: 13px;
}

.btn {
  cursor: pointer;
}

.internship .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #c8c6c3;
  width: 41px;
  height: 41px;
  z-index: 2;
  margin: auto 0;
  background-size: 12px;
}

.internship .btn-prev {
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.internship .btn-next {
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}
.select{
  color: #fff!important;
  background: #123c96!important;
}