/* 通用样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: var(--text-color);
}

body {
  background-color: var(--bg-color);
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

i {
  color: white;
}

img {
  width: 100%;
}

.iconfont {
  color: white;
  font-size: 16px;
}

:root {
  --header-color: #2a4d8b;
  --index-mav-color: rgba(0, 0, 0, 0.6);
  --text-color: #222222;
  --bg-color: #ebecec;
  --bg-data-color: rgba(118, 135, 202, 0.96);
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

/* 页面头部模块 */
header {
  width: 100%;
  min-width: 1200px;
  background-color: var(--header-color);
}
.header.sticky {
  position: fixed;
  background-color: rgba(0, 0, 0, .6);
  z-index: 1000;
  width: 100%;
  animation: dropDown 0.6s ease-in-out forwards;
}
.header .hd_container {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 500px 700px;
}

.header .header_logo .right_btn {
  display: none;
}

.header .header_logo {
  width: 500px;
  margin: 0;
  display: grid;
  grid-template-columns: 250px 250px;
  height: 80px;
  align-items: center;
  text-align: center;
}

.header .header_logo .webname {
  font-size: 24px;
  font-weight: 550;
  color: #ebecec;
  letter-spacing: 6px;
}

.header .hx_menu {
  width: 700px;
  background-color: rgba(0, 0, 0, 0);
}

.header .hx_menu ul {
  width: 750px;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}

.header .hx_menu ul li {
  position: relative;
}

.header .hx_menu ul li a {
  color: white;
  font-size: 18px;
  display: block;
  line-height: 80px;
}

header .hx_menu ul li:hover>.sub_menu {
  display: block;
}

.header .hx_menu ul li .sub_menu {
  position: absolute;
  z-index: 200;
  top: 66px;
  left: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  left: 0;
  top: 80px;
}

.header .hx_menu ul li .sub_menu a {
  color: white;
  line-height: 40px;
  font-size: 16px;
  padding: 0 20px;
}
/*.header.sticky .hd_container {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 450px auto;
}

.header.sticky .header_logo .right_btn {
  display: none;
}

.header.sticky .header_logo {
  width: 450px;
  margin: 0;
  display: grid;
  grid-template-columns: 250px 170px;
  height: 80px;
  align-items: center;
}

.header.sticky .header_logo .webname {
  font-size: 18px;
}

.header.sticky .hx_menu {
  width: 750px;
  background-color: rgba(0, 0, 0, 0);
}

.header.sticky .hx_menu ul {
  width: 750px;
  margin: 0;
}

.header.sticky .hx_menu ul li a {
  color: white;
  font-size: 20px;
  display: block;
  line-height: 80px;
}
.header.sticky .hx_menu ul li .sub_menu {
  left: 0;
  top: 80px;
}

.header.sticky .hx_menu ul li .sub_menu a {
  color: white;
  line-height: 32px;
  font-size: 16px;
  /* padding: 0 20px; */
}*/
@keyframes dropDown {
  form {
    transform: translateY(-80px);
  }

  to {
    transform: translateY(0);
  }
}
/*header .header_logo {
  display: grid;
  grid-template-columns: 380px auto 300px;
  column-gap: 30px;
  align-items: center;
  height: 150px;
}

header .header_logo .webname {
  font-size: 30px;
  font-weight: 550;
  color: #ebecec;
  letter-spacing: 6px;
}

header .header_logo .right_btn span {
  padding-right: 20px;
  font-size: 1.5em;
  font-weight: 550;
  color: #ebecec;
}

header .hx_menu {
  height: 66px;
  background-color: white;
}

header .hx_menu ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  height: 66px;
  align-items: center;
}

header .hx_menu ul li:hover>.sub_menu {
  display: block;
}

header .hx_menu ul li a {
  color: #333;
  font-size: 22px;
  display: block;
  line-height: 66px;
}

header .hx_menu ul li a:hover {
  color: #1c4692;
}

header .hx_menu ul li .sub_menu {
  position: absolute;
  z-index: 200;
  top: 66px;
  left: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

header .hx_menu ul li {
  position: relative;
}

header .hx_menu ul li .sub_menu a {
  color: white;
  line-height: 46px;
  font-size: 18px;
  padding: 0 20px;
}
*/
.zx_menu_container {
  height: 550px;
  background: url("https://www.crownpointpediatrics.com/templets/default/zsbox/img/datu.jpg") no-repeat center -15px;
  background-color: #c9e3e8;
}
.zx_list_menu_container {
  height: 400px;
  background: url("https://www.crownpointpediatrics.com/templets/default/zsbox/img/big.jpg") no-repeat center -15px;
  background-color: #c9e3e8;
}
header .zx_content {
  /* display: grid; */
  /* grid-template-columns: 180px auto; */
  height: 400px;
}

