*{margin: 0;padding: 0;}
a{
	text-decoration: none;
}
ul li{
	list-style: none;
}
.headerBox{
	width: 100%;
	height:182px;
	background-color: #fff;
}
.headBox{
	width: 1200px;
	height: 134px;
	display: flex;
	align-items: center;
	margin: 0 auto;
}
.headBox .headLeft,.headBox .headLeft img{
	width: 156px;
	height: 65px;
}
.headBox .headRight{
	width: 770px;
	height: 78px;
	margin-left:117px;
}
.headBox .headRight .tabs{
	height: 33px;
	line-height: 33px;
	display: flex;
}
.headBox .headRight .tabs li{
	width: 60px;
	height: 33px;
	line-height: 33px;
	font-size: 12px;
	color: #333;
	text-align: center;
	border-radius: 4px 4px 0px 0px;
	cursor: pointer;
}
/* .headBox .headRight .tabs li:nth-child(1){
	color: #fff;
	background-color:#2577E3;
} */
.headBox .headRight .tabs .on{
	color: #fff;
	background-color:#2577E3;
}
.headBox .headRight .forms{
	width: 630px;
	height: 48px;
	outline: none;
	display: flex;
}
.headBox .headRight .forms input[type=text]{
	width: 652px;
	height: 45px;
	outline: none;
	border: 2px solid #2577E3;
	text-indent: 10px;
	border-radius: 4px 0px 0px 4px;
}
.headBox .headRight .forms span{
	width: 120px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	outline: none;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	background-color: #2577E3;
	border-radius: 0px 4px 4px 0px;
}
.headBotBox{
	width: 1200px;
	height: 48px;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
}
.headBotBox a{
	color: #333333;
	font-weight: bold;
}
.headBotLeft.none{ display: none; }
.headBotLeft span{
	display:block;
	width: 237px;
	height: 41px;
	color: #fff;
	font-size: 16px;
	line-height: 41px;
	background: #2577E3;
	border-radius: 4px 4px 0px 0px;
	text-align: center;margin-right: 36px;
}
.headBotRight{
	width: 686px;
	height: 41px;
	line-height: 41px;
}
.headBotRight ul{
	display: flex;
	justify-content: space-between;
}
.headBotRight a.on{
    color: #2577e3;
}

#search_div li a{ font-size: 15px;}
#search_div li{ 
    list-style: none;
    height: 30px;
    line-height: 20px;
}
#search_div{ border: 2px solid #2577e3;display: none;
    background: #fff;
    z-index: 9999;    width: 508px;
    position: relative;
    padding: 10px; }




.QR {
    font-size: 12px;
    color: #999;
    display: flex;
}

.QR div img{     width: 80px;
    border: 1px solid #eee; }
.QR div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;     margin: 25px 0 0 10px;
}