@charset "UTF-8";
/*html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/
@font-face {
  font-family: "SourceHanSansCN";
  src: url("../font/SourceHanSansCN.woff2") format("woff2"), url("../font/SourceHanSansCN.woff") format("woff"), url("../font/SourceHanSansCN.ttf") format("truetype"), url("../font/SourceHanSansCN.eot") format("embedded-opentype"), url("../font/SourceHanSansCN.svg") format("svg");
}
@font-face {
  font-family: "Career";
  src: url("../font/Career.woff2") format("woff2"), url("../font/Career.woff") format("woff"), url("../font/Career.ttf") format("truetype"), url("../font/Career.eot") format("embedded-opentype"), url("../font/Career.svg") format("svg");
}
@font-face {
  font-family: "AlibabaPuHuiTi";
  src: url("../font/AlibabaPuHuiTi_Regular.ttf") format("truetype");
}
html, body {
  position: relative;
  width: 100%;
  height: 100%;
  color: #000;
  font-family: "AlibabaPuHuiTi";
}

body {
  overflow-x: hidden;
  background: #FBF8F1;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

/*滚动条样式*/
.mCSB_scrollTools {
  width: 0.1rem;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #A33030;
  width: 2px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(3, 107, 214, 0.1);
  opacity: 1;
}

.mCSB_inside .mCSB_container {
  margin-right: 1rem;
}

/*输入框placeholder*/
::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}

.w {
  width: 100%;
  margin: 0 auto;
  padding: 0 8rem;
  position: relative;
}

