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