* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: 微软雅黑;
}
body {
  background: url("https://www.josephineteh.com/__xh__/xcb.xzhmu.edu.cn/img/top_main.jpg") top center no-repeat #fff;
}
ul,
li {
  list-style: none;
}
a:link,
a:visited,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}
li:hover {
  cursor: pointer;
}
input,
select,
option,
textarea {
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
.clr::after {
  content: '';
  display: block;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.bgfafafa {
  background-color: #fafafa;
}
.mt30 {
  margin-top: 30px;
}
.ml30 {
  margin-left: 30px;
}
.w1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.w380 {
  width: 380px;
}
/* ******************************* */
/* ******************************* */
/* ******************************* */
/* ******************************* */
.header {
  height: 193px;
  background-image: url("https://www.josephineteh.com/__xh__/xcb.xzhmu.edu.cn/img/header_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.nav {
  height: 50px;
  background: #a80d12;
}
.nav .wp_nav li {
  float: left;
  width: calc(99.99% / 10);
  position: relative;
}
.nav .wp_nav li a {
  display: block;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.nav .wp_nav li:hover a {
  background: #540609;
}
.nav .wp_nav li:hover .sub_nav li {
  height: 45px;
}
.nav .wp_nav li .sub_nav {
  position: absolute;
  top: 50px;
  background: #540609;
}
.nav .wp_nav li .sub_nav li {
  display: inline-block;
  min-width: 100%;
  height: 0px;
  overflow: hidden;
  transition: all 0.3s linear 0s;
}
.nav .wp_nav li .sub_nav li a {
  line-height: 45px;
  text-align: left;
  color: #fff;
  white-space: nowrap;
  padding: 0 15px;
}
.nav .wp_nav li .sub_nav li:hover a {
  background: #270103;
}
/* ******************************* */
/* ******************************* */
.footer {
  background: #a80d12;
  margin-top: 50px;
}
.footer .footer_main {
  height: 170px;
  position: relative;
}
.footer .footer_main .logo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.links {
  width: 380px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;
}
.links span {
  display: block;
  line-height: 50px;
  font-size: 16px;
  color: #999;
  padding-left: 20px;
  position: relative;
  z-index: 9999;
}
.links span i {
  display: block;
  width: 8px;
  height: 13px;
  background: url("https://www.josephineteh.com/__xh__/xcb.xzhmu.edu.cn/img/link_icont.png") no-repeat;
  background-size: 100%;
  position: absolute;
  right: 25px;
  top: 18px;
  transition: all 0.2s;
}
.links ul {
  border-radius: 5px;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0px;
  bottom: 50px;
  z-index: 9999;
}
.links ul li {
  height: 0;
  font-size: 16px;
  overflow: hidden;
  line-height: 40px;
  color: #333;
  padding-left: 20px;
  transition: height 0.4s;
}
.links ul li a {
  display: block ;
}
.links ul li:hover {
  background-color: rgba(0, 0, 0, 0.08);
  color: #a80d12;
}
.links:hover span i {
  transform: rotate(-90deg);
}
.links:hover ul {
  box-shadow: 3px -3px 6px 0px rgba(0, 0, 0, 0.16);
  border: solid 1px #e7e7e7;
  padding-top: 10px;
  padding-bottom: 10px;
}
.links:hover ul li {
  height: 40px;
}