@font-face{
	font-family: msyhbd;
	src: url("../fonts/msyhbd.ttf")
}
@font-face{
	font-family: msyh;
	src: url("../fonts/msyh.ttf")
}
@font-face{
	font-family: msyhbd;
	src: url("../fonts/msyhbd.ttf")
}
.container-fluid {
	padding: 0px !important;
	position: relative;
}
/*
 * Header
 */
.headerbg{
	height: 107px;
	background: #fff;
	position: sticky;
	top: 0px;
	z-index: 300;
}
.headerbg .head{
	width: 1400px;
	margin: 0 auto;
}
.headerbg .head img{
	width: 300px;
	margin-top: 30px;
}
.headerbg .head .tit{
	height: 107px;
}
.headerbg .head .tit ul{
	margin-top: -110px;
	margin-left: 330px;
}
.headerbg .head .tit li{
	font-size: 16px;
	z-index: 100;
	float: left;
}
.headerbg .head .tit ul li a{
	color: #333;
	text-decoration: none;
	padding: 43px 20px 43px 20px;
}
.headerbg .head .tit ul li a:hover{
	cursor: pointer;
}
.headerbg .head .tit .active,.headerbg .head .tit .active a{
	background-color: #d02a25;
	line-height: 107px; 
	text-align: center;
	margin-top: -43px;
	color: #fff;
}
.headerbg .head .qiehuan{
	margin-top: -120px;
}
.headerbg .head .qiehuan li{
	float: left;
	font-size: 14px;
	padding: 6px 9px;
	margin-left: 40px;
	margin-top: -8px;
}
.headerbg .head .qiehuan li a{
	color: #fff;
}
.headerbg .head .qiehuan li a:hover{
	cursor: pointer;
}
.headerbg .head .qiehuan .active{
	background: #d02a25;
	border-radius: 40px;
}


.masthead {
	width: 100%;
	height: 100px;
	background: #fff;
	display: flex;	
	align-items: center;
	position: absolute;
	z-index: 9;
}
.masthead-brand {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
}
.masthead-brand img {
	width: 300px;
}

.masthead-nav > li {
  display: inline-block;
  position: relative;
  font-color: #333;
}
.masthead-nav > li + li {
  width: 120px;
  text-align: center;
}
.masthead-nav > li > a {
  margin: 0 auto;
  font-size: 16px;
  font-family: msyh;
  color: #333; /* IE8 proofing */
  font-weight: normal;
}
.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;
background: #f28100;
}
.masthead .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.masthead-nav > li:hover .sub-nav {
	display: block;
	-webkit-animation: fadenum 0.2s ease;
	-moz-animation: fadenum 0.2s ease;
	animation:fadenum 0.2s 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%;
	}
}

