/* æ¸…é™¤æµ®åŠ¨*/
.fix {
  *zoom: 1;
}
.fix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
/*middle-box*/
.middle-box {
  font-size: 0;
  letter-spacing: -1.5em;
}
.middle-box:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.middle-cont {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 0;
}
/*public-box*/
.box-s-w:hover .img-cont .img-box img {
  transform: translateY(-50%) scale(1.1);
}
.img-cont {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.img-cont .img-bg {
  min-width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  filter: blur(10px);
  margin-top: 0;
  top: 0;
  transform: none;
  max-width: 200%;
}
.img-cont .img-box {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
}
.img-cont .img-box img {
  vertical-align: middle;
  width: 100%;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%) scale(1);
  transition: all 0.5s;
}
/*font*/
.h16 {
  font-size: 16px;
}
.h18 {
  font-size: 18px;
}
.h20 {
  font-size: 20px;
}
.h24 {
  font-size: 24px;
}
.h30 {
  font-size: 30px;
}
.h36 {
  font-size: 36px;
}
.h40 {
  font-size: 36px;
}
.h44 {
  font-size: 44px;
}
.h48 {
  font-size: 48px;
}
.h72 {
  font-size: 72px;
}
.h90 {
  font-size: 90px;
}
/*body-bg*/
.new-body {
  background-color: #fff;
}
.new-bread-crumb {
  background-color: #efefef;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.page-main {
  padding-top: 30px;
  padding-bottom: 30px;
}
.public-title {
  position: relative;
  color: #004e9c;
  line-height: 1;
  z-index: 1;
  font-weight: bold;
  margin-bottom: 25px;
}
.public-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 66px;
  height: 10px;
  background-color: #b2cae1;
  z-index: -1;
}
.public-menu {
  margin-bottom: 20px;
}
.public-menu a {
  float: left;
  line-height: 40px;
  height: 40px;
  vertical-align: bottom;
  margin-bottom: 10px;
  position: relative;
  background-color: #f0f3f9;
  color: #333333;
  margin-right: 20px;
  padding-left: 18px;
  padding-right: 18px;
  top: 0;
  transition: top .2s;
  border-left:4px solid #014e9c;
}
.public-menu a:hover,
.public-menu a.active {
  background-color: #014e9c;
  color: #fff;
  margin-right: 20px;
  padding-left: 18px;
  padding-right: 18px;
  top: -2px;
  transition: top .2s;
  box-shadow: 0px 4px 6px -2px #004e9c;
}
/*talent-program-list*/
.talent-program-list .box-s {
  position: relative;
}
.talent-program-list .box-s .img-s {
  display: block;
  width: 100%;
}
.talent-program-list .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
}
.talent-program-list .box-s .txt-s {
  line-height: 1;
  font-weight: bold;
}
.talent-program-list .slick-dots li.slick-dot {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #ffffff;
}
.talent-program-list .slick-dots li.slick-dot.slick-active {
  background-color: #004e9c;
  width: 40px;
}

