.index-w2 {
    width: 100%;
    height: 80px;
    margin-top: 40px;
    padding: 0 calc((100% - 1302px)/2);
    background: #6a70e9 !important;
}

.index-w2 ul {
    display: flex;
}

.index-w2 li {
    display: inline-block;
    padding: 0 20px;
    margin: 0 20px;
    font-size: 24px;
    line-height: 80px;
    color: #fff;
}

.index-w2 li:hover {
    background: #ffc000;
    cursor: pointer;
}

.active {
    background: #ffc000;
    font-weight: bold;
}

.index-w2 a img {
    position: relative;
    top: -25px;
    left: -40px;
}
.zhuantiFather {
    position: relative;
}

.zhuanti {
    flex-direction: column;
    margin-top: 10px;
    width: 136px !important;
    text-align: center;
    background: #6a70e9;
    display: none;
    z-index: 2;
    top: 70px !important;
    height: 210% !important;
    right: 0px !important;
    line-height: 41px;
    height: 163px !important;
    border-radius: 0 0 6px 6px;
    position: absolute;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateY(-10px);
    z-index: 100;
}

.zhuantiFather:hover .zhuanti{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.zhuanti li {
    font-size: 20px;
    text-align: center;
    line-height: 41px;
    margin: 0;
    padding: 0;
    display: block;
}
.zhuanti li:hover {
    background: #8F7AE1;
}
.zhuanti li a {
    color: #FFF;
}
.zhuanti li:hover a{
    font-weight: bold;
}

.wrapper {
    width: 100%;
    padding: 20px calc((100% - 1302px)/2) 50px;
    background: url("./background.png") repeat center center;
}

.local {
    font-size: 14px;
    margin: 0 20px;
    border-bottom: 1px solid #e6e6e8;
    padding-bottom: 20px;
}

.local .colorBlack {
    color: #000 !important;
}

.pull-right {
    float: right;
}

.btn_map {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #edcf73;
    color: #fec004;
    text-align: center;
    background-color: #fffdf6;
    border-radius: 10px;
}

.list-background {
    background: #fff;
    width: 310px;
    height: 370px;
    border-radius: 20px;
    padding: 20px;
    margin-top: 30px;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 20px;
}

/* 选择每第4个元素 */
.list-background:nth-child(4n) {
    margin-right: 0;
}

.list-background:hover {
    border: 1px solid red;
}

.list-background:hover .weixin-img {
    display: none;
}
.list-background:hover .icon-img {
    display: block;
}

.list-background_a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    box-sizing: border-box;
}

.list-img {
    margin: 0 auto;
    text-align: center;
    width: 120px;
    height: 120px;
    border-radius: 5%;
    overflow: hidden;
}

.list-img img {
    width: 100%;
    height: 120px;
}

.list-background div {
    cursor: pointer;
}

.list-title {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    line-height: 30px;
}

.txt-over {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mt20 {
    margin-top: 20px;
}

.txt-over {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mb20 {
    margin-bottom: 20px;
}

.txt-cen {
    text-align: center;
}

.intro-list img {
    width: 16px;
    float: left;
    position: relative;
    top: 4px;
}

.list-txt {
    font-size: 14px;
    line-height: 25px;
    float: right;
    width: 244px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clearfix {
    clear: both;
}

@media screen and (max-width: 768px) {
    html {
        transform-origin: top left;
        transform: scale(var(--scale-factor));
        width: 100vw;
        height: 100vh;
        overflow-x: hidden;
        box-sizing: border-box;
    }
}