@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;
	width: 100%;
}
/*
 * Header
 */
.masthead {
	width: 100%;
	min-height: 83px;
	background: #179542;
	display: flex;
	align-items: center;
	
	z-index: 9;
}



.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}
.masthead-brand img {
	width: 169px;
}

.masthead-nav {
	height: 82px;
	display: flex;
	flex-direction: row;
}

.masthead-nav > li {
  
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0px 22px;
}
.masthead-nav > li + li {
  margin: 0px 2.5px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 13px;
  font-family: Microsoft YaHei;
  color: #ffffff; /* IE8 proofing */
  font-weight: 400;
  border-bottom: 2px solid transparent;
  height: 100%;
  display: flex;
  align-items: center;
}
.masthead-nav > li:hover,
.masthead-nav > li:focus,
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus{
  color: #fff;
  background: #028d34;
}
.masthead-nav > .active {
  color: #fff;
  background: #128c3b;
}


.masthead .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

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

.masthead-nav > li a {
	position: relative;
}

.masthead-nav > li .sub-nav a:hover {
	color: #179542;
}

.masthead-nav > li.have-sub:hover > a::after {
	content: "";
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ffffff;
	position: absolute;
	bottom: -3px;
	left: 30%;
	
	-webkit-animation: fadenum 1s ease;
	-moz-animation: fadenum 1s ease;
	animation:fadenum 1s ease;
	z-index: 9;
}

.masthead-nav > li .sub-nav {
	display: none;
	position: absolute;
	left: 0px;
	top: 45px;
	z-index: 9;
	width: 275px;
}


.masthead .masthead-nav-next {
	display: flex;
	flex-direction: column;
	margin-top: 38px;
	background-color: #ffffff;
	
	padding: 10px;
	padding-bottom: 20px;
	box-shadow: 0px 2px 21px 0px rgba(5, 3, 3, 0.04);
}


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


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

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

.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: 62.5%;
	min-width: 1020px;
	margin: 0 auto;
}

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


.banner-menu {
	position: relative;
}

.banner-menu img{
	width: 100%;
	min-height: 127px;
	margin-top: -1px;
}

.banner-menu .menu-content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.banner-menu .menu-content .menu-title {
	display: flex;
	flex-direction: row;
	margin-top: 6px;
}

.banner-menu .menu-content .menu-title .menu-title-main {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #ffffff;
	line-height: 52px;
	margin-bottom: 2px;
}

.banner-menu .menu-content .menu-title .menu-title-sub {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 200;
	color: rgba(255,255,255,0.15);
	line-height: 52px;
	margin-left: 15px;
	letter-spacing: 1px;
	margin-bottom: 2px;
}

.banner-menu .menu-content .menu-list {
	margin-top: -4px;
}

.banner-menu .menu-content .menu-list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0px;
	margin: 0px;
}

.banner-menu .menu-content .menu-list ul li {
	border-radius: 4px;
	margin-right:4px;
	margin-bottom: 9px;
	list-style: none;
}


.banner-menu .menu-content .menu-list ul li.active {
	background: #FFFFFF;
}

.banner-menu .menu-content .menu-list ul li a {
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	transform: scale(0.9);
	display: block;
	padding: 2.6px 4px;
}

.banner-menu .menu-content .menu-list ul li.active a {
	color: #08af41;
	font-size: 13px;
}



.foot {
	background: #f7f7f7;
}

.foot .foot-main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.foot .foot-main ul {
	display: flex;
	flex-direction: row;
	margin: 20px 0px 12px 0px;
}

.foot .foot-main ul li {
	list-style: none;
}

.foot .foot-main ul li a {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	letter-spacing: 0.8px;
	color: #444;
	text-decoration: none;
}

.foot .foot-main ul li a::after {
	content: "|";
	color: #dedede;
	margin: 0px 30px;
}

.foot .foot-main ul li:last-child a::after {
	content: "" !important;
}

.foot .foot-main .foot-line {
	height: 1px;
	background: rgba(63,63,63,0.06);
}

.foot .foot-main .foot-copyright,.foot .foot-main .foot-addr{
	font-size: 12px;
	font-weight: 400;
	color: #6f6f6f;
}

.foot .foot-main .foot-copyright {
	margin-top: 15px;
	margin-bottom: 5px;
	letter-spacing: 0.5px;
}

.foot .foot-main .foot-addr {
	margin-top: 5px;
	margin-bottom: 15px;
	letter-spacing: 0.5px;
}