.public-head{position:relative;top: 0;z-index: 99999;background-color: rgba(0,0,0,1);color: #ccc;transition: 300ms all;height: 120px;}
.public-head a{color: #ccc;}
.public-head .white{color: #fff;}

.public-head-cont{width:90%;margin: auto;display: flex;align-items: flex-end;height: 100px;justify-content:space-between;min-width: 1500px}
.public-head-cont .left{display: flex;align-items: flex-end;}

.public-head-logo{width: 220px;}
.public-head-logo img{width: 100%;}

.public-head-tab{padding-bottom: 10px}
.public-head-tab ul{display: flex;}
.public-head-tab ul li{font-size: 18px;margin-left: 40px;cursor: pointer}
.public-head-tab ul li a:hover{color: #fff;}

.public-head-search{display: flex;align-items: flex-end;padding-bottom: 10px;}
.public-head-search div{margin: 0 10px;}
.public-head-search .tel{font-size: 28px;}
.public-head-search div:nth-child(2){border: 1px solid #fff;background-color: unset;height: 38px;}
.public-head-search div:nth-child(3){width: 38px;margin-left: 40px;position: relative;}
.public-head-search div:nth-child(3) img{width: 38px;position: absolute;bottom: -8px;}
::-webkit-scrollbar{width:1px;}
::-webkit-scrollbar-thumb{background-color:#c1c1c1;}

.park {
    margin-bottom: 80px;
}

.park-head-img {
    height: 446px;
    /* padding: 20px 20px 0 20px; */
    box-sizing: border-box;
}

.park-head-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.park-list {
    padding: 10px;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: white;
}

.park-list-item {
    cursor: pointer;
    font-size: 16px;
    padding: 0 15px;
    display: inline-block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align: center;
    color: #444;
}
.park-list-item-this{
    color: #055ae1;
    font-weight: bold;
}

.park-list-item:hover {
    color: #055ae1;
    font-weight: bold;
}

.park-content {
    display: flex;
    padding: 20px 10px;
    justify-content: space-between;
    border-top: 1px solid #f2f2f2;
}

.park-content-left {
    width: 55%;
    /*max-height: 924px;*/
    /*overflow: hidden;*/
}

.park-content-right {
    width: 40%;
    max-height: 827px;
    position: sticky !important;
    top: 110px;
    z-index: 999;
}

.park-content-left-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 14px;
}
.park-content-left-head span:last-child {
    color: rgb(142, 142, 143);
}

.park-content-list-item {
    display: flex;
    height: 200px;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #f1f1f1;
    cursor: pointer;
    transition: .5s;
    color: #333;
}
.park-content-list {
    box-sizing: border-box;
    transform:translate(0,0);
    /*height: 680px;*/
    /*max-height: 680px;*/
    background-color: white;
    /*overflow-y: auto;*/
}
.park-content-list:hover {
    background-color: white;
}
.park-content-list-item:hover {
    transform: translateY(-10px) ;
}
.park-content-list-item:hover h3:first-child{
    color: #055ae1;
}

.park-content-list-item h3 {
    font-size: 21px;
}

.content-list-item-img {
    width: 40%;
    height: 100%;
}

.content-list-item-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.content-list-con {
    width: 60%;
    padding: 10px 0 10px 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.content-list-con>div{width: 100%}

.content-list-con p{
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    font-size: 15px;
    overflow: hidden;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.content-list-con span i {
    color: #424542;
}

.suspension {
    width: 100%;
    position: sticky;
    top: 300px;
    bottom: 0;
    left: 0;
    background-color: red;
    z-index: 999;
    height: 200px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    display: none;
}
.footer .help {
    background-color: #20273A;
    color: white;
    overflow: hidden;
}

.footer .help .content {
    margin-top: 100px;
    margin-bottom: 100px;
    letter-spacing: 3px;
    display: flex;
    justify-content: space-between;
}

.footer .help .content .links{
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    color: #585B6C;
}

.footer .help .content .logo {
    width: 200px;
}
.footer .help .content .contact li:nth-child(2) {
    margin-top: 45px;
    margin-bottom: 45px;
}
.footer .help .content .contact li:nth-child(2) .phone {
    margin: 15px 0px;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
}
.footer .help .content .contact .more-contact div{
    margin: 15px 0px;
}
.footer .help .content .contact .more-contact img{
    margin-right:  30px;
}
.footer .help .content .list .title{
    color: white;
    font-size: 22px;
    padding: 20px 0px;
    border-bottom: 1px solid #595C6B;

}
.footer .help .content .list li{
    margin-bottom: 21px;
}
.footer .help .content .list{
    margin-right: 80px;
    font-size: 14px;
}

.footer .help .content .list:first{
    margin-left: 0px;

}
.footer .help .content .list:last-child{
    margin-right: 0px;

}
.footer .help .content .list li span:hover{
    margin-bottom: 20px;
    border-bottom: 1px solid #595C6B;
    cursor: pointer;
}


.footer .help .content .slogan{
    color: #585B6C;
    text-align: right;
    border-bottom: solid 1px #585B6C;
    padding-bottom: 10px;
}
.footer .help .content .qrcode{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100px;
}


.footer .copyright {
    background-color: #0B0B0B;
    text-align: center;
    color: #606060;
    overflow: hidden;
    padding: 20px;
    font-size: 12px;
}
.footer .copyright div{
    margin: 15px;
}
.footer .copyright div:last-child{
    color: #3d3d3d;
}