body {
  border-top: 6px solid #004391;
  border-bottom: 4px solid #FF9526;
}
.index_one {
  position: relative;
  width: 100%;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header_top {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.right_top {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}
.right_top .english {
  position: relative;
  width: 80px;
  height: 80px;
  text-align: center;
  background-color: rgba(6, 77, 161, 0.8);
  padding-top: 17px;
}
.right_top .english a {
  display: block;
  width: 100%;
  height: 100%;
}
.right_top .english a img {
  width: 24px;
  height: 24px;
}
.right_top .english a .english_text {
  font-family: arial;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 36px;
}
/* 搜索框 开始*/
.search {
  position: relative;
}
.search .searchs {
  position: absolute;
  bottom: -70px;
  right: 0;
  z-index: 999;
  width: 265px;
  border-radius: 3px;
  overflow: hidden;
}
.search .searchs .search-input {
  display: flex;
  background: #FFFFFF;
  padding: 5px 0 5px 10px;
}
.search .searchs form {
  position: relative;
}
.search .searchs .keywords {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 9px 50px 9px 15px;
  height: 50px;
  border: 1px solid #f3f5fe;
  border-radius: 3px;
  background: #f3f5fe;
}
.search .searchs .btn-sub {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 48px;
  background: url(../images/icon_search.png) center center no-repeat transparent;
}
.search .searchs .close_x {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  background-color: #999;
}
.mobile_english {
  position: absolute;
  right: 0;
  top: 6px;
}
.mobile_english a {
  display: block;
}
.mobile_english a .english_text {
  font-family: arial;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 36px;
}
.mySwiper {
  overflow: hidden;
  position: relative;
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  top: 87%;
  z-index: 999;
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-container-rtl .swiper-button-prev {
  background-image: url('../images/banner_arr_2.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  right: 13.5%;
  width: 68px;
  height: 61px;
}
.mySwiper .swiper-button-prev,
.mySwiper .swiper-container-rtl .swiper-button-next {
  background-image: url('../images/banner_arr_1.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 68px;
  height: 61px;
  right: 19.3%;
  left: auto;
}
.mySwiper .swiper-slide {
  position: relative;
}
.mySwiper .swiper-slide .img {
  width: 100%;
  height: 100%;
}
.mySwiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
}
.mySwiper .swiper-slide .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/banner_bg.png') no-repeat center center;
  background-size: cover;
  z-index: 99;
}
.mySwiper .title {
  position: absolute;
  bottom: 126px;
  left: 14%;
  width: 46%;
  z-index: 9999;
}
.mySwiper .title p {
  font-family: arial;
  font-weight: bold;
  font-size: 70px;
  color: #FFFFFF;
  line-height: 104px;
}
.mySwiper .title h4 {
  position: relative;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  font-size: 54px;
  color: #FFFFFF;
  margin-top: 20px;
  z-index: 999;
}
.mySwiper .title h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 102%;
  height: 33px;
  background: #004391;
  z-index: -1;
}
.mySwiper .fraction {
  position: absolute;
  bottom: 40px;
  left: 14%;
  width: 46%;
  color: #FFFFFF;
  z-index: 999;
}
.mySwiper .fraction .current {
  font-family: arial;
  font-weight: 400;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 50px;
  margin: 0 8px;
}
.mySwiper .fraction .total {
  font-family: arial;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 50px;
  margin: 0 8px;
}
.content .part_one {
  padding: 52px 0 80px;
}
.content .part_one .undergrad_graduate {
  display: flex;
  align-items: center;
}
.content .part_one .undergrad_graduate .undergrad {
  width: 50%;
  height: 100px;
  background: #005BAC;
  margin-right: 24px;
}
.content .part_one .undergrad_graduate .undergrad a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 12%;
  position: relative;
}
.content .part_one .undergrad_graduate .undergrad a:hover .img {
  transform: rotateY(180deg);
}
.content .part_one .undergrad_graduate .undergrad a:hover p {
  right: 12%;
}
.content .part_one .undergrad_graduate .undergrad a .img {
  width: 62px;
  height: 37px;
  margin-right: 32px;
  transition: all 0.5s;
}
.content .part_one .undergrad_graduate .undergrad a h4 {
  font-family: arial;
  font-weight: 400;
  font-size: 28px;
  color: #FFFFFF;
}
.content .part_one .undergrad_graduate .undergrad a p {
  position: absolute;
  right: 17%;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 16px;
  transition: all 0.5s;
}
.content .part_one .undergrad_graduate .undergrad a p img {
  width: 100%;
  height: 100%;
}
.content .part_one .undergrad_graduate .graduate {
  width: 50%;
  height: 100px;
  background: #1290C6;
  margin-left: 24px;
}
.content .part_one .undergrad_graduate .graduate a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 12%;
  position: relative;
}
.content .part_one .undergrad_graduate .graduate a:hover .img {
  transform: rotateY(180deg);
}
.content .part_one .undergrad_graduate .graduate a:hover p {
  right: 12%;
}
.content .part_one .undergrad_graduate .graduate a .img {
  width: 64px;
  height: 47px;
  margin-right: 30px;
  transition: all 0.5s;
}
.content .part_one .undergrad_graduate .graduate a h4 {
  font-family: arial;
  font-weight: 400;
  font-size: 28px;
  color: #FFFFFF;
}
.content .part_one .undergrad_graduate .graduate a p {
  position: absolute;
  right: 25%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  width: 10px;
  height: 16px;
}
.content .part_one .undergrad_graduate .graduate a p img {
  width: 100%;
  height: 100%;
}
.content .part_two {
  margin-bottom: 100px;
}
.content .part_two .about {
  float: left;
  width: 30%;
}
.content .part_two .about .about_left {
  position: relative;
}
.content .part_two .about .about_left .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 193px;
  z-index: -1;
}
.content .part_two .about .about_left .bg img {
  width: 100%;
  height: 100%;
}
.content .part_two .about .about_left .title {
  padding-top: 46px;
}
.content .part_two .about .about_left .title h4 {
  font-family: arial;
  font-weight: bold;
  font-size: 50px;
  color: #004787;
}
.content .part_two .about .about_left .summy {
  margin: 45px 0 138px;
}
.content .part_two .about .about_left .summy p {
  font-family: arial;
  font-weight: 400;
  font-size: 18px;
  color: #4E4E4E;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.content .part_two .about .about_left .mores {
  margin: 23px 0 4px;
}
.content .part_two .about .about_left .mores a {
  font-family: arial;
  font-weight: 400;
  font-size: 16px;
  color: #005BAC;
}
.content .part_two .about .about_left .mores a img {
  width: 28px;
  height: 9px;
  margin-left: 16px;
}
.content .part_two .international {
  float: right;
  position: relative;
  width: 66%;
  height: 506px;
  overflow: hidden;
  cursor: pointer;
}
.content .part_two .international:hover .video_img {
  transform: scale(1.2);
}
.content .part_two .international:hover .icon {
  transform: scale(1);
}
.content .part_two .international .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content .part_two .international .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.content .part_two .international .international_msg {
  position: relative;
  width: 100%;
  height: 100%;
}
.content .part_two .international .international_msg .msg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.content .part_two .international .international_msg .msg .btns {
  width: 66px;
  height: 66px;
}
.content .part_three {
  padding-bottom: 130px;
}
.content .part_three .data_presentation .datalsit ul li {
  float: left;
  width: 31.2%;
  height: 260px;
}
.content .part_three .data_presentation .datalsit ul li:nth-child(1) {
  background-color: #00BF63;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.content .part_three .data_presentation .datalsit ul li:nth-child(1) a .data_num .icon {
  width: 63px;
  height: 51px;
  margin-left: auto;
  margin-right: auto;
}
.content .part_three .data_presentation .datalsit ul li:nth-child(1) a .data_num .icon img {
  width: 100%;
  height: 100%;
}
.content .part_three .data_presentation .datalsit ul li:nth-child(2) {
  background-color: #0CC0DF;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 2.7%;
}
.content .part_three .data_presentation .datalsit ul li:nth-child(2) a .data_num .icon {
  width: 72px;
  height: 51px;
  margin-left: auto;
  margin-right: auto;
}
.content .part_three .data_presentation .datalsit ul li:nth-child(2) a .data_num .icon img {
  width: 100%;
  height: 100%;
}
.content .part_three .data_presentation .datalsit ul li:nth-child(3) {
  background-color: #FFAD4D;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.content .part_three .data_presentation .datalsit ul li:nth-child(3) a .data_num .icon {
  width: 53px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}
