/** --------------------------------------------头部------------------------------------------------------*/
.comm-width {
	width: 1200px;
	margin: auto
}

.headerwrap {
	width: 100%;
	height: 100px;
	position: relative;
}

.header {
	height: 100px;
	/*background:#999999;*/
}

.header-left {
	height: 100px;
	line-height: 100px;
	width: 378px;
	float: left;
	background-image: url(../../../../Img/webIndex/cdirsIndex/home/logo-color.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.header-right {
	float: right;
	background: #FFFFFF;
	line-height: 100px;
	box-sizing: border-box;
}

@media only screen and (min-width: 1024px) and (max-width:1360px) {
	.header-right{
		float: left;
		margin-left: 150px;
	}
}

.languageWrap {
	position: absolute;
	right: 15px;
}

.language {
	line-height: 100px;
	font-size: 13px;
	color: #ABACAC;
}

.language>span {
	margin-left: 10px;
	margin-right: 10px;
}

.header-right ul {
	display: block;
}

.header ul li {
	float: left;
	width: 120px;
	text-align: center;
	font-size: 18px;
}

.header ul li a {
	color: #2e3439;
}

.header ul li.cur>a {
	color: #045faf !important;
	border-bottom: 2px solid #045faf;
	padding-bottom: 6px;
}


.language .cn-zh_CN{
	color: #045faf;
	font-weight: bold;
}


/*------------------------ 超出部分显示省略号------------------------------*/
.show-apost{
	overflow:hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}

