/*公共头部*/
body{
	min-width: 1200px;
}
.headerwrap{
	width: 100%;
	min-width : 1200px;
	height: 100px;
	position: relative;
}
.header{
	width: 1200px;
	height:100px;
	margin: 0 auto;
}
.header-left{
	height:100px;
	width:378px;
	float:left;
	background:url(../../../Img/webSetIndex/index/logo.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:20px;
	padding: 0 23px;
}
.header-right ul li a{
	/* color: #2e3439;
	text-align: right;
	font-family: "Normal";
	padding-bottom: 3px; */
	color: #2e3439;
	font-family: "Medium";
}

.header ul li.cur>a {
	color: #045faf !important;
	border-bottom: 2px solid #045faf;
	padding-bottom: 6px;
}

.languageWrap{
	display: inline-block;
}
.language{
	line-height: 100px;
	font-size: 13px;
	color: #ABACAC;
}
.language>span{
	margin: 0 10px;
}
@media only screen and (min-width: 1024px) and (max-width:1700px) {
.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;
}
}

.login-register{
	width:150px;
	height:26px;
	line-height:26px;
	text-align: center;
	border-radius:5px;
	display: inline-block;
	background-color: #D92316;
	color:#fff;
}

.login-register a{
	color:#fff;
	font-size: 14px;
	font-family: "Medium";
}

.login-register a:first-child{
	padding-right: 6px;
}
.login-register a:last-child{
	padding-left: 6px;
}


.language .US-en_US{
	color: #045faf;
	font-weight: bold;
}

/*------------------------ 超出部分显示省略号------------------------------*/
.show-apost {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}