.content .part_three .data_presentation .datalsit ul li:nth-child(3) a .data_num .icon img {
  width: 100%;
  height: 100%;
}
.content .part_three .data_presentation .datalsit ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 35px 12% 30px;
  cursor: default;
}
.content .part_three .data_presentation .datalsit ul li a .data_num {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.content .part_three .data_presentation .datalsit ul li a .data_num .num {
  margin: 10px 0;
}
.content .part_three .data_presentation .datalsit ul li a .data_num .num p {
  font-family: arial;
  font-weight: bold;
  font-size: 70px;
  color: #FFFFFF;
}
.content .part_three .data_presentation .datalsit ul li a .title {
  text-align: center;
}
.content .part_three .data_presentation .datalsit ul li a .title h4 {
  font-family: arial;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
}
.content .part_four {
  margin-bottom: 54px;
}
.content .part_four .news .news_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
}
.content .part_four .news .news_title .title h4 {
  font-family: arial;
  font-weight: bold;
  font-size: 50px;
  color: #004787;
}
.content .part_four .news .news_title .title h4 span {
  font-weight: 100;
}
.content .part_four .news .news_title .mores {
  width: 100px;
  height: 30px;
  background: #EEEEEE;
  border-radius: 15px;
}
.content .part_four .news .news_title .mores a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: arial;
  font-weight: 400;
  font-size: 14px;
  color: #427CB4;
  line-height: 30px;
}
.content .part_four .news .news_list ul li {
  float: left;
  width: 30%;
  border-bottom: 1px solid #EEEEEE;
}
.content .part_four .news .news_list ul li:nth-child(2) {
  margin: 0 5%;
}
.content .part_four .news .news_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.content .part_four .news .news_list ul li a:hover .img img {
  transform: scale(1.1);
}
.content .part_four .news .news_list ul li a:hover .title h4 {
  color: #004787;
}
.content .part_four .news .news_list ul li a .img {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.content .part_four .news .news_list ul li a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.content .part_four .news .news_list ul li a .title {
  margin: 19px 0 34px;
  height: 224px;
}
.content .part_four .news .news_list ul li a .title h4 {
  font-family: Arial;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.content .part_four .news .news_list ul li a .title p {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #747474;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 32px;
}
.content .part_four .news .news_list ul li a .time_more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 33px;
}
.content .part_four .news .news_list ul li a .time_more .time p {
  font-family: arial;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.content .part_four .news .news_list ul li a .time_more .more img {
  width: 28px;
  height: 9px;
}
.content .five_six {
  background-image: url(../images/fs.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.content .part_five {
  padding-top: 47px;
  margin-bottom: 119px;
}
.content .part_five .notices .notices_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 44px;
}
.content .part_five .notices .notices_title .title h4 {
  font-family: arial;
  font-weight: bold;
  font-size: 50px;
  color: #004787;
}
.content .part_five .notices .notices_title .mores {
  width: 100px;
  height: 30px;
  background: #EEEEEE;
  border-radius: 15px;
}
.content .part_five .notices .notices_title .mores a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: arial;
  font-weight: 400;
  font-size: 14px;
  color: #427CB4;
  line-height: 30px;
}
.content .part_five .notices .notices_list ul li {
  position: relative;
  float: left;
  width: 30%;
  height: 150px;
  border-top: 1px solid #A6C9E8;
  overflow: hidden;
  background-color: #fff;
}
.content .part_five .notices .notices_list ul li:hover:hover .title h4 {
  color: #004787;
}
.content .part_five .notices .notices_list ul li:hover:hover .left span::before {
  left: 0;
}
.content .part_five .notices .notices_list ul li:hover:hover .right span::before {
  right: 0;
}
.content .part_five .notices .notices_list ul li:nth-child(2) {
  margin: 0 5%;
}
.content .part_five .notices .notices_list ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 24px;
}
.content .part_five .notices .notices_list ul li a .time {
  float: left;
  width: 18%;
  height: 66px;
  background: #E8EDF4;
  border-radius: 0px 0px 10px 0px;
  text-align: center;
  margin-right: 7%;
  margin: 42px 7% 42px 0;
}
.content .part_five .notices .notices_list ul li a .time .day {
  font-family: Arial;
  font-weight: bold;
  font-size: 24px;
  color: #004391;
}
.content .part_five .notices .notices_list ul li a .time .year_mouth {
  line-height: 30px;
  font-family: arial;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  background-color: #00356B;
}
.content .part_five .notices .notices_list ul li a .title {
  float: left;
  width: 73%;
  margin: 28px 0;
}
.content .part_five .notices .notices_list ul li a .title h4 {
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.content .part_five .notices .notices_list ul li a .left {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 50%;
  height: 4px;
}
.content .part_five .notices .notices_list ul li a .left span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.content .part_five .notices .notices_list ul li a .left span::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 100%;
  width: 100%;
  height: 4px;
  background-color: #FF9526;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.content .part_five .notices .notices_list ul li a .right {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  width: 50%;
  height: 4px;
}
.content .part_five .notices .notices_list ul li a .right span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.content .part_five .notices .notices_list ul li a .right span::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 100%;
  width: 100%;
  height: 4px;
  background-color: #FF9526;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.content .part_six {
  padding-bottom: 105px;
}
.content .part_six .lectures .lectures_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 44px;
}
.content .part_six .lectures .lectures_title .title h4 {
  font-family: arial;
  font-weight: bold;
  font-size: 50px;
  color: #004787;
}
.content .part_six .lectures .lectures_title .mores {
  width: 100px;
  height: 30px;
  background: #EEEEEE;
  border-radius: 15px;
}
.content .part_six .lectures .lectures_title .mores a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: arial;
  font-weight: 400;
  font-size: 14px;
  color: #427CB4;
  line-height: 30px;
}
.content .part_six .lectures .lectures_list ul li {
  float: left;
  width: 46.5%;
  margin-right: 7%;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  background: #E6EEF6;
}
.content .part_six .lectures .lectures_list ul li:hover {
  transform: translateY(-10px);
}
.content .part_six .lectures .lectures_list ul li:nth-child(2) {
  margin-right: 0;
}
.content .part_six .lectures .lectures_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.content .part_six .lectures .lectures_list ul li a .left_img {
  float: left;
  width: 227px;
  height: 341px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F1F5F8;
}
.content .part_six .lectures .lectures_list ul li a .left_img img {
  width: 100%;
  height: auto;
}
.content .part_six .lectures .lectures_list ul li a .right_title {
  position: relative;
  float: left;
  width: calc(100% - 227px);
  padding: 32px 46px;
}
.content .part_six .lectures .lectures_list ul li a .right_title .bg {
  width: 66px;
  height: 53px;
}
.content .part_six .lectures .lectures_list ul li a .right_title .bg img {
  width: 100%;
  height: 100%;
}
.content .part_six .lectures .lectures_list ul li a .right_title .title {
  height: 140px;
  margin-top: 18px;
  margin-bottom: 29px;
}
.content .part_six .lectures .lectures_list ul li a .right_title .title h4 {
  font-family: arial;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.content .part_six .lectures .lectures_list ul li a .right_title .more p {
  font-family: arial;
  font-weight: 400;
  font-size: 18px;
  color: #004787;
  text-align: left;
}
.content .part_six .lectures .lectures_list ul li a .right_title .icon {
  position: absolute;
  bottom: 32px;
  right: 46px;
  width: 32px;
  height: 32px;
}
.content .part_six .lectures .lectures_list ul li a .right_title .icon img {
  width: 100%;
  height: 100%;
}
.footer {
  background-color: #00356B;
}
.footer .footer_btm {
  padding: 80px 0;
  background-image: url(../images/foot_bg.png);
  background-size: auto;
  background-position: right center;
  background-repeat: no-repeat;
}
.footer .footer_btm .left {
  position: relative;
  width: 40%;
  float: left;
  padding-right: 7.3%;
}
.footer .footer_btm .left .footer_logo {
  width: 345px;
  height: 75px;
  margin-bottom: 18px;
  margin-top: -10px;
}
.footer .footer_btm .left .footer_logo img {
  width: 100%;
  height: auto;
}
.footer .footer_btm .left .link_list {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px 0px;
}
.footer .footer_btm .left .link_list ul li {
  float: left;
  margin-right: 10%;
}
.footer .footer_btm .left .link_list ul li:last-child {
  margin-right: 0;
}
.footer .footer_btm .left .link_list ul li a {
  font-family: arial;
  font-weight: 400;
  font-size: 14px;
  color: #E7E7E7;
  line-height: 40px;
}
.footer .footer_btm .left .copyright p {
  font-family: arial;
  font-weight: 400;
  font-size: 14px;
  color: #E7E7E7;
  line-height: 40px;
}
.footer .footer_btm .center {
  float: left;
  padding-left: 2%;
  color: #fff;
}
.footer .footer_btm .center .title {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.footer .footer_btm .center .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background: #FF9526;
}
.footer .footer_btm .center .title h4 {
  font-family: arial;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
}
.footer .footer_btm .center .title h4 span {
  color: #888888;
  padding-left: 10px;
}
.footer .footer_btm .center .text {
  padding: 14px 0;
}
.footer .footer_btm .center .text p {
  position: relative;
  font-family: arial;
  font-weight: 400;
  font-size: 16px;
  color: #C4C4C4;
  padding-left: 10px;
}
.footer .footer_btm .center .text p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 5px;
  height: 5px;
  background: #C4C4C4;
  border-radius: 50%;
}
.footer .footer_btm .right {
  float: right;
  width: 15%;
}
.footer .footer_btm .right .title {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.footer .footer_btm .right .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background: #FF9526;
}
.footer .footer_btm .right .title h4 {
  font-family: arial;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
}
.footer .footer_btm .right .title h4 span {
  color: #888888;
  padding-left: 10px;
}
.footer .footer_btm .right .icon_list ul li {
  float: left;
  margin-right: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 24px;
}
.footer .footer_btm .right .icon_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.footer .footer_btm .right .icon_list ul li a:hover .qrcode {
  display: block;
}
.footer .footer_btm .right .icon_list ul li a .qrcode {
  display: none;
  position: absolute;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
  width: 95px;
  height: 95px;
  padding: 5px;
  background-color: #fff;
  z-index: 9999;
}
.footer .footer_btm .right .icon_list ul li a .qrcode::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #fff;
}
.footer .footer_btm .right .icon_list ul li a .qrcode img {
  width: 90px;
  height: 90px;
}
.top_right {
  position: fixed;
  right: 72px;
  bottom: 70px;
  width: 54px;
  height: 54px;
  text-align: center;
  background-color: #054279;
  line-height: 30px;
  cursor: pointer;
  z-index: 9999;
  transition: all 0.5s;
}
.top_right:hover {
  border-radius: 50%;
  overflow: hidden;
}
.top_right .img {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.top_right .img img {
  width: 100%;
  height: 100%;
}
.top_right .top {
  color: #fff;
  font-size: 12px;
  line-height: 36px;
}
@media (max-width: 1450px) {
  .mySwiper .title p {
    font-size: 58px;
    line-height: 65px;
  }
  .mySwiper .title h4 {
    font-size: 34px;
  }
  .top_right {
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 1300px) {
  .logo-d {
    width: 45%;
  }
  .mySwiper .title p {
    font-size: 50px;
    line-height: 65px;
  }
  .footer .footer_btm .center {
    padding-left: 0;
  }
  .top_right {
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 1200px) {
  .mySwiper .title p {
    font-size: 32px;
    line-height: 38px;
  }
  .mySwiper .title h4 {
    font-size: 26px;
  }
  .top_right {
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 992px) {
  .footer .footer_btm .left {
    width: 100%;
  }
  .header .containers {
    padding: 20px;
  }
  .mySwiper .title {
    width: 68%;
    bottom: 15%;
  }
  .mySwiper .title p {
    font-size: 28px;
    color: #FFFFFF;
    /* // line-height: 58px; */
  }
  .mySwiper .title h4 {
    font-size: 24px;
  }
  .mySwiper .fraction {
    bottom: -4%;
  }
  .content .part_one .undergrad_graduate .undergrad h4,
  .content .part_one .undergrad_graduate .graduate h4 {
    font-size: 21px;
  }
  .content .part_one .undergrad_graduate .undergrad img,
  .content .part_one .undergrad_graduate .graduate img {
    width: 36px;
    height: 30px;
  }
  .content .part_two .about,
  .content .part_two .international {
    width: 100%;
    margin-bottom: 18px;
  }
  .content .part_six .lectures .lectures_list ul li {
    width: 100%;
    margin-bottom: 18px;
  }
}
@media (max-width: 700px) {
  .content .part_three .data_presentation .datalsit ul li,
  .content .part_four .news .news_list ul li,
  .content .part_five .notices .notices_list ul li {
    width: 100%;
    margin: 10px 0;
  }
  .content .part_three .data_presentation .datalsit ul li:nth-child(2),
  .content .part_four .news .news_list ul li:nth-child(2),
  .content .part_five .notices .notices_list ul li:nth-child(2) {
    margin: 10px 0;
  }
}
@media (max-width: 500px) {
  .header-logo {
    width: 60%;
    right: 40px;
  }
  .mobile_english a .english_text {
    font-size: 15px;
  }
  .box-mobile-form,
  .nav-mobile {
    top: 80px;
  }
  .header {
    position: fixed;
    background: #004391;
    height: 80px;
  }
  .banner {
    margin-top: 74px;
  }
  .mySwiper {
    height: 190px;
  }
  .mySwiper .title {
    bottom: 52px;
    left: 2%;
  }
  .mySwiper .title p {
    font-size: 21px;
    color: #FFFFFF;
    line-height: 25px;
  }
  .mySwiper .title h4 {
    font-size: 18px;
    margin-top: 8px;
  }
  .mySwiper .title h4::after {
    height: 12px;
  }
  .mySwiper .swiper-button-next,
  .mySwiper .swiper-container-rtl .swiper-button-prev {
    right: 7.5%;
  }
  .mySwiper .swiper-button-next,
  .mySwiper .swiper-container-rtl .swiper-button-prev,
  .mySwiper .swiper-button-prev,
  .mySwiper .swiper-container-rtl .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  .mySwiper .fraction {
    bottom: 0;
    left: 5%;
  }
  .mySwiper .fraction .current {
    font-size: 14px;
  }
  .mySwiper .fraction .total {
    font-size: 12px;
  }
  .content .part_one {
    padding: 25px 0;
  }
  .content .part_one .undergrad_graduate {
    flex-direction: column;
  }
  .content .part_one .undergrad_graduate .undergrad,
  .content .part_one .undergrad_graduate .graduate {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 18px;
    height: 80px;
  }
.content .part_one .undergrad_graduate .undergrad a,
.content .part_one .undergrad_graduate .graduate a {
     padding: 0 2%;
}
.content .part_one .undergrad_graduate .undergrad a h4 ,
.content .part_one .undergrad_graduate .graduate a h4{
  font-size: 23px;
}
.content .part_one .undergrad_graduate .undergrad a p ,
.content .part_one .undergrad_graduate .graduate a p{
      right: 5%;
}
  .content .part_two {
    margin-bottom: 22px;
  }
  .content .part_two .about .about_left .title h4 {
    font-size: 38px;
  }
  .content .part_two .about .about_left .summy p {
    font-size: 16px;
    line-height: 24px;
  }
  .content .part_two .about .about_left .summy {
    margin: 27px 0 44px;
  }
  .content .part_two .international {
    height: 300px;
  }
  .content .part_three .data_presentation .datalsit ul li {
    height: 186px;
  }
  .content .part_three .data_presentation .datalsit ul li a {
    padding: 35px 7% 30px;
  }
  .content .part_three {
    padding-bottom: 32px;
  }
  .content .part_three .data_presentation .datalsit ul li a .data_num .num p {
    font-size: 30px;
  }
  .content .part_four {
    margin-bottom: 36px;
  }
  .content .part_four .news .news_title,
  .content .part_five .notices .notices_title,
  .content .part_six .lectures .lectures_title {
    margin-bottom: 17px;
  }
  .content .part_four .news .news_title .title h4,
  .content .part_five .notices .notices_title .title h4,
  .content .part_six .lectures .lectures_title .title h4 {
    font-size: 27px;
  }
  .content .part_four .news .news_list ul li a .img {
    height: 250px;
  }
  .content .part_four .news .news_list ul li a .title {
    margin: 19px 0 35px;
    height: auto;
  }
  .content .part_four .news .news_list ul li a .title h4 {
    font-size: 16px;
    line-height: 28px;
  }
  .content .part_five .notices .notices_list ul li {
    height: 150px;
  }
  .content .part_five .notices .notices_list ul li a {
    padding: 5px;
  }
  .content .part_five {
    margin-bottom: 32px;
  }
  .content .part_six .lectures .lectures_list ul li a .left_img,
  .content .part_six .lectures .lectures_list ul li a .right_title {
    width: 100%;
    height: auto;
  }
  content .part_six .lectures .lectures_list ul li a .right_title .title {
    height: 110px;
    margin-top: 18px;
    margin-bottom: 16px;
  }
  .footer .footer_btm .center {
    margin: 20px 0;
    padding-left: 0;
  }
  .footer .footer_btm .right {
    float: left;
    width: 100%;
  }
  .footer .footer_btm {
    padding: 20px 0;
  }
  .footer .footer_btm .left .footer_logo {
    margin-bottom: 18px;
  }
  .footer .footer_btm .left .copyright {
    padding-top: 21px;
  }
  .footer .footer_btm .center .text {
    padding: 6px 0;
  }
  .footer .footer_btm .right .icon_list ul li:first-child a .qrcode {
    left: 95%;
  }
  .footer .footer_btm .right .icon_list ul li:first-child a .qrcode::before {
    left: 30%;
  }
  .footer .footer_btm .right .icon_list ul li a .qrcode {
    bottom: 47px;
  }
  .footer .footer_btm .right .icon_list ul li a .qrcode::before {
    top: 95px;
    border-bottom-color: transparent;
    border-top-color: #fff;
  }
}

