@font-face {
  font-family: 'zh';
  src: url(./SourceHanSansCN-Regular.otf);
}
@font-face {
  font-family: 'en';
  src: url('./HarmonyOS_Sans_SC_Regular.ttf');
}
* {
  font-family: 'zh';
}.fanhui2 a{color:#fff;text-align:center;font-size:16px;}
.fanhui2{text-align:center;}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  padding: 0 5%;
  padding-top: 50px;
  position: fixed;
  top: 0;
  width: 100%;
  transition: background 0.3s ease;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
header a {
  display: flex;
  align-items: center;
}
header a img {
  width: 264px;
  display: block;
  margin-right: 15px;
}
header a .right .title {
  font-size: 30px;
  margin-bottom: 5px;
  color: #fff;
  line-height: 1;
}
.fanhui{text-align: right;
    position: relative;
    height: 40px;
    margin-top: -20px;}
.fanhui a{display:block;color:#fff;font-size:16px;}
header a .right .en {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-family: 'en';
}header nav{
  display: flex;
  align-items: center;}
header nav ul {
  display: flex;
  align-items: center;
}
header nav li.dropdown {
  display: block;
  margin: 0 20px;
}
header nav li.dropdown:hover a {
  color: #90070a;
}
header nav ul li a {
  display: block;
  font-size: 18px;
  color: #fff;
}
header nav  .search {
  width: 65px;
  border: 1px solid #fff;
  border-top: none;
  border-bottom: none;
  position: relative;
}
header nav  .search img {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  display: block;
  cursor: pointer;
}
header nav .search .search-box {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
}
header nav .search:hover .search-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header nav .search .search-box input {
  width: 200px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
}
header nav .search .search-box button {
  width: 60px;
  padding: 8px 12px;
  margin-left: 8px;
  background: #90070a;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
header nav .search .search-box button:hover {
  background: #90070a;
}
/* 二级菜单样式 */
header nav ul .dropdown {
  position: relative;
}
header nav ul .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 131px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  z-index: 1000;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 2px solid red;
  margin-top: 0px;
}

header nav ul .dropdown-menu li {
  border-bottom: 1px solid #ccd0cf;
}
header nav ul .dropdown-menu li:last-child {
  border-bottom: none;
}
header nav ul .dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  text-align: center;
}
header nav ul .dropdown-menu li a:hover {
  background: #f5f5f5;
  color: #ff0000;
}
.banner {
  position: relative;
  width: 100%;
  height: 885px;
  overflow: hidden;
  z-index: 2;
}
.banner > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner .swiper {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev {
  opacity: 1;
}
.banner .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}
.tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1366px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
.tab .item {
  flex: 0 0 30%;
  text-align: center;
  position: relative;
  background: #f0f0f0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 112px;
}
.tab .item img {
  width: 35px;
  display: block;
  margin-right: 5px;
}
.tab .item .hover {
  display: none;
}
.tab .item:hover {
  background-color: #90070a;
}
.tab .item .name {
  font-weight: 400;
  font-size: 28px;
  color: #1a1a1a;
  width: 140px;
}
.tab .item:hover .name {
  color: #fff;
}
.tab .item:hover .notHover {
  display: none;
}
.tab .item:hover .hover {
  display: block;
}
/* 第一个元素 - 只有右边是斜的 */
.tab .item:first-child::before {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  width: 60px;
  height: 100%;
  background: inherit;
  transform: skewX(-25deg);
  z-index: 1;
  background-color: #f0f0f0;
  transition: background-color 0.3s ease;
}
.tab .item:first-child:hover::before {
  background-color: #90070a;
}
/* 中间元素 - 两边都是斜的 */
.tab .item:not(:first-child):not(:last-child)::before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  width: 60px;
  height: 100%;
  background: inherit;
  transform: skewX(-25deg);
  z-index: 1;
}

.tab .item:not(:first-child):not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  width: 60px;
  height: 100%;
  background: inherit;
  transform: skewX(-25deg);
  z-index: 1;
}

