html,
body {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

li::marker {
  display: none;
}


body {
	background-color: #e0e0e0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
}

@font-face {
	font-family: 'SourceHanSerifCN-SemiBold';
	src: url('../css/SourceHanSerifCN-SemiBold.woff');
}

/* headerStart */
.zzl-header {
	width: 100%;
	background-color: #fbf9f5;
}

.zzl-header-cont {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/logo_right.png');
	background-repeat: no-repeat;
	background-position: right;
}

.zzl-header-cont>a {
	display: flex;
	width: 500px;
	height: 125px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: center;
}

/* headerEnd */

/* menuStart */
#zzlNav {
	background-color: #c02c38;
	max-width: 1920px;
	margin: 0 auto;
}

#zzlNav>.navbar {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	justify-content: space-around;
}

#zzlNav>.bg-danger {
	background-color: #c02c38 !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: 30px;
	padding-right: 30px;
	letter-spacing: 2px;
}

#zzlNav>.navbar>.container-fluid>.navbar-collapse>.navbar-nav>.nav-item>a:hover {
	background-color: rgba(255, 255, 255, .3);
}

/* menuEnd */

/* curPosStart */
.pos {
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 3px 5px #e7e7e7;
	border-bottom: 1px #e7e7e7 solid;
}

.pos>nav {
	width: 1200px;
	margin: 0 auto;
}

.pos>nav>.breadcrumb {
	width: 1200px;
	margin: 0 auto;
	padding: 0 !important;
	color: #c02c38;
	height: 50px !important;
	line-height: 50px !important;
}
.pos>nav>.breadcrumb .active {
	font-size: 16px;
}
.pos>nav>.breadcrumb>li>a {
	color: #c02c38;
	text-decoration: none;
	font-size: 16px;
}
/* curPosEnd */



/* footerStart */
.myFooter {
	height: 150px;
	width: 100%;
	background-color: #bf2e3a;
	display: flex;
	justify-content: center;
}

.myFooter>.footer-cont {
	width: 1200px;
	/* background-color: rgba(255, 255, 255, .5); */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
	padding-top: 20px;

}

.myFooter>.footer-cont>p {
	display: block;
	width: 50%;
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 0px;
	color: #fff;
}

/* footerEnd */