body{
	/* background: #23262E; */
}
header{
	position: fixed;
	top: 0;
	z-index: 1111;
	width: 100%;
	/* height: 120px; */
	background: #fff;
}
.headBox{
	width: 1238px;
	margin: 0 auto;
}
/* 头部左部样式 statr */
.headLeft{
	float: left;
	height: 100px;
}
.headLeft img{
	max-width: 209px;
}
/* 头部左部样式 end */


/* 头部右部样式 statr */
.headRight{
	float: right;
	background: #fff;
	overflow: hidden;
}
.headRightMain{
	float: left;	overflow: hidden;
}
.headRightMain ul li{
	float: left;
	width: 123px;
	height: 100px;
	line-height: 100px;
	text-align: center;
}
.headRightMain ul li a{
	display: block;
    width: 72px;
    line-height: 94px;
    padding-top: 3px;
    border-bottom: 3px solid #fff;
    font-size: 18px;
    color: #333333;
    font-family: SourceHanSansCN-Regular;
    margin: 0 auto;
}
#headAction,
.headRightMain ul li a:hover{
	border-bottom: 3px solid #1C3174;
	color: #1C3174;
}
/* 头部右部样式 end */
@media (max-width: 1238px){
	/* .headRightMain ul li{
		width: 118px;
	} */
	.headBox{
		width: 1200px;
	}
}