html,body {
	padding: 0;
	margin: 0;
}
.header-top {
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
	z-index: 9999;
	font-family: PingFangSC-Semibold, PingFang SC;
	line-height: 70px;
	background: #FFFFFF;
    color: #001643;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
	
}
.header-content {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (min-width: 1290px) {
   .header-content {
		width: 1200px;
   }
}
@media screen and (max-width: 1290px) {
   .header-content {
		width: 1000px;
   }
}
.header-content ul {
	margin: 0;
	display: flex;
	justify-content: space-between;
}
.header-content ul li{
	list-style-type: none;
	color: #001643;
	/* overflow: hidden; */
	position: relative;
}
.header-content ul li:nth-child(6):after{
    content: "";
    background: url("http://qingyaochenxi.cn/static/index/img/more.png")/*tpa=http://mpjt.net/static/index/img/more.png*/ no-repeat;
    background-size: 12px 6px;
    width: 12px;
    height: 6px;
    position: absolute;
    right: -20px;
    top: 34px;	
}
.header-content ul li div{
	padding-top: 16px;
}
.header-content ul li:nth-child(1){
	/* margin-top: 20px; */
}
.header-content ul span{
	cursor: pointer;
	font-size: 16px;
}
.header-content ul .active span{
	font-weight: bold;
	padding-bottom: 10px;
	cursor: pointer;
	color: #5181FF;
	font-size: 16px;
	border-bottom: 2px solid #5181FF;
}
.header-content ul li img{
	width: 142px;
	height: 43px;
}
/* 下拉框 */
.header-select2 {
	position: relative;
}
.header-select2 {
	position: absolute;
	top: 65px;
	min-width: 130px;
	color: #000000;
	padding: 15px 15px 10px 15px !important;
	line-height: 20px;
	background: #FFFFFF;
	display: none;
	border-radius: 4px;
	box-shadow: 6px 1px 6px #888888;
}
.header-select2:before {
	content: "";
	width: 0;
	height: 0;
	top: -10px;
	left: 10px;
	position: absolute;
	z-index: 10;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FFFFFF;
	
} 
.header-select2 p {
	cursor: pointer;
}