.nav-bg {
    background-color: #0060ac;
    background-image: url(../image/nav_bg.png);
    background-size: auto; /* 背景图平铺不缩放 */
    background-repeat: repeat; /* 设置背景图平铺 */
}

.nav-bg-header {
    background-color: rgba(255, 255, 255, 0);
}

.nav-link-small {
    padding: 2px;
    font-size: 16px;
    color: #c2c9e1;
}

.nav-link-small:hover {
    color: #d2d9ee;
}

.nav-bg-header {
    background-color: rgba(255, 255, 255, 0);
}

.nav-link-bold {
    position: relative;
    transition: all 0.3s;
    padding: 15px 0 3px 46px;
    font-weight: bold;
    display: block; /* 确保元素是块级元素，以便正确计算宽度 */
}

.nav-link-bold:hover::after {
    content: '';
    position: absolute;
    left: 69%;
    transform: translateX(-50%);
    width: 30%; /* 三分之二的长度 */
    height: 1px; /* 边框的粗细 */
    background-color: #fdfdfd; /* 边框的颜色 */
    bottom: 0; /* 边框的位置 */
}

.nav-text1 {
    color: white;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 20px;
}

.nav-text1:hover {
    color: #d2d9ee;
}

#search-input {
    background-image: url(../image/search.png);
    background-repeat: no-repeat;
    background-position: 270px center;
    background-size: 20px;
    padding: 1rem;
    margin-left: 1rem;
    border: none;
    width: 300px;
    height: 30px;
    background-color: #7e8fc2;
    border-radius: 15px;
}

.container {
    max-width: 1300px;
}

.mobile-navbar {
    background-color: #0060ad;
}

.navbar-nav {
    /*padding: 1.5rem;*/
}

.nav-link-mobile {
    color: #fff;
    font-size: 18px;
    margin-right: 20px;
    text-align: center;
}

/*底部样式*/
footer {
    background-color: #0060ac;
    padding: 20px 0;
}

.part7-footer {
    /*background-image: url(../image/foot-bj.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*padding: 50px 0 0 0;*/
}

.footer-span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

footer p {
    color: #fff;
    font-size: 14px;
}

.nav-link-footer {
    color: #fff;
    font-size: 16px;
    /&margin-right: 20px;*/
}

.nav-link-footer:hover {
    color: #c2c9e1;
}

.footer-a {
    color: #fff;
    font-size: 16px;
    font-family: "Microsoft YaHei", sans-serif;
    text-decoration: none;
}

.footer-a:hover {
    color: #c2c9e1;
}

.mobile-part7-footer {
    background-image: url(../image/mindadamen_bg.png);
    background-color: #0060ad;
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: center center;
    padding: 10px;
}

/*使汉堡按钮变成白色*/
.navbar-toggler-white {
    filter: invert(1) brightness(200%);
}
.wid95_sj{
	width: 95%;;
	margin: 0px auto;
}
.container {
    /*max-width: 1600px;*/
padding: 0px;

}
.wid95_sj .input-group{
	width: 100%;
	display:flex;
	align-items:center;
	border: 1px solid #0060ad;
	border-radius: 5px;
	overflow: hidden;
}
button:focus {
    outline: 1px solid transparent; /* 使用透明边框来模拟无边框 */
	box-shadow: 0px 0px 0px #0d6efd;
}
button.znavbar-toggler{
	border: none;
	outline: none;
}
button:focus:not(:focus-visible) {
outline: none;
}
button.znavbar-toggler.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0px 0px 0px #0d6efd;
}
.wid95_sj .searchMButton{right:10px}
.mobile-search-input {
	border: none;
		outline: none;
}
button.searchMButton{
	background: transparent;
		border: none;
		outline: none;
        z-index:9999;
}
.z-navbar-nav{
	margin-top: 30px;
}
.navbar .container {
	display: flex;
	justify-content: space-between;align-items: flex-start;
	justify-items: flex-start;
	
	
}
.navbar .container a{
	margin-right: 0px;margin-top: 6px;
}