html,
body {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	color: #475568;
}

body {
	background-color: #fff;
	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');
}

/* 顶部开始 */
.zzlHeader {
	max-width: 1920px;
	min-width: 1400px;
	width: 100%;
	margin: 0 auto;
	background-color: #fbf9f5;
	background-image: url('../images/top_bg.png');
	background-position: center 0;
}

.zzlHeader>.cont {
	width: 1400px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.zzlHeader>.cont>a {
	display: block;
	width: 750px;
	height: 120px;
	background-image: url('../images/top_logo_ls.png');
	background-repeat: no-repeat;
	background-position: 20px;
}
/* 顶部结束 */

/* menuStart */
#zzlNav {
	background-color: #165fb1;
	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: #165fb1 !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: 20px;
	padding-right: 20px;
	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: 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: #165fb1;
	height: 50px;
	line-height: 50px;
}

.pos>nav>.breadcrumb>li>a {
	color: #165fb1;
	text-decoration: none;
}

/* curPosEnd */



/* 底部样式 */
.bottom {
	height: 150px;
	background-color: #0B62AC;
	max-width: 1920px;
	margin: 0 auto;
}

.bottom>.bottomCont {
	/* background-color: rgba(255, 255, 255, .1); */
	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;
}

.bottom>.bottomCont>.bottomLeft {
	/* background-color: rgba(255, 255, 255, .2); */
	display: inline-block;
	width: 160px;
	height: 146px;
	background-image: url('../images/logo_bottom.png');
	background-position: center center;
}

.bottom>.bottomCont>.bottomMiddle {
	/* background-color: rgba(255, 255, 255, .2); */
	width: 750px;
	line-height: 1.5em;
	padding: 10px;
}

.bottom>.bottomCont>.bottomRight {
	/* background-color: rgba(255, 255, 255, .2); */
	width: 250px;
	display: flex;
	justify-content: space-around;
}



/*美化滚动条*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  width: 6px;
  background: rgba(#101F1C, 0.1);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(144,147,153,.5);
  background-clip: padding-box;
  min-height: 28px;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  transition: background-color .3s;
  cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(144,147,153,.3);
}
