.study_box5 {
  padding: 2.57rem 0 7.85rem;
  justify-content: space-between;
  gap: 2.86rem;
}
.study_box5_item {
  position: relative;
  display: block;
  width: 41.43rem;
  height: 29.57rem;
  overflow: hidden;
}
.study_box5_item:hover img {
  transform: scale(1.1);
}
.study_box5_item img {
  width: 100%;
  height: 100%;
}
.study_box5_item .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4.29rem;
  padding: 1.14rem 2.14rem;
  background-color: rgba(4, 0, 0, 0.5);
}
.study_box5_item .bottom h3 {
  font-size: 1.71rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.study_box6 .nav-bar {
  margin: 2.57rem 0 5rem;
  height: 3.57rem;
}
.study_box6 .nav-bar .download {
  display: block;
  font-size: 1.29rem;
  line-height: 3.57rem;
  color: #666666;
  padding: 0 2.5rem;
  overflow: hidden;
}
.study_box6 .nav-bar .download p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.study_box6 .nav-bar .download:hover {
  color: #fff;
  background-color: #103564;
}
.study_box6 .nav-bar .download:hover p.scroll {
  overflow: visible;
  text-overflow: clip;
  animation: scroll 5s linear infinite;
}
.study_box6 .nav-bar .devider {
  display: block;
  width: 0.07rem;
  height: 100%;
  background-color: #d7d7d7;
}
.study_box6 .third-nav {
  position: relative;
}
.study_box6 .third-nav.active {
  background-color: #103564;
}
.study_box6 .third-nav h2 {
  position: relative;
  padding: 0 3.57rem 0 2.5rem;
  font-size: 1.29rem;
  line-height: 3.57rem;
  color: #103564;
  cursor: pointer;
}
.study_box6 .third-nav.active h2 {
  color: #fff;
}
.study_box6 .third-nav h2::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%) rotate(0);
  width: 1.14rem;
  height: 0.57rem;
  background-image: url('../images/dropdown.png');
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.5s all;
  -webkit-transform: 0.5s all;
}
.study_box6 .third-nav.active h2::after {
  transform: translateY(-50%) rotate(180deg);
}
.study_box6 .third-nav .dropdown {
  position: absolute;
  width: 100%;
  padding: 6.5% 8.7% 8.7%;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  background-color: #fff;
  height: 17.86rem;
  overflow-y: auto;
}
.study_box6 .third-nav .dropdown::-webkit-scrollbar {
  display: block;
  width: 0.1rem;
  height: 0.15rem;
  -webkit-border-radius: 0.05rem;
  -moz-border-radius: 0.05rem;
  border-radius: 0.05rem;
}
.study_box6 .third-nav .dropdown::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  -webkit-border-radius: 0.05rem;
  -moz-border-radius: 0.05rem;
  border-radius: 0.05rem;
  min-height: 0.28rem;
}
.study_box6 .third-nav.active .dropdown {
  opacity: 1;
  transition: all 0.5s;
  transform: scaleY(1);
  box-shadow: 0 6px 14px #e8e8e8;
}
.study_box6 .third-nav li {
  padding: 0.36rem 0;
  text-align: center;
  background-color: #fff;
  border-bottom: 0.07rem solid #d6d6d6;
  position: relative;
}
.study_box6 .third-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.study_box6 .third-nav li h3 {
  color: #666;
  padding: 0.71rem 0;
  font-size: 1.14rem;
  line-height: 1.43rem;
  transition: 0.5s all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.study_box6 .third-nav li:hover h3 {
  overflow: visible;
  color: #103564;
  text-overflow: clip;
}
.study_box6 .third-nav li:hover h3.scroll {
  animation: scroll 5s linear infinite;
}
@keyframes scroll {
  0%,
  10% {
    transform: translateX(0%);
  }
  90%,
  100% {
    transform: translateX(-100%);
  }
}
.study_box6 .title {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  line-height: 2.14rem;
  padding: 1rem 0;
  border-bottom: 0.07rem solid #dee8f2;
  margin-bottom: 2.86rem;
}
.study_box6 .title h2 {
  font-size: 2.14rem;
  color: #103564;
  font-weight: bold;
}
.study_box6 .content {
  margin: 2.14rem 0 6.43rem;
  min-height: 23.57rem;
  justify-content: space-between;
  gap: 2.71rem;
}
.study_box6 .content .txt {
  width: 50rem;
  flex-direction: column;
  justify-content: space-between;
}
.study_box6 .content .txt p {
  font-size: 1.14rem;
  color: #000;
}
.study_box6 .column-group {
  flex-wrap: wrap;
  gap: 1.43rem;
}
.study_box6 .column-group a {
  display: block;
  width: 15.71rem;
  height: 4.71rem;
  background-color: #f8f8f8;
  border: 0.07rem solid #ffc70a;
  border-radius: 0.71rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.study_box6 .column-group a:hover {
  background-color: #103564;
}
.study_box6 .column-group a:hover h4 {
  color: #fff;
}
.study_box6 .column-group h4 {
  font-size: 1.2rem;
  color: #000;
  font-weight: 700;
}
.study_box6 .content .pic {
  width: 33rem;
  height: 23.57rem;
}
.study_box6 .content .pic img {
  width: 100%;
  height: 100%;
}
.study-box7 {
  margin-bottom: 5%;
}
.study-box7 .title {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  line-height: 2.14rem;
  padding: 2rem 0;
  border-bottom: 0.07rem solid #dee8f2;
  margin-top: 3.57rem;
  margin-bottom: 2.14rem;
}
.study-box7 .title h2 {
  font-size: 1.71rem;
  color: #103564;
  font-weight: bold;
}
.study-box7 .content {
  font-size: 1.14rem;
  line-height: 1.79rem;
  display: block;
  margin-top: 2%;
  color: #000;
}
.study-box7 .content h1 {
  font-size: 1.29rem;
  line-height: 1.71rem;
  margin-bottom: 1.71rem;
  font-weight: 500;
  color: #000;
}
/* internationalStudents */
.international-students {
  display: flex;
  flex-direction: column;
  gap: 6.29rem;
  margin-top: 5.71rem;
  margin-bottom: 7.14rem;
}
.international-students .my-row {
  display: flex;
  justify-content: space-between;
}
.international-students .my-row:nth-of-type(1) a {
  width: 11.86rem;
}
.international-students .my-row:nth-of-type(2) a {
  width: 20.36rem;
}
.international-students .my-row:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.international-students .pic {
  width: 34.29rem;
}
.international-students .pic img {
  width: 100%;
  height: auto;
}
.international-students .txt {
  width: calc(100% - 34.29rem);
  margin: 2.07rem 0;
  padding: 0 5.71rem;
  background-color: #fbfbfb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.86rem;
}
.international-students .txt .title {
  line-height: 2.14rem;
}
.international-students .txt .title h2 {
  font-size: 2.14rem;
  color: #103564;
  font-weight: bold;
}
.international-students .txt .content {
  display: flex;
  flex-direction: column;
  gap: 2.86rem;
}
.international-students .txt .content .links {
  display: flex;
  gap: 1.43rem;
}
.international-students .txt .content a:not(.more) {
  display: block;
  padding: 1.43rem;
  border: 0.07rem solid #ffc70a;
  border-radius: 0.71rem;
  text-align: center;
}
.international-students .txt .content a:not(.more):hover {
  background-color: #103564;
}
.international-students .txt .content a:not(.more):hover p {
  color: #fff;
}
.international-students .txt .content a:not(.more) p {
  font-size: 1.29rem;
}
.international-students .txt .content p {
  color: #000;
  font-size: 1.14rem;
  font-weight: 600;
  line-height: 1.86rem;
}
.international-students .txt .more {
  display: inline-block;
  width: 9.29rem;
  box-sizing: content-box;
  font-size: 1.14rem;
  font-weight: bold;
  line-height: 2.85rem;
  position: relative;
  z-index: 9;
}
.international-students .txt .more i {
  margin-left: 1rem;
  display: inline-block;
  font-size: 1.28rem;
  color: #103564;
}
.international-students .txt .more::before,
.international-students .txt .more::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #103564;
  transition: all 0.5s;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.international-students .txt .more::after {
  height: 100%;
  width: 0;
}
.international-students .txt .more:hover {
  color: #fff;
  padding: 0 1rem;
}
.international-students .txt .more:hover i {
  color: #fff;
}
.international-students .txt .more:hover::after {
  width: 100%;
}
.international-students.ny_tit {
  border: none;
  margin-bottom: 1.43rem;
}
.international-students-list {
  background-color: #f8f8f8;
  padding: 1.43rem 4.29rem 3.21rem;
  margin-bottom: 7.14rem;
}
.international-students-list ul {
  display: flex;
  flex-direction: column;
}
.international-students-list li {
  padding: 2.79rem 0;
  border-bottom: 0.07rem solid #eaeaea;
}
.international-students-list a {
  display: block;
  font-size: 1.71rem;
  color: #103564;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.international-students-list p {
  font-size: 1.14rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#AdMove-a {
  display: block;
  width: 310px;
  height: 120px;
  transition-duration: 0s !important;
  -webkit-transition-duration: 0s !important;
}
#AdMove-a .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../images/close.png) #888 no-repeat center / 15px 15px;
}
@media only screen and (max-width: 1240px) {
  .study_box6 .column-group a {
    width: calc((100% - 1.43rem * 2) / 3);
    height: 4.71rem;
  }
  .study_box6 .column-group h4 {
    font-size: 1.14rem;
  }
  .international-students {
    gap: 3.14rem;
    margin-top: 2.86rem;
    margin-bottom: 3.57rem;
  }
  .international-students .my-row:nth-of-type(1) a {
    width: 11.86rem;
  }
  .international-students .my-row:nth-of-type(2) a {
    width: 20.36rem;
  }
  .international-students .pic {
    width: 25.71rem;
  }
  .international-students .txt {
    width: calc(100% - 25.71rem);
    margin: 1.61rem 0;
    padding: 0 4.29rem;
    gap: 2.14rem;
  }
  .international-students .txt .title {
    line-height: 1.61rem;
  }
  .international-students .txt .title h2 {
    font-size: 1.61rem;
  }
  .international-students .txt .content {
    gap: 2.14rem;
  }
  .international-students .txt .content .links {
    gap: 1.07rem;
  }
  .international-students .txt .content a:not(.more) {
    padding: 1.07rem;
  }
  .international-students .txt .content a:not(.more) p {
    font-size: 1.14rem;
  }
  .international-students .txt .content p {
    font-size: 1rem;
    line-height: 1.43rem;
  }
  .international-students .txt .more {
    display: inline-block;
    width: 9.29rem;
    box-sizing: content-box;
    font-size: 1.14rem;
    font-weight: bold;
    line-height: 2.85rem;
    position: relative;
    z-index: 9;
  }
}
@media only screen and (max-width: 768px) {
  .study_box5 {
    padding: 20px 0 50px;
    align-items: center;
    gap: 2.86rem;
    flex-direction: column;
  }
  .study_box5_item {
    width: 80%;
    height: auto;
  }
  .study_box5_item .bottom {
    height: 2.14rem;
    padding: 0.54rem 2.14rem;
  }
  .study_box5_item .bottom h3 {
    font-size: 0.86rem;
  }
  .study_box6 .nav-bar {
    margin: 0;
    height: auto;
    flex-direction: column;
    margin-bottom: 0.71rem;
  }
  .study_box6 .nav-bar .download {
    font-size: 1rem;
    line-height: 2rem;
    padding: 0 1.07rem;
    border-bottom: 0.04rem solid #d7d7d7;
  }
  .study_box6 .nav-bar .devider {
    display: none;
  }
  .study_box6 .third-nav h2 {
    padding: 0 1.07rem;
    font-size: 1rem;
    line-height: 2rem;
  }
  .study_box6 .third-nav h2::after {
    right: 1.79rem;
    width: 1.14rem;
    height: 0.57rem;
  }
  .study_box6 .third-nav .dropdown {
    height: 8.93rem;
    padding: 2% 3% 3%;
  }
  .study_box6 .third-nav li {
    padding: 0.18rem 0;
  }
  .study_box6 .third-nav li h3 {
    padding: 0.36rem 0;
    font-size: 0.85rem;
    line-height: 1rem;
  }
  .study_box6 .title {
    line-height: 1.5rem;
    padding: 0.5rem 0;
    margin-bottom: 1.43rem;
  }
  .study_box6 .title h2 {
    font-size: 1.14rem;
  }
  .study_box6 .content {
    margin: 1.07rem 0 3.21rem;
    min-height: auto;
    justify-content: space-between;
    flex-direction: column;
    gap: 1.43rem;
  }
  .study_box6 .content .txt {
    width: 100%;
  }
  .study_box6 .content .txt p {
    font-size: 0.85rem;
    margin-bottom: 1.07rem;
  }
  .study_box6 .column-group {
    gap: 0.71rem;
  }
  .study_box6 .column-group a {
    width: 100%;
    height: 1.79rem;
    border-radius: 0.36rem;
  }
  .study_box6 .column-group h4 {
    width: 80%;
    font-size: 1.14rem;
  }
  .study_box6 .content .pic {
    width: 100%;
    height: auto;
    padding: 5%;
  }
  .study-box7 .title {
    line-height: 2.14rem;
    padding: 0.48rem 0;
    margin-top: 0;
    margin-bottom: 1.07rem;
  }
  .study-box7 .title h2 {
    font-size: 1.07rem;
  }
  .study-box7 .content {
    font-size: 0.85rem;
    line-height: 1.79rem;
  }
  .study-box7 .content h1 {
    font-size: 0.93rem;
  }
  .international-students {
    display: flex;
    flex-direction: column;
    gap: 2.86rem;
    margin-top: 2.86rem;
    margin-bottom: 3.57rem;
  }
  .international-students .my-row {
    flex-direction: column-reverse;
  }
  .international-students .my-row:nth-of-type(1) a {
    width: 11.86rem;
  }
  .international-students .my-row:nth-of-type(2) a {
    width: 20.36rem;
  }
  .international-students .my-row:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
  .international-students .pic {
    width: 100%;
  }
  .international-students .txt {
    width: 100%;
    margin: 0 0 2.07rem 0;
    padding: 0;
    gap: 1.43rem;
  }
  .international-students .txt .title {
    line-height: 2.14rem;
  }
  .international-students .txt .title h2 {
    font-size: 1.5rem;
  }
  .international-students .txt .content {
    gap: 1.43rem;
  }
  .international-students .txt .content .links {
    flex-direction: column;
    gap: 0.71rem;
  }
  .international-students .txt .content a:not(.more) {
    width: 100%;
    padding: 0.71rem;
    border-radius: 0.36rem;
  }
  .international-students .txt .content a:not(.more) p {
    font-size: 1rem;
  }
  .international-students .txt .content p {
    color: #000;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.2rem;
  }
  .international-students .txt .more {
    color: #fff;
    padding: 0 1rem;
  }
  .international-students .txt .more i {
    color: #fff;
  }
  .international-students .txt .more::after {
    width: 100%;
  }
  .international-students .txt .more {
    font-size: 1rem;
  }
  .international-students.ny_tit {
    margin-bottom: 1.07rem;
  }
  .international-students.ny_tit h1 {
    font-size: 1.5rem;
  }
  .international-students-list {
    padding: 0.71rem 2.14rem 1.61rem;
    margin-bottom: 3.57rem;
  }
  .international-students-list li {
    padding: 1.39rem 0;
  }
  .international-students-list a {
    font-size: 1.07rem;
  }
  .international-students-list p {
    font-size: 0.85rem;
  }
}