* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: 微软雅黑;
}
body {
  background-color: #f7f8fa;
}
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;
}
img {
  max-width: 100%;
  border: none;
  max-height: 100%;
}
.clr::after {
  content: '';
  display: block;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mt50 {
  margin-top: 50px;
}
.mt80 {
  margin-top: 80px;
}
.ml40 {
  margin-left: 40px;
}
.ml30 {
  margin-left: 30px;
}
.mb20 {
  margin-bottom: 20px;
}
.bg_white {
  background-color: #fff;
}
.shadow {
  box-shadow: 0px 0px 8px 1px rgba(155, 164, 178, 0.18);
}
.pd30 {
  padding: 30px;
}
/* ******************************* */
.w1400 {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.header {
  background-color: #004098;
  min-width: 1400px;
  height: 150px;
}
.header .w1400 {
  height: 100%;
  position: relative;
  background-image: url(../imgs/logo.png), url(../imgs/img1.png);
  background-size: 395px auto, auto;
  background-repeat: no-repeat;
  background-position: 0 center, calc(50% + 55px) center;
}
.header .head_search {
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  right: 0;
  height: fit-content;
}
.header .head_edition {
  text-align: right;
  margin-bottom: 5px;
}
.header .head_edition a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 11px;
}
.header .head_edition a::after {
  content: '';
  width: 1px;
  height: 10px;
  right: 0px;
  display: block;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  background: #fff;
}
.header .head_edition a.english::after {
  display: none;
}
.header .head_searchForm {
  position: relative;
}
.header .head_searchForm .search_val {
  width: 274px;
  height: 36px;
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 40px;
  border: none;
}
.header .head_searchForm .submit {
  width: 18px;
  height: 18px;
  top: 0px;
  right: 14px;
  font-size: 0px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  cursor: pointer;
  border: none;
  background: none;
  background: url(../imgs/search.png) no-repeat center;
}
.nav {
  background-color: #fff;
  position: relative;
}
.nav .wp_nav > li {
  float: left;
  width: calc(100% / 10);
  position: relative;
}
.nav .wp_nav > li a {
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #203f83;
}
.nav .wp_nav > li .sub_nav {
  display: inline-block;
  min-width: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
}
.nav .wp_nav > li .sub_nav > li a {
  height: 0;
  opacity: 0;
  display: block;
  width: 100%;
  padding: 0;
  line-height: 40px;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
}
.nav .wp_nav > li .sub_nav > li:hover > a {
  background-color: rgba(32, 63, 131, 0.9);
  color: #fff;
}
.nav .wp_nav > li:hover .hospital {
  height: auto;
}
.nav .wp_nav > li:hover > a {
  background-color: #203f83;
  color: #fff;
  font-weight: bolder;
}
.nav .wp_nav > li > .sub_nav > li .sub_nav{
  left: 100%;
  top: 0;
  box-shadow: rgba(0, 0, 0, 0.28) 1px 1px 6px;
}
.nav .wp_nav > li > .sub_nav > li:hover .sub_nav li a,
.nav .wp_nav > li:hover > .sub_nav > li > a {
  height: 40px;
  opacity: 1;
  transition: height 0.6s;
}
.footer {
  min-width: 1400px;
}
.footer.footer-links {
  height: 114px;
  background-color: #0044A1;
}
.footer.footer-links > .w1400 {
  height: 100%;
  position: relative;
}
.footer.footer-links > .w1400 > * {
  height: 100%;
  width: calc((100% - 97px * (3 - 1)) / 3);
  float: left;
  margin-left: 97px;
}
.footer.footer-links > .w1400 > *:nth-of-type(1) {
  margin-left: 0;
}
.footer.footer-links > .w1400 .links {
  position: relative;
}
.footer.footer-links > .w1400 .links_label,
.footer.footer-links > .w1400 .links_box {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: 45px;
  line-height: 45px;
}
.footer.footer-links > .w1400 .links_label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  margin-right: 15px;
}
.footer.footer-links > .w1400 .links_label img {
  vertical-align: bottom;
}
.footer.footer-links > .w1400 .links_box {
  background-color: #fff;
  color: #002C69;
  border-radius: 5px;
  width: 55%;
  text-align: center;
}
.footer.footer-links > .w1400 .links_box ul {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.05);
}
.footer.footer-links > .w1400 .links_box ul li {
  height: 0;
  overflow: hidden;
  text-align: center;
  transition: height 0.6s;
}
.footer.footer-links > .w1400 .links_box ul li:hover {
  background-color: #f4f4f4;
}
.footer.footer-links > .w1400 .links_box:hover ul > li {
  height: 45px;
  line-height: 45px;
}
.footer.footer-info {
  height: 144px;
  background-color: #002C69;
  padding-top: 20px;
}
.footer.footer-info > .w1400 {
  color: white;
  font-size: 18px;
}
.footer.footer-info > .w1400 > div {
  width: 695px;
  margin-left: 139px;
}
.footer .footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  height: 77px;
}
.footer .footer_bottom p {
  white-space: pre;
  text-align: center;
  color: #fff;
  line-height: 20px;
  margin-top: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}