* { 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;}
a: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: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml30 {
  margin-left: 30px;
}
.mb20 {
  margin-bottom: 20px;
}
.bg_white {
  background-color: #fff;
}
.bg_e8ebee {
  background-color: #e8ebee;
}
.shadow {
  box-shadow: 0px 0px 8px 1px rgba(155, 164, 178, 0.18);
}
.pd30 {
  padding: 20px 30px;
}
.pd10 {
    padding: 10px 30px;
}
/* ******************************* */
.w1400 {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.header_bg {
  background: #004098;
  padding-top: 20px;
  padding-bottom: 20px;
  min-width: 1400px;
}
.header .head_logo {
  width: 325px;
}
.header .head_logo .logo {
  display: block;
}
.header .head_text {
  margin-left: 95px;
  margin-top: 15px;
}
.header .head_search {
  margin-top: 20px;
}
.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;
  position: absolute;
  top: 0;
  bottom: 0;
  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;
  position: absolute;
  top: 0;
  bottom: 0;
  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: 9.09%;
  width: 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: 0px;
  opacity: 0;
  display: block;
  width: 100%;
  padding: 0px 20px 0px 35px;
  line-height: 40px;
  white-space: nowrap;
  text-align: left;
  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 > a {
  background-color: #203f83;
  color: #fff;
  font-weight: bolder;
}
.nav .wp_nav > li:hover .sub_nav li a {
  height: 40px;
  opacity: 1;
  transition: height 0.6s;
}

.nav .wp_nav > li:nth-child(7) {
  position: initial;
}
.nav .wp_nav > li:hover .hospital {
  height: auto;
}
/* ********************************************************************* */


/* ********************************************************************* */
.hospital {
  transition: all 0.6s;
  height: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 40px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  transition: height 0.6s;
}
.hospital .hospital_list {
  width: 50%;
  float: left;
  padding: 15px;
}
.hospital .hospital_list .hospital_title {
  font-size: 18px;
  font-weight: bolder;
  color: #203f83;
  margin-bottom: 15px;
}
.hospital .hospital_list ul li {
  width: 50%;
  float: left;
}
.hospital .hospital_list ul li a {
  height: auto;
  line-height: 30px;
  color: #333;
  text-align: left;
}
.hospital .hospital_list ul li:hover a {
  text-decoration: underline;
  color: #203f83;
}
/* ********************************************************************* */


/* ********************************************************************* */
.footer {
  background-color: #004098;
  min-width: 1400px;
}
.footer > .w1400 {
  position: relative;
  height: 140px;
}
.footer > .w1400 .wechat {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.footer > .w1400 .wechat li {
  float: left;
  width: 85px;
  margin-right: 20px;
}
.footer > .w1400 .wechat li img {
  display: block;
  width: 100%;
  height: 85px;
}
.footer > .w1400 .wechat li span {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  margin-top: 6px;
  text-align: center;
}
.footer > .w1400 .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer > .w1400 .links {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.footer > .w1400 .links_box a {
  float: left;
  width: 80px;
  color: #fff;
  line-height: 20px;
  padding-left: 15px;
  background: url(../imgs/link_icon.png) no-repeat;
  background-position: left center;
}
.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;
}
.bottom {
  min-width: 1400px;
  line-height: 36px;
  background-color: #001f63;
  color: #fff;
  text-align: center;
}
.bottom a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.bottom img{
  transform: translateY(5px);

}
.gallery {
  background-color: #eceff4;
}
.gallery .pic {
  width: 1600px;
  height: 300px;
  margin: 0 auto;
  background: url(../imgs/gallery.png) no-repeat center;
  background-size: cover;
}