/*food-box*/
.food-box img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*menu-groups*/
.menu-groups {
  min-height: 187px;
  background: url(new-img-04.png) no-repeat center top;
  background-size: cover;
  padding: 55px 75px 30px;
  margin-bottom: 30px;
}
.menu-groups .public-title {
  color: #fff;
}
.menu-groups .public-title:after {
  background-color: rgba(255, 255, 255, 0.3);
}
.menu-groups .class-name {
  font-weight: bold;
  color: #fff;
}
.menu-groups .class-name a {
  float: left;
  margin-right: 15px;
  padding-right: 17px;
  position: relative;
  line-height: 30px;
  color: #fff;
}
.menu-groups .class-name a:after {
  content: '';
  position: absolute;
  right: 0;
  width: 2px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  background-color: #fff;
}
.menu-groups .class-name a:last-child:after {
  display: none;
}
.item-list .box-s {
  position: relative;
  border: 1px solid #eeeeee;
}
.item-list .box-s .box-img {
  height: 389px;
}
.item-list .box-s .box-title {
  position: absolute;
  left: 0;
  bottom: 20px;
  background: url(new-img-08.png) no-repeat right 25px center rgba(0, 78, 156, 0.72);
  padding-left: 25px;
  padding-right: 50px;
  height: 54px;
  line-height: 54px;
  color: #fff;
}
/*map-box*/
.map-box {
  position: relative;
  padding-bottom: 50px;
}
.map-box .map-img {
  border: solid 1px #eeeeee;
}
.map-box .map-img img {
  display: block;
  width: 100%;
}
.map-box .map-title {
  position: absolute;
  right: 0;
  background: url(new-img-09.png) no-repeat 25px 11px #004e9c;
  padding: 25px 25px 25px 130px;
  min-height: 96px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  max-width: 493px;
  bottom: 0;
  z-index: 9;
}
/*weather-box*/
.weather-wrap {
  background: url(new-img-73.png) no-repeat bottom center;
  margin-bottom: -20px;
}
.weather-groups .weather-title {
  color: #333333;
  margin-bottom: 25px;
  font-weight: bold;
}
.weather-groups .weather-txt {
  color: #858585;
  line-height: 30px;
  margin-bottom: 30px;
}
.weather-groups .weather-list {
  line-height: 30px;
  color: #06a5ef;
  margin-bottom: 50px;
}
.weather-groups .weather-item {
  margin-bottom: 30px;
}
.weather-groups .weather-item .box-s {
  background-color: #004e9c;
  height: 265px;
  padding: 20px;
  text-align: center;
  color: #fff;
}
.weather-groups .weather-item .box-s .icon-s {
  margin-bottom: 15px;
}
.weather-groups .weather-item .box-s .icon-s img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.weather-groups .weather-item .box-s .title-s {
  line-height: 24px;
}
.weather-groups .weather-item .box-s .title-s > div:first-child {
  margin-bottom: 3px;
}
.weather-groups .weather-other {
  color: #666666;
  margin-bottom: 10px;
}
.weather-groups .weather-other a {
  color: #004e9c;
}
/*Before You Arriving*/
.before-arriving-list .box-s {
  background-color: #f3f7fb;
  border: solid 1px #eeeeee;
}
.before-arriving-list .box-s .box-img {
  height: 216px;
  border-bottom: solid 1px #eeeeee;
}
.before-arriving-list .box-s .box-img img {
  display: block;
}
.before-arriving-list .box-s .box-info {
  padding: 10px 20px 30px;
}
.before-arriving-list .box-s .box-title {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.before-arriving-list .box-s .box-title .num-s {
  text-align: center;
  font-family: Impact;
  font-weight: bold;
  color: #dae6f1;
  line-height: 1.1;
}
.before-arriving-list .box-s .box-title .title-s {
  background-color: #f3f7fb;
  line-height: 44px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.before-arriving-list .box-s .box-txt {
  line-height: 30px;
  height: 270px;
  overflow: hidden;
  color: #333333;
  margin-bottom: 35px;
}
.before-arriving-list .box-s .box-more {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 140px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  border: solid 1px #004e9c;
  color: #004e9c;
  transition: all 0.5s;
}
.before-arriving-list .box-s .box-more:hover {
  background-color: #004e9c;
  color: #fff;
}
.before-arriving-info .box-img {
  position: relative;
  z-index: 9;
}
.before-arriving-info .box-img img {
  display: block;
  width: 100%;
}
.before-arriving-info .box-info {
  background-color: #004e9c;
  min-height: 590px;
  margin-top: 115px;
  margin-left: -270px;
  padding: 40px 50px 30px 320px;
}
.before-arriving-info .box-info .info-title {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.before-arriving-info .box-info .info-txt {
  color: rgba(255, 255, 255, 0.6);
  line-height: 2.2;
  margin-bottom: 20px;
  text-align: justify;
}
.before-arriving-info .box-info .info-list {
  margin-bottom: 30px;
}
.before-arriving-info .box-info .info-list .a-box {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  text-decoration: underline;
  background: url(new-img-21.png) no-repeat 0 11px;
  padding-left: 36px;
  transition: all 0.5s;
}
.before-arriving-info .box-info .info-list .a-box:hover {
  background: url(new-img-21.png) no-repeat 10px 11px;
  padding-left: 46px;
}
.before-arriving-info .box-info .info-more {
  display: block;
  width: 150px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #ffffff;
  color: #004e9c;
  position: relative;
  transition: all 0.5s;
}
.before-arriving-info .box-info .info-more:hover {
  color: #fff;
  background-color: #6caede;
}
/*other-banner*/
.other-banner {
  height: 550px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.other-banner .banner-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 8;
}
.other-banner .banner-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
}
.other-banner .banner-menu {
  width: 240px;
  position: absolute;
  left: 7%;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
}
.other-banner .banner-menu a {
  display: block;
  height: 60px;
  line-height: 60px;
  background-color: rgba(0, 0, 0, 0.35);
  padding-left: 45px;
  margin-bottom: 2px;
  color: #fff;
}
.other-banner .banner-menu a:last-child {
  margin-bottom: 0;
}
.other-banner .banner-menu a:hover,
.other-banner .banner-menu a.active {
  background-color: rgba(0, 78, 156, 0.9);
}
.faculties-list .box-s {
  min-height: 252px;
  margin-bottom: 15px;
  padding-left: 205px;
  position: relative;
}
.faculties-list .box-s .box-img {
  width: 175px;
  max-height: 240px;
  position: absolute;
  left: 0;
  top: 0;
}
.faculties-list .box-s .box-img img {
  display: block;
  width: 100%;
  max-height: 240px;
}
.faculties-list .box-s .box-info {
  padding-top: 20px;
}
.faculties-list .box-s .box-title {
  display: block;
  color: #004e9c;
  line-height: 1.3;
  margin-bottom: 10px;
}
.faculties-list .box-s .box-title span {
  display: block;
}
.faculties-list .box-s .box-title .title-s {
  font-weight: bold;
}
.faculties-list .box-s .box-txt {
  line-height: 36px;
  color: #333;
  max-height: 144px;
  overflow: hidden;
}
/*focus-banner*/
.focus-banner {
  margin-bottom: 50px;
}
.focus-banner.banner-pt {
  padding-top: 20px;
}
.focus-banner .banner-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.2;
}
.focus-banner .banner-txt {
  color: #333333;
  line-height: 30px;
  margin-top: 25px;
}
.focus-banner .slick-arrow {
  width: 46px;
  height: 94px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: transparent;
  border-radius: 0;
  background-size: contain;
}
.focus-banner .slick-arrow:after {
  display: none;
}
.focus-banner .slick-prev {
  background-image: url(new-img-28.png);
  left: 0;
}
.focus-banner .slick-next {
  background-image: url(new-img-29.png);
  right: 0;
}
.focus-banner-wrap {
  overflow: hidden;
}
.focus-banner-wrap .public-more {
  margin-top: 40px;
}
.focus-banner-02 {
  margin-left: -15px;
  margin-right: -15px;
}
.focus-banner-02 .box-s {
  margin-left: 15px;
  margin-right: 15px;
}
.focus-banner-02 .box-s .box-img {
  height: 217px;
  border: solid 1px #eeeeee;
}
.focus-banner-02 .slick-arrow {
  width: 27px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: transparent;
  border-radius: 0;
}
.focus-banner-02 .slick-arrow:after {
  display: none;
}
.focus-banner-02 .slick-prev {
  background-image: url(new-img-30.png);
  left: 15px;
}
.focus-banner-02 .slick-next {
  background-image: url(new-img-31.png);
  right: 15px;
}
.tc {
  text-align: center;
}
.public-box {
  margin-bottom: 65px;
}
.public-title-02 {
  text-align: center;
  color: #333333;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.2;
}
.public-info {
  line-height: 30px;
  color: #333333;
}
.public-info.txt-col {
  color: #333;
}
.public-info.mt-s {
  margin-top: 30px;
}
.public-info.mb-s {
  margin-bottom: 30px;
}
.public-info.txt-col.mb-s.tc{
  font-size:20px;
}
.research-box .box-item {
  margin-bottom: 35px;
}
.research-box .box-item:last-child {
  margin-bottom: 0;
}
.research-box .box-img img {
  display: block;
  width: 100%;
}
.research-box .box-info {
  padding-top: 30px;
}
.research-box .box-info .info-txt {
  background-color: #f3f7fb;
  padding: 50px 30px;
  min-height: 245px;
}
.research-box .box-info .info-txt .title-s {
  font-weight: bold;
  color: #333;
  margin-bottom: 25px;
}
.research-box .box-info .info-txt .txt-s {
  color: #8d8d8d;
  line-height: 30px;
}
.research-box .box-info .info-more {
  display: block;
  width: 244px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #004e9c;
  color: #fff;
  position: relative;
  margin: -30px auto 0;
}
@media (min-width: 992px) {
  .research-box .box-item {
    margin-bottom: 35px;
  }
  .research-box .box-item.box-offset .layui-col-md6-push6 {
    left: 50%;
  }
  .research-box .box-item.box-offset .layui-col-md6-pull6 {
    right: 50%;
  }
}
.providing-box .top-img {
  margin-bottom: 40px;
}
.providing-box .top-img img {
  display: block;
}
.providing-box .box-item .box-s {
  max-width: 288px;
  margin: 0 auto 20px;
  position: relative;
}
.providing-box .box-item .box-s .box-img {
  overflow: hidden;
  border-radius: 50%;
}
.providing-box .box-item .box-s .box-img img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.providing-box .box-item .box-s .box-img img.img-h {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
}
.providing-box .box-item .box-s .box-mc {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 99;
}
.providing-box .box-item .box-s .box-mc:before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.providing-box .box-item .box-s .box-mc .title-s {
  background: url(new-img-39.png) no-repeat bottom center;
  padding-bottom: 35px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  color: #004e9c;
  display: inline-block;
}
.providing-box .box-item .box-s:hover .box-img img.img-h {
  display: block;
}
.providing-box .box-item .box-s:hover .box-mc .title-s {
  background: url(new-img-40.png) no-repeat bottom center;
  color: #fff;
}


.student-life-groups .box-info {
  height: 234px;
  padding: 30px;
  overflow: hidden;
  background-color: #004e9c;
}
.student-life-groups .box-info .info-title {
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
}
.student-life-groups .box-info .info-txt {
  height: 120px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
}
.student-life-groups .box-s .box-img {
  height: 234px;
}
@media (min-width: 992px) {
  .student-life-groups .img-groups.img-offset .layui-col-md6-push8 {
    left: 66.66666667%;
  }
  .student-life-groups .img-groups.img-offset .layui-col-md6-pull4 {
    right: 33.33333333%;
  }
}
.imgs-item .slick-arrow {
  width: 27px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: transparent;
  border-radius: 0;
}
.imgs-item .slick-arrow:after {
  display: none;
}
.imgs-item .slick-prev {
  background-image: url(new-img-30.png);
  left: 0;
}
.imgs-item .slick-next {
  background-image: url(new-img-31.png);
  right: 0;
}
.img-groups.img-offset {
  position: relative;
}
.img-groups.img-offset .imgs-item-warp {
  position: absolute;
  left: 0;
  top: 0;
}
.housing-box {
  position: relative;
  min-height: 300px;
  padding-top: 90px;
}
.housing-box:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 280px;
  background-color: #004e9c;
  z-index: -1;
}
.housing-box .public-title-02 {
  color: #fff;
}
.housing-box .public-info {
  color: rgba(255, 255, 255, 0.6);
}
.data-information {
  position: relative;
  padding-top: 80px;
}
.data-information:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 55px;
  left: 0;
  right: 0;
  background-color: #edf3f8;
  z-index: -1;
}
.data-information .box-img-groups {
  margin-bottom: 30px;
}
.data-information .box-img-groups img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.data-information .box-info {
  background-color: #004e9c;
  padding: 30px 6%;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
}
.public-more {
  width: 244px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #edf3f8;
  color: #004e9c;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alumni-show .main-cont {
  background: url(new-img-50.png) no-repeat left center;
  min-height: 300px;
}
.alumni-show .box-item {
  margin-left: 15%;
  margin-right: 15%;
  background-color: #fff;
}
.alumni-show .box-item .box-img {
  width: 265px;
  position: relative;
  float: left;
  margin-top: 30px;
  margin-bottom: 20px;
}
.alumni-show .box-item .box-img img {
  display: block;
  width: 100%;
}
.alumni-show .box-item .box-img .box-name {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 78, 156, 0.72);
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}
.alumni-show .box-item .box-info {
  margin-left: 310px;
}
.alumni-show .box-item .box-info .info-title {
  color: #004e9c;
  font-weight: bold;
  margin-bottom: 30px;
}
.alumni-show .box-item .box-info .info-txt {
  line-height: 36px;
  color: #333333;
  height: 252px;
  overflow: hidden;
}
.alumni-show .public-more {
  margin-top: 40px;
}
.alumni-show .slick-arrow {
  width: 46px;
  height: 94px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: transparent;
  border-radius: 0;
  background-size: contain;
  z-index: 999;
}
.alumni-show .slick-arrow:after {
  display: none;
}
.alumni-show .slick-prev {
  background-image: url(new-img-49.png);
  left: 0;
}
.alumni-show .slick-next {
  background-image: url(new-img-29.png);
  right: 0;
}
.students-show {
  position: relative;
  padding-top: 80px;
  min-height: 300px;
  margin-bottom: -20px;
  padding-bottom: 30px;
}
.students-show:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(new-img-51.png) no-repeat top center #edf3f8;
  height: 290px;
  z-index: -1;
}
.students-show .public-title-02 {
  margin-bottom: 40px;
  color: #fff;
}
.students-show .box-item {
  margin-left: 110px;
  margin-right: 8%;
}
.students-show .box-item .box-img {
  width: 320px;
  float: left;
}
.students-show .box-item .box-img .img-s img {
  display: block;
  border-radius: 50%;
}
.students-show .box-item .box-img .title-s {
  margin-top: 15px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.students-show .box-item .box-info {
  margin-left: 425px;
  padding-top: 50px;
}
.students-show .box-item .box-info .info-title {
  display: block;
  color: #fff;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 40px;
}
.students-show .box-item .box-info .info-txt {
  line-height: 36px;
  color: #333333;
  height: 252px;
  overflow: hidden;
}
.students-show .slick-arrow {
  width: 46px;
  height: 94px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: transparent;
  border-radius: 0;
  background-size: contain;
}
.students-show .slick-arrow:after {
  display: none;
}
.students-show .slick-prev {
  background-image: url(new-img-28.png);
  left: 0;
}
.students-show .slick-next {
  background-image: url(new-img-29.png);
  right: 0;
}
.students-info-groups {
  padding-top: 80px;
}
.students-info-groups .box-top {
  background: url(new-img-54.png) no-repeat bottom center;
  background-size: cover;
  padding: 30px 15px;
  text-align: center;
}
.students-info-groups .public-title-02 {
  color: #fff;
}
.students-info-groups .public-info {
  color: rgba(255, 255, 255, 0.6);
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.students-info-groups .box-num-groups {
  background-color: #e3ecf4;
  padding: 40px 15px;
}
.students-info-groups .box-num-groups .layui-row .box-w {
  min-height: 140px;
}
.students-info-groups .box-num-groups .layui-row .box-w:after {
  content: '';
  width: 1px;
  height: 124px;
  background-color: #d5dde5;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -62px;
}
.students-info-groups .box-num-groups .layui-row .box-w:last-child:after {
  display: none;
}
.students-info-groups .box-num-groups .box-s {
  position: relative;
  text-align: center;
}
.students-info-groups .box-num-groups .box-s .num-s {
  color: #333333;
  margin-bottom: 10px;
  line-height: 1;
}
.students-info-groups .box-num-groups .box-s .num-s sup {
  position: absolute;
  top: 0;
}
.students-info-groups .box-num-groups .box-s .txt-s {
  color: #797d80;
  line-height: 30px;
}
.apply-groups .main-cont .layui-row {
  margin-left: -5%;
  margin-right: -5%;
}
.apply-groups .main-cont .layui-row .box-w {
  padding-left: 5%;
  padding-right: 5%;
}
.apply-groups .box-s {
  position: relative;
  padding-left: 40px;
  padding-top: 40px;
}
.apply-groups .box-s:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 100px;
  bottom: 75px;
  background-color: #e3ecf4;
  z-index: -1;
}
.apply-groups .box-s .box-img {
  position: relative;
  overflow: hidden;
}
.apply-groups .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.apply-groups .box-s .box-img .box-title {
  position: absolute;
  left: 0;
  bottom: 20px;
  background: url(new-img-08.png) no-repeat right 25px center rgba(0, 78, 156, 0.72);
  padding-left: 25px;
  padding-right: 50px;
  height: 54px;
  line-height: 54px;
  color: #fff;
}
.scholarships-groups {
  position: relative;
}
.scholarships-groups:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 210px;
  z-index: -1;
  background-color: #f3f7fb;
}
.scholarships-groups .public-info {
  margin-bottom: 5%;
}
.scholarships-groups .main-cont .box-w {
  padding-top: 0;
  padding-bottom: 0;
}
.scholarships-groups .box-img {
  margin-bottom: 30px;
}
.scholarships-groups .box-info {
  padding: 3% 7% 5%;
  margin-bottom: 20px;
  min-height: 190px;
}
.scholarships-groups .box-info:last-child {
  margin-bottom: 0;
}
.scholarships-groups .box-info.info-bg-01 {
  background-color: #004e9c;
}
.scholarships-groups .box-info.info-bg-02 {
  background-color: #6cafdf;
}
.scholarships-groups .box-info .box-title {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
.scholarships-groups .box-info .box-list a {
  background: url(new-img-58.png) no-repeat 0 10px;
  padding-left: 24px;
  display: block;
  color: rgba(255, 255, 255, 1);
  line-height: 30px;
  position:relative;
  left:0;
  transition:left .2s;
}
.scholarships-groups .box-info .box-list a:hover {
  color: #fff;
  text-decoration: underline;
  left:10px;
  transition:left .1s;
}
.other-list-groups .box-s .box-img {
  height: 217px;
  border: solid 1px #eeeeee;
  margin-bottom: 15px;
}
.other-list-groups .box-s .box-img img {
  display: block;
}
.other-list-groups .box-s .box-img .title-s {
  position: absolute;
  left: 0;
  bottom: 15px;
  background: url("new-img-62.png") no-repeat right 15px center rgba(0, 78, 156, 0.72);
  padding-left: 15px;
  padding-right: 35px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.other-list-groups .box-s .box-title {
  display: block;
  line-height: 20px;
  color: #333333;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.other-list-groups .box-s:hover .box-title {
  color: #004e9c;
}
/*new-add*/
.page-details .box-item {
  margin-bottom: 35px;
}
.page-details .box-item:last-child {
  margin-bottom: 0;
}
.page-details .box-img img {
  display: block;
  width: 100%;
}
.page-details .box-info {
  padding-top: 30px;
  position: relative;
}
.page-details .box-info .info-txt {
  min-height: 245px;
}
.page-details .box-info .info-txt .title-wrap {
  margin-bottom: 30px;
}
.page-details .box-info .info-txt .title-s {
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 78, 156, 0.9);
  padding: 15px 30px 15px 10px;
  position: relative;
  float: right;
  margin-right: -30px;
  line-height: 1.2;
}
.page-details .box-info .info-txt .title-s:after {
  content: '';
  background: url(new-img-64.png) no-repeat right bottom;
  width: 41px;
  height: 100%;
  position: absolute;
  left: -41px;
  top: 0;
  bottom: 0;
}
.page-details .box-info .info-txt .txt-s {
  background-color: rgba(240, 243, 244, 0.85);
  color: #333333;
  line-height: 2;
  margin-right: -190px;
  padding: 60px 210px 60px 60px;
  min-height: 500px;
}
@media (min-width: 992px) {
  .page-details .box-item.box-offset .layui-col-md6-push6 {
    left: 50%;
  }
  .page-details .box-item.box-offset .layui-col-md6-pull6 {
    right: 50%;
  }
}

/*new-add*/
.how-to-apply {
  background: url("../images/new-img-66.png") no-repeat top center;
  background-size: contain;
  padding-top: 30px;
}
.how-to-apply .layui-row {
  margin-left: -25px;
  margin-right: -25px;
}
.how-to-apply .layui-row .box-w {
  padding-left: 25px;
  padding-right: 25px;
}

.how-to-apply .info-top {
  line-height: 26px;
  padding-left: 7%;
  padding-right: 7%;
  text-align: center;
  color: #7f8183;
  margin-bottom: 50px;
}

.how-to-apply .box-s .box-img {
  height: 410px;
}

.how-to-apply .box-s .box-info {
  margin: -45px 45px 0;
  background-color: #148ce8;
  position: relative;
  z-index: 9;
  padding: 20px 35px;
}
.how-to-apply .box-s .box-title {
  display: block;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}
.how-to-apply .box-s .box-more {
  background: url("new-img-67.png") no-repeat right center;
  height: 20px;
  line-height: 20px;
  padding-right: 25px;
  color: #fff;
}

.how-to-apply .box-s:hover .box-info {
  background-color: #004e9c;
}
.programs-groups {
  padding-top: 20px;
}
.programs-groups .box-item {
  margin-bottom: 80px;
}

.programs-groups .box-item.item-01 .box-info {
  background-color: #014e9c;
}
.programs-groups .box-item.item-01 .info-more {
  color: #014e9c;
}
.programs-groups .box-item.item-02 .box-info {
  background-color: #f08a28;
}
.programs-groups .box-item.item-02 .info-more {
  color:  #f08a28;
}

.programs-groups .box-item.item-03 .box-info {
  background-color: #0f81d9;
}
.programs-groups .box-item.item-03 .info-more {
  color:  #0f81d9;
}

.programs-groups .box-item:last-child {
  margin-bottom: 0;
}
.programs-groups .box-img {
  position: relative;
  z-index: 9;
}
.programs-groups .box-img img {
  display: block;
  width: 100%;
}
.programs-groups .box-info {
  margin-top: 40px;
  margin-left: -35px;
  min-height: 380px;
  padding: 30px 40px 30px 75px;
}

.programs-groups .box-item.box-offset .box-info {
  margin-left: 0;
  margin-right: -35px;
  padding: 30px 75px 30px 40px;
}

.programs-groups .box-info .title-s {
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,.12);
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.programs-groups .box-info .title-s:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 2px;
  background-color: #fff;
}
.programs-groups .info-txt {
  min-height: 170px;
  margin-bottom: 5px;
}

