.top-bar .cont {
    height: 3rem;
    padding: 0;
}

.top-bar .en-btn {
    left: 1rem;
}

.top-bar .en-btn img {
    height: 1rem;
}

.top-bar .logo-img img {
    height: 1.6rem;
    max-width: 100%;
}

.top-bar .search-box {
    position: absolute;
    right: 1.3rem;
}

.top-bar .search-box input {
    width: 3.5rem;
    max-width: 100%;
    height: 1rem;
    border-radius: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 1rem;
    line-height: 0.3rem;
}

.top-bar .search-box .search-btn {
    right: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
}
.top-nav{
    background: #171d8f;
}
.top-nav a {
    line-height: 2.8rem;
}

.top-nav a.haschild::after {
    right: 1rem;
    top: 0.8rem;
    width: 0.5rem;
    height: 0.5rem;
}

.top-nav a.haschild.active::after {
    transform: rotate(45deg);
    top: 0.35rem;
    transition: 300ms;
}

/* 隐藏导航 */
.hide-nav {
    top: 3rem;
}

.hide-nav-item {
    padding: 0 0.6rem;
}


.haschild::after {
    content: '';
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    right: 1.2rem;
    top: 1rem;
    transform: rotate(-135deg);
    transition: 300ms;
}
.hide-nav-item.active::after {
    top: 1rem;
}
.close-item::after {
    content: '';
    display: none;
}

.close-item .close-btn {
    width: 1.3rem;
    height: 1.4rem;
    right: .8rem;
}

.close-item .close-btn span {
    height: 0.9rem;
}
.hide-nav-item>a{
    display: block;
}
.hide-nav-item.haschild>a{
    width: 80%;
}
/*尾部菜单*/
.new-footer{
    padding: 20px 0;
}
.new-footer .cont{
    padding: 0 15px;
}
.new-footer .icons{
    margin-bottom: 20px;
}
.new-footer .footer-logo img{
    height: 30px;
}
.new-footer .footer-icons a {
    width: 22px;
    height: 22px;
    margin-left: 5px;
    position: relative;
}
.new-footer .footer-nav{
    margin-bottom: 25px;
}
.new-footer .footer-nav a{
    line-height: 25px;
}
.new-footer .footer-nav a img {
    margin-right: 5px;
    width: 10px;
}
.new-footer .fp{
    margin-bottom: 25px;
}
.new-footer .fp2{
    margin: 0;
    line-height: 40px;
}
.new-footer .fp3 img{
    top: 3px;
}
.new-footer .footer-icons .wx-code{
    width: 70px;
    position: absolute;
    top: -80px;
    left: -30px;
}