/* 重点领域 */

.header {
    background: url("/2023/header-top4.jpg") no-repeat center;
    background-size: auto 100%;
    width: 100%;
    height: 480px;
    margin-bottom: 60px;
}

.index-info {
    width: 800px;
}

.zw-zd-title {
    font-size: 26px;
    background: #1b5395;
    padding-left: 20px;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    font-weight: bold;
}

.zw-zd-title a {
    color: #ffffff;
}

.index-info .card a {
    margin: 10px 2px 0;
    display: inline-block;
    width: 150px;
    height: 150px;
    background: url(/2023/tab2_bg-card.png) no-repeat center center;
}

.index-info .card a:hover {
    opacity: 0.8;
}

.index-info .card .icon {
    display: block;
    width: 60px;
    height: 60px;
    margin: 30px auto 0px auto;
}

.index-info .card .title {
    text-align: center;
    font-size: 18px;
    color: #333;
    padding: 0 15px;
    width: 120px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}

.index-menu {
    width: 460px;
}

.index-menu .icon1 {
    width: 460px;
    margin-bottom: 10px;
}

.index-menu .icon2 {
    width: 460px;
    margin-bottom: 20px;
}

.index-menu-top {
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    background: #1b5395;
    height: 60px;
    line-height: 60px;
}

.index-menu-footer {
    background: #1d74cb;
}

.index-menu-list {
    background: #ddf2fb;
    padding: 30px;
    font-size: 18px;
    display: none;
    height: 510px;
    overflow-y: auto;
}


/* 
.index-menu-list::-webkit-scrollbar {
    width: 4px;
    overflow: hidden;
}

.index-menu-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.index-menu-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
} */

.index-menu-list li {
    margin-top: 20px;
}

.index-menu-imgs {
    margin-top: 20px;
    margin-right: -20px;
}

.index-menu-imgs li {
    float: left;
    width: 220px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.public-footer .links {
    background-color: #eeeeee;
    height: 80px;
}

.public-footer .fri_sels {
    width: 200px;
    height: 40px;
    float: left;
    position: relative;
    z-index: 130;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 20px;
}

.public-footer .fri_sels.last {
    margin-right: 0;
}

.public-footer .fri_sels .handle {
    height: 40px;
    line-height: 40px;
    background: #fff url("/2023/fri_sel.png") no-repeat 175px center;
    padding-left: 10px;
    color: #333;
}

.public-footer .fri_sels ul {
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 130;
    background: #fff;
    width: 200px;
    max-height: 160px;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}

.public-footer .fri_sels:hover ul {
    display: block;
}

.public-footer .fri_sels li {
    height: 40px;
    line-height: 40px;
    vertical-align: top;
}

.public-footer .fri_sels li a {
    display: block;
    height: 40px;
    padding-left: 10px;
    width: 200px;
    color: #333;
}

.public-footer .fri_sels li a:hover {
    background: #f3f3f3;
    text-decoration: none;
}