@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%;
	height: 80px;
	background: rgba(22,23,24, 0.8);
	display: flex;	
	align-items: center;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9;
}
.masthead-brand {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
}
.masthead-brand img {
	width: 380px;
}

.masthead-nav > li {
  display: inline-block;
  position: relative;
}
.masthead-nav > li + li {
  margin-left: 56px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 15px;
  font-family: Source Han Sans CN;
  color: #ffffff; /* IE8 proofing */
  font-weight: normal;
  border-bottom: 4px 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,.1);
  padding-bottom: 26px;
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #1573fe;
	padding-bottom: 26px;
}
.masthead .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.masthead-nav > li:hover .sub-nav {
	display: block;
	-webkit-animation: fadenum 0.4s ease;
	-moz-animation: fadenum 0.4s ease;
	animation:fadenum 0.4s 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: 1200px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}

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

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



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

