a:focus {
    color: #FF8000;
}

/* 顶端标题 */

.banner-top-remark {
    color: #fff;
}

.bg-navbar-home {
    background-image: linear-gradient(-60deg, #02223a 0, #0084c6 60%, #02223a 100%);
    border-bottom:1px solid #024f79;
}

.bg-navbar-home-blue {
    background-image: linear-gradient(-60deg, #02223a 0, #0084c6 60%, #02223a 100%);
    border-bottom:1px solid #024f79;
}

.bg-banner-top {
    background-image: linear-gradient(-60deg, #0189c5 0, #032e4f 60%, #0189c5 100%);
}

.bg-banner-top-blue {
    background-image: linear-gradient(-60deg, #0189c5 0, #032e4f 60%, #0189c5 100%);
}

.bg-navbar-custom {
    background-image: linear-gradient(-60deg, #02223a 0, #03557e 60%, #02223a 100%) !important;
}

.bg-custom-blue {
    background-image: linear-gradient(-60deg, #02223a 0, #03557e 60%, #02223a 100%) !important;
}
