/** --------------------------------------------公共------------------------------------------------------*/
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "SourceHanSansCN-Light";
	min-width: 1200px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.comm-width {
	width: 1200px;
	margin: auto
}

.font-center {
	text-align: center;
}

a {
	color: #666
}

*:focus {
	outline: none;
}

@font-face {
	font-family: "SourceHanSansCN-Light";
	src: url("../../../font/SourceHanSansCN-Light.otf") format("truetype"),
		url("../../../font/SourceHanSansCN-Light.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "SourceHanSansCN-Medium";
	src: url("../../../font/SourceHanSansCN-Medium.otf") format("truetype"),
		url("../../../font/SourceHanSansCN-Medium.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "SourceHanSansCN-Regular";
	src: url("../../../font/SourceHanSansCN-Regular.otf") format("truetype"),
		url("../../../font/SourceHanSansCN-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "SourceHanSansCN-Normal";
	src: url("../../../font/SourceHanSansCN-Normal.otf") format("truetype"),
		url("../../../font/SourceHanSansCN-Normal.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

/** --------------------------------------------头部------------------------------------------------------*/
.headerwrap {
	width: 100%;
	height: 100px;
	position: relative;
}

.header {
	height: 100px;
	font-family: "SourceHanSansCN-Normal";
	/*background:#999999;*/
}

.header-left {
	height: 100px;
	line-height: 100px;
	width: 378px;
	float: left;
	background-image: url(../../../Img/webSetIndex/index/logo.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:1650px) {
	.header-right {
		float: left;
		margin-left: 130px;
	}
}

.languageWrap {
	/* position: absolute;
	right: 15px; */
	/* float:right; */
	display: inline-block;
}

.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: 19px;
}

.header ul li a {
	color: #2e3439;
	text-align: right;
	padding-bottom: 3px;
}

/* .header ul li a span {
	display: inline-block;
	width: 48%;
	border-bottom: 2px solid #fff;
	float: right;
	margin-top: -35px;
	margin-right: 2px;
} */

.header ul li.cur>a {
	color: #045faf !important;
	border-bottom: 2px solid #045faf;
	padding-bottom: 6px;
}

/* .header ul li.cur>a>span {
	border-color: #045faf;
} */


.login-register{
	width:120px;
	height:26px;
	line-height:26px;
	text-align: center;
	border-radius:5px;
	display: inline-block;
	background-color: #D92316;
	color:#fff;
	margin-right: 20px;
}

.login-register a{
	color:#fff;
	font-size: 15px;
}

.login-register a:first-child{
	padding-right: 6px;
}
.login-register a:last-child{
	padding-left: 6px;
}


.language .cn-zh_CN {
	color: #045faf;
	font-weight: bold;
}

/*------------------------ 超出部分显示省略号------------------------------*/
.show-apost {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}