.header1 {
    width: 100%;
    background: #2757a5;
}

.headertop {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerleft {
    padding: 26px 0;
}
.headerJumbleweb {
    font-family:
        Squada One,
        Squada One;
    font-weight: 400;
    font-size: 40px;
    cursor: pointer;
    line-height: 72px;
}
.headerJumbleweb a {
    color: #ffffff;
}
.headermore {
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
    display: flex;
    margin-right: 40px;
    align-items: center;
    cursor: pointer;
    position: relative;

    padding: 6px;
}
.headermore img {
    width: 20px;
    height: 12px;
    margin-left: 12px;
}
.headerrirt {
    display: flex;
    align-items: center;
}

.header1input {
    width: 344px;
    height: 46px;
    background: #292c37;
    border-radius: 12px 12px 12px 12px;
    display: flex;
    align-items: center;
overflow: hidden;
}
.header1input input {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    -webkit-text-fill-color: #fff;
    padding: 12px 28px 12px 60px;
       height: 100%;
        background: #292c37;
}
.header1input img {
    width: 20px;
    height: 20px;
}
/* 箭头 */
.xialakuang {
    position: absolute;
    right: -13%;
    top: 106%;
    width: 222px;
    display: none;
    z-index: 1;

    background: #22447d;
}
.xialakuang ul li {
    font-family: Roboto, Roboto;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.xialakuang ul li a {
    padding: 16px 20px;
    width: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xialakuang ul li a:hover {
border-left: 5px solid rgba(255, 88, 88, 1);
background: #2757A5;
}

.biaotimain {
    justify-content: space-evenly;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #fff;
}
.xialakuang ul li a img {
    width: 9px;
    height: 15px;
}

@media (max-width: 768px) {
    .headerJumbleweb {
        font-size: 32px;
        line-height: 36px;
    }
    .headermore {
        font-size: 20px;
        line-height: 28px;
        margin-right: 30px;
    }
    .header1input {
        width: 210px;
        height: 44px;

        border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        -ms-border-radius: 8px 8px 8px 8px;
        -o-border-radius: 8px 8px 8px 8px;
    }
    .header1input input {
       font-size: 16px;
        line-height: 16px;
        padding: 14px 20px 14px 22px;
        width: 170px;
        height: 100%;
        background: #292c37;
        -webkit-text-fill-color: #999999;
    }

    .headertop {
        width: 95%;
        margin: 0 auto;
    }
}
@media (max-width: 610px) {
    .headerJumbleweb {
        font-size: 16px;
        line-height: 24px;
    }

    .headermore {
        font-size: 13px;
        color: #ffffff;
        line-height: 19px;
        margin-right: 8px;
    }
    .headermore img {
        width: 13px;
        height: 8px;
        margin-left: 4px;
    }
    .header1input {
        width: 103px;
        height: 28px;
        background: #292c37;
        border-radius: 4px 4px 4px 4px;
    }
    .header1input input {
        font-size: 12px;
        color: #999999;
        line-height: 12px;
        padding: 8px 5px 8px 16px;
        width: 80px;
        -webkit-text-fill-color: #999999;
    }
    .header1input img {
        width: 12px;
        height: 12px;
    }
 .header1input a {
        width: 12px;
        height: 12px;
    }
    .headerleft {
        padding: 12px 0;
    }
    /* 箭头 */

    .xialakuang {
        width: 206px;
        right: -37%;
    }
    .xialakuang ul li {
        font-size: 14px;
        line-height: 20px;
    }
}
/* 公共 */
.main_mainfooter {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 32px;
}
.main_mainfooter a {
    width: calc(12% - 5px);
    background: #3f5b58;
    border-radius: 8px 8px 8px 8px;
}
.main_mainfooter a dl {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 4px;
}
.main_mainfooter a dl dt {
    height: 144px;
    width: 100%;
    padding: 4px;
    border-radius: 8px 8px 8px 8px;
}
.main_mainfooter a dl dt img {
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 8px 8px;
}
.main_mainfooter a dl dd {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    padding-left: 5px ;
    padding-right: 5px;
    -webkit-box-orient: vertical;
    text-align: center;
}
@media (max-width: 1600px) {
.headertop{
    width: 95%;
    margin: 0 auto;
}

}

@media (max-width: 1100px) {
    .main_mainfooter a {
        width: calc(19% - 5px);
        background: #3f5b58;
    }
}
@media (max-width: 768px) {
    .main_mainfooter {
        width: 95%;
        margin: 0 auto;
        margin-top: 32px;
    }

    .main_mainfooter a dl dt {
        height: 118px;
        padding: 8px;
    }
}
@media (max-width: 610px) {
    .main_mainfooter {
        gap: 8px;
        margin-top: 10px;
    }
    .main_mainfooter a {
        width: calc(24% - 5px);
        background: #3f5b58;
        border-radius: 4px 4px 4px 4px;
    }
    .main_mainfooter a dl dt,
    .main_mainfooter a dl dt img {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }
    .main_mainfooter a dl dt {
        height: 76px;
        padding: 4px;
    }
    .main_mainfooter a dl dd {
        font-size: 12px;
        line-height: 14px;
        padding-bottom: 1px;
        padding-right: 4px;
    }
       
}
@media (max-width: 344px) {
    .headerJumbleweb {
        font-size: 14px;
      
    }
}
