/* ==================== 全局重置 ==================== */
html,
body {
	height: 100%;
}

html {
	overflow-y: scroll;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #475568;
}

body {
	background-color: #e0e0e0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	max-width: 1920px;
	min-width: 1400px;
	margin: 0 auto;
}

/* 思源宋体 */
@font-face {
	font-family: 'SourceHanSerifCN-SemiBold';
	src: url('../css/SourceHanSerifCN-SemiBold.woff');
}

/* ==================== 顶部 Header ==================== */
.zzlHeader {
	width: 100%;
	background-color: #fbf9f5;
	background-image: url('../images/gzubk.png');
	background-position: center center;
	background-repeat: repeat-x;
	min-width: 1400px;
}

.zzlHeader > .cont {
	width: 1400px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Logo 区域 */
.zzlHeader > .cont > a {
	display: block;
	width: 730px;
	height: 120px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: 30px 0;
}

/* 顶部搜索框 */
.topSearch {
	width: 200px;
	margin-right: 30px;
}

.topSearch .form-control:focus {
	border-color: #ced4da;
	box-shadow: none;
}

.topSearch .input-group-text {
	cursor: pointer;
}

/* ==================== 主导航菜单 ==================== */
#zzlNav {
	background-color: #970000;
	max-width: 1920px;
	margin: 0 auto;
}

#zzlNav > .navbar {
	width: 1400px;
	min-width: 1400px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	justify-content: space-around;
}

#zzlNav > .bg-danger {
	background-color: #970000 !important;
}

#zzlNav > .navbar > .container-fluid > .navbar-toggler:focus {
	box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 0px 1px;
}

#zzlNav > .navbar > .container-fluid > .navbar-collapse {
	justify-content: center;
}

#zzlNav > .navbar > .container-fluid > .navbar-collapse > .navbar-nav > .nav-item > a {
	height: 55px;
	line-height: 38px;
	color: #fff;
	font-size: 20px;
	padding-left: 22px;
	padding-right: 22px;
	letter-spacing: 1px;
}

#zzlNav > .navbar > .container-fluid > .navbar-collapse > .navbar-nav > .nav-item > a:hover {
	background-color: rgba(255, 255, 255, .3);
}

/* 去除导航焦点 outline */
.nav-item:focus,
.nav-item:focus-visible,
.nav-item > a:focus,
.nav-item > a:focus-visible {
	outline-width: 0px !important;
	box-shadow: none !important;
}

/* 下拉菜单 */
.dropdown-menu .dropdown-item {
	font-size: 18px;
}

/* ==================== 面包屑导航 ==================== */
.pos {
	max-width: 1920px;
	min-width: 1400px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 3px 5px #e7e7e7;
	border-bottom: 1px #e7e7e7 solid;
}

.pos > nav {
	width: 1400px;
	margin: 0 auto;
}

.pos > nav > .breadcrumb {
	width: 1400px;
	margin: 0 auto;
	color: #970000;
	height: 50px;
	line-height: 50px;
}

.pos > nav > .breadcrumb > li > a {
	color: #970000;
	text-decoration: none;
}

/* ==================== 底部 Footer ==================== */
.bottom {
	height: 150px;
	background-color: #970000;
	min-width: 1400px;
}

.bottom > .bottomCont {
	width: 1400px;
	height: 150px;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	line-height: 1.8em;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 10px;
}

/* 底部 Logo */
.bottom > .bottomCont > .bottomLeft {
	display: inline-block;
	width: 160px;
	height: 146px;
	background-image: url('../images/logo_bottom.png');
	background-position: center center;
}

/* 底部联系信息 */
.bottom > .bottomCont > .bottomMiddle {
	width: 750px;
	line-height: 1.5em;
	padding: 10px;
}

/* 底部二维码 */
.bottom > .bottomCont > .bottomRight {
	width: auto;
	min-width: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bottom > .bottomCont > .bottomRight .qr-item {
	text-align: center;
}

.bottom > .bottomCont > .bottomRight .qr-item img {
	width: 90px;
	height: 90px;
	display: block;
	margin: 0 auto;
	background-color: #fff;
	padding: 3px;
	border-radius: 4px;
}

.bottom > .bottomCont > .bottomRight .qr-item span {
	display: block;
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
}
