@font-face{
	font-family: New-Source-HanSansCN;
	src: url("../fonts/SourceHanSansCN-Heavy.otf")
}
@font-face{
	font-family: New-Source-HanSansCN-Normal;
	src: url("../fonts/SourceHanSansCN-Normal.ttf")
}
@font-face{
	font-family: New-Source-HanSansCN-Bold;
	src: url("../fonts/SourceHanSansCN-Bold.otf")
}
.container-fluid {
	padding: 0px !important;
	position: relative;
}
/*
 * Header
 */
.masthead {
	width: 100%;
	min-height: 90px;
	background: rgba(104,176,196, 0.75);
	display: flex;
	align-items: center;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9;
}
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}
.masthead-brand img {
	width: 160px;
}

.masthead-nav > li {
  display: inline-block;
  position: relative;
}
.masthead-nav > li + li {
  margin-left: 26px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 13px;
  font-family: Source Han Sans CN;
  color: #ffffff; /* IE8 proofing */
  font-weight: 400;
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}
.masthead .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.masthead-nav > li:hover .sub-nav {
	display: block;
	-webkit-animation: fadenum 0.5s ease;
	-moz-animation: fadenum 0.5s ease;
	animation:fadenum 0.5s ease;
}

.masthead-nav > li .sub-nav {
	display: none;
	position: absolute;
	left: 0px;
	top: 40px;
}


.masthead .masthead-nav-next {
	display: flex;
	flex-direction: column;
	margin-top: 42px;
	background-color: #ffffff;
	width: 410px;
	padding: 10px;
	padding-bottom: 20px;
	position: relative;
}


@keyframes fadenum{
    0%{opacity: 0;}
    100%{opacity: 1;}
}

.masthead .masthead-nav-next::before {
	content: "";
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ffffff;
	position: absolute;
	top: -6px;
	left: 5%;
}

.masthead .masthead-nav-next  ul  {
	display: flex;
	flex-direction: row;
	margin-top: 12px;
	padding: 0px;
	padding-left: 13px;
}

.masthead .masthead-nav-next  ul li {
	list-style: none;
	padding: 0px 14px;
	font-size: 13px;
	position: relative;
}

.masthead .masthead-nav-next  ul li::after {
	content: "";
	width: 1px;
	height: 10px;
	background-color: #D2D2D2;
	opacity: 0.8;
	position: absolute;
	right: 0px;
	top: 4px;
}




.masthead .masthead-nav-next  ul li:first-child {
	padding-left: 0px !important;
}

.masthead .masthead-nav-next  ul li:last-child {
	padding-right: 0px !important;
}

.masthead .masthead-nav-next  ul li a{
	text-decoration: none;
	color: #333333;
}
@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}

.max-width {
	width: 1120px;
	min-width: 1120px;
	margin: 0 auto;
}

html,body {
	min-width: 1044px;
}


.foot  {
	position: relative;
}

.foot > img{
	width: 100%;
}

.foot .foot-main {
	position: absolute;
	top: 16%;
	left: 0px;
	width: 105%;
	
}

.foot .foot-main > .max-width {
	display: flex;
	flex-direction: row;
}

.foot .foot-main .foot-left .menu-list ul{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin: 0px;
	padding: 0px;
}

.foot .foot-main .foot-left .menu-list ul li {
	list-style: none;
	padding-right: 15px;
}

.foot .foot-main .foot-left .menu-list ul li::after {
	content: "/";
	padding-left: 15px;
	color: #ffffff;
	font-size: 14px;
}

.foot .foot-main .foot-left .menu-list ul li:last-child::after {
	content: "";
	
}

.foot .foot-main .foot-left .menu-list ul li a {
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	letter-spacing: 0.2px;
}

.foot .foot-main .foot-left .company-info {
	font-size: 1rem;
	font-family: PingFang SC;
	font-weight: 350;
	color: #FFFFFF;
	margin-top: 2%;
}
.foot .foot-main .foot-left .code {
	font-size: 1rem;
	font-family: PingFang SC;
	font-weight:350;
	color: #FFFFFF;
	margin-top: 6px;
	display: flex;
	align-items: center;
	letter-spacing: 0.4px;
}

.foot .foot-main .foot-left .code img {
	margin: 0px 2px;
}

.foot .foot-main .foot-line {
	width: 1px;
	height: 130px;
	background-color: #ffffff;
	margin: 0px 7%;
	opacity: 0.5;
	margin-top: 5px;
}

.foot .foot-main .foot-right {
	padding-left: 1%;
	
}

.foot .foot-main .foot-right .title {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 8px;
}

.foot .foot-main .foot-right .qr {
	text-align: center;
}

.foot .foot-main .foot-right img {
	width: 100%;
}

.foot .foot-main .foot-right .desc {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 350;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	
}


@media screen and (max-width: 1000px) {
	.foot .foot-main .foot-right img {
		width: 50%;
	}
}

