/* 头部公共样式 */
body {
    height: fit-content;
}
.header1 {
    background-color: #FFFFFF;
    height: 168px;
    box-shadow: 0px 4px 4px 0px rgba(6, 91, 81, 0.1);
    width: 100%;
    position: fixed;
    top: -0;
    transition: top 0.3s ease-in-out;
    z-index: 100;
}
.header1 .inner {
    padding: 0;
}

.header1 .inner .fix {
    position: relative;
}

.header1 .inner .fix .logoBox {
    width: 29%;
    height: 87px;
    top: 40px;
    left: 0;
    position: absolute;
}

.header1 .inner .fix .logoBox img {
    /*width: 100%;*/
    /*height: 100%;*/
}

.header1 .inner .fix .tabs {
    float: right;
    margin-top: 5%;
}

.header1 .inner .fix .tabs li {
    float: left;
    height: 34px;
    font-size: 24px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #063C6C;
    line-height: 28px;
    margin-right: 10px;
    position: relative;
    padding: 0 5px;
}

.header1 .inner .fix .tabs li a:hover {
    color: #2395FB;
}
.header1 .inner .fix .tabs li a {
    color: #063C6C;
}
.dropdown-icon {
    display: inline-block;
    font-size: 10px;
    transition: transform 0.3s ease;
}
.nav-select-list-item:hover .dropdown-icon {
    transform: rotate(180deg);
}
.nav-select-list-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -10px;
    min-width: 100px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
}
.dropdown-item {
    display: block;
    padding: 5px 10px;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-size: 18px;
}

.dropdown-item:hover {
    background: #f5f5f5;
    color: #2395FB;
}
.header1 .inner .fix .tabs li .select {
    color: #2395FB;
}

.header1 .inner .fix .tabs li:last-child {
    margin-right: 0;
}