.desc {
  padding-top: 50px;
}

.desc .desc_bg {
  margin: 0 auto;
  padding: 30px;
  width: 1000px;
  border-radius: 10px;
  /* background-color: rgba(0, 0, 0, 0.3); */
  text-align: center;
}

.desc .desc_bg h3 {
  font-size: 2.875em;
  line-height: 100px;
  color: #ebecec;
  text-shadow: 2px 2px 8px #333;
}

.desc .desc_bg p {
  color: #ebecec;
  font-size: 1.875em;
  line-height: 50px;
  text-shadow: 2px 2px 8px #333;
}

header .zx_menu {
  height: 400px;
  /* margin-top: 140px; */
  padding: 20px 0 10px;
  width: 180px;
  background-color: var(--index-mav-color);
  border-top-right-radius: 30px;
}

header .zx_menu li {
  width: 100%;
}

header .zx_menu li a {
  border-bottom: #ebecec 1px solid;
  line-height: 50px;
  color: #ebecec;
  text-align: left;
  display: block;
  width: 130px;
  margin-left: 20px;
  font-size: 18px;
}

header .zx_menu>li:nth-child(7) a {
  border-bottom: none;
}

.top_links {
  /* position: relative;
  z-index: 200;
  top: 80px; */
  background-color: var(--bg-color);
  padding: 30px 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* column-gap: 150px; */
  text-align: center;
  justify-content: center;
}

.top_links .link {
  margin-left: 70px;
  padding-top: 5px;
  width: 90px;
  height: 90px;
  background-color: #2a4d8b;
  border-radius: 20px;
  box-shadow: 0 0 2px 1px #999;
}

.top_links .link a {
  display: block;
}

.top_links .link img {
  width: 50px;
  height: 50px;
}

.top_links .link h4 {
  /* padding-top: 2px; */
  font-size: 16px;
  font-weight: 550;
  color: white;
}

/* 图标链接 */
.link_wrapper {
  /* margin-top: 180px; */
  min-width: 1200px;
  width: 100%;
  /* background-color: var(--bg-color); */
}

.link_wrapper .wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* column-gap: 100px; */
  row-gap: 80px;
  padding: 10px 0;
  text-align: center;
}

.link_wrapper .wrapper .link_list img {
  width: 80px;
}

.link_wrapper .wrapper .link_list .iconfont:hover {
  color: #1c4692;
}

.link_wrapper .wrapper .link_list h4 {
  font-family: "幼圆";
  margin-top: 10px;
  font-size: 20px;
  color: #1e2d51;
}

/* 模块标题样式 */
.stu_title {
  position: relative;
  padding: 30px 0 50px;
  text-align: center;
}

.stu_title::after {
  content: "";
  display: block;
  width: 300px;
  height: 2px;
  background-color: #333333;
  transform: translate(150%, -10px);
  position: absolute;
  z-index: 1;
}

.stu_title::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #333333;
  transform: translate(2950%, 40px);
  position: absolute;
  z-index: 1;
}

.bg {
  min-width: 1200px;
  margin-top: 30px;
  background-color: white;
  padding-bottom: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

/* 奖励资助 */
.stu_link .links {
  padding: 0 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 180px;
}

.stu_link h2 span {
  background-color: var(--bg-color);
}

.stu_link .links .link_list img {
  border-radius: 50%;
  background-color: white;
}

.stu_link .links .link_list img:hover {
  background-color: beige;
}

.stu_link .links .link_list h4 {
  text-align: center;
  padding-top: 20px;
  color: #8d8a88;
  font-family: "幼圆", "微软雅黑";
}

.stu_title span {
  padding: 0 20px;
  background-color: var(--bg-color);
  position: relative;
  z-index: 3;
}

/* 院系设置 */
.college_link {
  margin-top: 50px;
}

.college_link .stu_title span {
  background-color: white;
}

.college_link .colleges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}

.college_link .colleges .college_list {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.college_link .colleges .college_list h4 {
  line-height: 50px;
  padding-left: 40px;
}

.college_link .colleges .college_list h4::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #333333;
  transform: translate(-26px, 25px);
  position: absolute;
  z-index: 1;
}

/* 底部样式 */
footer {
  min-width: 1200px;
  background-color: #1c4692;
  padding: 30px 0;
}

