/**************************************/
/*************[公用start]**************/
/**************************************/

div.clear {
  clear: both;
  height: 0;
  width: 0;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

img {
  border: 0;
  max-width: 100%;
}

div.wp {
  width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tran {
  transition: all 0.3s ease-out 0s;
}
.tver {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/*图片中心放大代码区域*/

.img-box {
  /*图片盒子类名*/

  overflow: hidden;
}

.img-box img {
  transition: 0.3s;
  width: 100%;
  max-width: 100%;
}

.img-box:hover img {
  /*图片中心放大代码*/
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*图片中心放大代码区域*/

.imgbox_a {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  display: block;
}

.imgbox_a > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.imgbox_hover > img {
  /* ueco 时间曲线*/
  /*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.imgbox_hover:hover > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/

/*header-start*/
/**************************************************************/

.header-1 {
  height: 114px;
  background-color: #fff;
  /* background-image: url(../images/header-1.jpg); */
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.logo {
  width: 453px;
  margin-top: 29px;
}

.logo > a {
  display: block;
  width: 100%;
}

.logo a,
.logo img {
  display: block;
  width: 100%;
}

/* Logo下方的文本链接样式 */
.logo-links {
  display: flex;
  align-items: center;
  margin-top: 60px;
  position: relative;
  left: 0px;
}

.logo-link {
  font-size: 23px;
  color: #000000;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
  /* 楷体 */
  font-family: "STKaiti", "KaiTi", "楷体", "SimKai", "SimSun", "宋体", sans-serif;
}

.logo-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #0d4589;
  transition: width 0.3s ease;
}

.logo-link:hover {
  color: #1a5dad;
}

.logo-link:hover::after {
  width: 100%;
}

.header-1-a {
  height: 38px;
  line-height: 38px;
  width: 97px;
  padding-left: 24px;
  background-image: url(../images/header-1-a1.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 14px;
  color: #666;
  margin-top: 41px;
}

.header-1-a a:hover {
  color: #0d4589;
}


.header-2-a a:hover {
  color: #0d4589;
}
.search {
  width: 170px;
  height: 38px;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-left: 42px;
  padding-top: 2px;
  padding-right: 22px;
  margin-top: 41px;
}

.search input:focus {
  outline: none;
}

.search input[type="text"] {
  display: block;
  width: 100%;
  height: 34px;
  background-color: transparent;
  border: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.428571;
}

.search input[type="image"] {
  position: absolute;
  left: 20px;
  top: 12px;
  width: 15px;
}

.nav-wp {
  position: relative;
  background-color: #0d4589;
  z-index: 500;
}

.nav ul {
  margin: 0;
}

.nav > ul > li {
  float: left;
  text-align: center;
  position: relative;
  background-image: url(../images/li.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 1px;
}
.nav > ul > li:first-child {
  background-image: none;
  padding-left: 0px;
}
.nav > ul > li > a {
  display: block;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 0 35px;
  /*transition: .3s;*/
}

.nav > ul > li:hover > a,
.nav > ul > li.active > a {
  background-color: #0b396f;
}
.nav > ul > li > ul {
  position: absolute;
  left: 0px;
  right: 0;
  top: 100%;
  z-index: 600;
  background-color: #0d4589;
  border-top: 1px solid #0d4589;
  display: none;
}

.nav > ul > li > ul > li > a {
  display: block;
  padding: 10px 5px;
  text-align: center;
  line-height: 1.6;
  font-size: 14px;
  color: #fff;
  /*transition: .3s;*/
  text-align: center;
}
.nav > ul > li > ul > li > a:hover {
  background-color: #0b396f;
}

/**************************************************************/
/*header-over*/

/*main-start*/
/**************************************************************/

.fafa .slides > li {
  height: 570px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.fafa .slides > li img.phone-img {
  display: none;
  width: 100%;
}

.fafa .flex-direction-nav a {
  width: 40px;
  height: 70px;
  margin-top: -35px;
}

.fafa .flex-direction-nav .flex-prev {
  left: 120px;
}

.fafa .flex-direction-nav .flex-next {
  right: 120px;
}

.main {
  position: relative;
  z-index: 500;
}

.main0 .container {
  position: relative;
  height: 0;
}
.main0-dl {
  position: absolute;
  bottom: -52px;
  width: 100%;
  left: 0;
}
.main0-dl dl {
  height: 131px;
}
.main0-dl::before {
  position: absolute;
  width: 34px;
  height: 100%;
  left: -30px;
  bottom: 0;
  content: "";
  background-image: url(../images/yy-l.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 10;
}
.main0-dl::after {
  position: absolute;
  width: 34px;
  height: 100%;
  right: -30px;
  bottom: 0;
  content: "";
  background-image: url(../images/yy-r.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 10;
}
.main0-dl dl {
  margin: 0;
  position: relative;
  z-index: 150;
  font-size: 0;
  line-height: normal;
}
.main0-dl dd {
  float: left;
  width: 16.66666666667%;
}
.main0-dl dd + dd {
  padding-left: 1px;
}
.main0-dl dd > a {
  display: block;

  padding: 18px 15px;
  background-color: #edf5ff;
  border: 1px solid #e7e7e7;
  height: 107px;
  position: relative;
  top: 24px;
}

.main0-dl dd > a.cur {
  background-color: #0d4589;
  border-color: #0d4589;
  padding: 30px 15px;
  height: 131px;
  top: 0px;
}
.main0-dl dd > a.cur .main0-con {
  color: #fff;
}
.main0-dl dd > a.cur .main0-con img {
  display: none;
  width: 34px;
}
.main0-dl dd > a.cur .main0-con img.cur {
  display: block;
}
.main0-con {
  font-size: 18px;
  text-align: center;
  color: #333;
  position: relative;
  z-index: 50;
}
.main0-con img {
  display: block;
  margin: 0 auto 10px;
}
.main0-con img.cur {
  display: none;
}

.main1 {
  background-repeat: no-repeat;
  background-position: center bottom;
  /* background-image: url(../images/main1-bg.jpg); */
  padding: 108px 0 50px;
}

.title-11 {
  position: relative;
}

.title-11-title {
  text-align: center;
  font-size: 24px;
  color: #0d4589;
  font-family: "Bell MT";
  font-weight: bold;
  text-transform: uppercase;
}
.title-11-title span {
  font-size: 30px;
  color: #333;
  font-family: "Microsoft Yahei";
  font-weight: normal;
  padding-right: 10px;
}

.more1 {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  height: 20px;
  line-height: 20px;
  top: 50%;
  margin-top: -10px;
}
.more1 a:hover {
  color: #0d4589;
}

.title-11-bai .title-11-title {
  color: #fff;
}
.title-11-bai .title-11-title span {
  color: #fff;
}
.title-11-bai .more1 {
  color: #fff;
}
.title-11-bai .more1 a:hover {
  color: #fff;
  font-weight: bold;
}

.main1-div {
  margin-top: 45px;
}

.main1-1 {
  width: 494px;
  margin-right: 55px;
}

.fmain1 .imgbox_a {
  padding-bottom: 66.6%;
}

.main1-h1 {
  font-size: 18px;
  color: #333;

  margin-top: 58px;
  position: relative;
  padding-right: 80px;
}
.main1-h1 span {
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 14px;
  color: #999;
}
.main1-h1 a:hover {
  color: #0d4589;
}
.fmain1 .imgbox_a {
  border-radius: 5px;
}
.fmain1 .imgbox_a img {
  margin-top: 0 !important;
}
.fmain1 .flex-control-nav {
  bottom: 106px;
}
.fmain1 .flex-control-nav li {
  margin: 0 7px;
}

.fmain1 .flex-control-paging li a {
  width: 11px;
  height: 11px;
}

.main1-pp {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  height: 3.6em;
  overflow: hidden;
  margin-top: 12px;
}

.main1-2 {
  overflow: hidden;
}
.main1-2 dl {
  margin: 0;
  margin-left: -5%;
}

.main1-2 dd {
  float: left;
  width: 45%;
  margin-left: 5%;
  border-bottom: 1px solid #d8d8d8;
}
.main1-2 dd:first-child {
  border-top: 1px solid #d8d8d8;
}
.main1-2 dd:first-child + dd {
  border-top: 1px solid #d8d8d8;
}
.main1-2 dd > a {
  position: relative;
  display: block;
  padding: 20px 0;
}

.main1-2 dd > a h1 {
  margin: 0;
  font-size: 20px;
  color: #999;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/time2.png);
  position: relative;
  z-index: 25;
}
.main1-2 dd > a h1 span {
  font-size: 14px;
}
.main1-2 dd > a h2 {
  margin: 0;
  font-size: 18px;
  color: #333;
  margin: 15px 0 10px;
  position: relative;
  z-index: 25;
  /*	height: 20px;
	line-height: 20px;
	overflow: hidden;*/
}

.main1-2 dd > a p {
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  height: 3.6em;
  overflow: hidden;
  position: relative;
  z-index: 25;
}

/*.main1-2 dd>a:hover h1{color: #fff;background-image: url(../images/time2h.png);}
.main1-2 dd>a:hover h2{color: #fff;}
.main1-2 dd>a:hover p{color: #fff;}*/

.main1-2 dd > a:hover h2 {
  color: #0d4589;
}

.main2 {
  /* height: 554px; */
  background-repeat: no-repeat;
  background-position: center top;
  /* background-image: url(../images/main2-bg-wp.jpg); */
  background-image: url('https://www.henu.edu.cn/images/container10_bg.jpg');
  padding-top: 70px;
}

.main2-div {
  background-color: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 24px 60px rgba(7, 23, 45, 0.08);
  margin-top: 60px;
}

.main2-content {
  display: flex;
  gap: 38px;
  align-items: stretch;
}

.main2-slider,
.main2-list {
  flex: 1;
  min-width: 0;
}

.main2-slider {
  position: relative;
  padding-bottom: 68px; /* 为外部按钮留出空间 */
}

.news-flexslider {
  margin: 0;
  border: 0;
  background: transparent;
}

.news-flexslider .slides > li {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.news-flexslider .slides > li img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.news-slide-mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 34px 30px;
  background: linear-gradient(180deg, rgba(4, 14, 30, 0) 0%, rgba(4, 14, 30, 0.9) 100%);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-slide-date {
  font-size: 14px;
  letter-spacing: 2px;
  opacity: 0.85;
  order: 2;
  margin-left: 20px;
  white-space: nowrap;
}

.news-slide-title {
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  order: 1;
  flex: 1;
}

.news-flexslider .flex-direction-nav {
  height: auto;
}

.news-flexslider .flex-direction-nav a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-indent: -9999px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: none;
  opacity: 1;
  top: auto;
  bottom: -58px; /* 移到轮播图外部 */
  border: 2px solid #0d4589;
}

.news-flexslider .flex-direction-nav a:hover {
  opacity: 0.8;
  background-color: transparent;
}

.news-flexslider .flex-direction-nav .flex-prev {
  left: auto;
  right: 76px;
  background-image: none;
}

.news-flexslider .flex-direction-nav .flex-prev::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-left: 2px solid #0d4589;
  border-bottom: 2px solid #0d4589;
}

.news-flexslider .flex-direction-nav .flex-next {
  right: 20px;
  background-image: none;
}

.news-flexslider .flex-direction-nav .flex-next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
  width: 10px;
  height: 10px;
  border-left: 2px solid #0d4589;
  border-bottom: 2px solid #0d4589;
}

.main2-list dl {
  margin: 0;
}

.main2-news-list dd {
  margin: 0;
  padding: 26px 20px;
  border-bottom: 1px solid #ebeff5;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.main2-news-list dd:last-child {
  border-bottom: 0;
}

.main2-news-list dd > a {
  display: block;
  color: inherit;
}

.main2-news-list dd.active,
.main2-news-list dd:hover,
.main2-news-list dd.hover-active {
  color: #0d4589;
}

.main2-news-list dd:hover,
.main2-news-list dd.hover-active {
  box-shadow: 0 4px 20px rgba(13, 69, 137, 0.15);
  background-color: #f8fbff;
  transform: translateY(-2px);
}

.main2-news-list dd.active {
  box-shadow: 0 4px 20px rgba(13, 69, 137, 0.1);
  background-color: #f8fbff;
}

.news-list-item {
  position: relative;
}

.news-list-text {
  min-width: 0;
}

.news-list-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #1a1f2b;
  line-height: 1.45;
  transition: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.news-list-title-data {
  font-size: 14px;
  font-weight: normal;
  color: #9aa3b5;
  white-space: nowrap;
  flex-shrink: 0;
  font-family: "DIN", "Helvetica Neue", Arial, sans-serif;
  transition: none;
}

.news-list-desc {
  margin: 14px 0 0;
  font-size: 14px;
  color: #6b7384;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-list-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff7f5b 0%, #ff2a45 100%);
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.main2-news-list dd.active .news-list-title,
.main2-news-list dd:hover .news-list-title,
.main2-news-list dd.hover-active .news-list-title {
  color: #0d4589;
}

.main2-news-list dd.active .news-list-title-data,
.main2-news-list dd:hover .news-list-title-data,
.main2-news-list dd.hover-active .news-list-title-data {
  color: #0d4589;
}

@media (max-width: 1200px) {
  .news-flexslider .slides > li img {
    height: 360px;
  }
}

@media (max-width: 992px) {
  .main2-div {
    padding: 30px;
  }

  .main2-content {
    flex-direction: column;
  }

  .news-flexslider .flex-direction-nav .flex-prev,
  .news-flexslider .flex-direction-nav .flex-next {
    margin: 0;
    bottom: -58px; /* 保持在外部 */
  }

  .news-flexslider .flex-direction-nav .flex-prev {
    left: auto;
    right: 76px;
  }

  .news-flexslider .flex-direction-nav .flex-next {
    left: auto;
    right: 20px;
  }

  .news-flexslider .slides > li img {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .news-flexslider .slides > li img {
    height: 240px;
  }

  .news-slide-title {
    font-size: 20px;
  }
  
  .news-slide-mask {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .news-slide-date {
    order: 1;
    margin-left: 0;
    margin-bottom: 8px;
  }
  
  .news-slide-title {
    order: 2;
  }

  .news-list-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

/* 办事平台图片链接 */
.banshipt-section {
  padding: 20px 0;
  background: #f8f9fc;
  padding-left: 15px !important;
}

.banshipt-link {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
}

.banshipt-link:hover {
  transform: translateY(-5px);
  opacity: 0.95;
}

.banshipt-link img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.banshipt-link:hover img {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.main3 {
  padding: 60px 0;
  background: #f8f9fc;
}
.main3-list {
  margin-top: 40px;
}
.main3-list .item .imgbox_a {
  padding-bottom: 22.42%;
}

.link-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 40px;
  padding-bottom: 20px;
}

.link-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
  background: #0e458a;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(53, 53, 53, 0.4);
  text-decoration: none;
  color: #1a1f2b;
  min-height: 80px;
}

.link-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(13, 69, 137, 0.3);
  background: linear-gradient(135deg, #f8fbff 0%, #fff 100%);
}

.link-text {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  transition: color 0.3s ease;
  text-align: center;
}

.link-item:hover .link-text {
  color: #0d4589;
}

/* 响应式布局 */
@media (max-width: 1200px) {
  .link-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .link-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .link-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  
  .link-item {
    padding: 24px 16px;
  }
  
  .link-icon {
    font-size: 36px;
  }
  
  .link-text {
    font-size: 14px;
  }
}

.main3-list .owl-nav button.owl-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -50px;
  width: 40px;
  height: 100px;
  background-image: url(../images/left.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  z-index: 50;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.main3-list .owl-nav button.owl-next {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -50px;
  width: 40px;
  height: 100px;
  background-image: url(../images/right.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  z-index: 50;
  -webkit-background-size: 100%;
  background-size: 100%;
}

/**************************************************************/
/*main-over*/

/*footer-start*/
/**************************************************************/

#footer {
  background: linear-gradient(135deg, #1a1f2b 0%, #2c3e50 100%);
  color: #fff;
}

.footer-main {
  padding: 35px 0 25px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-info {
  display: flex;
  align-items: center;
  gap: 25px;
}

.footer-logo {
  width: 150px;
  flex-shrink: 0;
}

.footer-logo img {
  width: 100%;
  height: auto;
}

.footer-text p {
  margin: 0;
  line-height: 1.8;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}

.footer-copyright {
  font-size: 15px !important;
  font-weight: 600;
  color: #fff !important;
  margin-bottom: 5px !important;
}

.footer-qrcodes {
  display: flex;
  gap: 20px;
}

.qrcode-item {
  text-align: center;
}

.qrcode-item img {
  width: 85px;
  height: 85px;
  display: block;
  margin-bottom: 8px;
  border-radius: 6px;
  background: #fff;
  padding: 4px;
}

.qrcode-item p {
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0;
}

.footer-text-links {
  flex: 1;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.footer-text-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 0 3px;
}

.footer-text-links a:hover {
  color: #fff;
}

.footer-link-buttons {
  display: flex;
  gap: 15px;
}

.footer-btn {
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  white-space: nowrap;
}

.footer-btn:hover {
  background: rgba(13, 69, 137, 0.8);
  border-color: #0d4589;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(13, 69, 137, 0.3);
}

/* 响应式 */
@media (max-width: 992px) {
  .footer-top {
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .footer-info {
    flex: 1;
    min-width: 300px;
  }
  
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  
  .footer-link-buttons {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .footer-info {
    flex-direction: column;
    align-items: flex-start;
    min-width: auto;
  }
  
  .footer-qrcodes {
    gap: 15px;
  }
  
  .qrcode-item img {
    width: 70px;
    height: 70px;
  }
  
  .footer-btn {
    padding: 7px 15px;
    font-size: 12px;
  }
  
  .footer-text-links {
    font-size: 12px;
    line-height: 1.8;
  }
}

/**************************************************************/
/*footer-over*/

/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2 {
  display: none;
  height: 75px;
  /*border-bottom:0px solid #035cac;*/
  box-shadow: 0 4px 8px -3px #000;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 1001;
  background-color: #fff;
  /*background-color: #0089d0;*/
}
.nav-2 {
  display: none;
  background-color: #fff;
  position: relative;
  z-index: 900;
}

.nav-2 > ul > li {
  border-top: 1px dotted #ccc;
  position: relative;
}

.jiaspan {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../images/jia2.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 5px;

  right: 14px;
}
.jiaspan.cur {
  background-image: url(../images/jia2h.png);
}
.nav-2 > ul > li > a {
  padding: 8px 10px;
  display: block;
  font-size: 16px;
  width: 100%;
  color: #333;
  font-family: "anb";
  text-transform: uppercase;
}
.nav-2 > ul > li > ul {
  padding-bottom: 10px;
  display: none;
}
.nav-2 > ul > li > ul > li > a {
  padding: 6px 10px;
  display: block;
  font-size: 14px;
  padding-left: 25px;
  width: 100%;
  color: #666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form {
  padding: 10px;
  position: relative;
}
.nav-2-form input[type="image"] {
  position: absolute;
  right: 19px;
  top: 17px;
  width: 18px;
}

.nav-2-form .form-control {
  padding-right: 50px;
}
.logo-2 {
  font-size: 0;
  width: 310px;
  margin-left: 15px;
  margin-top: 15px;
}

.logo-2 img {
  display: block;
  width: 100%;
}

.menu2 {
  margin-right: 15px;
  height: 75px;
  font-size: 0;
}
.menu2 li {
  cursor: pointer;
  margin-left: 15px;
  float: right;
  margin-top: 29px;
}
.menu2 li + li {
  margin-top: 21px;
}

.chenggao {
  display: none;
  height: 75px;
}

#nav-2-heidi {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
  background-image: url(../images/heidi.png);
  display: none;
}

/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

.banner-2 {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner-2 img {
  display: none;
  width: 100%;
}
.erji {
  padding: 35px 0 50px;
}

.menu {
  width: 252px;
  margin-right: 40px;
}
.menu h1 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  height: 67px;
  line-height: 67px;
  background-color: #0d4589;
  padding-left: 27px;
}
.menu ul {
  margin: 0;
}
.menu li {
  border-top: 1px solid #fff;
}
.menu li > a {
  display: block;
  height: 48px;
  line-height: 48px;

  padding-left: 50px;
  color: #4f4f4f;
  font-size: 16px;
  transition: 0.3s;
  background-color: #f6f8fa;
  background-image: url(../images/menu.png);
  background-repeat: no-repeat;
  background-position: 27px center;
}
.menu li > a:hover,
.menu li.active > a {
  background-color: #0d4589;
  background-image: url(../images/menuh.png);
  color: #fff;
}
.menu li > span {
  display: block;
  height: 48px;
  line-height: 48px;

  padding-left: 44px;
  color: #4f4f4f;
  font-size: 16px;
  transition: 0.3s;
  background-color: #f6f8fa;
  background-image: url(../images/menu.png);
  background-repeat: no-repeat;
  background-position: 27px center;
  cursor: pointer;
}
.menu li > span:hover {
  color: #0d4589;
}
.menu li > span.cur {
  color: #fff !important;
  background-color: #0d4589;
  background-image: url(../images/menuh.png);
}

.menu li dl {
  margin: 0;
  padding: 15px;
  border-top: 1px solid #fff;
  padding-left: 50px;
  display: block;
}

.menu li dd + dd {
  margin-top: 10px;
}
.menu li dd a:hover {
  color: #0d4589;
}

.sanji-dl {
  padding-bottom: 20px;
  display: none;
}
.sanji-dl dl {
  margin: 0;
}

.sanji-dl dd {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.sanji-dl dd > a {
  display: block;
  height: 36px;
  line-height: 34px;
  font-size: 14px;
  color: #333;
  border: 1px solid #ddd;
  padding: 0 20px;
}

.sanji-dl dd > a:hover,
.sanji-dl dd.cur > a {
  background-color: #0d4589;
  border-color: #0d4589;
  color: #fff;
}

.erji-title {
  padding-bottom: 24px;
  border-bottom: 1px solid #0d4589;
}
.erji-title .fl {
  font-size: 20px;
  color: #3c3c3c;
  height: 20px;
  line-height: 20px;
  border-left: 5px solid #0d4589;
  padding-left: 10px;
}

.mianbaoxie {
  font-size: 16px;
  color: #333;
  height: 20px;
  line-height: 20px;
}
.mianbaoxie a:hover {
  color: #0d4589;
}
.mianbaoxie span {
  color: #0d4589;
}

.erji-content {
  overflow: hidden;
}

.erji-content-div {
  padding-top: 10px;
  min-height: 520px;
}

.fenye {
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.fenye ul {
  margin: 0;
}
.list {
  padding-top: 10px;
}
.list ul {
  margin: 0;
}

.list li {
  margin-top: 15px;
  background-repeat: no-repeat;
  background-position: 0px center;
  background-image: url(../images/dian.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 15px;
  overflow: hidden;
  position: relative;
  padding-right: 85px;
  height: 22px;
  line-height: 22px;
}

.list li:first-child {
  margin-top: 0;
}

.list li a {
  font-size: 16px;
  color: #333;
}

.list li span.span123 {
  font-size: 14px;
  color: #999;
  position: absolute;
  right: 0px;
  top: 0;
}
.list li a:hover {
  color: #0d4589;
}
.danpian {
  padding-top: 25px;
}

.danpian-h1 {
  font-size: 28px;
  line-height: 1.6;
  color: #333;
  text-align: center;
}

.danpian-h2 {
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 10px 0 15px;
}

.danpian-con {
  font-size: 14px;
  color: #666;
  line-height: 2;
  padding: 20px 0 20px;
}
.danpian-con * {
  /*font-size: 18px!important;*/
  color: #666 !important;
  line-height: 2 !important;
}
.danpian-con img {
  display: block;
  margin: 15px auto;
}

.dan-page {
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.dan-a {
  margin-top: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.dan-a a {
  font-size: 16px;
  color: #666;
}

.dan-a a:hover {
  color: #0d4589;
}
.pic-item {
  margin-top: 25px;
}
.pic-item h1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-top: 15px;
}

.pic-pic > a {
  display: block;
  position: relative;
  padding-bottom: 66.6%;
  overflow: hidden;
}

.pic-pic > a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.pic-pic:hover > a img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.pic-pic:hover + h1 {
  color: #0d4589;
}
.listFrame {
  font-size: 16px;
  margin-top: 50px;
}
.keywordfontcolor1028829 {
  font-family: "Microsoft Yahei" !important;
  font-size: 16px !important;
  font-weight: bold;
  display: contents !important;
  float: none !important;
  color: #c60000 !important;
}
.danpian-con ul li a {
  color: #0d4589 !important;
}

.zhuanye1-list,
.zhuanye2-list {
  overflow: hidden;
}
.zhuanye1-list dl {
  margin: 0;
  margin-left: -3%;
}

.zhuanye1-list dd {
  float: left;
  width: 17%;
  margin-left: 3%;
  margin-top: 3%;
  border: 1px solid #dbdbdb;
}

.zhuanye1-list dd a.imgbox_a {
  padding-bottom: 39.8374%;
}
.zhuanye1-list dd a.imgbox_a:hover .zhuanye1-table {
  opacity: 1;
}
.zhuanye1-table {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
  background-image: url(../images/lanlandidi.png);
  opacity: 0;
  transition: opacity 0.3s;
}

.zhuanye1-tableCell {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
  line-height: 1.6;
  height: 3.2em;
  overflow: hidden;
}

.zhuanye2-list dl {
  margin: 0;
  margin-left: -3%;
}

.zhuanye2-list dd {
  float: left;
  width: 22%;
  margin-left: 3%;
  margin-top: 3%;
}

.zhuanye2-pic .imgbox_a {
  padding-bottom: 66.5625%;
}

.zhuanye2-con {
  background-color: #f2f2f2;
  padding: 20px;
}

.zhuanye2-con h1 {
  margin: 0;
  font-size: 16px;
  color: #333;
}

.zhuanye2-con h1 a:hover {
  color: #0d4589;
}

.zhuanye2-con h2 {
  margin: 0;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

.newsxq-share {
  width: 100%;
  position: relative;
  padding-left: 50px;
  padding-bottom: 35px;
}
.newsxq-share label {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  line-height: 35px;
  color: #888;
  font-weight: normal;
}
.newsxq-share label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}
.newsxq-share .bdsharebuttonbox {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.newsxq-share .bdsharebuttonbox a {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 8px;
  padding: 0;
  background-position: center;
  background-color: #afafaf;
  background-repeat: no-repeat;
}
.newsxq-share .bdsharebuttonbox a:nth-child(1) {
  background-image: url("../images/newsxqFx1.png");
}
.newsxq-share .bdsharebuttonbox a:nth-child(2) {
  background-image: url("../images/newsxqFx2.png");
}
.newsxq-share .bdsharebuttonbox a:nth-child(3) {
  background-image: url("../images/newsxqFx3.png");
}
#toShare .icon-wechat {
  position: relative;
}
#toShare .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -84px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
#toShare .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
#toShare .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
#toShare .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
#toShare .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
#toShare .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
#toShare .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
#toShare .icon-wechat .wechat-qrcode:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
#toShare .icon-wechat:hover .wechat-qrcode {
  display: block;
}

/* Logo链接响应式样式 */
@media (max-width: 992px) {
  .logo-link {
    font-size: 13px;
  }
  
  .logo-links-mobile {
    margin-top: 8px;
  }
}

@media (max-width: 768px) {
  .logo-link {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .logo-links {
    left: 10px;
    top: -2px;
  }
  
  .logo-link {
    font-size: 11px;
  }
}

/* 新版快捷链接 - 维恩图交叉布局 */
.quick-links-section {
  padding: 15px 0 120px;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
  position: relative;
  overflow: hidden;
}

.venn-diagram {
  position: relative;
  height: 600px;
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 左侧学生圆圈 */
.venn-circle.left-circle {
  position: absolute;
  left: 10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at center, 
    rgba(25, 118, 210, 0.2) 0%, 
    rgba(25, 118, 210, 0.12) 40%, 
    rgba(25, 118, 210, 0.06) 70%,
    rgba(25, 118, 210, 0.03) 100%);
  border: 3px solid rgba(25, 118, 210, 0.5);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s ease;
}

.venn-circle.left-circle:hover {
  background: radial-gradient(circle at center, 
    rgba(25, 118, 210, 0.28) 0%, 
    rgba(25, 118, 210, 0.18) 40%, 
    rgba(25, 118, 210, 0.1) 70%,
    rgba(25, 118, 210, 0.05) 100%);
  border-color: rgba(25, 118, 210, 0.7);
  transform: scale(1.03);
}

/* 右侧教师圆圈 */
.venn-circle.right-circle {
  position: absolute;
  right: 10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at center, 
    rgba(211, 47, 47, 0.2) 0%, 
    rgba(211, 47, 47, 0.12) 40%, 
    rgba(211, 47, 47, 0.06) 70%,
    rgba(211, 47, 47, 0.03) 100%);
  border: 3px solid rgba(211, 47, 47, 0.5);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s ease;
}

.venn-circle.right-circle:hover {
  background: radial-gradient(circle at center, 
    rgba(211, 47, 47, 0.28) 0%, 
    rgba(211, 47, 47, 0.18) 40%, 
    rgba(211, 47, 47, 0.1) 70%,
    rgba(211, 47, 47, 0.05) 100%);
  border-color: rgba(211, 47, 47, 0.7);
  transform: scale(1.03);
}

/* 中间交叉重叠区域 */
.venn-overlap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.overlap-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  background: radial-gradient(ellipse at center,
    rgba(13, 69, 137, 0.25) 0%,
    rgba(13, 69, 137, 0.15) 50%,
    transparent 100%);
  border-radius: 50%;
  pointer-events: auto;
  transition: all 0.4s ease;
}

.venn-overlap:hover .overlap-content {
  background: radial-gradient(ellipse at center,
    rgba(13, 69, 137, 0.35) 0%,
    rgba(13, 69, 137, 0.22) 50%,
    rgba(13, 69, 137, 0.08) 100%);
}

/* 圆圈内容定位 */
.circle-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 45px;
}

.left-content {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.right-content {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  align-items: flex-end;
}

/* 标题样式 */
.circle-title {
  margin: 0 0 25px 0;
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 18px;
  position: relative;
}

.left-circle .circle-title {
  color: #1976d2;
  border-bottom: 3px solid rgba(25, 118, 210, 0.4);
}

.right-circle .circle-title {
  color: #d32f2f;
  border-bottom: 3px solid rgba(211, 47, 47, 0.4);
}

.overlap-title {
  margin: 0 0 25px 0;
  font-size: 24px;
  font-weight: bold;
  color: #0d4589;
  text-align: center;
  position: relative;
  padding: 10px 24px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 25px;
  box-shadow: 0 4px 15px rgba(13, 69, 137, 0.15);
  border: 2px solid rgba(13, 69, 137, 0.3);
}

/* 链接样式 */
.circle-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 260px;
}

.overlap-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 280px;
}

.venn-link {
  display: flex;
  align-items: center;
  padding: 13px 20px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 25px;
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.venn-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: currentColor;
  opacity: 0.08;
  transition: width 0.3s ease;
}

.venn-link:hover::before {
  width: 100%;
}

.venn-link:hover {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.left-circle .venn-link {
  color: #1976d2;
  border-left: 3px solid rgba(25, 118, 210, 0.4);
}

.left-circle .venn-link:hover {
  border-left-color: #1976d2;
  transform: translateX(5px) translateY(-2px);
}

.right-circle .venn-link {
  color: #d32f2f;
  border-right: 3px solid rgba(211, 47, 47, 0.4);
}

.right-circle .venn-link:hover {
  border-right-color: #d32f2f;
  transform: translateX(-5px) translateY(-2px);
}

.common-link {
  color: #0d4589;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(13, 69, 137, 0.3);
  box-shadow: 0 3px 12px rgba(13, 69, 137, 0.12);
  justify-content: center;
}

.common-link:hover {
  background: #fff;
  border-color: #0d4589;
  box-shadow: 0 6px 20px rgba(13, 69, 137, 0.25);
  transform: scale(1.05);
}

.link-dot {
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.venn-link:hover .link-dot {
  transform: scale(1.4);
  box-shadow: 0 0 0 4px rgba(13, 69, 137, 0.15);
}

.common-link .link-dot {
  box-shadow: 0 0 0 3px rgba(13, 69, 137, 0.2);
}

/* 响应式设计 */
@media (max-width: 1200px) {
  .venn-circle.left-circle,
  .venn-circle.right-circle {
    width: 480px;
    height: 480px;
  }
  
  .venn-diagram {
    height: 520px;
  }
  
  .venn-overlap {
    width: 320px;
    height: 400px;
  }
  
  .circle-links {
    width: 230px;
  }
  
  .overlap-links {
    width: 250px;
  }
}

@media (max-width: 992px) {
  .venn-diagram {
    height: auto;
    flex-direction: column;
    gap: 30px;
    padding: 20px 0;
    margin-top: 30px !important;
  }
  
  .venn-circle.left-circle,
  .venn-circle.right-circle {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    max-width: 500px;
    height: auto;
    min-height: 280px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .circle-content {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    align-items: center;
    padding: 30px;
    width: 100%;
  }
  
  .left-content,
  .right-content {
    align-items: center;
  }
  
  .circle-title {
    text-align: center;
  }
  
  .circle-links {
    width: 100%;
    max-width: 300px;
  }
  
  .venn-overlap {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: 500px;
    height: auto;
    min-height: 280px;
    background: radial-gradient(circle at center,
      rgba(13, 69, 137, 0.15) 0%,
      rgba(13, 69, 137, 0.08) 60%,
      rgba(13, 69, 137, 0.03) 100%);
    border: 3px solid rgba(13, 69, 137, 0.5);
    border-radius: 20px;
    padding: 30px;
  }
  
  .overlap-content {
    background: transparent;
    padding: 0;
  }
  
  .overlap-links {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .quick-links-section {
    padding: 0;
  }
  
  .venn-link {
    font-size: 13px;
    padding: 10px 15px;
  }
  
  .circle-title,
  .overlap-title {
    font-size: 20px;
  }
}
