hede-topbody {
	background: #ffffff;
	color: #333333;
	font: 12px/150% "Lantinghei SC", "Open Sans", Monaco, Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun;
}

.main {
	max-width: 1920px;
    margin: 10px auto 0;
}
.mainns {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	max-width: 1920px;
    color: #FFFFFF;
	z-index: 99;
    margin: 0 30px;
}
.mainns:hover{
	color: #333333;
}

.conent {
	width: 1200px;
	margin: 0 auto;
}

.main_center {
	max-width: 1920px;
	margin: 0 auto;
}
.ctlogo{
	display: flex;
	margin-left: 20px;
}
.ctlogo img{
	width: 272px;
	height: 50px;
}
.ctphone{
	display: flex;
	flex-direction: column;
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #2E3033;
	line-height: 42px;
	margin-right: 20px;
}
.ctphones{
	display: flex;
	flex-direction: column;
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	line-height: 42px;
	padding-left: 30px;
}
.ctphones:hover{
	color: #2E3033;
}
.phone{
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	/* color: #5C6066; */
	line-height: 42px;
}
.m{
	/* color: #FFFFFF; */
}
.m:hover{
	color: #5C6066;
}
.phone img{
	width: 14px;
	height: 16px;

}

.phone span{
	margin-left: 10px;
}

ul {
	list-style: none;
}


a {
	text-decoration: none;
	color: inherit;
	border: 0;
	z-index: 99;
}

a:hover {
	color: inherit;
}

.clear {
	clear: both;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

i {
	font-style: normal;
}

img {
	border: 0;
}

::-webkit-scrollbar {
	width: 0px;
	height: 0;
}

iframe {
	width: 100%;
	height: 100%;
}

.btn {
	cursor: pointer;
}


.ellipsis1 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis4 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis5 {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis6 {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

input,
select,
textarea {
	border: none;
	outline: none;
}

textarea {
	resize: none;
}


.nav {
	display: flex;
	justify-content: space-between;
	height: 70px;
	line-height: 60px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #2E3033;
	/* line-height: 20px; */
	margin: 0 auto;
}
.navs{
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
	/* margin: 0 20px; */
	color: #FFFFFF;
	/* line-height: 20px; */
}
.mainns:hover .navs{
	color: #2E3033;
}

.nav a {
	display: block;
}

.nav>li {
	display: flex;
	margin: 0 20px;
	position: relative;
}

.nav>li:hover .ul {
	display: block;
}

.nav .sed {
	color: #3463AE;
	height: 70px;
	/* width: 120px; */
	text-align: center;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	/* line-height: 20px; */
	/* border-bottom: 3px solid  #3463AE; */

}
@keyframes fade-in {
0% {opacity: 0;}/*初始状态 透明度为0*/
40% {opacity: 0;}/*过渡状态 透明度为0*/
100% {opacity: 1;}/*结束状态 透明度为1*/
}
@-webkit-keyframes fade-in {/*针对webkit内核*/
0% {opacity: 0;}
40% {opacity: 0;}
100% {opacity: 1;}
}

.nav .ul {
	animation: fade-in;/*动画名称*/
	animation-duration: 2s;/*动画持续时间*/
	-webkit-animation:fade-in 1s;/*针对webkit内核*/
	border-top: 3px solid #3463AE;
	color: #FFFFFF;
	display: none;
	padding: 0 10px;
	position: absolute;
	top: 70px;
	background: #ffffff;
	left: 50%;
	width: 130px;
	transform: translateX(-50%);
	z-index: 100;
	text-align: center;
	color: #333333;
	box-shadow: 0px 3px 6px 0px rgba(114, 112, 113, 0.1);
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 36px;
}

.nav .ul div {
	line-height: 35px;
	/* border-bottom: 1px solid #f1f1f1; */
}

.nav .ul div a:hover {
	color: #3463AE;
}

/* 底部 */
.foot {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #2C3237;
	padding: 20px 0;
	max-width: 1920px;
}
.fphone{
	display: flex;
	flex-direction: row;
	align-items: center;

}
.fphone span{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	margin-left: 10px;
	line-height: 48px;
}
.fphone img{
	width: 14px;
	height: 16px;
}
.foot-jbh img{
	width: 20px;
	height: 20px;
}

.header {
    position: relative;
}
.home {
    background: #ffffff;
}
.edit-text .content {
    white-space: pre-wrap;
}
.flex-center {
    display: flex;
    /*justify-content: center;*/
}
.job-detail-page {
    display: none;
}