footer .footer_top {
  display: grid;
  grid-template-columns: 220px 220px auto;
  column-gap: 50px;
  padding: 0 20px;
}

footer .footer_top .left_logo h4 {
  color: white;
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}

footer .footer_top .phone {
  padding-left: 180px;
}

footer .footer_top .phone p {
  color: #ebecec;
  line-height: 50px;
  font-size: 20px;
}

.footer {
  min-width: 1200px;
  background-color: #16366f;
}

.footer .footer_bottom .copyright {
  line-height: 42px;
  text-align: center;
}

.bga {
  min-width: 1200px;
  background-color: white;
  padding-top: 50px;
}

.container {
  width: 1200px;
  margin: 0 auto;
  height: 700px;
}

.tab_news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  width: 700px;
  position: relative;
}

.tab_news>div {
  background-color: #07899f;
  font-size: 24px;
  text-align: center;
  border-radius: 10px;
  line-height: 50px;
  font-weight: bold;
  color: white;
}

.tab_news>div>div {
  position: absolute;
  left: 0;
  top: 50px;
  width: 1200px;
  text-align: left;
  display: none;
  background-color: white;
}

.tab_news>div:hover {
  cursor: pointer;
}

.tab_news>div:first-child>div,
.tab_news>div:hover>div {
  display: block;
}

.tab_news>div>div ul {
  padding: 50px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.tab_news>div>div ul li a {
  display: grid;
  grid-template-columns: 80px auto;
  align-items: center;
  background-color: #eef7f8;
  height: 80px;
  column-gap: 12px;
}

.tab_news>div>div ul li a .date {
  text-align: center;
  background-color: #07899f;
  width: 80px;
  height: 80px;
  padding-top: 10px;
}

.tab_news>div>div ul li a .date .day {
  font-size: 36px;
  font-weight: bold;
  color: white;
}

.tab_news>div>div ul li a .date p {
  font-size: 14px;
  color: white;
}

.tab_news>div .more {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.tab_news>div .more .iconfont {
  color: #333;
}

/* 校园生活 */
.schlife_module .photo_module {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 10px;
}

.schlife_module .photo_module>.module:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}

.schlife_module .photo_module>.module:nth-child(2) {
  grid-column: 3/6;
  grid-row: 1;
}

.schlife_module .photo_module>.module:nth-child(3) {
  grid-column: 6/8;
  grid-row: 1;
}

.schlife_module .photo_module>.module:nth-child(4) {
  grid-column: 3/5;
  grid-row: 2/3;
}

.schlife_module .photo_module>.module:nth-child(5) {
  grid-column: 5/8;
  grid-row: 2/3;
}

.schlife_module .photo_module .module {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.schlife_module .photo_module .module .imgDrop {
  line-height: 50px;
  font-family: "黑体";
  font-size: 30px;
  font-weight: 550;
  text-align: right;
  background-color: white;
  position: absolute;
  width: 240px;
  height: 50px;
  top: 30px;
  left: 20px;
  z-index: 40;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding-right: 20px;
  display: grid;
  grid-template-columns: 90px 140px;
}

.schlife_module .photo_module .module .imgDrop span {
  margin-top: 10px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 550;
}

.schlife_module .photo_module img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 优秀校友 */
.swiper-slide {
  background-color: #16366f;
}

.swiper-slide a {
  display: block;
  width: 216px;
  height: 424px;
}

.swiper-slide .xiaoyou_name {
  padding: 10px 3px;
}

.swiper-slide .xiaoyou_name span:first-child {
  font-size: 18px;
  font-weight: bold;
}

.swiper-slide .xiaoyou_name span {
  text-align: center;
  font-size: 16px;
  color: white;
  line-height: 30px;
  display: block;
}

.stu_swiper .stu_title span {
  background-color: white;
}

.stu_swiper img {
  width: 216px;
  height: 280px;
  object-fit: cover;
}

/* 学科专业列表样式 */
.zhuanye_container {
  display: grid;
  grid-template-columns: 25% 75%;
}

.zhuanye_container .bm_title a {
  height: 100%;
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  text-align: center;
  display: grid;
  align-items: center;
  font-size: 22px;
  color: #1c4692;
  font-weight: bold;
}

.zhuanye_container .d {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: #ccc 1px solid;
  padding: 20px 0 20px 10px;
}

.zhuanye_container .d div a {
  line-height: 40px;
  font-size: 18px;
}

.zhuanye_container .d div .iconfont {
  font-size: 16px;
  color: #444444;
}