/* 最后一个元素 - 只有左边是斜的 */
.tab .item:last-child::before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  width: 60px;
  height: 100%;
  background: inherit;
  transform: skewX(-25deg);
  z-index: 1;
}
/* main */
.main .box {
  width: 1600px;
  margin: 0 auto;
  padding: 80px 0;
}
.daohang{}
.main .box .title {
  font-weight: bold;
  font-size: 48px;
  color: #1a1a1a;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
}
.main .box .en {
  font-size: 20px;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1;
  font-family: 'en';
  /* 英文大写 */
  text-transform: uppercase;
}
.main .box .more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 70px;
}
.main .box .more img {
  width: 19px;
  display: block;
  margin-left: 5px;
}
/* dynamics */
.dynamics .info .post{
  display: flex;
  justify-content: space-between;
}
.dynamics .info .item {
  flex: 0 0 23%;
  position: relative;
  height: 530px;
  border-radius: 10px;
  overflow: hidden;
}
.dynamics .info .item .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dynamics .info .item .arrow {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 49px;
  display: block;
  opacity: 0;
  transition: all 0.5s ease;
}
.dynamics .info .item:hover .arrow {
  opacity: 1;
}
.dynamics .info .item .text {
  font-weight: 300;
  font-size: 27px;
  color: #ffffff;
  padding: 30px;
  position: absolute;
  bottom: -150px;
  left: 0;
  width: 100%;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  transition: bottom 0.5s ease;
  box-sizing: border-box;
}

.dynamics .info .item .text .text-content {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  max-height: calc(1.4em * 2);
}
.dynamics .info .item:hover .text {
  bottom: 0px;
}

/* news */
.news {
  background-color: #eeeff4;
}
.news .info {
  display: flex;
  justify-content: space-between;
}
.news .info > .left {
  width: 1050px;
}
.news .info .left .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  height: 120px;
  transition: all 0.5s ease;
}

