﻿.banner {
  height: 480px;
  background-color: #f0f0f0;
  overflow: hidden;
  position: relative;
}
.banner .swiper-slide a {
  display: block;
  height: 480px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.nav {
  width: 100%;
  margin: 0 auto;
}
.nav .wp_nav {
  padding: 0 20px;
  background-color: #fff;
}
.nav .wp_nav .nav_li {
  float: left;
  text-align: center;
  width: calc(100% / 5);
  position: relative;
}
.nav .wp_nav .nav_li a {
  display: block;
  height: 45px;
  line-height: 45px;
}
.nav .wp_nav .nav_li::after {
  display: inline-block;
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #ddd;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav .wp_nav .nav_li .sub_nav {
  display: none;
  background-color: #fff;
  color: #000;
  position: absolute;
  width: 100%;
  height: auto;
  transition: all 0.8s;
  z-index: 99;
}
.nav .wp_nav .nav_li .sub_nav li a {
  display: block;
  height: 45px;
  line-height: 45px;
}
.nav .wp_nav .nav_li .sub_nav li:hover {
  background-color: #0d3eac;
  color: #fff;
}
.nav .wp_nav .nav_li:hover {
  background-color: #0d3eac;
  color: #fff;
}
.nav .wp_nav .nav_li:hover .sub_nav {
  display: block;
}
.nav .wp_nav .nav_li:hover::after {
  display: none;
}
.nav .wp_nav .nav_li:last-child::after {
  display: none;
}




.shadow {
  box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.08);
}
.gallery {
  height: 350px;
  background-image: url("https://www.josephineteh.com/__xh__/jjc.xzhmu.edu.cn/img/gallery.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* ********************************************** */
/* 副页 */

.subpage {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  position: relative;
  margin-bottom: 40px;
}
.subpage_left {
  float: left;
  width: 240px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
}
.subpage_left .program_name {
  line-height: 80px;
  background-color: #1149b0;
  color: #fff;
  padding-left: 27px;
  font-size: 20px;
  font-weight: bold;
}
.subpage_left .side_nav li {
  border-bottom: 1px solid #fff;
}
.subpage_left .side_nav li a {
  font-size: 16px;
  line-height: 64px;
  display: block;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
}
.subpage_left .side_nav li:hover {
  border-bottom: 1px solid #1149b0;
}
.subpage_left .side_nav li:hover a {
  color: #1149b0;
}
.subpage_right {
  float: right;
  width: 900px;
  box-sizing: border-box;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 40px;
  min-height: 600px;
 
}
.subpage_right .subpage_right_title {
  position: relative;
}
.subpage_right .subpage_right_title .section_name {
  float: left;
  line-height: 35px;
  padding-top: 16px;
  font-weight: bolder;
  color: #1b1e23;
  position: relative;
  padding-top: 10px;
}
.subpage_right .subpage_right_title .section_name::before {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  background-color: #1149b0;
  position: absolute;
  top: 0;
  left: 0;
}
.subpage_right .subpage_right_title .address {
  line-height: 45px;
  font-size: 14px;
  color: #000;
}
/* ********************************************** */
/* ********************************************** */

/* ********************************************** */
/* ********************************************** */

/* ********************************************** */