.programs-groups .a-box {
  background: url(new-img-58.png) no-repeat 0 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 26px;
  color: #ffffff;
  display: block;
  padding-left: 20px;
}
.programs-groups .a-box:hover {
  text-decoration: underline;
}

.programs-groups .info-more {
  display: block;
  width: 130px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #ffffff;
  color: #fff;
}
@media (min-width: 992px) {
  .programs-groups .box-item.box-offset .layui-col-md6-push6 {
    left: 50%;
  }
  .programs-groups .box-item.box-offset .layui-col-md6-pull6 {
    right: 50%;
  }
}


.choose-us-wrap {
  background: url(new-img-74.png) no-repeat center center #fff;
}
.choose-us-top {
  height: 210px;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 50px;
}

.choose-us-top .box-title {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -38px;
  background-color: rgba(0,78,156,.8);
  border-left: 6px solid #00c6ff;
  height: 76px;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  font-weight: bold;
  line-height: 76px;
  margin-bottom: 50px;
}

.choose-us-title {
  background: url(new-img-76.png) no-repeat left center;
  padding-left: 47px;
  color: #404040;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 40px;
}


.choose-us-title-02 {
  line-height: 26px;
  font-weight: bold;
  color: #008aff;
}
.choose-us-txt {
  color: #373737;
  line-height: 26px;
}
.choose-us-info {
  margin-bottom: 50px;
}
.choose-us-info .info-groups {
  margin-bottom: 30px;
}
.choose-us-info .box-img {
  margin-bottom: 20px;
}
.choose-us-info .box-img img {
  display: block;
  width: 100%;
}
.choose-us-info .box-info {
  padding-right: 35px;
}
.choose-us-info .box-info .choose-us-title-02 {
  margin-bottom: 5px;
}


