* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: 微软雅黑;
}
ul,
li {
  list-style: none;
}
a:link,
a:visited,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}
input,
select,
option,
textarea {
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
.clr::after {
  content: '';
  display: block;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.my_width {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.mt100 {
  margin-top: 100px;
}
.ml30 {
  margin-left: 30px;
}
/* ******************************* */
/* ******************************* */
.header {
  width: 100%;
  background: url("https://www.josephineteh.com/__xh__/fgc.xzhmu.edu.cn/img/header_bg.png") no-repeat center;
  background-size: cover;
  z-index: 99;
}
.header > .my_width {
  height: 160px;
  position: relative;
}
.header > .my_width .logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 620px;
}
.header > .my_width .home {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 139px;
  height: 36px;
  font-size: 12px;
  line-height: 36px;
  background-color: #0C4DA2;
  background-image: url("https://www.josephineteh.com/__xh__/fgc.xzhmu.edu.cn/img/home.png");
  background-repeat: no-repeat;
  background-position: 14px 12px;
  color: #fff;
  border-radius: 18px;
  padding-left: 30px;
}
.search {
  position: absolute;
  top: 50%;
  right: 162px;
  transform: translateY(-50%);
  width: 240px;
  height: 36px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #DCEBFF;
  backdrop-filter: blur(112px);
  border-radius: 18px;
}
.search .search_txt {
  width: calc(100% - 60px);
  float: left;
  border: none;
  line-height: 34px;
  font-size: 14px;
  color: #333;
  padding-left: 15px;
  box-sizing: border-box;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
.search .search_btn {
  float: right;
  width: 60px;
  height: 34px;
  border: none;
  background: #0C4DA2;
  color: #fff;
  border-radius: 18px;
cursor:pointer;
}
.search .search_txt::-webkit-input-placeholder {
  color: rgba(61, 61, 61, 0.2);
}
.search .search_txt::-moz-placeholder {
  color: rgba(61, 61, 61, 0.2);
}
.search .search_txt:-ms-input-placeholder {
  color: rgba(61, 61, 61, 0.2);
}
/* ******************************* */
/* ******************************* */
.nav {
  position: absolute;
  z-index: 9999;
  right: 0;
  top: 240px;
  background-color: #004098;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}
.nav div {
  float: left;
  width: calc((100vw - 1400px) / 2);
  height: 100px;
  background-color: #004098;
}
.nav .wp_nav {
  float: left;
  width: 930px;
}
.nav .wp_nav > li {
  float: left;
  width: calc(99.8% / 7);
  position: relative;
}
.nav .wp_nav > li:first-child{
width: calc(99.8% / 7 - 35px);
}
.nav .wp_nav > li:first-child a {
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}
.nav .wp_nav > li:last-child{
width: calc(99.8% / 7 + 35px);
}
.nav .wp_nav > li a {
  display: block;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  background-color: #004098;
}
.nav .wp_nav > li .sub_nav {
  display: inline-block;
  min-width: 100%;
  position: absolute;
  background: #ffffff;
  z-index: 999;
}
.nav .wp_nav > li .sub_nav > li a {
  height: 0px;
  opacity: 0;
  display: block;
  width: 100%;
  padding: 0px 20px 0px 35px;
  line-height: 60px;
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
  color: #fff;
}
.nav .wp_nav > li .sub_nav > li:hover > a {
  background-color: #203f83;
  color: #fff;
}
.nav .wp_nav > li:hover > a {
  background-color: #203f83;
  color: #fff;
  font-weight: bolder;
}
.nav .wp_nav > li:hover .sub_nav li a {
  height: 60px;
  opacity: 1;
  transition: height 0.6s;
}
.wp_nav > .nav-item:hover > a {
  color: #0095ff;
  background: #002d4d;
}
.wp_nav > .nav-item:hover > .sub-nav {
  opacity: 1;
}
.wp_nav > .nav-item:hover > .sub-nav > .nav-item > a {
  height: 60px;
}
.wp_nav > .nav-item > .sub-nav > .nav-item:hover > a {
  background: #003e6a;
  color: #fff;
}
/* ******************************* */
/* ******************************* */
.footer {
  background: #004098;
  min-width: 1400px;
}
.footer div.my_width {
  height: 248px;
  position: relative;
  padding-top: 40px;
}
.footer div.my_width .logo {
  display: block;
  width: 611px;
  height: 76px;
  margin: 0 auto;
}
.footer div.my_width .contact {
  width: 876px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.footer div.my_width .contact p {
  font-size: 16px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.footer div.my_width .contact p span {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.4);
  margin-left: 10px;
}
.footer div.my_width .contact i {
  display: block;
  width: 2px;
  height: 16px;
  background: rgba(255, 255, 255, 0.4);
}
.footer div.my_width .bottom {
  font-size: 16px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.23);
  margin-top: 40px;
  text-align: center;
}
/* ******************************* */
/* ******************************* */