*{margin: 0;padding: 0;box-sizing: border-box;}
body{
    font-family:Arial,Verdana,Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}
li{list-style-type:none;}
img{vertical-align:middle;border:0;}
ol,ul{list-style:none;margin-bottom: 0;}
dl{margin-bottom: 0;}
input{outline: none;border: none;}
h1,h2,h3,h4,h5,h6,p{margin: 0;font-weight: normal;}
i{font-style: normal;}
a{text-decoration: none;color: #333;}

.ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.moreEll{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.w1200{
    width: 1200px;
    margin: 0 auto;
}
.topBox{
    width: 100%;
    background-color: #f4f4f4;
    height: 34px;
    line-height: 34px;
}
.top{
    height: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_l{
    font-size: 13px;
    color: #333;
}

.top_r{
    height: 34px;
    display: flex;
    align-items: center;
}
.top_r a.logon{
    height: 22px;
    line-height: 22px;
    font-size: 13px;
    color: #000000;
    padding: 0 15px;
    border-radius: 20px;
    border: 1px solid #07913A;
}
.top_r a:hover{
    color: #07913A;
}
.top_r i{
    display: block;
    width: 1px;
    height: 18px;
    background-color: #BFBFBF;
    margin: 0 12px;
}
.top_r #MyCms_member{
    height: 34px;
    display: flex;
    align-items: center;
}



.searchCon{
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
}
.search_l, .search_r{
    display: flex;
}
.logo .logo2{
    margin-left: 5px;
    margin-top: 22px;
}
.searchTit{
    font-size: 16px;
    color: #3E3A39;
    margin: 33px 0 0 30px;
}
.switchCity{
    margin: 33px 0 0 40px;
    display: flex;
    align-items: center;
}
.switchCity img{
    margin-right: 5px;
}
.switchCity span{
    font-size: 16px;
    color: #3E3A39;
}
.switchCity span a{
    color: #07913A;
}
.switchCity span a:hover{
    text-decoration: underline;
}

.headScu{
    margin: 18px 0 0 33px;
    display: flex;
    align-items: center;
}
.headScu span{
    font-family: cursive;
    font-weight: 400;
    font-size: 30px;
    color: #07913A;
    line-height: 31px;
}
.headScu img{
    width: 40px;
    margin-left: 30px;
}

.navBox{
    width: 100%;
    background-color: #F7F8F8;
}
.navBox ul{
    display: flex;
    align-items: center;
}
.navBox ul li{
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 36px;
}
.navBox ul li a.firstMenu{
    padding: 12px 0;
    display: flex;
    align-items: center;
    color: #3E3A39;
    font-size: 16px;
}
.navBox ul li:last-child{
    margin-right: 0;
}
.navBox ul li:hover::after,
.navBox ul li.navAct::after{
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 0);
    content: "";
    width: 40px;
    height: 2px;
    background-color: #119542;
}
.navBox ul li:hover a.firstMenu,
.navBox ul li.navAct a.firstMenu{
    color: #07913A;
    font-weight: bold;
}
.navBox ul li a.firstMenu span{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #9FA0A0;
    margin-left: 5px;
}
.navBox ul li:hover a.firstMenu span,
.navBox ul li.navAct a.firstMenu span{
    border-top: 4px solid #07913A;
}
.navHideCon{
    width: auto;
    background-color: #fff;
    position: absolute;
    top: 50px;
    left: -15px;
    z-index: 9;
    display: none;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    max-height: 770px;
    overflow-y: auto;
    overflow-x: hidden;
}
.navBox ul li:hover .navHideCon{
    display: block;
}
.navHideCon dl{
    width: auto;
    white-space: nowrap;
}
.navHideCon dl:hover{
    background-color: #F3F3F3;
}
/*.navHideCon dl:hover a{*/
/*    color: #07913A;*/
/*}*/
.navHideCon dl a{
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    color: #495060;
}


.searchBox{
    padding: 40px 0 16px 0;
}
.searchBar{
    width: 80%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
}
.searchBar input{
    width: 800px;
    height: 50px;
    background-color: #fff;
    padding: 0 15px;
    color: #3E3A39;
    box-shadow: 0px 0px 7px 0px rgba(4,0,0,0.26);
    font-size: 15px;
}
.searchBar input::placeholder{
    color: #9FA0A0;
}
.search-type {
    border: none;
    height: 50px;
    background-color: #fff;
    padding: 0 15px;
    color: #3E3A39;
    box-shadow: 0px 0px 7px 0px rgba(4, 0, 0, 0.26);
    font-size: 15px;
}

.search-type:focus {
    border-color: #27ae60;
}
.searchBar a{
    width: 160px;
    height: 50px;
    background-color: #07913A;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    transition: box-shadow 0.3s ease; /* 添加过渡效果 */
}
.searchBar a:hover{
    box-shadow: 0px 0px 7px 0px rgba(7,145,58,0.6);
}
.hotSear{
    width: 80%;
    margin: 0 auto;
    margin-top: 14px;
    padding: 0 11px;
    color: #9FA0A0;
    font-size: 13px;
}
.hotSear a{
    font-size: 13px;
    color: #9FA0A0;
    margin-right: 10px;
}
.hotSear a:hover{
    text-decoration: underline;
    color: #07913A;
}


.footer{
    background-color: #333;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
}
.footer p{
    color: #d2d2d2;
    margin: 0px;
    padding: 0px;
    line-height: 26px;
}
.footer a{
    color: #e6e6e6;
    padding: 0 12px;
}
.footer a:hover{
    color: #07913A;
}
/* 城市弹窗样式 */
.city-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 1000;
    display: none;
}

.popup-header {
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-btn {
    font-size: 20px;
    cursor: pointer;
    color: #999;
}

.popup-body {
    padding: 20px;
    max-height: 400px;
    overflow-y: auto;
}

.city-lists {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.city-item {
    padding: 10px;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}

.city-item:hover {
    background: #e0f7ff;
    border-color: #27ae60;
}

.city-item.active {
    background: #27ae60;
    color: white;
    border-color: #27ae60;
}

.popup-footer {
    padding: 16px 20px;
    text-align: right;
    border-top: 1px solid #eee;
}

.btn-confirm {
    padding: 8px 20px;
    background: #27ae60;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.btn-confirm:hover {
    background: #2196f3;
}
.login-prompt {
    width: 100%;
    background: linear-gradient(180deg, #00bfa5, #ccf2e9);
    background-size: 100% 100%;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    color: white;
    padding: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.login-prompt h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: white;
    letter-spacing: 0.5px;
}

.login-prompt .btn {
    margin-top: 16px;
    padding: 12px 32px;
    background-color: white;
    color: #00bebd;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.login-prompt .btn:hover {
    background-color: #f0f8ff;
    transform: translateY(-1px);
}