.news .info .left .item .name {
  font-weight: 400;
  font-size: 24px;
  color: #1a1a1a;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
.news .info .left .item .solid {
  width: 47px;
  height: 1px;
  background: #9f9f9f;
  display: block;
  transition: all 0.5s ease;
}
.news .info .left .item .time {
  width: 60px;
  height: 81px;
  background: #646464;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.news .info .left .item .time .m {
  font-weight: 400;
  font-size: 47px;
  color: #f2f3f8;
  border-bottom: 1px solid #f2f3f8;
  line-height: 1;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.news .info .left .item .time .y {
  font-weight: 400;
  font-size: 14px;
  color: #f2f3f8;
}
.news .info .left .item:hover .name {
  color: #90070a;
}
.news .info .left .item:hover .solid {
  background: #90070a;
}
.news .info .left .item:hover {
  border-color: #90070a;
}
.news .info .left .item:hover .time {
  background: #90070a;
}
.news .info .right{
  display: flex;}
.news .info .right .post {
  width: 460px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news .info .right .item {
  position: relative;
  height: 48%;
}
.news .info .right .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .info .right .item .name {
  height: 70px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  border-top: 1px solid #fff;
  line-height: 70px;
  padding-left: 20px;
}
/* training */
.training .info {
  display: flex;
  justify-content: space-between;
}
.training .info .item {
  flex: 0 0 23%;
  height: 380px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.training .info .item .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.training .info .item .arrow {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 49px;
  display: block;
}
.training .info .item .name {
  height: 94px;
  font-weight: 500;
  font-size: 39px;
  color: #ffffff;
  padding-left: 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 94px;
}
.training .info .item .name::after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 185px;
  height: 1px;
  background: #90070a;
}
/* degree */
.degree {
  background: #eeeff4;
}
.degree .info {
  display: flex;
  justify-content: space-between;
}
.degree .info .item {
  flex: 0 0 30%;
  height: 580px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.degree .info .item .img {
  width: 163px;
  height: 163px;
  object-fit: contain;
  margin-bottom: 70px;
}
.degree .info .item .title {
  font-size: 38px;
  color: #000000;
  font-family: 'en';
  margin-bottom: 20px;
  font-weight: normal;
}
.degree .info .item .text {
  font-weight: 300;
  font-size: 14px;
  color: #4d4d4d;
  position: relative;
}
.degree .info .item .text::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #4c4c4c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
}
.degree .info .item .arrow {
  width: 62px;
  margin-top: 50px;
  display: block;
}
.degree1 {
  border-top: 1px solid #d4d4d9;
}
.degree1 .info .item {
  background: #fff5f5 !important;
}
/* .manage */
.manage .info {
  display: flex;
  justify-content: space-between;
}
.manage .info .item {
  flex: 0 0 23%;
}
.manage .info .item .img {
  height: 330px;
  overflow: hidden;
}
.manage .info .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.manage .info .item .img:hover img {
  transform: scale(1.2);
}
.manage .info .item .text {
  height: 120px;
  background: #90070a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.manage .info .item .text span {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 36px;
  color: #ffffff;
}
.manage .info .item .text img {
  height: 15px;
  display: block;
}
/* router */
.router .info {
  display: flex;
  justify-content: space-between;
}
.router .info .item {
  flex: 0 0 22%;
  background: #fff2f2;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  height: 145px;
  transition: all 0.3s ease;
  padding: 0 20px;
}
.router .info .item .hover {
  display: none;
}
.router .info .item img {
  width: 68px;
  display: block;
  margin-right: 8px;
}
.router .info .item .name {
  font-weight: 400;
  font-size: 23px;
  color: #333333;
  transition: all 0.3s ease;
}
.router .info .item:hover .hover {
  display: block;
}
.router .info .item:hover .notHover {
  display: none;
}
.router .info .item:hover {
  background: #90070a;
}
.router .info .item:hover .name {
  color: #fff;
}
.wp_paging{float:none;margin:0 auto;padding-top:50px;font-size:16px;display:flex;justify-content:center;}
.wp_paging li{display:block;float:none;}
.wp_paging li input{width:30px;height:22px;line-height:22px;margin-top:0;}
/* inner */
.innerBanner {
  height: 560px;
}
.inner {
  padding: 100px 0;
  width: 1600px;
  margin: 0 auto;
  background: #fff;
}
.inner > .title {
  font-weight: bold;
  font-size: 54px;
  color: #90070a;
  line-height: 1;
  margin-bottom: 50px;
}
.inner .smallTitle {
  font-weight: bold;
  font-size: 25px;
  color: #000000;
  height: 70px;
  border-bottom: 2px solid #90070a;
  border-top: 2px solid #90070a;
  line-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inner  .num {
  height: 50px;
  background: #fee5e4;
  margin-bottom: 69px;
  line-height: 50px;
  font-weight: 400;
  font-size: 15px;
  color: #90070a;
  padding-left: 20px;
}
/* inner-news */
.news .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 220px;
  border: 1px solid #c5c5c5;
  border-left: none;
  border-right: none;
  padding: 35px 15px;
  transition: all 0.5s ease;
}
.news .list .item .left {
  flex: 0 0 70%;
}
.news .list .item .title {
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
.news .list .item .desc {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 29px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news .list .item .num1 {
  font-weight: 400;
  font-size: 15px;
  color: #787878;
}
.news .list .item .img {
  width: 275px;
  height: 185px;
  overflow: hidden;
}
.news .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.news .list .item:hover {
  background: #fff2f2;
  border-bottom: 1px solid #90070a;
}
.news .list .item:hover .title {
  color: #90070a;
}
.news .list .item .img:hover img {
  transform: scale(1.2);
}
/* newsDetail */
.newsDetail .content {
  font-weight: 300;
  font-size: 20px;
  color: #000000;
}
/* worksList */
.worksList .smallTabs {
  display: flex;
  align-items: center;
  line-height: 70px;
}
.worksList .smallTabs a {
  flex: 1;
  font-weight: 400;
  font-size: 25px;
  color: #000000;
  padding: 0 35px;
  border: 2px solid #90070a;
  height: 100%;
  line-height: 70px;
  transition: all 0.3s ease;
  text-align: center;
}
.worksList .smallTabs a:first-child,
.worksList .smallTabs a:last-child {
  border-left: none;
  border-right: none;
}
.worksList .smallTabs a:first-child {
  text-align: left;
}
.worksList .smallTabs a:last-child {
  text-align: right;
}
.worksList .smallTabs a.selected,
.worksList .smallTabs a:hover {
  font-weight: bold;
  color: #90070a;
}
.worksList .smallTabs1 {
  display: flex;
  align-items: center;
  height: 50px;
}
.worksList .smallTabs1 a {
  flex: 1;
  font-weight: 400;
  font-size: 22px;
  color: #999999;
  padding: 0 35px;
  border: 2px solid #fff;
  background: #ececec;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
}
.worksList .smallTabs1 a:first-child,
.worksList .smallTabs1 a:last-child {
  border-left: none;
  border-right: none;
}
.worksList .smallTabs1 a:first-child {
  text-align: left;
}
.worksList .smallTabs1 a:last-child {
  text-align: right;
}
.worksList .smallTabs1 a.active,
.worksList .smallTabs1 a:hover {
  font-weight: bold;
  background: #fee5e4;
  color: #90070a;
}
.worksList .smallTabs1 a.active::after,
.worksList .smallTabs1 a:hover::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 8px solid #90070a;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.worksList .smallTabs1 a.active:first-child:after,
.worksList .smallTabs1 a:hover:first-child:after {
  left: 18%;
  transform: unset;
}
.worksList .smallTabs1 a.active:last-child:after,
.worksList .smallTabs1 a:hover:last-child:after {
  left: unset;
  right: 18%;
  transform: unset;
}
.worksList .list a.articlelist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
  border: 1px solid #e1e1e1;
  border-left: none;
  border-right: none;
  transition: all 0.5s ease;
}
.worksList .list a .title {
  font-weight: 400;
  font-size: 19px;
  color: #000000;
  transition: all 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.worksList .list a .time {
  font-weight: 400;
  font-size: 19px;
  color: #000000;
}
.worksList .list a:hover {
  border-bottom: 1px solid #90070a;
}
.worksList .list a:hover .title,
.worksList .list a:hover .time {
  color: #90070a;
}
/* worksListDetail */
.worksListDetail .mbx {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
}
.worksListDetail .mbx a {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.worksListDetail .mbx a span {
  font-weight: 400;
  font-size: 47px;
  color: #999999;
  margin-right: 30px;
}
.worksListDetail .mbx a img {
  height: 16px;
}
.worksListDetail .mbx a.active span {
  font-weight: bold;
  color: #90070a;
}
/* footer */
footer {
  height: 332px;
  background: #90070a;
  padding-top: 60px;
}
footer .box {
  width: 1440px;
  margin: 0 auto;
}
footer .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #c17476;
  padding-bottom: 10px;
}
footer .logo {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
footer .logo img {
  width: 264px;
  display: block;
  margin-right: 15px;
}
footer .logo .right .name {
  font-size: 31px;
  margin-bottom: 5px;
  color: #fff;
  line-height: 1;
}
footer .logo .right .en {
  font-size: 19px;
  color: #fff;
  line-height: 1;
  font-family: 'en';
}
footer .contact span {
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  margin-right: 50px;
  display: block;
}

footer .center .title {
  font-weight: 400;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 30px;
}
footer .center a {
  font-weight: 300;
  font-size: 15px;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
footer .center a img {
  margin-right: 5px;
  width: 8px;
}
footer .address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
footer .address .left {
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
}
footer .social {
  display: flex;
}
footer .social img {
  width: 34px;
  height: 35px;
  display: block;
  margin-right: 10px;
}
footer .bottom {
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  text-align: right;
  padding-top: 10px;
}
footer .social {
	display: flex;
}
footer .social .ewm1,footer .social .ewm2{color:#fff;text-align:center;}
footer .social .ewm1{margin-right:70px;}
footer .social .ewm1 p,footer .social .ewm2 p{margin-top:15px;margin-bottom:15px;}
footer .social img {
	width: 120px;
	height: 120px;
	display: block;margin:0 auto;
}
.detailPage {
  margin: 50px 0;
}
.detailPage a {
  display: flex;
  align-items: center;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  height: 50px;
  font-weight: 400;
  font-size: 18px;
  color: #919191;
}
.detailPage a img {
  width: 15px;
  display: block;
  margin-right: 15px;
}
.detailPage a span {
  font-weight: 400;
  font-size: 18px;
  color: #90070a;
  margin-right: 20px;
}
.detailPage a p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 1%;
  flex-grow: 1;
}
.detailPage .more {
  border: unset;
  width: 110px;
  height: 36px;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  text-align: center;
  line-height: 36px;
  float: right;
  display: block;
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #919191;
}

/* 汉堡菜单样式 */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}

.hamburger span {
  width: 25px;
  height: 3px;
  display: block;
  background-color: #fff;
  margin: 2px 0;
  transition: 0.3s;
  transform-origin: center;
}

/* 汉堡菜单变X的动画 */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* 移动端导航菜单 */
.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100vh;
  background: #90070a;
  backdrop-filter: blur(10px);
  z-index: 1000;
  transition: left 0.3s ease;
  padding-top: 100px;
}

.mobile-nav.active {
  left: 0;
}

.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: scroll;
  height: 100%;
}
.mobile-nav ul::-webkit-scrollbar {
  display: none;
}
.mobile-nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-nav ul li a {
  display: block;
  padding: 20px 30px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: background 0.3s ease;
}

.mobile-nav ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* 移动端下拉菜单 */
.mobile-nav .dropdown-menu {
  display: none;
  background: rgba(0, 0, 0, 0.2);
  padding-left: 20px;
}

.mobile-nav .dropdown-menu.active {
  display: block;
}

.mobile-nav .dropdown-menu a {
  padding: 15px 30px;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* 移动端搜索框 */
.mobile-nav .search-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 30px;
}

.mobile-search {
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-search .search-input {
  width: 100%;
  padding: 12px 40px 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
}

.mobile-search .search-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.mobile-search .search-input:focus {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

.mobile-search .search-icon {
  position: absolute;
  right: 15px;width:25px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.mobile-search .search-icon img{width:100%;}
/* 移动端遮罩层 */
.mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-overlay.active {
  display: block;
  opacity: 1;
}

/* 防止页面滚动 */
body.no-scroll {
  overflow: hidden;
}
.worksList .list{padding-top:50px;}
/* 响应式设计 */
/* 1700px分辨率适配 */
@media (max-width: 1700px) {
  header a img {
    width: 220px;
  }
}
/* 1600px分辨率适配 */
@media (max-width: 1600px) {
  .main .box {
    width: 1400px;
  }
  .inner {
    width: 1500px;
  }
  .tab {
    width: 1400px;
  }
  header {
    padding: 0 3%;
    padding-top: 50px;
  }
  header a img {
    width: 180px;
  }

  header a .right .title {
    font-size: 17px;
  }

  header nav ul li a {
    font-size: 17px;
  }

  header nav > ul > li {
    margin: 0 18px;
  }

  .main .box .title {
    font-size: 48px;
  }

  .main .box .en {
    font-size: 24px;
    font-family: 'en';
  }

  .dynamics .info .item .text {
    font-size: 24px;
  }

  .dynamics .info .item .text .text-content {
    line-height: 1.4;
    max-height: calc(1.4em * 2);
  }

  .news .info .left .item .name {
    font-size: 22px;
  }

  .training .info .item .name {
    font-size: 36px;
  }

  footer .box {
    width: 1300px;
  }
  .news .info > .left {
    width: 65%;
  }
  .news .info .right {
    width: 30%;
  }
}
@media (max-width: 1500px) {
  .inner {
    width: 1400px;
  }
}
/* 1400px分辨率适配 */
@media (max-width: 1400px) {
  .router .info .item img {
    width: 50px;
  }
  .main .box {
    width: 1200px;
  }

  .tab {
    width: 1200px;
  }

  .inner {
    width: 1200px;
  }

  header {
    padding: 25px 4%;
  }

  header a img {
    width: 220px;
  }

  header a .right .title {
    font-size: 14px;
  }

  header a .right .en {
    font-size: 12px;
    font-family: 'en';
  }

  header nav ul li a {
    font-size: 14px;
  }

  header nav > ul > li {
    margin: 0 15px;
  }

  .banner {
    height: 750px;
  }

  .main .box .title {
    font-size: 40px;
  }

  .main .box .en {
    font-size: 22px;
    font-family: 'en';
  }

  .main .box .more {
    font-size: 20px;
  }

  .dynamics .info .item {
    height: 400px;
  }

  .dynamics .info .item .text {
    font-size: 22px;
  }

  .dynamics .info .item .text .text-content {
    line-height: 1.4;
    max-height: calc(1.4em * 2);
  }

  .news .info .left .item {
    height: 120px;
  }

  .news .info .left .item .name {
    font-size: 20px;
  }

  .news .info .right .item .name {
    font-size: 22px;
  }

  .training .info .item {
    height: 350px;
  }

  .training .info .item .name {
    font-size: 30px;
  }

  .degree .info .item {
    height: 520px;
    padding: 30px;
  }

  .degree .info .item .img {
    width: 160px;
    height: 160px;
  }

  .degree .info .item .title {
    font-size: 34px;
  }

  .manage .info .item .img {
    height: 300px;
  }

  .manage .info .item .text span {
    font-size: 32px;
  }

  .router .info .item {
    height: 140px;
  }

  .router .info .item .name {
    font-size: 22px;
  }

  footer .box {
    width: 1150px;
  }

  footer .logo .right .name {
    font-size: 28px;
  }

  footer .logo .right .en {
    font-size: 18px;
    font-family: 'en';
  }
}
/* 1300px适配 */
@media (max-width: 1300px) {
  .inner {
    width: 100%;
    padding: 100px 50px;
  }
  .inner > .num {
    margin-bottom: 40px;
  }
  header nav ul li a {
    font-size: 14px;
  }

  header a .right .title {
    font-size: 12px;
  }
  header a img {
    width: 180px;
  }
  header a .right .en {
    font-size: 12px;
    font-family: 'en';
  }
  header {
    padding: 25px 3%;
  }
  header nav > ul > li {
    margin: 0 10px;
  }
  .main .box .top .title {
    font-size: 42px;
  }

  footer {
    height: auto;
    min-height: 280px;
    padding-bottom: 20px;
  }

  footer .logo img {
    width: 220px;
  }

  footer .logo .right .name {
    font-size: 26px;
  }

  header nav ul .dropdown-menu {
    width: 110px;
  }
  .main .box .title {
    font-size: 36px;
  }
  .main .box .en {
    font-size: 20px;
    font-family: 'en';
  }
  .main .box .more {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .view .info .item .name {
    font-size: 24px;
  }
  .view .info .item .time {
    font-size: 24px;
  }
  .notice .box .right .item .name {
    font-size: 26px;
  }
  .notice .box .right .m,
  .notice .box .right .d {
    font-size: 30px;
  }
  .notice .box .right .y {
    font-size: 16px;
    width: 18px;
    margin-right: 10px;
  }
  header nav > ul > li {
    margin: 0 8px;
  }
  .notice .box .img {
    width: 35%;
  }
}

/* 1200px分辨率适配 */
@media (max-width: 1200px) {
  .news .list .item .img {
    margin-left: 30px;
  }
  .main .box {
    width: 1000px;
  }
  .worksListDetail .mbx a {
    margin-right: 20px;
  }
  .worksListDetail .mbx a span {
    font-size: 30px;
    margin-right: 20px;
  }
  .worksListDetail .mbx a img {
    height: 15px;
  }
  .tab {
    width: 1000px;
  }

  .inner {
    width: 1000px;
  }

  header {
    padding: 25px 4%;
  }

  header a img {
    width: 200px;
  }

  header a .right .title {
    font-size: 15px;
  }

  header a .right .en {
    font-size: 11px;
    font-family: 'en';
  }

  header nav ul li a {
    font-size: 15px;
  }

  header nav > ul > li {
    margin: 0 12px;
  }

  .banner {
    height: 650px;
  }

  .main .box .title {
    font-size: 38px;
  }

  .main .box .en {
    font-size: 20px;
    font-family: 'en';
  }

  .main .box .more {
    font-size: 18px;
  }

  .dynamics .info .item {
    height: 350px;
  }

  .dynamics .info .item .text {
    font-size: 20px;
  }

  .news .info .left .item {
    height: 110px;
  }

  .news .info .left .item .name {
    font-size: 18px;
  }

  .news .info .right .item .name {
    font-size: 20px;
  }

  .training .info .item {
    height: 320px;
  }

  .training .info .item .name {
    font-size: 28px;
  }

  .degree .info .item {
    height: 480px;
  }

  .degree .info .item .img {
    width: 100px;
    height: 100px;
  }

  .degree .info .item .title {
    font-size: 32px;
  }

  .manage .info .item .img {
    height: 280px;
  }
  .manage .info .item .text {
    height: 80px;
  }
  .manage .info .item .text span {
    font-size: 24px;
  }

  .router .info .item {
    height: 130px;
    padding: 0 15px;
  }
  .router .info .item img {
    width: 45px;
    height: 45px;
  }
  .router .info .item .name {
    font-size: 16px;
  }

  footer .box {
    width: 950px;
  }

  footer .logo .right .name {
    font-size: 26px;
  }

  footer .logo .right .en {
    font-size: 17px;
    font-family: 'en';
  }
}

/* 1024px分辨率适配 */
@media (max-width: 1024px) {
  .news .list .item {
    flex-wrap: wrap;
    height: auto;
    padding: 20px 15px;
  }

  .news .list .item .img {
    margin-left: 0;
    margin-bottom: 20px;
    order: 1;
    width: 100%;
  }
  .news .list .item .num1 {
    margin-bottom: 0;
  }
  .news .list .item .left {
    width: 100%;
    order: 2;
    flex: unset;
  }
  .main .box {
    width: 90%;
    padding: 50px 5%;
  }

  .tab {
    width: 95%;
    margin-top: -40px;
    flex-direction: column;
  }

  .tab .item {
    height: 80px;
    width: 100%;
    flex: unset;
  }

  .tab .item .name {
    font-size: 20px;
  }

  .inner {
    width: 90%;
    padding: 120px 5%;
  }

  .inner > .title {
    font-size: 42px;
  }

  .inner > .title .en {
    font-size: 40px;
    font-family: 'en';
  }

  header {
    padding: 20px 4%;
  }

  header nav {
    display: none;
  }
  header .daohang{
    display: none;
  }
  .hamburger {
    display: flex;
  }

  .mobile-nav {
    display: block;
  }

  header a img {
    width: 180px;
  }

  header a .right .title {
    font-size: 16px;
  }

  header a .right .en {
    font-size: 11px;
    font-family: 'en';
  }

  .banner {
    height: 500px;
  }

  .main .box .title {
    font-size: 32px;
  }

  .main .box .en {
    font-size: 18px;
    font-family: 'en';
  }

  .main .box .more {
    font-size: 16px;
    margin-bottom: 50px;
  }

  .dynamics .info  .post{
    flex-wrap: wrap;
    gap: 20px;
  }

  .dynamics .info .item {
    flex: 0 0 48%;
    height: 400px;
  }

  .dynamics .info .item .text {
    font-size: 18px;
  }

  .dynamics .info .item .text .text-content {
    line-height: 1.4;
    max-height: calc(1.4em * 2);
  }

  .news .info {
    flex-direction: column;
    gap: 30px;
  }

  .news .info > .left {
    width: 100%;
  }

  .news .info .right {
    width: 100%;
  }

  .news .info .left .item {
    height: 100px;
  }

  .news .info .left .item .name {
    font-size: 16px;
  }

  .training .info {
    flex-wrap: wrap;
    gap: 20px;
  }

  .training .info .item {
    flex: 0 0 48%;
    height: 300px;
  }

  .training .info .item .name {
    font-size: 24px;
  }

  .degree .info {
    flex-direction: column;
    gap: 30px;
  }

  .degree .info .item {
    flex: none;
    height: 400px;
  }

  .manage .info {
    flex-wrap: wrap;
    gap: 20px;
  }

  .manage .info .item {
    flex: 0 0 48%;
  }

  .manage .info .item .img {
    height: 250px;
  }

  .manage .info .item .text span {
    font-size: 26px;
  }

  .router .info {
    flex-wrap: wrap;
    gap: 15px;
  }

  .router .info .item {
    flex: 0 0 48%;
    height: 120px;
  }

  .router .info .item .name {
    font-size: 18px;
  }

  footer {
    height: auto;
    padding: 40px 5%;
  }

  footer .box {
    width: 100%;
  }

  footer .logo {
    flex-direction: column;
    text-align: center;
    gap: 15px;
    margin-bottom: 30px;
  }

  footer .logo img {
    width: 200px;
  }

  footer .logo .right .name {
    font-size: 24px;
  }

  footer .logo .right .en {
    font-size: 16px;
    font-family: 'en';
  }

  footer .contact {
    text-align: center;
    margin-bottom: 20px;
  }

  footer .contact span {
    display: block;
    margin: 10px 0;
  }

  footer .address {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  footer .bottom {
    text-align: center;
  }
  .news .info .right .item {
    height: 48vw;
    margin-bottom: 20px;
  }
}

/* 768px分辨率适配 */
@media (max-width: 768px) {
  .inner .smallTitle {
    font-size: 16px;
  }
  .inner > .num {
    margin-bottom: 20px;
  }
  .news .info .left .item .time {
    margin-left: 20px;
  }
  .news .info .left .item .time .m {
    font-size: 40px;
  }
  .main .box {
    width: 95%;
    padding: 40px 2.5%;
  }

  .inner {
    width: 95%;
    padding: 60px 2.5%;
  }

  .inner > .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .worksListDetail .mbx {
    margin-bottom: 30px;
  }
  .worksListDetail .mbx a {
    margin-right: 10px;
  }
  .worksListDetail .mbx a span {
    font-size: 14px;
    margin-right: 10px;
  }
  .worksListDetail .mbx a img {
    height: 10px;
  }
  header {
    padding: 15px 3%;
    z-index: 1001;
  }

  header a img {
    width: 140px;
  }

  header a .right .title {
    font-size: 14px;
  }

  header a .right .en {
    font-size: 10px;
    font-family: 'en';
  }

  .hamburger {
    display: flex;
  }

  .banner {
    height: 400px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }

  .swiper-pagination {
    bottom: 15px !important;
  }

  .main .box .title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .main .box .en {
    font-size: 16px;
    margin-bottom: 20px;
    font-family: 'en';
  }

  .main .box .more {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .main .box .top {
    gap: 20px;
    margin-bottom: 40px;
  }

  .main .box .top .title {
    font-size: 20px;
  }

  .main .box .top .en {
    font-size: 12px;
    font-family: 'en';
  }

  .dynamics .info .post{
    flex-direction: column;
    gap: 20px;
  }

  .dynamics .info .item {
    flex: none;
    height: 350px;
  }

  .dynamics .info .item .text {
    font-size: 16px;
  }

  .dynamics .info .item .text .text-content {
    line-height: 1.4;
    max-height: calc(1.4em * 2);
  }

  .news .info .left .item {
    height: 90px;
  }

  .news .info .left .item .name {
    font-size: 14px;
  }

  .news .info .right .item .name {
    font-size: 16px;
  }

  .training .info {
    flex-direction: column;
    gap: 20px;
  }

  .training .info .item {
    flex: none;
    height: 280px;
  }

  .training .info .item .name {
    font-size: 22px;
    height: 60px;
    line-height: 60px;
  }
  .manage .info .item .text {
    height: 60px;
  }
  .degree .info .item {
    height: 350px;
  }

  .degree .info .item .img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

  .degree .info .item .title {
    font-size: 28px;
  }

  .manage .info {
    flex-direction: column;
    gap: 20px;
  }

  .manage .info .item {
    flex: none;
  }

  .manage .info .item .img {
    height: 220px;
  }

  .manage .info .item .text span {
    font-size: 24px;
  }

  .router .info {
    flex-direction: column;
    gap: 15px;
  }

  .router .info .item {
    flex: none;
    height: 100px;
  }

  .router .info .item .name {
    font-size: 16px;
    width: 170px;
  }

  footer {
    padding: 30px 3%;
  }

  footer .logo img {
    width: 150px;
  }

  footer .logo .right .name {
    font-size: 20px;
  }

  footer .logo .right .en {
    font-size: 14px;
    font-family: 'en';
  }

  footer .contact {
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  footer .contact span {
    margin-right: 0;
    margin: 8px 0;
  }

  footer .address {
    font-size: 12px;
  }

  footer .bottom {
    font-size: 12px;
  }

  /* 移动端特殊样式 */
  .worksList .smallTabs1 {
    flex-wrap: wrap;
    gap: 10px;
  }

  .worksList .smallTabs1 a {
    font-size: 14px;
    padding: 8px 15px;
  }

  .worksList .smallTabs,
  .worksList .smallTabs1 {
    flex-wrap: wrap;
    height: auto;
    gap: 0;
  }
  .worksList .smallTabs a {
    width: 100%;
    flex: unset;
    border-bottom: 1px solid #90070a;
    border-left: none;
    border-right: none;
    text-align: left !important;
    line-height: 60px;
    font-size: 20px;
    padding-left: 15px;
  }
  .worksList .smallTabs1 a {
    width: 100%;
    flex: unset;
  }
  .worksList .smallTabs1 a.selected:after,
  .worksList .smallTabs1 a:hover:after {
    display: none;
  }
  .worksList .list a .time {
    font-size: 14px;
    margin-left: 10px;
  }
  footer .top {
    flex-wrap: wrap;
  }
  footer .top .left {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .top .center {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  footer .top .right {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.black-inline {
  padding-left: 20px;
  margin: 35px auto;
  text-align: left;
  font-family: '微软雅黑';
  inheritclear: both;
  width: 100%;
  overflow: hidden;
  line-height: 22px;
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
}
.black-inline a,
.black-inline span {
  text-align: center;
  border: 1px solid #c5c5c5;
  margin-left: 2px;
  margin-right: 2px;
  color: #666;
  cursor: pointer;
  display: block;
  min-width: 34px;
  height: 34px;
  line-height: 34px;
  padding: 0 6px;
  font-size: 20px;
}
.black-inline a:hover,
.black-inline span:hover {
  color: #fff !important;
  background-color: #90070a;
  text-decoration: none;
  border: 1px solid #c5c5c5;
}
