@font-face {
	font-family: 'SourceHanSansCNLigh';
	src: url(../fonts/SourceHanSansCN-Light.otf),
		 url(../fonts/SourceHanSansCN-Light.otf) format('embedded-opentype');
}
/*@font-face {*/
/*	font-family: 'SourceHanSansCNBold';*/
/*	src: url(../fonts/SourceHanSansCN-Bold.otf),*/
/*		 url(../fonts/SourceHanSansCN-Bold.otf) format('embedded-opentype');*/
/*}*/
/*@font-face {*/
/*	font-family: 'SourceHanSansCNRegular';font-family: 'SourceHanSansCNRegular';*/
/*	src: url(../fonts/SourceHanSansCN-Regular.otf),*/
/*		 url(../fonts/SourceHanSansCN-Regular.otf) format('embedded-opentype');*/
/*}*/
html {
    -webkit-user-select: none;
	/*webkit浏览器*/
	-moz-user-select: none;
	/*火狐*/
	-ms-user-select: none;
	/*IE10*/
	user-select: none;
	box-sizing: border-box;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

*,
::after,
::before {
	box-sizing: inherit
}

@-ms-viewport {
	width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	/* font-family: Microsoft YaHei; */
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
    font-size: 0.16rem;
	color: #000000;
	background-color: #fff
}
a {
	text-decoration: none;
}

a:active {
	color: #000000;
}

a:hover {
	color: #000000;
}

.container {
	max-width: calc(100% - 7.20rem);
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.content {
	margin: 0 1.12rem;
}

/*菜单*/
.affix {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 0.8rem;
	background-color: #000000;
}

.navbar .navbar-brand img {
	width: 1.11rem;
}

.navbar-expand-lg {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: nowrap;
	height: 100%;
	padding-left: 0.36rem;
	padding-right: 0.36rem;
}

/* 菜单内容 */
.navbar-expand-lg .navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-align: center;
	align-items: center;
	display: flex !important;
}

.navbar-nav {
	float: right;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0;
	margin: 0;
	margin-left: auto;
	font-family: "SourceHanSansCNLigh";
}

.navbar-nav>li {
	height: 1.04rem;
	line-height: 1.04rem;
	border-bottom: 0.03rem solid rgba(0, 0, 0, 0);
	transition: all .5s ease-in-out;
}

.navbar-nav>li:hover,
.navbar-nav>li:active {
	/* border-bottom: 0.02rem solid #2196f3; */
	/* background: #f0f0f0; */
	/* color: #004a7c; */
}

.navbar-nav a {
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	letter-spacing: 0.01rem;
	margin: 0 0.1rem;
	text-decoration: none;
}

.navbar-nav .nav-item {
	padding: 0 0 0 0.35rem;
	font-size: 0.16rem;
}

.navbar-nav .active {
	/* background-color: #f5f5f5; */
	/* color: #004a7c; */
}

.navbar-nav .active a {
	/* background-color: #f5f5f5; */
	/* color: #004a7c; */
	text-shadow: -1px -2px 10px white, 0 0 20px white, 0 0 20px white, 0 0 40px white;
}



/* footer */
.footer-bottom {
	background-color: #1b1b1b;
	height: 3.18rem;
	font-family: 'SourceHanSansCNBold';
}

.footer-bottom .container {
	display: flex;
	font-size: 0.16rem;
	color: #ffffff;
	letter-spacing: 0.03rem;
	padding-top: 0.9rem;
	line-height: 0.35rem;
	padding-left: 0.36rem;
	padding-right: 0.36rem;
	/* padding-left: 1.5rem; */
	/* padding-right: 1.5rem; */
}

.footer-left {
	flex: 1;
}

.footer-right {
	flex: 1;
	text-align: right;
}

.footer-left>.top-menubar {
	font-weight: bold;
	font-size: 0.22rem;
}

.footer-right>.top-menubar {
	font-weight: bold;
	font-size: 0.22rem;
}

@media screen and (max-width: 768px) and (min-width: 0\0) {
    .navbar{
        height: unset;
    }
    .navbar-nav .nav-item {
        font-size: .5rem;
    }
    .footer-bottom .container {
        font-size: 0.12rem;
	    transform: scale(0.83333);
	    max-width: unset;
    }
}


@media all and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {
    .navbar{
        height: unset;
    }
    .navbar-nav .nav-item {
        font-size: .5rem;
    }
    .footer-bottom .container {
        font-size: 0.3rem;
	    max-width: unset;
    }
}