header,.header {
	width: 100%;
}

.topbar {
	font-family: "SourceSansPro-Regular", "微软雅黑";
	background-color: #b1040e;
	line-height: 4em;
	padding: 1.5em 0;
	/* height: 9em; */
	width: 100%;
	position: fixed;
	top: 0em;
	z-index: 101;
	text-align: right;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: url(../images/head-bg.png) center repeat-x;
	background-size: auto 99%;
	background: linear-gradient(180deg, black, transparent);
    opacity: 0.8;

}

.them-grey {
	background-color: #f4f4f4;
}

.s-topbar {
	display: none;
	/* line-height: 9em; */
	height: 6em;
	width: 100%;
	position: fixed;
	top: 0em;
	z-index: 101;
	background: url(../images/head-bg.png) center repeat-x;
	background-size: auto 99%
		/* background-color: #b1040e; */
}

.s-topbar .zpMenu {
	display: none;
}
.s-topbar .zpMenu .none{
	display: none;
}

.topbar .logo {
	float: left;
	width: 50%;
	text-align: left;
	text-indent: -2em;
}

.topbar .logo img {
	width: 32em;
	padding: 0em 0 1em;
	margin-top: -15px;
}

.topbar .nav {
	width: 50%;
	float: right;
}

.topbar .nav li {
	padding: 0.6em;
	float: left;
	position: relative;
}

.topbar .nav li a {
	font-size: 1.5em;
	color: #fff;
	font-weight: bold;
}

.topbar .nav li:after {
	display: block;
	content: '';
	width: 0;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	transition: all 0.3s;
}

.topbar .nav li:hover:after {
	display: block;
	content: '';
	width: 80%;
	height: 4px;
	background-color: #fff;
	transition: all 0.3s;
}

.img_bg {
	position: fixed;
	min-width: calc(100% + 1px);
	min-height: calc(100% + 1px);
	width: auto;
	height: auto;
}

@supports ((-webkit-transform:translate3d(0, 0, 0)) or (transform:translate3d(0, 0, 0))) {
	.img_bg {
		width: auto;
		top: 50%;
		left: 50%;
		-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
		transform: translate3d(-50%, -50%, 0) scale(1);
	}
}

.sTopbarStyle {
	height: 3rem;
	padding-bottom: 3em;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background: rgb(0 45 114);
	/* border-bottom: 6px solid #fff; */
}
.sTopbarStyle1 {
	height: 2rem;
	padding-bottom: 3em;
	background: #b1040e;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* border-bottom: 6px solid #fff; */
}

.bottom-nav {
	overflow: hidden;
	clear: both;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	justify-content: center;
}

.bottom-nav div {
	flex: auto;
	text-align: center;
}

.bottom-nav p {
	color: #b1040e;
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 2;
	font-family: "SourceSansPro-Regular", "微软雅黑";
}

.bottom-nav p a {
	color: #b1040e;
}

.bottom-nav ol {}

.bottom-nav ol li {}

.bottom-nav ol li:hover a {
	color: #b1040e;
}

.bottom-nav ol li a {
	color: #000;
	font-size: 1rem;
	line-height: 2;
	font-family: "SourceSansPro-Regular", "微软雅黑";
}

.bottom-info {
	background-color: #080018;
	color: #fff;
	font-family: "SourceSansPro-Regular", "微软雅黑";
}

.bottom-info .beian {
	text-align: center;
	background-color: #002d72;

}

.bottom-info .beian a {
	color: inherit;
}

.bottom-info .beian p {
	font-size: 1rem;
	line-height: 3;
	font-family: "SourceSansPro-Regular", "微软雅黑";
}

.bottom-info .code {
	width: 100vw;
    max-width: 1920px;
	margin: 0px auto;
	overflow: hidden;
	background: url(../images/footbackground.png) no-repeat center;
}

.bottom-info .code dl {
	width: 10%;
	text-align: center;
	margin: 0 10px;
}

.bottom-info .code dl.d1 {
	width: 30%;
	height: 153px;
	line-height: 28px;
	float: left;
	text-align: left;
	padding-left: 5%;
	padding-top: 3%;
	/* margin: 72px 0 44px 240px; */
}

.bottom-info .code dl.d1 dt {
	font-size: 18px;
}

.bottom-info .code dl.d2 dd {
	width:80% !important;
}

.bottom-info .code dl.d2 {
	float: right;
	padding-right: 1%;
	margin-top: 2%;
}

.bottom-info .code dl.d3 {
	float: left;
	width: 27%;
	/* margin-left: 205px; */
}
.bottom-info .code dt {
	font-size: 1rem;
	font-family: "SourceSansPro-Regular", "微软雅黑";
}

.bottom-info .contact {
	text-align: center;
	font-size: 1rem;
	font-family: "SourceSansPro-Regular", "微软雅黑";
	padding-bottom: 2rem;
}
	