.content .banner {
    width: 100%;
    height: 220px;
    background: url("../images/zcfg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 168px;
    padding-top: 74px;
    position: relative;
}

.content .banner .backgText {
    text-align: center;
}

.content .banner .backgText .big {
    font-size: 40px;
    font-family: 'FontName-Regular', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 47px;
    margin-bottom: 5px;
}

.content .banner .backgText .small {
    font-size: 20px;
    font-family: 'FontName-Regular', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23px;
}

.content .banner .backgText p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.content .banner .tabBox {
    background-color: #FFFFFF;
    width: 100%;
    padding: 0px 40px;
    margin-top: 30px;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

.content .banner .tabBox li {
    padding: 30px 0px;
    float: left;
    margin-right: 60px;
    font-size: 18px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 700;
    color: #222222;
    cursor: pointer;
}

.content .banner .tabBox .select {
    color: #2395FB;
}

.content .showBox1{
    margin-top: 100px;
    padding: 0;
    margin-bottom: 80px;
    background-color: #FFFFFF;
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.card4  .LJSJ {
    height: 212PX;
    background-color: #F6F7FB;
    padding: 24px 30px;
    border: 1px solid #E2E4EB;
}

.card4  .LJSJ p {
    height: 28px;
    font-size: 18px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 700;
    color: #222222;
    line-height: 23px;
}

.card4  .LJSJ ul {
    margin-top: 16px
}

.card4  .LJSJ ul li {
    float: left;
    width: 32.5%;
    margin-right: 1.25%;
    padding: 30px;
    padding-left: 8%;
    position: relative;
    cursor: pointer; /* 鼠标悬停时显示手指光标 */
}

.card4  .LJSJ ul li::before {
    content: "";
    /* 必须有内容，即使为空，以创建伪元素 */
    position: absolute;
    top: 20%;
    left: 30px;
    width: 60px;
    height: 60px;
    /*    background-image: url("../images/index/ljsj1.png"); */
    /* 设置伪元素的背景图片 */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.card4  .LJSJ ul li p {
    height: 26px;
    font-size: 36px;
    font-family: DIN-Medium, DIN;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.card4  .LJSJ ul li span {
    height: 17px;
    font-size: 20px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23px;
}

.card4  .LJSJ ul .ljsj1 {
    background: linear-gradient(162deg, #A0D2FF 0%, #3C9AEF 100%);
}

.card4  .LJSJ ul .ljsj1::before {
    background-image: url("../images/index/ljsj1.png");
}

.card4  .LJSJ ul .ljsj2 {
    background: linear-gradient(162deg, #6AE5BC 0%, #53B898 100%);
}

.card4  .LJSJ ul .ljsj2::before {
    background-image: url("../images/index/ljsj2.png");
}

.card4  .LJSJ ul .ljsj3 {
    background: linear-gradient(162deg, #B8A6F0 0%, #927AE2 100%);
}

.card4  .LJSJ ul .ljsj3::before {
    background-image: url("../images/index/ljsj3.png");
}

.card4  .LJSJ ul .ljsj4 {
    background: linear-gradient(162deg, #F5BD89 0%, #EDA768 100%);
}

.card4  .LJSJ ul .ljsj4::before {
    background-image: url("../images/index/ljsj4.png");
}

.card4  .LJSJ ul li:last-child {
    margin-right: 0;
}

.card4  .BYSJ {
    margin-top: 20px;
    background-color: #F6F7FB;
    padding: 30px;
    border: 1px solid #E2E4EB;
}

.card4  .BYSJ .sel-tab span {
    height: 28px;
    font-size: 20px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 700;
    color: #ABABAB;
    line-height: 23px;
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
}
.card4  .BYSJ .sel-tab .active {
    color: #222222;
}

.card4  .BYSJ ul {
    margin-top: 20px;
}

.card4  .BYSJ ul li {
    float: left;
    width: 25%;
    height: 78px;
    padding-left: 12px 30px;
    position: relative;
    padding-left: 22px;
    cursor: pointer; /* 鼠标悬停时显示手指光标 */
}

.card4  .BYSJ ul li::before {
    content: "";
    /* 必须有内容，即使为空，以创建伪元素 */
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 78px;
    background-image: url("../images/index/border2.png");
    /* 设置伪元素的背景图片 */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card4  .BYSJ ul li p {
    font-size: 36px;
    font-family: DIN-Medium, DIN;
    font-weight: 500;
    color: #222222;
    margin-bottom: 12px;
}

.card4  .BYSJ ul li span {
    height: 17px;
    font-size: 20px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    line-height: 23px;
}

.card4  .GZSJ {
    padding: 24px 30px;
    height: 325px;
    background-color: #F6F7FB;
    border: 1px solid #E2E4EB;
    margin-top: 30px;
    /*  margin-bottom: 50px; */
}

.card4  .GZSJ span {
    font-size: 20px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 700;
    color: #222222;
    line-height: 23px;
}

.card4  .GZSJ .zhexiantu {
    height: 250px;

}

/* 信息公开 */
.content .showBox2{
    margin-top: 50px;
    padding: 0;
    background-color: #FFFFFF;
    display: none;
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    margin-bottom: 30px;
}
.content .showBox3{
    margin-top: 50px;
    padding: 0;
    background-color: #FFFFFF;
    display: none;
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    margin-bottom: 30px;
}
.content .showBox2 .card1 li {
    /*background-color: #E2E4EB;*/
    /*padding: 30px 40px;*/
    cursor: pointer;
    /*margin-bottom: 20px;*/
}
.content .showBox2 .card1 li:last-child{
    margin-bottom: 0px;
}
.content .showBox2 .card1 li .one {
    height: 32px;
    font-size: 22px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 700;
    color: #222222;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.content .showBox2 .card1 li .two {
    margin-top: 10px;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    /* 设置显示两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap;  */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/*.content .showBox2 .card1 li:hover{*/
/*    background-color: #2395FB;*/
/*    color: #FFFFFF;*/
/*}*/
.content .showBox2 .card1 li:hover .one,.content .showBox2 .card1 li:hover .two{
    color: #FFFFFF;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fenye {
    padding-top: 60px;
    padding-bottom: 80px;
}

.fenye ul {

    margin: 0px auto;
    width: fit-content;

}

.fenye ul li {
    float: left;
    padding: 0 10px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    line-height: 32px;
    text-align: center;
    margin-right: 16px;
    color: #ADB1B1;
}

.fenye ul .activefenye {
    background-color: #2395FB;
    color: #FFFFFF;
}




/* 第二部分*/
.content .card2 {
  /* border: 1px solid black; */
  height: 360px;
  background: url("../images/index/card2.png") no-repeat center center;
  background-size: cover;
  background-color: #2395FB;
  margin-bottom: 30px;
  /*  opacity: 0.3; */
}

.content .card2 .inner .title {
  height: 45px;
  font-size: 32px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 38px;
  padding-top: 35px;
  padding-left: 30px;
}

.card2 .inner ul {
  /*  border: 1px solid black; */
  margin-top: 5%;
}

.card2 .inner ul li {
  width: 20%;
  height: 78px;
  /* border: 1px solid red; */
  position: relative;
  padding-left: 60px;
  float: left;
  cursor: pointer; /* 鼠标悬停时显示手指光标 */
  margin-bottom: 40px;
}

.card2 .inner ul li::before {
  content: "";
  /* 必须有内容，即使为空，以创建伪元素 */
  position: absolute;
  top: 0px;
  left: 25px;
  width: 2px;
  height: 78px;
  background-image: url("../images/index/border.png");
  /* 设置伪元素的背景图片 */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card2 .inner ul li .lefttext {
  float: left;

}

.card2 .inner ul li .lefttext p {
  height: 34px;
  font-size: 48px;
  font-family: DIN-Medium, DIN;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 56px;
  margin-bottom: 20px;
}

.card2 .inner ul li .lefttext span {
  height: 22px;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 19px;
}

.card2 .inner ul li .righttext {
  margin-left: 12px;
  float: left;
}

.card2 .inner ul li .righttext p {
  height: 78px;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 78px;
}



@media (max-width: 1599px) {
    .header1{height: 80px;padding-top: 15px;}
    .header1 .inner .fix .logoBox img{width: 400px;}
    .header1 .inner .fix .tabs{margin-top: 10px}
    .header1 .inner .fix .tabs li{font-size: 20px;margin-right: 10px;}
    .header1 .inner .fix .logoBox{top: -5px;}
    .content{margin-top: 81px;}
    .inner{max-width: 1200px;}
    .content .banner{margin-top: 81px;padding-top: 40px;height: 150px;}
    .content .banner .backgText .big{font-size: 32px;}
    .content .banner .backgText .small{font-size: 18px;}

    .content .banner .tabBox{height: 60px;margin-top: 24px;}
    .content .banner .tabBox li{padding: 20px 0;font-size: 16px;}

    .card1 li .intro>p{font-size: 18px;line-height: 30px;}
    .card1 li .intro>span{font-size: 13px;height: 44px;line-height: 22px;}
    .card1 li .intro .bottom{font-size: 12px;padding: 10px 0;}

    .card1 li .intro .data{bottom: 0;}
    .card1 li .intro .data .jiantou{height: 30px;background: url(../images/youjiantou.png) no-repeat right 40px bottom 10px;}
    .card1 li .intro .data p{font-size: 30px;padding-top: 10px;}
    .card1 li .intro .data span{font-size: 15px;}

    .content .inner .mapBox .right .title{font-size: 18px;padding: 10px;}
    .content .inner .mapBox .right ul li p{font-size: 14px;height: 40px;line-height: 20px;}
    .content .inner .mapBox .right ul li{padding-right: 10px;padding-top: 10px;padding-bottom: 10px;}
    .content .inner .mapBox .right ul li .textBox .text1{font-size: 12px;}

    .form-group label{font-size: 14px;margin-bottom: 5px;}
    #hospital,
    input[type="submit"],
    input[type="text"]{height: 40px;line-height: 40px;padding: 0 10px;border-width: 1px;font-size: 13px;}

    .card4 .LJSJ{padding: 15px;height: auto;}
    /*.content .inner .card1 li{padding: 15px;margin-bottom: 15px;}*/
    .content .showBox2 .card1 li .one{font-size: 16px;}
    .content .showBox2 .card1 li .two{font-size: 13px;margin-top: 0;}
    .card4 .LJSJ ul li{    padding: 15px;padding-left: 80px;}
    .card4 .LJSJ ul li::before{left: 10px;top: 10px;}
    .card2 .inner ul li .lefttext p,
    .content .card2 .inner .title,
    .card4 .LJSJ ul li p{font-size: 24px;margin-bottom: 0}
    .card4 .LJSJ ul li span{font-size: 15px;}

    .content .card2{height: auto;}
    .content .card2 .inner .title{padding-top: 15px;font-size: 20px;}
    .card2 .inner ul{margin-top: 20px;}
    .card2 .inner ul li .lefttext p{height: 24px;line-height: 24px;}
    .card2 .inner ul li .righttext p{height: 44px;line-height: 44px;}
    .card2 .inner ul li::before{height: 100%;}
    .card2 .inner ul li{height: 44px;margin-bottom: 20px;}
    .footer p{font-size: 13px;}
}
