

.nav1{
    background-color: #024AC2;
}

.nav {
    width: 100%;
    height: 80px;
    background-color: #FFF;
}

.nav-title{
    width: 80%;
    height: 40px;
    /* padding: 0 200px; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.nav-title img{
    cursor: pointer;
}

.nav-list {
    height: 80px;
    width: 80%;
    position: relative;
    /* padding: 0 200px; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.icon-31xiala {
    cursor: pointer;
    display: inline-block;
    transform: translateY(2px);
    color: #5F5F61;
    transform: translate(12px, 1px);
}

.icon-31sousuo {
    font-size: 20px;
    margin-left: 20px;
    display: inline-block;
    padding-top: 5px;
}

.nav-list .icno11 {
    padding: 0;
    margin-right: 110px;
}

.nav-list .icno11 img {
    width: 200px;
    height: 35px;
}

.nav-list div {
    /* height: 50px;
    line-height: 50px; */
    white-space: nowrap;
    padding:0 20px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 600;
    /* color: #fff; */
}


.nav-list .index {
    position: relative;
    width: 80px;
    line-height: 40px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    color: #5F5F61;
    /* border-right: 1px solid #5F5F61; */
}

.index::after{
    content: '';
    display: block;
    width: 1.5px;
    height: 15px;
    position: absolute;
    background-color: #5F5F61;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nav-list .more {
    width: 80px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    color: #5F5F61;
    border: none;
}

.nav-list .shizheng{
    display: none;
    cursor: pointer;
    position: absolute;
    /* display: flex; */
    /* width: 180px; */
    height: 40px;
    line-height: 40px;
    background-color: white;
    color: black;
    flex-wrap: wrap;
    font-size: 12px;
    justify-content: space-around;
    align-items: center;
    right: 71.5%;
    /* top: 44px; */
    white-space: nowrap;
    margin: 0 17.5px;
    box-sizing: border-box;
    text-align: center;
    z-index: 1000;
}

.nav-list .index {
    color: #5F5F61;
}

.nav-list .active {
    color: #0030B9;
}

.citybox .active {
    color: #0030B9;
}

.nav-list .index:hover {
    color: #0030B9;
}


.city:hover+.citybox {
    display: flex;
}

.morebox {
    display: none;
    cursor: pointer;
    position: absolute;
    /* display: flex; */
    /* width: 180px; */
    background-color: white;
    color: black;
    flex-wrap: wrap;
    font-size: 12px;
    justify-content: space-around;
    align-items: center;
    right: -1%;
    top: 60px;
    white-space: nowrap;
    margin: 0 17.5px;
    box-sizing: border-box;
    text-align: center;
    z-index: 1000;
}

.morebox div {
    padding: 10px;
    margin: 0;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
}

.citybox {
    display: none;
    cursor: pointer;
    position: absolute;
    /* display: flex; */
    width: 180px;
    background-color: white;
    color: black;
    flex-wrap: wrap;
    font-size: 12px;
    justify-content: space-around;
    align-items: center;
    right: 37%;
    white-space: nowrap;
    margin: 0 17.5px;
    box-sizing: border-box;
    text-align: center;
    z-index: 100;
}

.citybox:hover {
    display: flex;
}

.citybox div {
    padding: 10px;
    width: 50%;
    margin: 0;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
}

.citybox div:nth-child(2n) {
    text-align: start;
}