.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #28a745;
    outline: none;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}
a {
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #2265b3;
}
.fs-14{
    font-size: 14px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fs-24{
    font-size: 24px;
}
.fs-28{
    font-size: 28px;
}
.fs-30{
    font-size: 30px;
}
.fs-32{
    font-size: 32px;
}
.fs-40{
    font-size: 40px;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.hide{
    display: none;
}
.btn-navy {
    background: #0067b8;
    color: #fff;
}

.btn-navy:hover {
    background: #005da5;
    color: #fff;
}
.text-navy{
    color: #0067b8;
}
.border-b-1 {
    border-bottom: 1px solid rgb(217, 217, 217);
}
.t-kzt::before{
    display: inline-block;
    content: "";
    width: 1px;
    height: 16px;
    opacity: .08;
    background: rgba(0,0,0,.97);
    margin: 0 12px;
    vertical-align: middle;
}

.domain-nav {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.domain-nav .nav-link{
    padding: .5rem 0 .75rem 0;
}
.domain-nav .active{
    border-bottom: 2px solid #28a745 !important;
}
.domain-nav .domain-nav-banner{
    margin-right: 30px;
}
.domain-nav .domain-nav-banner a {
	position: relative;
	display: block;
}
.domain-nav .domain-nav-banner a span {
	position: absolute;
	width: 27px;
	height: 14px;
	background: url(https://ossjm.oss-accelerate.aliyuncs.com/pub/zctg/img/hot.png) no-repeat;
	background-size: contain;
	top: 5px;
	right: -30px;
}
.domain-help .help-nav{
    padding: 1.15rem 0 .25rem 0;
}
.domain-help a{
    /*color: #0067b8;*/
    font-size: .875rem;
}
/*****公共****/
#header .container-fluid{
    max-width: 1260px;
}
#header{
    box-shadow: 0 2px 4px #00000014;
}
/**xiao**/
@media (max-width: 992px) {
    ._text-right{
        text-align: left !important;
    }
    ._mt-3{
        margin-top: .75rem;
    }
}
/**da**/
@media (min-width: 992px) {
    ._text-right{
        text-align: right !important;
    }
    ._mt-3{
        margin-top: 0;
    }
}
.footer .nav-link{
    padding-left:0;
    padding-right: 1.5rem;
}