.navSTY {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #db353a;
    height: 100px;
    align-items: center;

}

.navbar-header {
    display: flex;
    align-items: center;
}

.navbar-header span {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
}

.navR {

    margin-right: 10px;

}

.navR div {}

.navR {}

.navR a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 8px 20px;

}



.navActive {
    color: #db353a !important;
    background-color: #fff;
    border-radius: 5px;

}


/*去除a标签下划线*/
a {
    text-decoration: none;
}

/*去除未被访问的a标签的下划线*/
a:link {
    text-decoration: none;
}

/*去除已经被访问过的a标签的下划线*/
a:visited {
    text-decoration: none;

}

/*去除鼠标悬停时的a标签的下划线*/
a:hover {
    text-decoration: none;
    color: #fff;
}

/*去除正在点击的a标签的下划线（鼠标按下，尚未松开）*/
a:active {
    text-decoration: none;
}

/*去除获得焦点的a标签的下划线（被鼠标点击过）*/
a:focus {
    text-decoration: none;
}

.footer-new {
    text-align: center;
    background: #fff;
    min-width: 100%;
    clear: both;
}

.footer-new .footer-menu-new {
    width: 100%;
    /* height: 192px; */
    background: url('/assets/img/guanwang/footer-bg.png') no-repeat bottom center;
    border-bottom: 5px solid #e4393c;
}

.layout {
    width: 100%;
    margin: 0 auto;
}

.footer-new .footer-menu-new ul {
    padding-left: 0;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-new .footer-menu-new ul li {

    width: 14.5%;
    height: 132px;
    border: 1px solid #d6d6d6;
    text-align: center;
    padding-top: 18px;

}

.footer-new .footer-menu-new ul li a {
    display: block;
}

.footer-new .footer-menu-new ul li a p {
    color: #000;
    margin-top: 12px;
}



.foot_main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* height: 200px; */
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot_left {
    width: 100%;

    text-align: center;
    padding-top: 30px;
    line-height: 30px;
    padding-bottom: 30px;
}

.foot_left a {
    text-decoration: none;
    color: #313131;
}

.foot_right {
    transform: translateX(-50px);
    float: right;
    text-align: center;

}

.foot_right img {
    width: 150px;
    height: 150px;
    border: 0px;
}

@media (max-width: 767px) {

    .footer-new .footer-menu-new ul li {
        width: 48%;
        margin: 1%;
    }

    .foot_main {
        flex-direction: column;
    }

    .foot_left a {
        font-size: 10px;
    }

    .foot_right {
        transform: translateX(0);
        float: none;
        text-align: center;

    }

    .foot_right img {
        width: 80px;
        height: 80px;
        border: 0px;
    }

    .navbar-header span {
        white-space: nowrap;
        font-size: 12px;
    }

    .navSTY {
        height: 60px;
    }
}