/*导航*/
header {
  color: #fff;
  height: 5.9rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
header .nav_list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .nav_list li {
  transition: all 0.4s;
  position: relative;
}
header .nav_list li:last-child {
  margin-right: 0;
}
header .nav_list li.on > a:after {
  opacity: 1;
}
header .nav_list li > a {
  font-size: 0.9rem;
  line-height: 2.25rem;
  padding: 0 1.25rem;
  position: relative;
}
header .nav_list li > a:after {
  width: 0.5rem;
  height: 0.2rem;
  background: #FFFFFF;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  opacity: 0;
  transition: all 0.4s;
}
header .nav_list li:hover .hide_menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
header .nav_list li .hide_menu {
  transition: 0.5s;
  transform-origin: top;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0);
  left: 0;
  width: 100%;
  top: 100%;
  background: #A33030;
  padding: 1.3rem 0 1rem;
}
header .nav_list li .hide_menu:after {
  content: "";
  position: absolute;
  bottom: calc(100% - 0.6rem);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.05rem;
  background: #A77C52;
  display: block;
}
header .nav_list li .hide_menu:before {
  content: "";
  position: absolute;
  bottom: calc(100% - 0.6rem);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 0.4rem solid transparent;
  border-bottom: 0.4rem solid #A77C52;
  display: block;
}
header .nav_list li .hide_menu dd a {
  font-size: 0.9rem;
  line-height: 2.5rem;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
}
header .nav_list li .hide_menu dd a:hover {
  color: #A77C52;
}
header nav {
  width: 100%;
  height: 100%;
  background: #A33030;
  color: #fff;
  border-bottom: 0.1rem solid #A77C52;
}
header nav .logo {
  width: 25rem;
  height: 6.45rem;
  background: url(../img/toubu5.gif) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav .logo img {
  width: 14.9rem;
  height: 3.45rem;
  object-fit: contain;
  margin-top: -1rem;
}
header nav .motto {
  width: 14.1rem;
  height: 1.75rem;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
header nav .action_links {
  align-items: center;
  position: relative;
  z-index: 10;
}
header nav .action_links .link_btn {
  font-size: 0.7rem;
  padding: 0.4rem 0.6rem;
  margin-right: 0.5rem;
}
header nav .action_links .lan_icon,
header nav .action_links .search_icon {
  padding: 0.4rem 0.6rem;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  font-size: 0.7rem;
  background: rgba(0, 0, 0, 0.2);
}
header nav .action_links .lan_icon i,
header nav .action_links .search_icon i {
  font-size: 0.8rem;
  margin-right: 0.15rem;
}
header nav.nav1 {
  padding: 0 8rem 0 3rem;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s ease;
  display: none;
}
header nav.nav1 .logo {
  position: absolute;
  top: -0.1rem;
  left: -2rem;
}
header nav.nav1 .right_action {
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  margin-left: 1.5rem;
}
header nav.nav2 {
  padding: 0 8rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
header nav.nav2 .logo {
  position: absolute;
  top: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
}
header nav.nav2 .top_action {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
header nav.nav2 .nav_list_content {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
header nav.nav2 .nav_list_content .nav_list:first-of-type li:first-of-type {
  margin-left: 0;
}
header .search_area {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.25rem;
  margin-right: 1rem;
}
header .search_area .search_model {
  transform: scaleY(0) translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  transform-origin: top;
  position: absolute;
  top: -webkit-calc(100% + 0.025rem);
  top: -moz-calc(100% + 0.025rem);
  top: calc(100% + 0.025rem);
  left: 50%;
}
header .search_area:hover .search_model {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateX(-50%);
  -moz-transform: scaleY(1) translateX(-50%);
  -ms-transform: scaleY(1) translateX(-50%);
  -o-transform: scaleY(1) translateX(-50%);
  transform: scaleY(1) translateX(-50%);
}
header .search_area .search_box {
  justify-content: space-between;
  align-items: center;
  width: 10rem;
  height: 2rem;
  background: #FFFFFF;
  border-radius: 0.75rem;
  padding: 0.125rem 0.25rem 0.125rem 0.625rem;
}
header .search_area .search_box .search_ipt {
  width: -webkit-calc(100% - 3rem);
  width: -moz-calc(100% - 3rem);
  width: calc(100% - 3rem);
  line-height: 1.25rem;
}
header .search_area .search_box .submit {
  width: 2.5rem;
  height: 1.5rem;
  background: #A33030;
  border-radius: 0.625rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
}
header .search_area .search_box .submit i {
  font-size: 0.45rem;
  margin-right: 0.25rem;
}

.full_menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #A33030;
  z-index: 101;
  padding: 0 1rem;
  transition: all 0.3s ease-in-out;
  color: #fff;
  display: none;
}
.full_menu .top_action {
  align-items: center;
  justify-content: space-between;
  height: 4rem;
  margin-bottom: 1rem;
}
.full_menu .top_action .logo img {
  width: 10rem;
  height: 2.5rem;
}
.full_menu .top_action .menu {
  font-size: 1.4rem;
}
.full_menu .top_action .action_links {
  align-items: center;
}
.full_menu .top_action .action_links .lan_icon {
  padding: 0.4rem 0.6rem;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  font-size: 0.7rem;
  background: rgba(0, 0, 0, 0.2);
  margin-right: 1rem;
}
.full_menu .search_box {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  background: #FFFFFF;
  border-radius: 1.25rem;
  font-size: 0.9rem;
  padding: 0.25rem 0.5rem 0.25rem 1.25rem;
}
.full_menu .search_box .search_ipt {
  width: calc(100% - 5rem);
  line-height: 2.5rem;
}
.full_menu .search_box .submit {
  width: 5rem;
  height: 2rem;
  background: #A33030;
  border-radius: 1rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.full_menu .nav_list {
  height: calc(100% - 7.5rem);
  overflow-y: auto;
  padding-top: 2rem;
}
.full_menu .nav_list::-webkit-scrollbar {
  display: none; /* Chrome/Safari/Edge */
}
.full_menu .nav_list li {
  margin-bottom: 2.25rem;
}
.full_menu .nav_list li > a {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  transition: 0.3s;
}
.full_menu .nav_list li > a:hover {
  color: #A33030;
}
.full_menu .nav_list li dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.full_menu .nav_list li dl dd a {
  line-height: 2rem;
  position: relative;
  transition: 0.3s;
  font-size: 1rem;
}

.down_icon {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 8rem;
  height: 4.6rem;
  background: url(../img/down_icon.png) no-repeat center center;
  background-size: 100% 100%;
}

/*页码*/
.page {
  width: 100%;
  height: 6rem;
  align-items: center;
  justify-content: space-between;
}
.page .page_number {
  display: flex;
  align-items: center;
}
.page a,
.page span {
  font-family: "Career";
  line-height: 1.5rem;
  margin: 0 1rem;
  color: #8C8C8C;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.page a i,
.page span i {
  font-size: 1.5rem;
}
.page a.current,
.page span.current {
  color: #A33030;
  border-bottom: 0.1rem solid #A33030;
}
.page a:hover {
  color: #A33030;
}
.page .prev,
.page .next {
  margin: 0;
}

.read_more1,.read_more99 {
  width: 2.685rem;
  height: 3.1rem;
  background: url(../img/more_bg.png) no-repeat center center;
  background-size: 100% 100% !important;
  color: #A33030;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  white-space: pre;
  bottom: -1.075rem;
}
.read_more1.white,.read_more99.white {
  background: url(../img/more_bg_white.png) no-repeat center center;
  color: #fff;
}
.read_more1.white:before,.read_more99.white:before {
  background: #fff;
}
.read_more1:before {
  width: 1.5rem;
  height: 0.05rem;
  background: #A33030;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  z-index: 1;
}
.read_more99:before {
  width: 45.3rem;
  height: 0.05rem;
  background: #A33030;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  z-index: 1;
}

.read_more2 {
  width: 9rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
  transition: all 0.4s;
}
.read_more2 i {
  margin-left: 1rem;
  font-size: 1rem;
  transition: all 0.4s;
}
.read_more2:hover {
  background: #A33030;
  color: #fff;
  justify-content: center;
}

.action_title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.action_title .index_title {
  width: 100%;
}

.index_title {
  padding-left: 1.25rem;
  position: relative;
}
.index_title.white .en_title,
.index_title.white .title {
  color: #fff;
}
.index_title.white:before {
  background: #fff;
}
.index_title.white .title .tip {
  color: #fff;
}
.index_title.white .en_title .line {
  background: rgba(255, 255, 255, 0.1);
}
.index_title.white .en_title .line:before {
  background: #fff;
}
.index_title:before {
  width: 0.25rem;
  height: 3.5rem;
  background: #A33030;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.index_title .title {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
.index_title .title .font {
  font-size: 2.4rem;
  margin-right: 1rem;
  font-weight: 600;
}
.index_title .title .tip {
  font-size: 1.2rem;
  color: #A33030;
}
.index_title .en_title {
  display: flex;
  align-items: center;
  color: #A33030;
}
.index_title .en_title .font {
  white-space: pre;
  margin-right: 0.5rem;
}
.index_title .en_title .line {
  width: 100%;
  height: 0.05rem;
  background: rgba(163, 48, 48, 0.1);
  position: relative;
}
.index_title .en_title .line:before {
  width: 1.5rem;
  height: 0.05rem;
  background: #A33030;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.prev1,
.next1 {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  color: #A33030;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  background: #fff;
}
.prev1:hover,
.next1:hover {
  color: #fff;
  background: #A33030;
}

.prev2,
.next2 {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 0.05rem solid #A33030;
  color: #A33030;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  background: #fff;
}
.prev2:hover,
.next2:hover {
  color: #fff;
  background: #A33030;
}

.prev3,
.next3 {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  color: #A33030;
  border: 0.05rem solid #A33030;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  margin: 0 0 0 1rem;
  transition: 0.4s;
}
.prev3 i,
.next3 i {
  font-size: 1.2rem;
}
.prev3:hover,
.next3:hover {
  background: #A33030;
  color: #fff;
}

.prev4,
.next4 {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  color: #A33030;
  border: 0.05rem solid #A33030;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.prev4 i,
.next4 i {
  font-size: 1.2rem;
}
.prev4:hover,
.next4:hover {
  background: #A33030;
  color: #fff;
}

.prev4 {
  left: -4rem;
}

.next4 {
  right: -4rem;
}

/*首页----------------------------------------------------------------------------------------------*/
.sec {
  padding: 4rem 0;
}

.right_fix_list {
  position: fixed;
  top: 50%;
  right: 1.25rem;
  z-index: 100;
}
.right_fix_list li {
  margin: 0.5rem 0;
}
.right_fix_list li.li2 .icon {
  border: 0.05rem solid #003C70;
}
.right_fix_list li.li2 h5 {
  background: #003C70;
}
.right_fix_list li.li3 .icon {
  border: 0.05rem solid #154B41;
}
.right_fix_list li.li3 .icon img {
  width: 2rem;
  height: 2rem;
}
.right_fix_list li.li3 h5 {
  background: #154B41;
}
.right_fix_list li.li4 .icon {
  border: 0.05rem solid #A87646;
}
.right_fix_list li.li4 h5 {
  background: #A87646;
}
.right_fix_list li .icon {
  width: 3.05rem;
  height: 3.05rem;
  background: #FFFFFF;
  border: 0.05rem solid #A33030;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.right_fix_list li .icon img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}
.right_fix_list li h5 {
  width: 3.5rem;
  height: 1.1rem;
  font-size: 0.7rem;
  background: #A33030;
  border-radius: 0.55rem 0.55rem 0.55rem 0.55rem;
  text-align: center;
  line-height: 1.1rem;
  color: #fff;
  margin-top: -0.75rem;
}

.banner {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .banner_swiper li.swiper-slide-active .img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.banner .banner_swiper li a {
  width: 100%;
  height: 100%;
}
.banner .banner_swiper li .title {
  font-size: 1.5rem;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  bottom: 7.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.banner .banner_swiper li .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition: all 4s;
  -moz-transition: all 4s;
  -o-transition: all 4s;
  transition: all 4s;
}
.banner .swiper-pagination-banner {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: auto;
  right: 5rem;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.banner .swiper-pagination-banner .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: #FFFFFF;
  opacity: 1;
  margin: 1rem 0;
  position: relative;
}
.banner .swiper-pagination-banner .swiper-pagination-bullet:before {
  width: 5rem;
  height: 0.05rem;
  background: #fff;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  opacity: 0;
  transition: all 0.3s;
}
.banner .swiper-pagination-banner .swiper-pagination-bullet-active {
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/dot_active.png) no-repeat center center;
  background-size: 100% 100%;
}
.banner .swiper-pagination-banner .swiper-pagination-bullet-active:before {
  opacity: 1;
}

.news {
  position: relative;
  z-index: 10;
}
.news .flower1 {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 12.65rem;
  height: 22.95rem;
}
.news .news_con {
  justify-content: space-between;
}

.index_news_list {
  width: 24%;
}
.index_news_list li {
  position: relative;
  padding: 1rem 0;
  transition: all 0.4s;
}
.index_news_list li:hover {
  color: #A33030;
}
.index_news_list li:hover:after, .index_news_list li:hover:before {
  background: #A33030;
}
.index_news_list li:before {
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: rgba(167, 124, 82, 0.2);
  content: "";
  display: block;
  transition: all 0.4s;
}
.index_news_list li:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 0.45rem);
  height: 0.05rem;
  background: rgba(167, 124, 82, 0.2);
  content: "";
  display: block;
  transition: all 0.4s;
}
.index_news_list li a {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  height: 3rem;
}
.index_news_swiper {
  width: 46.8%;
}
.index_news_swiper li {
  padding: 0.5rem;
  background: #fff;
}
.index_news_swiper li a {
  width: 100%;
  box-shadow: 0 0 0.5rem #A33030;
}
.index_news_swiper li .img_con {
  width: 100%;
  height: 20rem;
  overflow: hidden;
}
.index_news_swiper li .img_con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_news_swiper li .info_con {
  padding: 2rem;
  position: relative;
}
.index_news_swiper li .info_con .time {
  width: 7rem;
  height: 2.2rem;
  background: #A33030;
  border-radius: 0rem 1.1rem 1.1rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Career";
  color: #FFFFFF;
  position: absolute;
  top: -1.1rem;
  left: 0;
}
.index_news_swiper li .info_con .type {
  color: #A33030;
  line-height: 1.2rem;
  text-align: right;
  display: block;
}
.index_news_swiper li .info_con .title {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.index_news_swiper li .info_con .info {
  font-size: 0.8rem;
  color: #888888;
  line-height: 1.2rem;
  height: 2.4rem;
}
.index_news_swiper .swiper-pagination-news {
  bottom: 1rem;
}
.index_news_swiper .swiper-pagination-news .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: #A33030;
  opacity: 0.3;
}
.index_news_swiper .swiper-pagination-news .swiper-pagination-bullet-active {
  opacity: 1;
}

.activity {
  justify-content: space-between;
  align-items: flex-start;
  background: #FBF8F1;
}
.activity .left {
  width: 57%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.activity .left .index_title .title span {
  opacity: 0.3;
  cursor: pointer;
}
.activity .left .index_title .title span.on {
  opacity: 1;
}
.activity .left .index_title .title .tip {
  font-size: 2.4rem;
  font-weight: 600;
}
.activity .left .left_con {
  padding: 4rem 3rem 4rem 8rem;
  background: #A33030;
  color: #fff;
}
.activity .left .left_con .read_more1 {
  display: none;
}
.activity .left .left_con .read_more1.on {
  display: flex;
}
.activity .left .img_font {
  width: 24.95rem;
  margin-top: 0.25rem;
  position: relative;
  z-index: 10;
}
.activity .right {
  width: 43%;
}
.activity .right .img_font {
  width: 24.95rem;
  margin-bottom: 0.25rem;
}
.activity .right .right_con {
  padding: 4rem 8rem 4rem 3rem;
  background: #fff;
  position: relative;
  z-index: 10;
}
.activity .right .right_con .flower2 {
  position: absolute;
  right: 0;
  bottom: 50%;
  width: 15.95rem;
  height: 30.2rem;
}

.activity_list {
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  display: none;
}
.activity_list.active {
  display: flex;
}
.activity_list li {
  width: 48%;
  margin-bottom: 3rem;
}
.activity_list li:nth-of-type(n+3) .time:before {
  display: none;
}
.activity_list li:hover .time {
  color: #A33030;
}
.activity_list li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.activity_list li .time {
  width: 4rem;
  height: 4rem;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Career";
  white-space: pre;
  border-radius: 50%;
  color: #A87646;
  position: relative;
  transition: all 0.4s;
}
.activity_list li .time:before {
  width: 0.05rem;
  height: 11rem;
  background: #FFFFFF;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.activity_list li .time .day {
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.activity_list li .time .year {
  font-size: 0.7rem;
}
.activity_list li .info_con {
  width: calc(100% - 5rem);
  padding-top: 0.5rem;
}
.activity_list li .info_con .title {
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.5rem;
  height: 3rem;
}
.activity_list li .info_con .tips span {
  display: block;
  line-height: 2rem;
  text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
}
.activity_list li .info_con .tips span i {
  font-size: 1rem;
  margin-right: 0.5rem;
}

.notice_list li {
  margin-bottom: 1.5rem;
}
.notice_list li:hover .title {
  color: #A33030;
}
.notice_list li a {
  width: 100%;
}
.notice_list li .title {
  font-size: 1rem;
  line-height: 2rem;
  height: 2rem;
  transition: all 0.4s;
}
.notice_list li .time {
  font-family: "Career";
  color: #888888;
  padding-left:15px;
}

.campus {
  background: #A77C52;
  margin-top: -5rem;
  padding-top: 5rem;
  position: relative;
}
.campus .flower3 {
  position: absolute;
  left: 0;
  top: -15rem;
  width: 15.15rem;
  height: 29.1rem;
}
.campus .prev1 {
  left: -4rem;
}
.campus .next1 {
  right: -4rem;
}

.campus_top_list {
  margin-bottom: 2rem;
}
.campus_top_list li {
  height: 24rem;
  position: relative;
}
.campus_top_list li a {
  width: 100%;
  height: 100%;
}
.campus_top_list li:first-of-type {
  width: 47.5%;
}
.campus_top_list li:first-of-type .img_con {
  height: 100%;
}
.campus_top_list li:first-of-type .info_con {
  /*width: 19rem;
  height: 11rem;*/
  width: 100%;
  height: 5rem;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  padding:1rem 2rem;
}
.campus_top_list li:first-of-type .info_con .title {
  color: #000;
}
.campus_top_list li:first-of-type .info_con .time {
  color: #A33030;
}
.campus_top_list li:nth-of-type(2) a, .campus_top_list li:nth-of-type(3) a {
  display: flex;
  flex-direction: column;
}
.campus_top_list li:nth-of-type(2) .img_con, .campus_top_list li:nth-of-type(3) .img_con {
  height: 50%;
}
.campus_top_list li:nth-of-type(2) .info_con, .campus_top_list li:nth-of-type(3) .info_con {
  height: 50%;
}
.campus_top_list li:nth-of-type(2) .more_con .more, .campus_top_list li:nth-of-type(3) .more_con .more {
  color: #fff;
}
.campus_top_list li:nth-of-type(2) {
  width: 23.4%;
}
.campus_top_list li:nth-of-type(2) a {
  flex-direction: column-reverse;
}
.campus_top_list li:nth-of-type(2) .info_con {
  background: #6E1919;
}
.campus_top_list li:nth-of-type(3) {
  width: 29.1%;
}
.campus_top_list li:nth-of-type(3) .info_con {
  background: #A33030;
}
.campus_top_list li .title {
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.5rem;
  height: 4.5rem;
}
.campus_top_list li .more_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.campus_top_list li .more_con .time {
  font-family: "Career";
  color: #FFFFFF;
}
.campus_top_list li .more_con .more {
  font-size: 1rem;
}
.campus_top_list li .img_con {
  width: 100%;
  overflow: hidden;
}
.campus_top_list li .img_con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.campus_top_list li .info_con {
  padding: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
}

.campus_bot {
  position: relative;
  z-index: 6;
}

.campus_swiper li a {
  width: 100%;
}
.campus_swiper li:hover .info_con .title {
  color: #A33030;
}
.campus_swiper li .info_con {
  padding: 2rem;
  background: #fff;
}
.campus_swiper li .info_con .title {
  font-size: 1rem;
  line-height: 1.5rem;
  height: 4.5rem;
  transition: all 0.4s;
}
.campus_swiper li .time {
  width: 100%;
  height: 3.5rem;
  display: flex;
  align-items: center;
  background: #A33030;
  color: #FFFFFF;
  font-family: "Career";
  padding-left: 2rem;
  border-radius: 0rem 0rem 2rem 0rem;
}

.research {
  position: relative;
  margin-top: -7.5rem;
  padding: 7.5rem 0 1rem;
  z-index: 5;
  background: #FBF8F1;
}
.research .flower4 {
  position: absolute;
  right: 0;
  top: -10rem;
  width: 11.85rem;
  height: 26.85rem;
}
.research .red_bg {
  position: absolute;
  width: 100%;
  height: 18.35rem;
  bottom: -7.5rem;
  left: 0;
}

.research_swiper {
  overflow-y: visible;
  padding-top: 4rem;
}
.research_swiper .swiper-pagination-research {
  bottom: 0;
}
.research_swiper .swiper-pagination-research .swiper-pagination-bullet {
  width: 0.7rem;
  height: 0.7rem;
  background: #A33030;
  opacity: 1;
  margin: 0 1rem;
}
.research_swiper .swiper-pagination-research .swiper-pagination-bullet-active {
  background: #B99566;
}
.research_swiper li {
  transition: all 0.4s;
  color: #FFFFFF;
  background: url(../img/line4.png) no-repeat bottom center;
  background-size: 100% 100% !important;
}
.research_swiper li.swiper-slide-active {
  background: url(../img/line1.png) no-repeat bottom center;
}
.research_swiper li.swiper-slide-next {
  top: -4rem;
  background: url(../img/line2.png) no-repeat bottom center;
}
.research_swiper li.swiper-slide-next + * {
  top: -4rem;
  /* 匹配 .swiper-slide-next 的下一个任何类型的兄弟元素 */
  background: url(../img/line3.png) no-repeat bottom center;
}
.research_swiper li a {
  width: 100%;
  padding: 2rem;
}
.research_swiper li:hover {
  box-shadow: 0 0 0.25rem #A33030;
}
.research_swiper li .title {
  font-size: 1rem;
  line-height: 1.5rem;
  height: 4.5rem;
  margin-bottom: 1.5rem;
}
.research_swiper li .info {
  height: 4.8rem;
  line-height: 1.2rem;
  margin-bottom: 3rem;
}
.research_swiper li .time {
  font-family: "Career";
}

.medium_swiper_con {
  position: relative;
}
.medium_swiper_con .prev2 {
  left: -1.2rem;
}
.medium_swiper_con .next2 {
  right: -1.2rem;
}

.medium_swiper_box {
  overflow: hidden;
  background: #fff;
  padding: 3rem 5rem;
  box-shadow: 0 0 1rem rgba(163, 48, 48, 0.2);
}
.medium_swiper_box:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 0.05rem;
  background: #A33030;
}

.medium_swiper {
  overflow: visible;
}
.medium_swiper li {
  height: 27rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.medium_swiper li.borderNone a:before {
  display: none;
}
.medium_swiper li:before {
  width: 0.65rem;
  height: 0.65rem;
  background: #A33030;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-sizing: content-box;
}
.medium_swiper li.swiper-slide-active:before {
  width: 1.65rem;
  height: 1.65rem;
  background: url(../img/dot_slide_active.png) no-repeat center center;
  background-size: 100% 100%;
}
.medium_swiper li:nth-of-type(2n) {
  justify-content: flex-start;
}
.medium_swiper li:nth-of-type(2n) a {
  flex-direction: column;
}
.medium_swiper li:nth-of-type(2n) .info_con {
  margin-bottom: 1rem;
}
.medium_swiper li:nth-of-type(2n) .time {
  margin-bottom: 0;
}
.medium_swiper li a {
  width: 140%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  position: relative;
}
.medium_swiper li a:before {
  width: 0.05rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -1.8rem;
  content: "";
  background: #A87646;
}
.medium_swiper li .logo_con {
  text-align: center;
  margin-bottom: 0.5rem;
}
.medium_swiper li .logo_con img {
  width: 100%;
  height: 2rem;
  object-fit: contain;
}
.medium_swiper li .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Career";
  white-space: pre;
  border-radius: 50%;
  color: #A87646;
  position: relative;
  transition: all 0.4s;
  margin-bottom: 1rem;
}
.medium_swiper li .time .day {
  font-size: 2.4rem;
  line-height: 2.6rem;
}
.medium_swiper li .time .year {
  font-size: 0.7rem;
}

.party {
  position: relative;
  z-index: 4;
}
.party .party_list {
  display: flex;
  width: 100%;
  height: 16.3rem;
  will-change: transform; /* 优化动画性能 */
}
.party .party_list li {
  position: relative;
  width: 5rem;
  height: 100%;
  color: #fff;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); /* 更平滑的贝塞尔曲线 */
  flex-shrink: 0;
}
.party .party_list li:nth-of-type(2n) .title {
  background: #A77C52;
}
.party .party_list li:nth-of-type(3n) .title {
  background: #6E1919;
}
.party .party_list li.on {
  width: calc(100% - 25rem);
  flex-grow: 1;
}
.party .party_list li a {
  width: 100%;
  height: 100%;
  display: flex;
}
.party .party_list li .title {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 3rem 1rem;
  width: 5rem;
  height: 100%;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  background: #A33030;
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: background 0.3s ease;
}
.party .party_list li .img_con {
  width: calc(100% - 5rem);
  overflow: hidden;
  transform: translateZ(0); /* 触发硬件加速 */
}
.party .party_list li .img_con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image_video {
  position: relative;
}
.image_video .flower5 {
  position: absolute;
  left: 0;
  top: -7.5rem;
  width: 20.9rem;
  height: 33.8rem;
}
.image_video .flower6 {
  position: absolute;
  right: 0;
  top: 0;
  width: 15.8rem;
  height: 30.15rem;
}
.image_video .image_video_con {
  overflow-x: hidden;
}
.image_video .bot_line {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -2.5rem;
}
.image_video .bot_line .line {
  width: 50%;
  height: 0.05rem;
  background: rgba(163, 48, 48, 0.1);
  position: relative;
}
.image_video .bot_line .read_more1 {
  bottom: 0;
  z-index:99;
}

.image_list {
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.image_list .image_left_list {
  width: 54.375%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.image_list .image_left_list li:nth-of-type(1) {
  width: 100%;
  height: 20rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.image_list .image_left_list li:nth-of-type(1):before {
  width: 100%;
  height: 12.25rem;
  background: #A33030;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 100%;
}
.image_list .image_left_list li:nth-of-type(2) {
  width: 40%;
  height: 12.35rem;
}
.image_list .image_left_list li:nth-of-type(3) {
  width: calc(60% - 0.5rem);
  height: 16.8rem;
}
.image_list .image_right_list {
  width: calc(45.625% - 0.5rem);
  flex-wrap: wrap;
  justify-content: space-between;
}
.image_list .image_right_list li:nth-of-type(1) {
  width: 33.33%;
  height: 12rem;
  background: #A77C52;
  margin-bottom: 0.5rem;
}
.image_list .image_right_list li:nth-of-type(2) {
  width: calc(66.67% - 0.5rem);
  height: 18rem;
  margin-top: -6rem;
}
.image_list .image_right_list li:nth-of-type(3) {
  width: 48%;
  height: 12rem;
}
.image_list .image_right_list li:nth-of-type(4) {
  width: calc(52% - 0.5rem);
  height: 18rem;
  position: relative;
}
.image_list .image_right_list li:nth-of-type(4):before {
  width: 100%;
  height: 12.25rem;
  background: #A33030;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 100%;
}
.image_list .image_right_list li:nth-of-type(5) {
  width: 48%;
  height: 12rem;
  margin-top: -5.5rem;
}
.image_list li a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.image_list li a .video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 3rem;
  background: url(../img/video_icon.png) no-repeat center center;
  background-size: contain !important;
}
.image_list li a .video_icon2{
  position: absolute;
  top: 0%;
  right: 0%;
  width: 7rem;
  height: 3rem;
  background: url(../img/video_icon2.png) no-repeat center center;
  background-size: contain !important;
}

.image_list li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story {
  background: url(../img/story_sec_bg.png) no-repeat top right;
  background-size: 60% 50%;
}

.story_bot {
  margin-right: 8rem;
  background: #A77C52;
}
.story_bot .story_bot_box {
  padding: 3rem 0 3rem 8rem;
  background: url(../img/story_bg.png) no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
}
.story_bot .swiper_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
}
.story_bot .swiper_btns .next2,
.story_bot .swiper_btns .prev2 {
  margin: 0 0.75rem;
  position: static;
}

.story_swiper {
  width: 120%;
}
.story_swiper li:hover .info_con .title {
  color: #A33030;
}
.story_swiper li a {
  width: 100%;
}
.story_swiper li .img_con {
  width: 100%;
  height: 15rem;
  overflow: hidden;
}
.story_swiper li .img_con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story_swiper li .info_con {
  padding: 1rem 0;
  border-bottom: 0.05rem solid #A33030;
}
.story_swiper li .info_con .title {
  font-size: 1rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.story_swiper li .info_con .more_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #A33030;
}
.story_swiper li .info_con .more_con .time {
  font-family: "Career";
}
.story_swiper li .info_con .more_con .more {
  font-size: 1rem;
}

.youth {
  padding-bottom: 10rem;
  position: relative;
}
.youth .flower7 {
  position: absolute;
  left: 0;
  bottom: -7.5rem;
  width: 26.55rem;
  height: 17.3rem;
}

.youth_list {
  justify-content: space-between;
}
.youth_list li a {
  width: 100%;
}
.youth_list li .img_con {
  width: 100%;
  height: 24rem;
  overflow: hidden;
  position: relative;
}
.youth_list li .img_con .video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  background: url(../img/video_icon.png) no-repeat center center;
  background-size: contain !important;
}
.youth_list li .img_con .video_icon2{
  position: absolute;
  top: 0%;
  right: 0%;
  width: 7rem;
  height: 3rem;
  background: url(../img/video_icon2.png) no-repeat center center;
  background-size: contain !important;
}
.youth_list li .img_con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.youth_list li .title {
  font-size: 1rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 0.5rem;
  background: #fff;
}
.youth_list .youth_left_list {
  width: 49.375%;
}
.youth_list .youth_right_list {
  flex-wrap: wrap;
  width: 48.375%;
  justify-content: space-between;
}
.youth_list .youth_right_list li {
  width: 48.5%;
  margin-bottom: 1rem;
}
.youth_list .youth_right_list li .img_con {
  height: 10.5rem;
}
.youth_list .youth_right_list li .title {
  height: 2.5rem;
  line-height: 2.5rem;
}

/*底部*/
footer {
  border-bottom: 1.1rem solid #720200;
  color: #fff;
  background: url(../img/footer_bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}
footer .solt_list {
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 7rem;
  align-items: flex-end;
}
footer .solt_list li {
  flex: 1;
  background: #A33030;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
  padding-top: 1rem;
  text-align: center;
  overflow: hidden;
}
footer .solt_list li:hover {
  overflow: visible;
}
footer .solt_list li:hover .ewm_con {
  opacity: 1;
  visibility: visible;
}
footer .solt_list li .icon {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  transition: all 0.3s;
}
footer .solt_list li .ewm_con {
  position: absolute;
  width: 10rem;
  height: 10rem;
  top: 5rem;
  left: 50%;
  z-index: 99;
  background: #fff;
  padding: 0.5rem;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
footer .solt_list li .ewm_con:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 0.6rem solid transparent;
  border-bottom: 0.6rem solid #fff;
}
footer .solt_list li .ewm_con img {
  width: 100%;
  height: 100%;
}
footer .solt_list li:nth-of-type(2n) {
  background: #B53B3B;
}
footer .solt_list li:nth-of-type(3n) {
  background: #942C2B;
}
footer .solt_list li.active {
  height: 100%;
}
footer .solt_list li.adjacent {
  height: 80%;
}
footer .solt_list li.second-adjacent {
  height: 60%;
}
footer .solt_list li.default {
  height: 12%;
}
footer .solt_list li.default .icon {
  display: none;
}
footer .footer_top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
  position: relative;
  z-index: 2;
}
footer .footer_top .logo {
  margin-bottom: 2rem;
}
footer .footer_top .logo img {
  width: 18.45rem;
  height: 4.3rem;
  object-fit: contain;
}
footer .footer_top .add {
  text-align: center;
  margin-bottom: 2rem;
}
footer .footer_top .add span {
  margin: 0 0.5rem;
}
footer .footer_top .links_list {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3rem;
}
footer .footer_top .links_list li {
  width: 9.75%;
  margin-right: 0.27%;
  margin-bottom: 0.27%;
  background: rgba(0, 0, 0, 0.1);
}
footer .footer_top .links_list li:nth-of-type(10n) {
  margin-right: 0;
}
footer .footer_top .links_list li a {
  width: 100%;
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .footer_top .links_list li a img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
  margin-bottom: 1rem;
}
footer .footer_top .links_list li a .name {
  width: 100%;
  text-align: center;
  font-size: 1rem;
}
footer .copy_right {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
footer .copy_right .beian {
  line-height: 1.5rem;
}
footer .copy_right .friend_link li {
  position: relative;
}
footer .copy_right .friend_link li > a {
  width: 12.5rem;
  height: 2.4rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
footer .copy_right .friend_link li .hide_link {
  position: absolute;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  bottom: calc(100% + 0.5rem);
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
}
footer .copy_right .friend_link li .hide_link a {
  width: 100%;
  line-height: 1rem;
  padding: 0.5rem 1rem;
  color: #000000;
}
footer .copy_right .gongbei_icon {
  position: relative;
  top: -0.05rem;
  margin-right: 0.15rem;
}

.inner {
  position: relative;
}
.inner .inner_img {
  width: 100%;
}

.other {
  background: #FBF8F1;
  padding-bottom: 12rem;
}

.other_page {
  margin-top: -5rem;
}

.other_left {
  width: 15rem;
}

.left_menu_list {
  padding: 2.5rem 0 7.5rem;
  border-left: 0.2rem solid #A33030;
  background: #EEEEEE url(../img/logo_bg.png) no-repeat bottom right;
  margin-bottom: 1rem;
}
.left_menu_list li {
  position: relative;
}
.left_menu_list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 3.1rem;
  height: 0.95rem;
  background: url(../img/dot_on.png) no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all 0.3s;
}
.left_menu_list li.on:before, .left_menu_list li:hover:before {
  opacity: 1;
}
.left_menu_list li.on a, .left_menu_list li:hover a {
  color: #A33030;
}
.left_menu_list li a {
  width: 100%;
  padding-left: 3.5rem;
  font-size: 1.2rem;
  line-height: 4rem;
  transition: all 0.3s;
}

.left_other_links li {
  margin-bottom: 0.5rem;
  background-size: cover !important;
}
.left_other_links li:last-of-type {
  margin-bottom: 0;
}
.left_other_links li.medium_li {
  background: url(../img/left_bg1.png) no-repeat center center;
}
.left_other_links li.image_li {
  background: url(../img/left_bg2.png) no-repeat center center;
}
.left_other_links li.video_li {
  background: url(../img/left_bg3.png) no-repeat center center;
}
.left_other_links li a {
  padding: 1.6rem 1.25rem;
  width: 100%;
  color: #FFFFFF;
}
.left_other_links li h5 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.other_right {
  width: calc(100% - 15rem);
  background: #fff;
  padding: 0 4rem;
}

.other_action {
  display: flex;
  height: 5rem;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.1rem solid #EEEEEE;
  margin-bottom: 2rem;
}
.other_action .other_title {
  font-size: 1.8rem;
  font-weight: bold;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.other_action .other_title:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: #A33030;
}
.other_action .other_title img {
  margin-right: 0.3rem;
}
.other_action .crumbs {
  align-items: center;
  font-size: 0.9rem;
  color: #999;
}
.other_action .crumbs i {
  color: #A33030;
  font-size: 1rem;
  margin-right: 0.25rem;
}

.news_list li {
  border-bottom: 0.05rem solid #eee;
  position: relative;
}
.news_list li:after {
  width: 0;
  height: 0.05rem;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #A33030;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_list li:hover:after {
  width: 100%;
}
.news_list li:hover .info_con .title {
  color: #A33030;
}
.news_list li a {
  width: 100%;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_list li .img_con {
  width: 29.8%;
  height: 11rem;
  overflow: hidden;
  position: relative;
}
.news_list li .img_con .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Career";
  white-space: pre;
  color: #fff;
  background: rgba(163, 48, 48, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 3.6rem;
  height: 3.6rem;
}
.news_list li .img_con .time .day {
  font-size: 1.8rem;
}
.news_list li .img_con .time .year {
  font-size: 0.7rem;
}
.news_list li .img_con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_list li .info_con {
  position: relative;
  width: 70.2%;
  padding-left: 2rem;
}
.news_list li .info_con .title {
  font-size: 1rem;
  line-height: 1.5rem;
  height: 3rem;
  margin-bottom: 1.25rem;
}
.news_list li .info_con .info {
  color: #666666;
  line-height: 1.2rem;
  height: 3.6rem;
}

.notice_info_list li {
  border-bottom: 0.05rem solid #eee;
  position: relative;
}
.notice_info_list li:after {
  width: 0;
  height: 0.05rem;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #A33030;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.notice_info_list li:hover:after {
  width: 100%;
}
.notice_info_list li:hover .info_con .title {
  color: #A33030;
}
.notice_info_list li a {
  width: 100%;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notice_info_list li .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Career";
  white-space: pre;
  color: #fff;
  width: 5rem;
  height: 5rem;
  background: #A33030;
  position: relative;
}
.notice_info_list li .time:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border: 0.5rem solid transparent;
  border-left: 0.5rem solid #A33030;
}
.notice_info_list li .time:after {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.05rem;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  background: #A33030;
}
.notice_info_list li .time .day {
  font-size: 1.2rem;
}
.notice_info_list li .time .year {
  font-size: 0.7rem;
  margin-bottom: 0.25rem;
}
.notice_info_list li .info_con {
  position: relative;
  width: calc(100% - 5rem);
  padding-left: 2rem;
}
.notice_info_list li .info_con .title {
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.notice_info_list li .info_con .info {
  color: #666666;
  line-height: 1.2rem;
  height: 2.4rem;
}

.people_list li {
  width:100%;
  background: rgba(163, 48, 48, 0.1);
  display: block;
  font-size: 1rem;
  cursor: pointer;
  min-height: 3rem;
  clear:both;
}
.people_list li:hover span.name {
  color: #A33030;
}
.people_list li:nth-of-type(2n) {
  background: #fff;
}
.people_list li span {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.people_list li .position {
  width: 56%;
  float:left;
  text-align: right;
  display: block;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1.5rem;
  border-right: 0.05rem solid rgba(163, 48, 48, 0.1);
}
.people_list li .name {
  width: 44%;
  float:right;
  display: block;
  align-items: center;
  padding-left: 1.5rem;
  transition: all 0.3s;
}

.people_detail {
  display: flex;
  justify-content: space-between;
}
.people_detail .img {
  width: 15rem;
}
.people_detail .img img {
  width: 100%;
}
.people_detail .base_info {
  width: calc(100% - 15rem);
}
.people_detail .base_info .name {
  padding: 3.75rem 3rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.people_detail .base_info .info_con {
  padding: 3rem;
  color: #fff;
  background: #A33030 url(../img/people_bg.png) no-repeat center center;
}
.people_detail .base_info .info_con .title {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}

.news_detail {
  padding-bottom: 2rem;
}
.news_detail .title {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  font-weight: 600;
  text-align:center;
}
.news_detail .time {
  font-family: "Career";
  font-size: 0.9rem;
  margin-bottom: 1rem;
  color: #A33030;
  text-align:center;
  display:block;
}
.news_detail .page_info {
  color: #666;
}

/*新增教育教学-*/
.edu_title {
  text-align: center;
}
.edu_title.white .line {
  background: #fff;
}
.edu_title.white .title,
.edu_title.white .en_title {
  color: #fff;
}
.edu_title .line {
  width: 3.5rem;
  height: 0.25rem;
  background: #A33030;
  margin-bottom: 0.75rem;
}
.edu_title .title {
  font-size: 2.4rem;
  margin-bottom: 0.75rem;
  margin-top: 2rem;
  font-weight: 600;
}
.edu_title .en_title {
  color: #A33030;
}

.edu_page1 .fac_bg {
  position: relative;
}
.edu_page1 .fac_bg .fac_big {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 91%;
}
.edu_page1 .fac_bg .fac_line {
  position: absolute;
  bottom: 10rem;
  left: 50%;
  transform: translateX(-50%);
}
.edu_page1 .fac_bg .title_bg {
  width: 38rem;
  height: 18.5rem;
  background: url(../img/title_bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.edu_page1 .fac_bg .faculty_list {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 91%;
  height: 100%;
}
.edu_page1 .fac_bg .faculty_list li {
  position: absolute;
}
.edu_page1 .fac_bg .faculty_list li:nth-of-type(4), .edu_page1 .fac_bg .faculty_list li:nth-of-type(5), .edu_page1 .fac_bg .faculty_list li:nth-of-type(6) {
  flex-direction: row-reverse;
}
.edu_page1 .fac_bg .faculty_list li:nth-of-type(4) .info_con, .edu_page1 .fac_bg .faculty_list li:nth-of-type(5) .info_con, .edu_page1 .fac_bg .faculty_list li:nth-of-type(6) .info_con {
  margin-left: 0;
  margin-right: -1.5rem;
  text-align: right;
}
.edu_page1 .fac_bg .faculty_list li:nth-of-type(4) .info_con .info, .edu_page1 .fac_bg .faculty_list li:nth-of-type(5) .info_con .info, .edu_page1 .fac_bg .faculty_list li:nth-of-type(6) .info_con .info {
  text-align: right;
}
.edu_page1 .fac_bg .faculty_list li:nth-of-type(1) {
  bottom: 2.5rem;
  left: 9rem;
}
.edu_page1 .fac_bg .faculty_list li:nth-of-type(6) {
  bottom: 2.5rem;
  right: 9rem;
}
.edu_page1 .fac_bg .faculty_list li:nth-of-type(2) {
  bottom: 17rem;
  left: 15rem;
}
.edu_page1 .fac_bg .faculty_list li:nth-of-type(5) {
  bottom: 14rem;
  right: 15rem;
}
.edu_page1 .fac_bg .faculty_list li:nth-of-type(3) {
  top: 6rem;
  left: 28.7rem;
}
.edu_page1 .fac_bg .faculty_list li:nth-of-type(4) {
  top: 6rem;
  right: 28.7rem;
}
.edu_page1 .fac_bg .faculty_list li img {
  width: 8.84rem;
  height: 10.05rem;
}
.edu_page1 .fac_bg .faculty_list li .info_con {
  font-size: 1rem;
  color: #A87646;
  line-height: 1.2rem;
  margin-left: -1.5rem;
}
.edu_page1 .fac_bg .faculty_list li .info_con strong {
  font-family: "Career";
  font-size: 3rem;
  margin-right: 0.3rem;
}

.edu_page2 {
  background: url(../img/edu_bg.png) no-repeat center center;
  background-size: 100% 100%;
}
.edu_page2 .edu_title {
  margin-bottom: 5rem;
}
.edu_page2 .edu_list {
  justify-content: space-between;
  gap: 0 2rem;
}
.edu_page2 .edu_list li {
  flex: 1;
  background: #FFFFFF;
  box-shadow: 0.05rem 0rem 1.5rem 0rem #793300;
  text-align: center;
  padding: 1rem 2rem;
}
.edu_page2 .edu_list li > a{
  display:block !important;
}
.edu_page2 .edu_list li:hover .img_con:before {
  opacity: 1;
}
.edu_page2 .edu_list li:hover .img_con .icon {
  background: #A77C52;
}
.edu_page2 .edu_list li:hover .img_con .icon .img2 {
  display: block;
}
.edu_page2 .edu_list li:hover .img_con .icon .img1 {
  display: none;
}
.edu_page2 .edu_list li .img_con {
  width: 100%;
  padding-top: 100%;
  margin: 0 auto 0.5rem;
  position: relative;
}
.edu_page2 .edu_list li .img_con:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/edu_bg2.png) no-repeat center center;
  background-size: 100% 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.edu_page2 .edu_list li .img_con .icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 71%;
  height: 71%;
  background: #fff url(../img/edu_bg1.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.edu_page2 .edu_list li .img_con .icon img {
  width: 6.75rem;
  height: 6.65rem;
  object-fit: contain;
}
.edu_page2 .edu_list li .img_con .icon .img2 {
  display: none;
}
.edu_page2 .edu_list li .title {
  font-size: 1.2rem;
  text-align: center;
}

.edu_page3 {
  padding-bottom: 0;
}
.edu_page3 .course_list {
  align-items: center;
  justify-content: space-between;
}
.edu_page3 .course_list li {
  width: 48%;
  background: #FFFFFF;
  border-radius: 0 10rem 10rem 0;
  padding: 5rem 5rem 5rem 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.edu_page3 .course_list li:nth-of-type(2n) {
  border-radius: 10rem 0 0 10rem;
  padding: 5rem 8rem 5rem 5rem;
}
.edu_page3 .course_list li .info_con .title {
  font-size: 1.8rem;
  color: #A77C52;
  margin-bottom: 1.5rem;
}
.edu_page3 .course_list li .info_con .info {
  font-size: 1rem;
  line-height: 1.8rem;
}
.edu_page3 .course_list li img {
  width: 8rem;
  height: 7rem;
  object-fit: contain;
}
.course_page {
  padding-bottom: 0;
}
.course_page .course_setting_list {
  align-items: center;
  justify-content: space-between;
  padding: 0 3.5rem;
}
.course_page .course_setting_list li {
  width: 44%;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.course_page .course_setting_list li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.course_page .course_setting_list li:nth-of-type(2n) .img_con {
  left: auto;
  right: 0;
}
.course_page .course_setting_list li:nth-of-type(2n) .img_con .icon {
  left: 52%;
}
.course_page .course_setting_list li:nth-of-type(2n) .info_con .part {
  background: linear-gradient(to right, rgba(163, 48, 48, 0.5), #FBF8F1);
  padding-left: 0;
  padding-right: 12rem;
  justify-content: flex-end;
  color: #A33030;
}
.course_page .course_setting_list li:nth-of-type(2n) .info_con .part:nth-of-type(2) {
  right: auto;
  left: -2rem;
}
.course_page .course_setting_list li .img_con {
  position: absolute;
  left: 0;
  z-index: 1;
}
.course_page .course_setting_list li .img_con .bg {
  width: 19rem;
}
.course_page .course_setting_list li .img_con .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
}
.course_page .course_setting_list li .img_con .icon img {
  width: 3.6rem;
  height: 3.6rem;
  object-fit: contain;
  margin-bottom: 0.5rem;
}
.course_page .course_setting_list li .img_con .icon h4 {
  font-size: 1.8rem;
  color: #FFFFFF;
}
.course_page .course_setting_list li .info_con {
  width: 80%;
}
.course_page .course_setting_list li .info_con .part {
  width: 100%;
  height: 5.1rem;
  background: linear-gradient(to right, #FBF8F1, rgba(167, 124, 82, 0.5));
  border-radius: 2.55rem 2.55rem 2.55rem 2.55rem;
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #A87646;
  line-height: 1.2rem;
  padding-left: 12rem;
  text-align: right;
}
.course_page .course_setting_list li .info_con .part strong {
  font-family: "Career";
  font-size: 3rem;
  padding: 0 1rem;
}
.course_page .course_setting_list li .info_con .part:nth-of-type(2) {
  position: relative;
  right: -2rem;
}

/*1920*/
/*搜索结果页*/
.sec_search {
  padding-top: 10rem;
}
.sec_search .search_box {
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}
.sec_search .search_box .search_ipt {
  border: 0.05rem solid #DCDCDC;
  padding: 0.9rem;
  width: 25rem;
  border-radius: 7.5rem;
  margin-right: 0.5rem;
  font-size: 1rem;
}
.sec_search .search_box .submit {
  background: #A33030;
  color: #fff;
  padding: 0.9rem;
  width: 7.5rem;
  font-size: 0.9rem;
  border-radius: 7.5rem;
}
.sec_search .search_list {
  border-top: 0.05rem solid #DCDCDC;
}
.sec_search .search_list li {
  border-bottom: 0.05rem solid #DCDCDC;
  position: relative;
}
.sec_search .search_list li:after {
  width: 0;
  height: 0.05rem;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #A33030;
  transition: all 0.5s;
}
.sec_search .search_list li a {
  padding: 1rem 0;
  width: 100%;
}
.sec_search .search_list li .title {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  transition: all 0.5s;
}
.sec_search .search_list li .time {
  color: #A33030;
  font-family: "Career";
  font-weight: bold;
}
.sec_search .search_list li:hover .title {
  color: #A33030;
}
.sec_search .search_list li:hover:after {
  width: 100%;
}

/*视频弹窗*/
.video_mark {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  bottom: 100%;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.video_mark.open {
  bottom: 0;
}
.video_mark .video_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 70%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.video_mark .video_box video {
  max-width: 100%;
  max-height: 100%;
}
.video_mark .video_box .close {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  font-size: 1.5rem;
  transform: translateX(-50%);
  z-index: 100;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 1680px) {
  header nav.nav1 .motto {
    position: absolute;
    left: 21rem;
    top: 1rem;
  }
  .edu_page1 .fac_bg .faculty_list li:nth-of-type(3) {
    left: 27.2rem;
  }
  .edu_page1 .fac_bg .faculty_list li:nth-of-type(4) {
    right: 27.2rem;
  }
  .edu_page1 .fac_bg .faculty_list li:nth-of-type(2) {
    bottom: 16rem;
  }
  .edu_page2 .edu_list li .img_con .icon img {
    width: 5.75rem;
    height: 5.65rem;
  }
}
@media screen and (max-width: 1500px) {
  footer .footer_top .links_list li a .name {
    font-size: 0.9rem;
  }
  .edu_page1 .fac_bg .faculty_list li .info_con strong {
    font-size: 2.6rem;
  }
  .edu_page1 .fac_bg .faculty_list li:nth-of-type(3) {
    left: 25.6rem;
  }
  .edu_page1 .fac_bg .faculty_list li:nth-of-type(4) {
    right: 25.6rem;
  }
  .edu_page1 .fac_bg .faculty_list li:nth-of-type(5) {
    bottom: 12rem;
    right: 14rem;
  }
  .edu_page1 .fac_bg .faculty_list li:nth-of-type(2) {
    bottom: 15rem;
    left: 14rem;
  }
  .edu_page1 .fac_bg .faculty_list li:nth-of-type(6) {
    bottom: 2rem;
    right: 8rem;
  }
  .edu_page1 .fac_bg .faculty_list li:nth-of-type(1) {
    bottom: 2rem;
    left: 8rem;
  }
  .edu_page1 .fac_bg .title_bg {
    width: 33rem;
    height: 16.5rem;
  }
  .edu_page3 .course_list li img {
    width: 7rem;
    height: 6rem;
  }
  .edu_page3 .course_list li .info_con .title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1366px) {
  .course_page .course_setting_list li .info_con .part strong {
    font-size: 2.4rem;
    padding: 0 0.8rem;
  }
  .course_page .course_setting_list li .info_con .part {
    padding-left: 11rem;
  }
  .course_page .course_setting_list li:nth-of-type(2n) .info_con .part {
    padding-right: 9rem;
  }
  .course_page .course_setting_list li .img_con .bg {
    width: 16rem;
  }
}
@media screen and (max-width: 1280px) {
  footer .footer_top .links_list li a img {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 1080px) {
  .w {
    padding: 0 1rem;
    margin: 0;
    width: 100%;
  }

 .edu_page1 .fac_bg .title_bg {
    width: 12rem;
    height: 6.5rem;
    bottom: auto;
    top: 6rem;
  }
  .edu_title .title {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .edu_title .line {
    width: 2.5rem;
    height: 0.15rem;
    margin-bottom: 0.5rem;
  }
  .edu_page1 .fac_bg .faculty_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 3rem;
  }
  .edu_page1 .fac_bg .faculty_list li {
    position: static;
    padding: 1rem 0;
    width: 48%;
  }
  .edu_page1 .fac_bg .faculty_list li .info_con {
    margin: 0;
    text-align: left !important;
  }
  .edu_page1 .fac_bg .faculty_list li .info_con .info {
    text-align: left !important;
  }
  .edu_page1 .fac_bg .faculty_list li:nth-of-type(2n) .info_con {
    text-align: right !important;
  }
  .edu_page1 .fac_bg .faculty_list li:nth-of-type(2n) .info_con .info {
    text-align: right !important;
  }
  .edu_page1 .fac_bg .faculty_list li .info_con strong {
    font-size: 2rem;
  }
  .edu_page1 .fac_bg .fac_big {
    bottom: auto;
    top: 2rem;
  }
  .edu_page2 .edu_title {
    margin-bottom: 2rem;
  }
  .edu_page2 .edu_list {
    flex-wrap: wrap;
    gap: 0;
  }
  .edu_page2 .edu_list li {
    width: 48%;
    flex: none;
    margin-bottom: 1rem;
    padding: 1rem 1.5rem;
  }
  .edu_page2 .edu_list li .img_con:before {
    opacity: 1;
  }
  .edu_page2 .edu_list li .img_con .icon img {
    width: 3.75rem;
    height: 3.65rem;
  }
  .edu_page3 .course_list {
    flex-wrap: wrap;
    padding: 1rem;
  }
  .edu_page3 .course_list li {
    margin-bottom: 1rem;
    width: 100% !important;
    padding: 1rem 1.5rem !important;
    border-radius: 1rem !important;
  }
  .edu_page3 .course_list li .info_con .title {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .edu_page3 .course_list li .info_con .info {
    font-size: 0.8rem;
    line-height: 1.8rem;
  }
  .edu_page3 .course_list li img {
    width: 4rem;
    height: 4rem;
  }

  .video_mark .video_box {
    width: 90%;
    height: 50%;
  }
  .sec_search {
    padding-top: 7.5rem;
  }
  .sec_search .search_box {
    margin-bottom: 2.5rem;
  }
  .sec_search .search_box .search_ipt {
    width: 17.5rem;
  }
  .sec_search .search_box .submit {
    width: 6rem;
  }
  header {
    height: 4rem;
  }
  header nav.nav2 {
    padding: 0 1rem;
    display: none !important;
  }
  header nav.nav2 .logo {
    width: 15rem;
    height: 4.5rem;
    z-index: 10;
  }
  header nav.nav2 .action_links,
  header nav.nav2 .nav_list_content {
    display: none;
  }
  header nav.nav2 .motto {
    width: 10rem;
    height: 1.5rem;
  }
  header nav.nav1 {
    padding: 0 1rem;
    justify-content: space-between;
    display: flex !important;
  }
  header nav.nav1 .logo {
    position: static;
    width: auto;
    height: auto;
    background: none;
  }
  header nav .logo img {
    width: 10rem;
    height: 2.5rem;
    margin-top: 0;
  }
  header nav .menu {
    font-size: 1.6rem;
  }
  header nav.nav1 .motto {
    position: static;
    top: 1.25rem;
    left: 13rem;
    width: 10rem;
    height: 1.5rem;
  }
  .banner {
    height: 20rem;
  }
  .down_icon {
    width: 5rem;
    height: 2.5rem;
  }
  .banner .banner_swiper li .title {
    font-size: 1.2rem;
    bottom: 5rem;
  }
  .news .news_con {
    flex-wrap: wrap;
  }
  .index_news_list {
    width: 100%;
  }
  .index_title .title .font {
    font-size: 1.4rem;
    margin-right: 0.5rem;
  }
  .index_title .title .tip {
    font-size: 0.9rem;
  }
  .read_more1 {
    height: 3rem;
  }
  .index_title:before {
    width: 0.15rem;
    height: 2.5rem;
  }
  .index_title {
    padding-left: 0.75rem;
  }
  .action_title {
    margin-bottom: 1.5rem;
  }
  .index_news_swiper {
    width: 100%;
    margin: 1rem 0;
  }
  .index_news_swiper li .img_con {
    height: 14rem;
  }
  .index_news_swiper li .info_con {
    padding: 1.5rem;
  }
  .activity {
    flex-wrap: wrap;
  }
  .activity .left {
    width: 100%;
    margin-bottom: 1rem;
  }
  .activity .right {
    width: 100%;
  }
  .activity .left .left_con {
    padding: 2.5rem 1rem 2.5rem 1rem;
  }
  .activity_list li {
    width: 100%;
    margin-bottom: 3rem;
  }
  .activity_list li .time:before {
    display: block !important;
  }
  .activity_list li:nth-of-type(n+4) .time:before {
    display: none !important;
  }
  .activity .left .index_title .title .tip {
    font-size: 1.4rem;
  }
  .activity .right .img_font {
    width: 19.45rem;
  }
  .activity .left .img_font {
    width: 19.45rem;
  }
  .activity .right .right_con {
    padding: 2.5rem 1rem 2.5rem 1rem;
  }
  .campus {
    margin-top: 0;
    padding-top: 2rem;
  }
  .sec {
    padding: 2.5rem 0;
  }
  .campus_top_list {
    flex-wrap: wrap;
  }
  .campus_top_list li:first-of-type {
    width: 100%;
  }
  .campus_top_list li:nth-of-type(2) {
    width: 48%;
  }
  .campus_top_list li:nth-of-type(3) {
    width: 52%;
  }
  .campus_top_list li .info_con {
    padding: 1.5rem;
  }
  .campus_swiper li .info_con {
    padding: 1.5rem;
  }
  .campus_swiper li .time {
    height: 2.5rem;
    padding-left: 1.5rem;
    border-radius: 0rem 0rem 1.5rem 0rem;
  }
  .campus_top_list li {
    height: 20rem;
  }
  .research_swiper li a {
    padding: 1.5rem;
  }
  .research_swiper li .title {
    margin-bottom: 1rem;
  }
  .research_swiper li .info {
    margin-bottom: 1.5rem;
  }
  .research_swiper li.swiper-slide-next {
    top: -2rem;
  }
  .research_swiper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .research_swiper .swiper-pagination-research .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    opacity: 1;
    margin: 0 0.5rem;
  }
  .medium_swiper_box {
    padding: 2.5rem 2.5rem;
  }
  .image_list {
    flex-wrap: wrap;
  }
  .image_list .image_left_list {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .image_list .image_right_list {
    width: 100%;
  }
  .image_list .image_right_list li:nth-of-type(2) {
    height: 12rem;
    margin-top: 0;
  }
  .image_list .image_left_list li:nth-of-type(1) {
    height: 14rem;
  }
  .image_list .image_left_list li:nth-of-type(2) {
    height: 9rem;
  }
  .image_list .image_left_list li:nth-of-type(3) {
    height: 13rem;
  }
  .image_list .image_right_list li:nth-of-type(3) {
    height: 10rem;
  }
  .image_list .image_right_list li:nth-of-type(5) {
    height: 10rem;
    margin-top: -7.5rem;
  }
  .story_bot {
    margin-right: 1rem;
  }
  .story_bot .story_bot_box {
    padding: 2rem 0 2rem 1rem;
  }
  .story_swiper li .img_con {
    height: 10rem;
  }
  .story_bot .swiper_btns {
    padding-top: 2rem;
  }
  .youth_list {
    flex-wrap: wrap;
  }
  .youth_list .youth_left_list {
    width: 100%;
    margin-bottom: 1rem;
  }
  .youth_list .youth_right_list {
    width: 100%;
  }
  .youth_list li .img_con {
    height: 15.5rem;
  }
  .youth_list .youth_right_list li .img_con {
    height: 7.5rem;
  }
  .youth {
    padding-bottom: 7.5rem;
  }
  footer .footer_top .logo img {
    width: 11.95rem;
    height: 2.8rem;
  }
  footer .footer_top .logo {
    margin-bottom: 1.5rem;
  }
  footer .footer_top .add {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  footer .footer_top .links_list li {
    width: 19%;
    margin-right: 1.25%;
    margin-bottom: 1.25%;
  }
  footer .footer_top .links_list li:nth-of-type(10n) {
    margin-right: 1.25%;
  }
  footer .footer_top .links_list li:nth-of-type(5n) {
    margin-right: 0;
  }
  footer .footer_top .links_list li a {
    padding: 1rem 0;
  }
  footer .footer_top .links_list li a img {
    width: 1.5rem;
    height: 1.5rem;
  }
  footer .footer_top .links_list li a .name {
    font-size: 0.8rem;
  }
  footer .copy_right {
    flex-wrap: wrap;
  }
  footer .copy_right .friend_link {
    margin-bottom: 1rem;
  }
  footer .footer_top {
    padding: 2rem 0;
  }
  footer .footer_top .links_list {
    margin-bottom: 1rem;
  }
  .news .flower1 {
    top: 1rem;
    width: 8.65rem;
    height: 17.45rem;
  }
  .activity .right .right_con .flower2 {
    bottom: 58%;
    width: 10.95rem;
    height: 18.7rem;
  }
  .campus .flower3 {
    top: -7.5rem;
    width: 12.15rem;
    height: 19.1rem;
  }
  .research .flower4 {
    top: 2rem;
    width: 8.85rem;
    height: 16.85rem;
  }
  .image_video .flower5 {
    top: 0.5rem;
    width: 10.4rem;
    height: 15.8rem;
  }
  .image_video .flower6 {
    width: 8.8rem;
    height: 18.15rem;
  }
  .youth .flower7 {
    bottom: 0;
    width: 12.55rem;
    height: 8.3rem;
  }
  .inner {
    padding-top: 4rem;
  }
  .other {
    padding-bottom: 7.5rem;
  }
  .other_left {
    display: none;
  }
  .other_right {
    width: 100%;
    padding: 0 1rem;
  }
  .other_page {
    margin-top: -2.5rem;
  }
  .other_action {
    height: 4rem;
    margin-bottom: 1rem;
  }
  .other_action .other_title {
    font-size: 1.3rem;
  }
  .other_action .other_title img {
    width: 1.1rem;
  }
  .news_list li a {
    padding: 1rem 0;
    flex-wrap: wrap;
  }
  .news_list li .img_con {
    height: 12.5rem;
    width: 100%;
  }
  .news_list li .info_con {
    width: 100%;
    padding: 1rem 0;
  }
  .page {
    height: 5rem;
  }
  .page a, .page span {
    font-size: 0.9rem;
  }
  .notice_info_list li .time {
    width: 4rem;
    height: 4rem;
  }
  .notice_info_list li .time .day {
    font-size: 1rem;
  }
  .notice_info_list li a {
    padding: 1rem 0;
  }
  .notice_info_list li .info_con .title {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
  .notice_info_list li .info_con {
    width: calc(100% - 4rem);
    padding-left: 1.5rem;
  }
  .people_list li span.position {
    width: 60%;
  }
  .people_list li span.name {
    width: 40%;
  }
  .people_detail {
    flex-wrap: wrap;
  }
  .people_detail .img {
    width: 12.5rem;
    margin: 0 auto;
  }
  .people_detail .base_info {
    width: 100%;
  }
  .people_detail .base_info .name {
    padding: 1rem 0;
    text-align: center;
  }
  .people_detail .base_info .info_con {
    padding: 1.5rem;
  }
  .party .party_list li.on {
    width: auto;
    flex: 1;
  }
  .party .party_list li {
    width: auto;
    flex: 1;
  }
  .party .party_list li .title {
    padding: 2rem 0;
    width: 100%;
  }
 .course_page .course_setting_list {
    flex-wrap: wrap;
    padding: 0 1rem;
  }
  .course_page .course_setting_list li {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .course_page .course_setting_list li .img_con .bg {
    width: 10rem;
  }
  .course_page .course_setting_list li .img_con .icon img {
    width: 2.6rem;
    height: 2.6rem;
    margin-bottom: 0.25rem;
  }
  .course_page .course_setting_list li .img_con .icon h4 {
    font-size: 1rem;
    color: #FFFFFF;
  }
  .course_page .course_setting_list li .info_con .part {
    padding-left: 4rem;
  }
  .course_page .course_setting_list li:nth-of-type(2n) .info_con .part {
    padding-right: 3rem;
  }
  .course_page .course_setting_list li .info_con .part:nth-of-type(2) {
    position: relative;
    right: 0;
  }
  .course_page .course_setting_list li:nth-of-type(2n) .info_con .part:nth-of-type(2) {
    right: auto;
    left: 0;
  }
}
/*移动端*/

/*# sourceMappingURL=CSS.css.map */