@media (min-width: 768px) {
  .choose-us-info .layui-col-sm4 {
    width: 29%;
  }
  .choose-us-info .layui-col-sm8 {
    width: 71%;
  }

  .choose-us-info .layui-col-sm6-push8 {
    left: 71%;
  }
  .choose-us-info .layui-col-md6-pull4 {
    right: 29%;
  }
}
.choose-us-groups {
  background: url(new-img-80.png) no-repeat bottom left;
  padding-bottom: 30px;
}
.choose-us-groups .layui-row {
  margin-left: -25px;
  margin-right: -25px;
}
.choose-us-groups .layui-row .box-w {
  padding-left: 25px;
  padding-right: 25px;
}
.choose-us-groups .choose-us-title-02 {
  margin-bottom: 25px;
}
.choose-us-groups .box-item .box-img {
  margin-bottom: 30px;
}
.choose-us-groups .box-item .box-img img{
  display: block;
  width: 100%;
  border-radius: 6px;
}

.traffic-mod .box-item {
  margin-bottom: 40px;
}
.traffic-mod .box-item:last-child {
  margin-bottom: 0;
}

.traffic-mod .box-item .layui-row {
  margin-left: -22px;
  margin-right: -22px;
}
.traffic-mod .box-item .layui-row .box-w {
  padding-left: 22px;
  padding-right: 22px;
}
.traffic-mod .box-item .box-img {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.traffic-mod .box-item .box-info .info-txt {
  line-height: 24px;
  color: #333333;
}

.traffic-mod .box-item .box-a {
  display: block;
  background: url(new-img-86.png) no-repeat top center;
  width: 237px;
  height: 56px;
  padding-top: 5px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  margin-top: 18px;
}
.traffic-mod .box-item .box-a img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}

