@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-family: "Microsoft YaHei";
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #333;
  background: #fff;
  overflow-x: hidden;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
a {
  margin: 0;
  padding: 0;
}

input,
button,
select,
textarea {
  outline: none;
  font-family: "microsoft yahei";
  -webkit-appearance: none;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.25s;
}

img {
  border: none;
  display: inline-block;
}

em,
i {
  font-style: normal;
  display: inline-block;
}

.clear {
  height: 0;
  clear: both;
  zoom: 1;
}

.flex-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-fs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-fe {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.line_1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.line_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line_3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.line_4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.line_5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.gird_3 {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gird_4 {
  display: grid;
  grid-template-columns: 23% 23% 23% 23%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.border1px {
  border: 1px solid #B3B6C0;
}

.color85 {
  color: rgba(0, 0, 0, 0.85);
}

.color65 {
  color: rgba(0, 0, 0, 0.65);
}

.head-top-info {
  background-color: #F8F8F8;
  height: 30px;
}

.head-top-info .hti-ul {
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.head-top-info .hti-ul .info-left .info-name {
  cursor: pointer;
}

.head-top-info .hti-ul .info-left .info-name span {
  font-size: 12px;
  color: #666666;
}

.head-top-info .hti-ul .info-left .info-name img {
  margin-left: 5px;
  margin-top: 3px;
  width: 12px;
}

.head-top-info .hti-ul .info-left .info-code {
  display: none;
  position: absolute;
  bottom: 0;
  left: -10px;
  z-index: 66;
  transform: translateY(100%);
  width: 140px;
  padding: 6px 10px;
  background-color: #F8F8F8;
  flex-direction: column;
}

.head-top-info .hti-ul .info-left .info-code img {
  width: 120px;
  height: 120px;
}

.head-top-info .hti-ul .info-left .info-code span {
  display: block;
  margin-bottom: 6px;
  color: #234990;
  width: 100%;
  text-align: center;
}

.head-top-info .hti-ul .info-left:hover .info-name span {
  color: #234990;
}

.head-top-info .hti-ul .info-left:hover .info-code {
  display: block;
  transition: all .5s;
}

.head-top-info .hti-ul .info-right img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.head-top-info .hti-ul .info-right span {
  color: #666666;
  font-size: 12px;
}

/* 顶部 */
.head-top {
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 0 20px;
}

.head-top .ht-logo {
  width: 26%;
  max-width: 26%;
}

.head-top .ht-logo img {
  width: 100%;
  max-height: 103px;
}

.head-top .ht-ul1 {
  width: 30%;
  min-width: 200px;
  border: 1px solid #E3E3E3;
  border-radius: 40px;
  height: 55px;
  padding: 0 10px 0 20px;
}

.head-top .ht-ul1 .ht-li1 {
  flex: 1;
  height: 100%;
}

.head-top .ht-ul1 .ht-li1 img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.head-top .ht-ul1 .ht-li1 input {
  flex: 1;
  height: 100%;
  padding-right: 16px;
}

.head-top .ht-ul1 .ssearch-btn {
  height: 40px;
  width: 80px;
  background-color: #234990;
  color: #fff;
  border-radius: 40px;
  cursor: pointer;
}

.head-top .ht-ul1 .ssearch-btn span {
  font-size: 16px;
}

.head-top .ht-ul1 .ssearch-btn:hover {
  opacity: .8;
}

.head-top .phone-nav-more {
  display: none;
}

.nav-out-box {
  width: 100%;
  background-color: #234990;
  height: 64px;
  line-height: 64px;
}

.nav-out-box .nav-box {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: 56px;
}

.nav-out-box .nav-box .nav-ul-c1 li {
  max-height: 56px;
  width: 100%;
  display: flex;
  position: relative;
}

.nav-out-box .nav-box .nav-ul-c1 li .one-menu {
  max-height: 56px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.nav-out-box .nav-box .nav-ul-c1 li .down::after {
  content: '';
  background: url("../imgs/icon28.png") no-repeat 0px 0px;
  background-size: 12px 12px;
  padding-left: 2px;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px !important;
  height: 10px !important;
  margin-left: 4px;
}

.nav-out-box .nav-box .nav-ul-c1 li .hover-list {
  display: none;
}

.nav-out-box .nav-box .nav-ul-c1 li:hover {
  background-color: #fff;
}

.nav-out-box .nav-box .nav-ul-c1 li:hover .one-menu {
  color: #234990;
  font-weight: 800;
  font-size: 18px;
  transition: all .5s;
}

.nav-out-box .nav-box .nav-ul-c1 li:hover .down::after {
  /*content: '∧';*/
  /*padding-left: 2px;*/
  /*font-size: 16px;*/
  /*font-weight: 600;*/
  content: '';
  background: url("../imgs/icon27.png") no-repeat 0px 0px;
  background-size: 12px 12px;
  padding-left: 2px;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px !important;
  height: 10px !important;
  margin-left: 4px;
}

.nav-out-box .nav-box .nav-ul-c1 li:hover .hover-list {
  box-sizing: content-box;
  width: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: 2px;
  left: -1px;
  transform: translateY(100%);
  z-index: 999;
  border: 1px solid #234990;
  border-top: none;
}

.nav-out-box .nav-box .nav-ul-c1 li:hover .hover-list ul li .two-menu {
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.nav-out-box .nav-box .nav-ul-c1 li:hover .hover-list ul li .two-menu:hover {
  background-color: #D3DAEA;
  color: #234990;
}

.nav-out-box .nav-box .nav-ul-c1 li:first-child .one-menu::after, .nav-out-box .nav-box .nav-ul-c1 li:last-child .one-menu::after {
  content: '';
}

.nav-out-box .nav-box .nav-ul-c1 .active-nav {
  background-color: #fff;
  border-radius: 3px;
}

.nav-out-box .nav-box .nav-ul-c1 .active-nav .one-menu {
  color: #234990;
  font-weight: 600;
  font-size: 18px;
}

.footer {
  background-color: #234B91;
  margin-top: 60px;
}

.footer .footer-cnt {
  max-width: 1250px;
  margin: 0 auto;
}

.footer .footer-cnt .cnt-ul1 {
  height: 100px;
  border-bottom: 1px solid #2B5399;
}

.footer .footer-cnt .cnt-ul1 .hosp-name {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.footer .footer-cnt .cnt-ul1 .hosp-address p {
  margin-left: 18px;
  color: #F4FFFF;
}

.footer .footer-cnt .fast-link {
  margin: 40px 0;
}

.footer .footer-cnt .fast-link .cnt-ul2 {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
}

.footer .footer-cnt .fast-link .cnt-ul2 li {
  display: flex;
  flex-direction: column;
}

.footer .footer-cnt .fast-link .cnt-ul2 li p {
  color: #F4FFFF;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer .footer-cnt .fast-link .cnt-ul2 li a {
  margin-bottom: 10px;
  /*color: #487AD3;*/
  color: rgb(95, 142, 220);
}

.footer .footer-cnt .fast-link .cnt-ul2 li a:hover {
  color: #F4FFFF;
}

.footer .footer-cnt .fast-link .cnt-ul3 {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}

.footer .footer-cnt .fast-link .cnt-ul3 li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer .footer-cnt .fast-link .cnt-ul3 li img {
  width: 145px;
  height: 145px;
  margin-bottom: 10px;
}

.footer .footer-cnt .fast-link .cnt-ul3 li span {
  color: #F4FFFF;
}

.footer .icp-info {
  width: 100%;
  height: 70px;
  background-color: #355DA3;
}

.footer .icp-info .icp-cnt {
  height: 100%;
  max-width: 1250px;
  margin: 0 auto;
}

.footer .icp-info .icp-cnt p span,
.footer .icp-info .icp-cnt p a {
  color: #D1E5FF;
}

.footer .icp-info .icp-cnt p a:hover {
  color: #fff;
  text-decoration: underline;
}

/*轮播图*/
.swiper-banner {
  --swiper-theme-color: #ffffff;
  /* 两种都可以 */
}

.swiper-banner .swiper-button-prev,
.swiper-banner .swiper-button-next {
  background-color: transparent !important;
  top: 50%;
  transform: translateY(-30%);
}

.swiper-banner .swiper-button-prev img,
.swiper-banner .swiper-button-next img {
  width: 40px !important;
  height: 80px !important;
}

.swiper-banner .swiper-button-prev {
  left: 120px !important;
}

.swiper-banner .swiper-button-next {
  right: 120px !important;
}

.swiper-banner .swiper-pagination-bullets {
  bottom: 20px !important;
}

.swiper-banner .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.9);
}

.swiper-banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 22px !important;
  height: 8px;
  border-radius: 4px;
  background-color: #fff;
}

.search-form{
  width: 100%;
}