.chanpin {
    background-image: url('../../static/image/anli.png') !important;
    height: 558px;
    position: relative;
    /* background-position: 50% 50%; */
    /* background-size: cover; */
}

.nav {
    height: 60px;
    line-height: 60px;
}

.tnav {
    height: 96px;
    line-height: 96px;
}


.layui-nav .layui-nav-item a {
    color: #3C3735;
}

.bottom-nav {
    height: 60px;
    line-height: 60px;
}

.bottom-nav .layui-nav-item a {
    color: #fff;
    background: #0057a8;
    height: 60px;
    line-height: 60px;
}

.bottom-nav .layui-nav .layui-nav-item {
    vertical-align: unset !important;
}

.bottom-nav .layui-nav .layui-this:after,
.layui-nav-bar {
    background-color: #0057a89f;
}

.footer {
    background: linear-gradient(0deg, #fff 0%, #E4EDFF 80%, #fff 100%);
    width: 100%;
    display: flex;
    justify-content: center;
}

.hospital-square {
    color: #09A0D3;
    display: grid;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 170px;
    margin-right: 170px;
    grid-template-columns: repeat(auto-fill, 200px);
    grid-gap: 15px;
}

.hospital-area {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 206px;
    height: 76px;
    background: #E2EFFA;
    border: 1px solid #A0C5D6;
}

.hospital-area:hover {
    background: #109CCA;
    color: #fff;

}

.hospital-area:hover .hospital-img {
    border: unset !important;
    box-shadow: none;
}

/* 图标变白  */
.hospital-area:hover img {
    filter: grayscale(100%) brightness(300%);
}

.hospital-img {
    /* width:50%; */
    margin: 0px;
    margin-left: 20px;
}

.f20 {
    font-size: 20px
}

.w100 {
    width: 100%;
}

.htext {
    /* margin-right: 20px; */
    width: 80%;
    text-align: center;
}

.line {
    height: 1px;
    border-top: 1px dashed #B2B2B2;
}

.mt100 {
    margin-top: 127px;
}

.hospital-main {
    width: 100%;
    min-height: auto;
    background: url('../../static/image/fbg.png') no-repeat;
}

.pb200 {
    padding-bottom: 200px;
}

.yinyi-img {
    transform: scale(0.8);
    width: 100%;
}

span.m-nav-right-content {
    float: right;
    font-size: 18px;
}

span.m-nav-left-content {
    color: #00a0e9;
    font-weight: bold;
}



.menul li a {
    color: #333 !important;
    display: block;
}

.menul li a.active {
    color: #00a0e9 !important;
    font-weight: bold;
}

.mobile-second-nav-list {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 100%;
}

.mobile-second-nav-list .menur {
    width: 20%;
    font-size: 20px;
    padding: 80px 0 0 0px;
    float: left;
    color: white;
    height: 100%;
    text-align: center;
}

.mobile-second-nav-list .menul {
    width: 80%;
    height: 100%;
    float: left;
    background: white;
}

.mobile-second-nav-list .menul li {
    width: 100%;
    height: 65px;
    line-height: 45px;
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.mobile-second-nav {
    height: 60px;
    line-height: 60px;
    padding: 0px 10px;
    display: none;
}

span.m-nav-right-content {
    float: right;
    font-size: 18px;
}

span.m-nav-left-content {
    color: #00a0e9;
    font-weight: bold;
}

.mobile-second-nav {
    display: block;
}

.second-nav-list-hide {
    left: 100% !important;
    transition: all 0.3s ease 0s;
}

.second-nav-list-show {
    left: 0 !important;
    transition: all 0.3s ease 0s;
}