.traffic-mod .box-item .box-img img {
  display: block;
  width: 100%;
}
.traffic-mod .box-item .box-img:after {
  content: '';
  position: absolute;
  background-color: #004e9c;
  z-index: -1;
  top: 20px;
  bottom: 0;
}
.traffic-mod .box-item.box-odd .box-img {
  padding-left: 20px;
}
.traffic-mod .box-item.box-odd .box-img:after {
  left: 0;
  right: 20px;
}
.traffic-mod .box-item.box-odd .box-info {
  background: url(new-img-83.png) no-repeat right bottom;
}
.traffic-mod .box-item.box-even .box-img {
  padding-right: 20px;
}
.traffic-mod .box-item.box-even .box-img:after {
  left: 20px;
  right: 0;
}
.traffic-mod .box-item.box-even .box-info {
  background: url(new-img-84.png) no-repeat right bottom;
}

.traffic-title {
  position: relative;
  display: inline-block;
  min-width: 200px;
  margin-bottom: 28px;
  margin-left: 10px;
}
.traffic-title .title-bg {
  display: block;
  transform: skew(-30deg);
  background-color: #f2f6fa;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 8px;
  right: 0;
}
.traffic-title .title-txt {
  position: relative;
  margin-top: 8px;
  margin-right: 15px;
  padding: 5px 25px;
  color: #333333;
  font-weight: bold;
  line-height: 25px;
  z-index: 9;
}
.traffic-title .title-txt:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #c9daea;
  transform: skew(-30deg);
  z-index: -1;
}

@media (min-width: 992px) {

  .traffic-mod .box-item.box-even .layui-col-push-md7 {
    left: 58.33333333%;
  }
  .traffic-mod .box-item.box-even .layui-col-pull-md5 {
    right: 41.66666667%;
  }
}