
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption,  thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "microsoft yahei";
}
ol, ul {
	list-style: none;
}
a {
	color: #555555;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #ed530f;
	text-decoration: none;
}
button:focus {
	outline: 0!important;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	overflow: hidden;
}
/* 布局样式 */
.box {
	position: relative;
}
.header {
	height: 60px;
	width: 100%;
	background: #ffffff;
}

.headerContent {
	width: 1340px;
	height: 60px;
	line-height: 56px;
	margin: 0 auto;

}
.headerContent .leftBox img{
	vertical-align: middle;
	max-height: 60px;
	/*margin-top: -15px;*/
}
.headerContent .centerBox {
	/*margin-left: 55px;*/
}
.headerContent .centerBox ul li {
	font-size: 14px;
	color: #333333;
	float: left;
	margin-left: 23px;
	cursor: pointer;
}
.headerContent .centerBox ul img {
	vertical-align: text-top;
}
/*.headerContent .centerBox ul li:hover {*/
/*	color: #333333;*/
/*	font-weight: bold;*/
/*}*/
#defaultSelect {
	color: #ed530f;
	font-weight: bold;
}
#defaultSelect:hover {
	color: #333333;
}
.rightBox .btn-default {
	margin-top: -6px;
	width: 79px;
	height: 28px;
	line-height: 10px;
	color: #f77a23;
	font-size: 14px;
	border-radius: 12px;
	border: solid 1px #f77a23;
	text-shadow:0 0px 0 #fff
}




/*登录注册样式*/

.rightBox .btn1 {
	background: -o-linear-gradient(left, #4D4949 0%, #2D2929 100%);
	background: -webkit-gradient(linear, left top, right top, from(#4D4949), to(#2D2929));
	background: linear-gradient(90deg, #4D4949 0%, #2D2929 100%);
	position: relative;
}
.rightBox .btn1::after {
	content: url(../images/loginBtn_1.png);
	position: absolute;
	right: -10px;
	top: -12px;
}
.rightBox .btn2 {
	background: -o-linear-gradient(left, #FFB119 0%, #ED530F 100%);
	background: -webkit-gradient(linear, left top, right top, from(#FFB119), to(#ED530F));
	background: linear-gradient(90deg, #FFB119 0%, #ED530F 100%);
	position: relative;
}
.rightBox .btn2::after {
	content: url(../images/loginBtn_2.png);
	position: absolute;
	right: -15px;
	top: -12px;
}

.searchArea {
	width: 100%;
	height: 120px;
	background-color: #ed530f;
}
.searchContent {
	width: 1230px;
	height: 100%;
	margin: 0 auto;
}
.searchContent .searchLogo {
	line-height: 120px;
}
.searchContent .searchLogo .title {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	vertical-align: middle;
	margin-right: 10px;
}
.searchContent .searchLogo img {
	vertical-align: middle;
}
.searchContent .searchInput  {
	margin-top: 30px;
}
.searchContent .searchInput .input-group {
	width: 700px;
	height: 40px;
}
.searchContent .searchInput .input-group .form-control {
	height: 40px;
}
.searchContent .searchInput .input-group-addon {
	height: 40px;
	width: 100px;
	color: #ffffff;
	background-color: #ed530f;
}
.searchContent .searchInput .searchNav ul li{
	float: left;
	margin-top: 14px;
	margin-right: 10px;
	color: #ffffff;
	font-size: 12px;
	cursor: pointer;
}
.searchContent .searchInput .searchNav ul li:hover {
	color: #e2e2e2;
	text-decoration: underline;
}
.content {
	background: #f1f1f3;
	padding-bottom: 16px;
}
.content .contentBox {
	width: 1230px;
	margin: 0 auto;
	padding-top: 16px;
}
.content .contentBox .NavBox {
	width: 1230px;
	height: 366px;
}
.content .contentBox .NavBox::before,.content .contentBox .NavBox::after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.NavBox .navLeft {
	float: left;
	width: 300px;
	height: 366px;
	background-color: #ffffff;
	position: relative;
}
.NavBox .navLeft .navList li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #f3f3f3;
	float: left;
	color: #555555;
	font-size: 14px;
}
.NavBox .navLeft .navList li img{
	vertical-align: middle;
}
.hoverBox {
	width: 730px;
	min-height: 366px;
	position: absolute;
	background-color: #ffffff;
	/* background: pink; */
	left: 300px;
	top: 0;
	z-index: 100;
	display: none;
	color: #333333;
	display: none;
	padding: 0 10px 10px 10px;
	/* overflow: auto; */
	border: 1px solid #eeeeee;
	/* box-shadow: 4px 4px 2px #aaaaaa; */
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}
.kindBox {
	/* border-bottom: 1px dashed #999999; */
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 6px;
	padding-top: 6px;
}
.kindName {
	font-size: 14px;
	font-weight: bold;
}
.hoverBox .hideUl {
	margin-top: 5px;
	margin-right: -16px;

}
.hoverBox .hideUl:before,.hoverBox .hideUl:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.hoverBox .hideUl li {
	float: left;
	margin-right: 16px;
	line-height: 24px;
}
.hoverBox .hideUl li a{
	color: #7A7A7A;
	font-size: 13px;
}
.hoverBox .hideUl li a:hover{
	color: #ed530f;
}

.hidenBox {
	display: block;
}
.NavBox .navLeft .navList li:hover {
	background: #ed530f;
	color: #ffffff;
}
.NavBox .navLeft li:hover p {
	color: #ffffff;
}
.NavBox .navLeft .navList li:hover a {
	color: #ffffff;
}

.NavBox .navLeft li p {
	display: inline-block;
	width: 208px;
	font-size: 16px;
	color: #555555;
	/* font-weight: bold; */
	margin-left: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
}
.NavBox .navLeft .navList li a:last-child {
	margin-right: 20px;
}
.NavBox .NavImg {
	float: left;
	margin: 0 10px;
	width: 610px;
	height: 366px;
}
.swiper-container1 {
	width: 610px;
	height: 366px;
}
.swiper-wrapper1 {
	height: 336px;
}
.NavBox .navRight {
	float: left;
	width: 300px;
	height: 366px;
	background-color: #ffffff;
	position: relative;
	text-align: center;
}
.NavBox .navRight .logoWay {
	position: absolute;
	top: 20px;
	right: 16px;
	cursor: pointer;
}
/* 登录方式样式 */
.NavBox .navRight .qrcode {
	margin-top: 60px;
	display: none;
}
.NavBox .navRight .qrcode img {
	border: 1px solid #eeeeee;
}
/* .NavBox .navRight .login {
	margin-top: 16px;
} */
.NavBox .navRight .wechat span {
	margin-top: 50px;
	display: inline-block;
	width: 190px;
	height: 36px;
	line-height: 36px;
	color: #999999;
	border-radius: 18px;
	background-color: #eeeeee;
}
/* 账号手机号登录 */
.loginType {
	width: 250px;
	height: 60px;
	line-height: 60px;
	/* background: pink; */
}
.loginType:before,.loginType:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.loginType li {
	float: left;
	width: 50%;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
}
.activeLi {
	border-bottom: 3px solid #7db627 !important;
}
.countLogin {
	width: 100%;
	padding: 0 20px;
	margin-top: 20px;
}
.countLogin .input-group {
	width: 100%;
	margin-bottom: 20px;
}
.countLogin .loginBtn {
	margin-top: 23px;
	/*margin-top: 30px;*/
}
.countLogin .loginBtn button {
	width: 260px;
	height: 37px;
	background: #ed530f;
	border: none;
	color: #ffffff;
	border-radius: 3px;
}
.forgetPassword {
	margin-top: 16px;
	text-align: right;
}
.countLogin a {
	font-size: 12px;
	color:  #7db627;
	margin-left: 20px;
}
.countLogin a:hover {
	color: #ed530f;
}
.type2 {
	/*display: none;*/
}
.type2 .input-group-addon2 {
	padding: 6px 2px;
	cursor: pointer;
	color: #ed530f;
	font-size: 12px;
}
.otherLogin {
	text-align: center;
	margin-top: 16px;
}
.otherTitle {
	font-size: 12px;
	color: #999999;
	position: relative;
}
.otherTitle::before {
	content: "";
	position: absolute;
	left: -90px;
	top: 8px;
	width: 75px;
	height: 1px;
	background-color: #ccc;
	margin: 0 auto;
}
.otherTitle::after {
	content: "";
	position: absolute;
	right: -90px;
	top: 8px;
	width: 75px;
	height: 1px;
	background-color: #ccc;
	margin: 0 auto;
}
.xuebitu {
	display: inline-block;
	margin-top: 16px;
	width: 42px;
	height: 42px;
	background: url(../images/yunlogin_icon.png) no-repeat;
	background-position: 0 0;
}
.xuebitu:hover {
	background-position: -42px 0;
}
/* .NavBox .navRight .login button {
	width: 190px;
	height: 36px;
	line-height: 36px;
	background-color: #ffffff;
	border: 1px solid #ed530f;
	border-radius: 18px;
	margin-top: 20px;
}
.NavBox .navRight .login button:last-child {
	margin-top: 10px;
} */

/* 登录框 */
.loginBOx {
	display: block;
}
/* 登录完成后显示个人账户信息 */
.personel {
	width: 100%;
	height: 100%;
	padding: 20px;
	/*display: none;*/
}
.avatar img {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #eeeeee;
}
.avatar {

}
.avatar:before,.avatar:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.userCount {
	float: left;
	width: calc(100% - 80px);
	text-align: left;
	margin-left: 16px;
	line-height: 24px;
}
.userCount p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.userCount span {
	font-size: 14px;
	color: #999999;
}
.list {

}
.list:before,.list:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.list li {
	float: left;
	width: 33.33%;
	margin-top: 20px;
}
.list li p {
	color: #ed530f;
	font-size: 18px;
	/* font-weight: bold; */
}
.btnGroup button {
	width: 100%;
	height: 40px;
	border: none;
	margin-top: 20px;
	background: #ed530f;
	color: #fff;
	border-radius: 4px;
}
.btnGroup .lastBtn {
	border: 2px solid #ed530f;
	color: #ed530f;
	background: #ffffff;
}
.list li span {
	font-size: 12px;
	color: #333333;
}
/* 登录完成显示公司账户信息 */
.corporation {
	/*display: none;*/
}

.content .newsBox {
	width: 1230px;
	margin: 0 auto;
	padding-top: 16px;
}
.content .newsBox:before,.content .newsBox:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content .newsBox .newsLeft {
	float: left;
	width: 920px;
	height: 320px;
	background: #ffffff;
}
.content .newsBox .newsRight {
	float: left;
	margin-left: 10px;
	width: 300px;
	height: 320px;
	background: #ffffff;
}
.content .newsBox .newsLeft ul {
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding-left: 8px;
	border-bottom: 1px solid #f0f0f0;
}
.content .newsBox .newsLeft ul:before,.content .newsBox .newsLeft ul:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content .newsBox .newsLeft ul li {
	float: left;
	margin-right: 60px;
	cursor: pointer;
	color: #333333;
}
.content .newsBox .newsLeft ul li:last-child{
	color: #666;
	margin-right: 15px;
	border-bottom: none;

}
.content .newsBox .newsLeft ul li:last-child::after{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	transform: rotate(45deg);

}
.content .newsBox .newsLeft ul li span{
	display: inline-block;
	height: 100%;
}
.content .newsBox .newsLeft ul li:hover {
	border-bottom: 3px solid #f77a23;
}
.content .newsBox .newsLeft ul li:last-child:hover {
	border-bottom: none;
}
.tab {
	font-weight: bold;
	border-bottom: 3px solid #f77a23;
}
.content .newsBox .bottomOl {
	width: 100%;
	height: -webkit-calc(100% - 48px);
	height: calc(100% - 48px);
	padding: 20px;
}
.content .newsBox .bottomOl:before, .content .newsBox .bottomOl:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content .newsBox .bottomOl .leftOL{
	float: left;
	width: 50%;
}
.content .newsBox .bottomOl .rightOL{
	float: left;
	width: 50%;
}
.hide_div {
	display: none;
}
.show_div {
	display: block;
}
.content .newsBox .bottomOl ol li {
	list-style: disc;
	color:#cdcdd8;
	font-size: 14px;
	width: 420px;
	height: 50px;
	position: relative;
}
.content .newsBox .bottomOl ol li .title {
	display: inline-block;
	width: 95%;
	padding-right: 80px;
	color: #474747;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.content .newsBox .bottomOl ol li .title:hover{
	opacity: 0.8;
}
.content .newsBox .bottomOl ol li span {
	font-size: 12px;
	display: inline-block;
	padding:0 10px;
	border-right: 1px solid #eeeeee;
}
.content .newsBox .bottomOl ol li .firstSpan {
	padding-left: 0px;
}
.content .newsBox .bottomOl ol li .lastSpan {
	border-right: none;
}
.content .newsBox .bottomOl ol li .date {
	color:  #474747;
	color: #999;
	position: absolute;
	right: 10px;
	top: 0;
}

.content .newsBox .newsRight .topBox {
	width: 100%;
	height: 84px;
	border-bottom: 1px solid #edecec;
	padding: 20px;
}
.content .newsBox .newsRight .topBox:before,.content .newsBox .newsRight .topBox:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content .newsBox .newsRight .topBox p {
	font-size: 12px;
	color: #7e8da6;
}
.content .newsBox .newsRight .topBox .title {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 2px;
}
.content .newsBox .newsRight .topBox .contact {
	float: left;
	margin-left: 20px;
}
.content .newsBox .newsRight .topBox img {
	float: left;
	width: 48px;
	height: 52px;
}
.content .newsBox .newsRight .bottomBox {
	padding: 0px 14px;
}
.content .newsBox .newsRight .bottomBox ul li {
	float: left;
	margin-right: 12px;
	width: 130px;
	height: 66px;
	border: 1px solid #eaeaea;
	margin-top: 10px;
	font-size: 14px;
	color: #4e4e4e;
	text-align: center;
	padding-top: 12px;
	transition: all 0.3s;
}
.content .newsBox .newsRight .bottomBox ul li:hover{
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
	border: 1px solid #f89368;
}
.content .newsBox .newsRight .bottomBox ul li a{
	display: block;
	height: 100%;
}

.content .newsBox .newsRight .bottomBox ul {
	margin-right: -12px;

}
.content .newsBox .newsRight .bottomBox ul:before, .content .newsBox .newsRight .bottomBox ul:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content .Recruitment {
	width: 1230px;
	margin: 0 auto;
	text-align: center;
	padding: 16px 0;
	font-size: 24px;
	letter-spacing: 1px;
	color: #414a60;
}
.content .Recruitment .line {
	display: inline-block;
	width:80px;
	height:1px;
	overflow:hidden;
	font-size:0px;
	margin:0 20px;
	margin-bottom: 8px;
	border-bottom:solid 1px #e2e2e3;
}
.content .detailBox {
	width: 1230px;
	margin: 0 auto;
}
.content .detailBox:before,.content .detailBox:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content .detailBox .detailRight {
	float: left;
	margin-left: 10px;
	width: 920px;
	height: 400px;
	background: #ffffff;
	padding: 16px 22px;
}
.content .detailBox .detailLeft {
	float: left;
	width: 300px;
	height: 400px;
	background: #ffffff;
}
.content .detailBox .detailLeft img {
	width: 100%;
	height: 100%;
}
.content .detailBox .detailRight .topBox {
	margin-right: -16px;

}
.content .detailBox .detailRight .topBox:before,.content .detailBox .detailRight .topBox:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content .detailBox .detailRight .topBox .Box {
	float: left;
	margin-right: 16px;
	width: 430px;
	height: 190px;
	text-align: center;
	background: #eff4f8;
	border-top: 1px solid #e4e9ed;
	/*padding: 20px 16px 26px 20px;*/
}
.content .detailBox .detailRight .topBox .Box p {
	color: #ed530f;
	margin-bottom: 12px;
}
.content .detailBox .detailRight .topBox .Box div {
	width: 384px;
	height: 90px;
	line-height: 22px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #333333;
	text-indent: 1em;
	letter-spacing: 1px;
}
.content .detailBox .detailRight .bottBox {
	margin-top: 20px;
}
.content .detailBox .detailRight .bottBox ul li {
	margin-bottom: 10px;
}
.content .detailBox .detailRight .bottBox ul li:before,.content .detailBox .detailRight .bottBox ul li:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content .detailBox .detailRight .bottBox ul li .leftTitle {
	float: left;
	width: 620px;
	/* font-size: 12px; */
	color: #333333;
	line-height: 34px;
}
.content .detailBox .detailRight .bottBox ul li .leftTitle span:nth-of-type(1){
	display: inline-block;
	max-width: calc(100% - 120px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;

}
.content .detailBox .detailRight .bottBox ul li>div{
	float: right;
}
.content .detailBox .detailRight .bottBox ul li .leftTitle .titleDate {
	float: right;
}
.content .detailBox .detailRight .bottBox .btn {
	width: 77px;
	height: 27px;
	line-height: 14px;
	background-color: #ed530f;
	border-radius: 3px;
	color: #ffffff;
}
.content .detailBox .detailRight .bottBox .btn:last-child {
	background-color: #7db627;
}
.content .imgBanner {
	width: 1230px;
	margin: 0 auto;
	margin-top: 16px;
}
.content .imgBanner ul {
	margin-right: -15px;

}
.content .imgBanner ul:before,.content .imgBanner ul:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content .imgBanner ul li {
	float: left;
	width: calc(25% - 15px);
	margin-right: 15px;
	height: 150px;
	margin-bottom: 16px;
	transition: all 0.3s;
}
.content .imgBanner ul li:hover{
	transform: translateY(-1px);
}
.content .imgBanner ul li img {
	max-width: 100%;
	max-height: 100%;
}
.content .secondRec {
	padding-top: 14px;
}
.content .recruitList .topNave {
	width: 1230px;
	height: 48px;
	margin: 0 auto;
	background: #ffffff;
}
.content .recruitList .topNave ul {

}
.content .recruitList .topNave ul:before,.content .recruitList .topNave ul:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content .recruitList .topNave ul li {
	float: left;
	margin: 0 6px;
	height: 48px;
	line-height: 45px;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
	/* border-bottom: 3px solid transparent; */
	transition: all 0.3s;
}
.content .recruitList .topNave ul li:hover {
	border-bottom: 3px solid #fa8c3d;
}
.content .recruitList .recruitContent {
	width: 1230px;
	margin: 0 auto;
	margin-top: 16px;
}
.content .recruitList .recruitContent ul li {
	width: 298.5px;
	height: 146px;
	background: #ffffff;
	padding: 0px 15px 15px 12px;
	/*padding: 30px 15px 15px 12px;*/
}
.recruitContent ul li:hover {
	border: 2px solid #ed530f;
}
.content .recruitList .recruitContent .job {
	color: #333333;
	margin-right: 14px;
}
.content .recruitList .recruitContent img {
	vertical-align: middle;
	margin-top: -5px;
}
.content .recruitList .recruitContent .salary {
	float: right;
	font-size: 14px;
	color: #ed530f;
}
.content .recruitList .recruitContent .require span {
	font-size: 12px;
	color: #b3b3b3;
	padding:0 5px;
	border-right: 1px solid #eeeeee;
}
.content .recruitList .recruitContent .require span:first-child {
	padding-left: 0px;
}
.content .recruitList .recruitContent .require span:last-child {
	border-right: none;
}
.recruitContent .top {
	padding-bottom: 18px;
	border-bottom: 1px solid #eeeeee;
}
.recruitContent .require {
	margin-top: 4px;
}
.recruitContent .company {
	line-height: 50px;
	font-size: 14px;
	color: #333333;
}
.recruitContent ul {
	margin-right: -12px;
}
.recruitContent ul:before,.recruitContent ul:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.recruitContent ul li {
	float: left;
	width: calc(25% - 12px);
	/* margin: 0 5px; */
	margin-right: 12px;
	margin-bottom: 12px;
	border: 2px solid transparent;
	transition:  all 0.3s;
}
.recruitMore {
	width: 1230px;
	margin: 0 auto;
	padding: 16px 0 0 0;
	text-align: center;
}
.recruitMore button {
	width: 400px;
	height: 40px;
	background-color: #ed530f;
	border: none;
	color: #ffffff;
	font-size: 14px;
	transition: all 0.3s;
}
.recruitMore button:hover{
	opacity: 0.8;
}
.famousCompany {
	width: 1230px;
	margin: 0 auto;
}
.famousCompany ul li {
	float: left;
	width: calc(25% - 12px);
	height: 232px;
	background: #ffffff;
	margin-right: 12px;
	margin-bottom: 12px;
	text-align: center;
	font-size: 12px;
	position: relative;
}
.famousCompany ul {
	margin-right: -12px;

}
.famousCompany ul:before,.famousCompany ul:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.famousCompany ul li img {
	margin: 10px 0 10px 0;
	object-fit: contain;
}
.famousCompany .companyName {
	color: #55738b;
	width: 170px;
	height: 20px;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 6px;
}

.famousCompany .summary span {
	color: #999999;
	padding: 0 8px;
	border-right: 1px solid #eeeeee;
}
.famousCompany .summary span:last-child {
	border: none;
}
.famousCompany .top {
	padding-bottom: 16px;
	border-bottom: 1px solid #eeeeee;
}
.Veterans .top {
	border-bottom: none;
}
.Veterans .companyName {
	font-size: 14px;
	color: #333333;
}
.rezhaozhiwei {
	width: 192px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #e3e7ed;
	margin: 0 auto;
}
.rezhaozhiwei span {
	color: #ed530f;
}
.famousCompany .bottom {

}
.famousCompany .bottom:before,.famousCompany .bottom:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.famousCompany .bottom div {
	float: left;
	width: 50%;
	margin-top: 10px;
	border-right: 1px solid #eeeeee;
}
.famousCompany .bottom div:last-child {
	border: none;
}
.famousCompany .bottom p {
	color: #ed530f;
}
.mengceng {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(127, 127, 127, .8);
	/* opacity: .5; */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.mengceng .qrCode {
	margin-top: 60px;
	margin-bottom: 10px;
}
.mengceng p {
	color: #ffffff;
}
.famousCompany ul li:hover .mengceng {
	display: block;
}
.focusNews {
	width: 1230px;
	margin: 0 auto;
	margin-top: 16px;
	background-color: #ffffff;
	padding: 30px 24px;
}
.focusNews:before,.focusNews:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.focusNews .focusLeft {
	float: left;
	width: 690px;
}

.focusNews .focusLeft1 {
	float: left;
	width: 550px;
}
.swiper-container2 {
	width: 690px;
	height: 390px;
	position: relative;
}
/* .swiper-wrapper {
	height: 260px;
} */
.focusNews .focusRight {
	float: right;
	width: 440px;
}

.focusNews .focusRight1 {
	float: right;
	width: 600px;
}
.focusLeft .title {
	font-size: 18px;
	font-weight: bold;
	color: #111e36;
	margin-bottom: 16px;
}
.focusContent {
	width: 690px;
	height: 132px;
	margin-top: 20px;
	padding: 20px 30px 0px 20px;
	background: #eef3f7;
}
.focusContent .top {
	font-size: 12px;
	color: #999999;
	margin-bottom: 16px;
}
.focusContent .top:before,.focusContent .top:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.focusContent .top p {
	float: left;
	width: calc(100% - 90px);
	font-size: 14px;
	font-weight: bold;
	color: #303133;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.focusContent .top span{
	float: right;
}
.focusContent .bottom {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1.5px;
	color: #303133;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.focusRight .nav {
	font-size: 18px;
	font-weight: bold;
	color: #111e36;
}
.focusRight .nav span {
	margin-right: 30px;
	cursor: pointer;
}
.focusRight .nav span:hover {
	border-bottom: 4px solid #ed530f;
}
.tablg {
	border-bottom: 4px solid #ed530f;
}
.focusRight li {
	font-size: 14px;
}
.focusRight .topP {
	height: 30px;
	line-height: 30px;
	margin-top: 16px;
}
.focusRight .topP .title {
	display: inline-block;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #0f0f0f;
	vertical-align: middle;
}
.focusRight .topP .line {
	vertical-align: middle;
	color: #eb535b;
	font-size: 20px;
	font-weight: bold;
}
.focusRight .topP .date {
	float: right;
	vertical-align: middle;
	color: #888;
}
.ListCommon {
	display: none;
}
.div_show {
	display: block;
}
.focusRight .bottomP {
	color: #666666;
	opacity: 0.5;
	line-height: 20px;
	padding-left: 14px;
	margin: 6px 0;
	display: none;
}
.focusRight .showP {
	display: block;
}
.footer {
	width: 100%;
	height: 260px;
	background: #2b2c31;
}
.footerContent {
	width: 1230px;
	margin: 0 auto;
	padding: 20px 20px;
}
.footerContent:before,.footerContent:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.footerLeft {
	float: left;
	width: 700px;
	height: 190px;
}
.footerLeft .top {

}
.footerLeft .top:before,.footerLeft .top:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.footerLeft .top>ul{
	float: left;
	margin-right: 100px;
}
.footerLeft .top>ul:last-child{margin-right:0;}
.footerLeft li {
	font-size: 12px;
	line-height: 30px;
	color: #abacad;
}
.footerLeft li:first-child {
	font-size: 14px;
	line-height: 40px;
	color: #eaebeb;
}
.footerLeft .bottom {
	font-size: 12px;
	color: #ffffff;
	height: 60px;
	line-height: 100px;
}
.footerRight {
	float: right;
	color: #abacad;
	font-size: 12px;
	text-align: right;
}
.footerRight .title {
	font-size: 24px;
}
.footerRight p {
	/*margin-bottom: 20px;*/
	margin-bottom: 15px;
}
.footerRight p img {
	margin-left: 10px;
}

/* 侧边固定导航跳转栏 */
.box {
	position: relative;
}
.fixedNav {
	width: 50px;
	position: fixed;
	right: 0;
	top: 230px;
}
.fixedNav li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background:#ffffff;
	border: 1px solid #999999;
	border-bottom: none;
	cursor: pointer;
}
.fixedNav li:last-child {
	border-bottom: 1px solid #999999;
}
.fixedNav li .iconfont {
	font-size: 22px;
}
.fixedNav li:hover {
	color: #ed530f;
}
/* .fixedNav li:hover .icon-zhaopinhui {
	font-size: 30px;
}
.fixedNav li:hover .icon-gangwei {
	font-size: 30px;
}
.fixedNav li:hover .icon-qiye {
	font-size: 30px;
}
.fixedNav li:hover .icon-huodongzhuanqu {
	font-size: 30px;
}
.fixedNav li:hover .icon-xinwenzhengce {
	font-size: 30px;
}
.fixedNav li:hover .icon-gongzhonghao {
	font-size: 30px;
}
.fixedNav li:hover .icon-xiaochengxu {
	font-size: 30px;
}
.fixedNav li:hover .icon-huidaodingbu {
	font-size: 30px;
} */
.location01 {
	background: #ffffff;
	color: #ed530f;
}
.location02 {
	background: #ffffff;
	color: #ed530f;
}
.location03 {
	background: #ffffff;
	color: #ed530f;
}
.location04 {
	background: #ffffff;
	color: #ed530f;
}
.location05 {
	background: #ffffff;
	color: #ed530f;
}
/* 公众号 */
.public {
	position: relative;
}
.publicBox {
	width: 150px;
	height: 150px;
	background: #eeeeee;
	position: absolute;
	left: -152px;
	top: 0;
	z-index: 3;
	border: 1px solid #999999;
	text-align: center;
	border-radius: 3px;
	display: none;
}
.publicBox img {
	max-width: 130px;
	max-height: 130px;
	margin-top: 10px;
}
/* 小程序 */
.applet {
	position: relative;
}
.appletBox {
	width: 150px;
	height: 150px;
	background: #eeeeee;
	position: absolute;
	left: -152px;
	top: 0;
	z-index: 3;
	border: 1px solid #999999;
	text-align: center;
	border-radius: 3px;
	display: none;
}
.appletBox img {
	max-width: 130px;
	max-height: 130px;
	margin-top: 10px;
}
.input-group .form-control {
	z-index: 0;
}

/* // 分页器 */
.pagination {
	position: absolute;
	z-index: 20;
	bottom: 90px;
	width: 100%;
	text-align: center;
	background-color: #5f5f5f;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	/*background: #555;*/
	margin: 0 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}
.swiper-active-switch {
	background: #ed530f;
}
/* // 滚动出现固定搜索栏 */
.fixedSearch {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100px;
	background-color: #ffffff;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.21);
}
.inner {
	width: 1230px;
	margin: 0 auto;
	overflow: hidden;
}
.searchLogo img {
	padding-left: 15px;
	border-left: 1px solid #fff;
	max-height: 96px;
}
.searchForm  {
	margin-top: 24px;
}
.searchForm .input-group {
	width: 1000px;
	height: 50px;
}
.searchForm .input-group .form-control {
	box-shadow: 0 0 6px 0 rgba(0,0,0,.13);
	height: 50px;
	font-size: 16px;
}
.searchForm .input-group-addon {
	height: 50px;
	width: 140px;
	font-size: 16px;
	color: #ffffff;
	background-color: #ed530f;
	border: 1px solid #ed530f;
}


/*底部30秒*/
.tip_bottom_left {
	width: 1200px;
	position: relative;
	margin: 0 auto;
}
.tip_bottom_close {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) no-repeat center / 15px 15px;
	position: absolute;
	top: 10px;
	right: -37px;
	z-index: 10;
}
.tip_bottom_ewm {
	width: 110px;
	height: 110px;
	padding: 10px 10px 0 0;
	text-align: center;
	position: absolute;
	right: 0px;
	bottom: 3px;
}
.tip_bottom_ewm2{
	right: 120px!important;

}
.tip_bottom_ewm3{
	right: 0px!important;

}
.tip_bottom_logo {
	padding-top: 20px;
	display: inline-block;
	color: #fff;
	font-size: 26px;
	line-height: 40px;
}
.tip_bottom_num {
	display: inline-block;
	width: 195px;
	font-size: 17px;
	color: #fff;
	text-align: center;
}
.tip_bottom_member {
	position: absolute;
	right: 250px;
	top: 20px;
}
.tip_bottom_bg {
	width: 100%;
	height: 65px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9;
	background-color: #000000;
	opacity: 0.5;
	filter: Alpha(opacity=50);
}
.tip_bottom_cont {
	width: 100%;
	height: 65px;
	position: relative;
}
.tip_bottom_login, .tip_bottom_reg {
	display: inline-block;
	width: 110px;
	height: 46px;
	background: #ff6700;
	border-radius: 4px;
	color: #fff;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
}

.idx-ho{position:fixed;bottom:0px;width: 100%;height: 100px;z-index: 1000000000}
.idx-ho:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: 0.7;
	z-index: -1;
}


.focusRight .topP .title:hover{
	color: #ed530f;
}





/*2021.02.05 退役军人，样式补充*/
.content .recruitList .topNave .arimBar{
	display: flex;
}
.content .recruitList .topNave .arimBar li{
	float: left;
	margin: 0 15px;
	white-space: nowrap;
	width: 50%;
	text-overflow: ellipsis;
	overflow-x: hidden;
}

.clearfix:before,.clearfix:after{
	content:'';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


/*播放视频*/
.videoFrame{
	  width: 100%;
	  position: fixed;
	  /*top: 0;*/
	  /*left: 0;*/
	  z-index: 100000;
	  text-align: center;
	  /* background: pink; */
  }
video {
	background: #333333;
	border: none;
	/* border-radius: 5px; */
}
.videoFrame .closeImg {
	width: 28px;
	height: 28px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}

.videoFrame1{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	text-align: center;
	/* background: pink; */
}

.videoFrame1 .closeImg1 {
	width: 28px;
	height: 28px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}

.activityList{
	display: none;
}

.tab1 {
	font-weight: bold;
	border-bottom: 3px solid #f77a23;
}


/* 2021.02.22 广告通栏，样式 */
.center-box{
	width:1230px;
	margin:12px auto 0;
	/* background-color: #fff; */
}
.center-box .tl-link1{
	margin-bottom: 12px;
	border: 1px solid #f8f8f8;
	height: 70px;
}
.center-box .ads-link2{
	height: 100px;

}
.center-box .tl-img1{
	width: 100%;
	height: 100%;
}
.center-box .ads-img2{
	width: 100%;
	height: 100%;
}


/* 2021.02.22 右侧菜单栏显示优化 */
.fixedNav li{
	position: relative;
}
.fixedNav li .titInfo{
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #ed530f;
	color: #fff;
	font-size: 12px;

}
.fixedNav li:hover .titInfo{
	opacity: 1;
}
.fixedNav .icon-kefuzhongxin{
	display: inline-block;
	margin-top: 9px;
	width: 22px;
	height: 22px;
	background: url('../images/kefuCenter-icon.png') no-repeat center/22px 22px;
}
.fixedNav .icon-mail{
	display: inline-block;
	margin-top: 9px;
	width: 22px;
	height: 22px;
	background: url('../images/mail.png') no-repeat center/22px 22px;
}
.fixedNav .icon-rencaiApp{
	display: inline-block;
	margin-top: 9px;
	width: 22px;
	height: 22px;
	background:  url('../images/app-icon.png') no-repeat center/22px 22px;
}
.appletBox,.appImgBox {
	width: 150px;
	height: 150px;
	background: #eeeeee;
	position: absolute;
	left: -152px;
	top: 0;
	z-index: 3;
	border: 1px solid #999999;
	text-align: center;
	border-radius: 3px;
	display: none;
}
.appImgBox img {
	max-width: 130px;
	max-height: 130px;
	margin-top: 10px;
}

/* 2021.02.23 客服中心 */
.kefuCenter .kefuCenter-box{
	width: 150px;
	padding: 15px;
	box-sizing: border-box;
	background: #eeeeee;
	position: absolute;
	left: -152px;
	top: 0;
	z-index: 3;
	border: 1px solid #999999;
	text-align: left;
	border-radius: 3px;
	display: none;
}
.jijian .jijian-box{
	width: 150px;
	padding: 15px;
	box-sizing: border-box;
	background: #eeeeee;
	position: absolute;
	left: -152px;
	top: 0;
	z-index: 3;
	border: 1px solid #999999;
	text-align: left;
	border-radius: 3px;
	display: none;
}
.jijian-box .contact-tit{
	font-size: 14px;
	line-height: 25px;
}
.jijian-box .contact-tit2{
	margin-top: 12px;
}
.kefuCenter-box .contact-tit{
	font-size: 14px;
	line-height: 25px;
}
.kefuCenter-box .contact-tit2{
	margin-top: 12px;
}
.kefuCenter-box .contact-ways{
	position: relative;
	padding-left: 15px;
	line-height: 20px;
	font-size: 13px;
	color: #7c7c7c;
}
.kefuCenter-box .contact-ways:before{
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url('../images/dh.png') no-repeat center/10px 10px;
}
.kefuCenter-box .contact-ways-qq{
	position: relative;
	padding-left: 15px;
	line-height: 20px;
	font-size: 13px;
	color: #7c7c7c;
}
.kefuCenter-box .contact-ways-qq:before{
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url('../images/qq.png') no-repeat center/10px 10px;
}

/* 2021.02.23 轮播箭头 */
.swiper-container1{
	position: relative;
}
.swiper-container1 .swiper1-arr{
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 88;
	top: 50%;
	opacity: 0;
	transition: all .3s;
}
.swiper-container1:hover .swiper1-arr{
	opacity: 1;
}
.swiper-container1 .arrow-left{
	left: 5px;
	margin-top: -20px;
	background: url('../images/arrow-left.png') no-repeat center/25px 25px;
}
.swiper-container1 .arrow-right{
	right: 5px;
	margin-top: -20px;
	transform: rotate(180deg);
	background:  url('../images/arrow-left.png') no-repeat center/25px 25px;
}

/* 2021.02.25  轮播样式修改*/
.swiper-container .swiper-slide,.swiper-container .swiper-pagination{
	cursor: default;
}
.swiper-container .swiper-pagination-switch{
	width: 13px;
	height: 13px;
}

/* 低分辨率下，右侧导航栏的二维码， */
@media (max-width:1400px) {
	.appletBox{
		top: -80px;

	}
	.appImgBox{
		top: -100px;
	}
	.kefuCenter .kefuCenter-box{
		top: -110px;
	}
	.jijian .jijian-box{
		top: -110px;
	}
}


/* 2021.03.11 大屏广告通栏，样式 */
.advertise-box1{
	width:1230px;
	margin:0 auto;
	/*padding-top: 16px;*/
	/* background-color: #fff; */
}
.advertise-box1 .ads-link12{
	margin-bottom: 16px;
	border: 1px solid #f8f8f8;
	height: 70px;
}

.advertise-box1 .ads-img12{
	width: 100%;
	height: 100%;
}


/* 2021.03.11 首页，右侧在IE上，样式处理  */
.fixedNav .iconfont {
	display: inline-block;
	width: 22px;
	height: 22px;
}
.fixedNav .iconfont:before{
	width: 0;
	display: none;
}
/* 1 */
.fixedNav .icon-zhaopinhui{
	width: 28px;
	height: 22px;
	margin-top: 9px;
	background:  url('../images/icon1-zhaopinhui.png') no-repeat center/28px 22px;
}
.fixedNav .location01 .icon-zhaopinhui{
	width: 28px;
	height: 22px;
	margin-top: 9px;
	background:  url('../images/icon11-zhaopinhui.png') no-repeat center/28px 22px;
}
/* 2 */
.fixedNav .icon-gangwei{
	width: 24px;
	height: 24px;
	margin-top: 9px;
	background:  url('../images/icon2-gongwenbao.png') no-repeat center/24px 24px;
}
.fixedNav .location02 .icon-gangwei{
	width: 24px;
	height: 24px;
	margin-top: 9px;
	background:  url('../images/icon22-gongwenbao.png') no-repeat center/24px 24px;
}
/* 3 */
.fixedNav .icon-qiye{
	margin-top: 9px;
	background:  url('../images/icon3-qiye.png') no-repeat center/22px 22px;
}
.fixedNav .location03 .icon-qiye{
	margin-top: 9px;
	background:  url('../images/icon33-qiye.png') no-repeat center/22px 22px;
}
/* 4 */
.fixedNav .icon-huodongzhuanqu{
	margin-top: 9px;
	background:  url('../images/icon4-huodongzhuanqu.png') no-repeat center/22px 22px;
}
.fixedNav .location04 .icon-huodongzhuanqu{
	margin-top: 9px;
	background:  url('../images/icon44-huodongzhuanqu.png') no-repeat center/22px 22px;
}
/* 5 */
.fixedNav .icon-xinwen{
	margin-top: 9px;
	background:  url('../images/icon5-xinwen.png') no-repeat center/22px 22px;
}
.fixedNav .location05 .icon-xinwen{
	margin-top: 9px;
	background:  url('../images/icon55-xinwen.png') no-repeat center/22px 22px;
}
/*  */
.fixedNav .icon-gongzhonghao{
	width: 24px;
	height: 24px;
	margin-top: 9px;
	background:  url('../images/icon7-weixin.png') no-repeat center/24px 24px;
}
.fixedNav .icon-xiaochengxu{
	width: 20px;
	height: 20px;
	margin-top: 9px;
	background:  url('../images/icon8-xiaochengxu.png') no-repeat center/20px 20px;
}
.fixedNav .icon-huidaodingbu{
	margin-top: 9px;
	background:  url('../images/icon10-top.png') no-repeat center/22px 22px;
}


/*国企招聘资讯加分页条 */
.newsBox button{
	background-color: grey;
	border: none;
	border-radius: 10px;
	color: white;
	width: 40px;
	height: 7px;
	/*padding: 15px 32px;*/
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

.newsBox .activeButton{
	background-color: #ed530f!important;
}

/* 04.06:首页样式修改 */
.content .newsBox{

}
.content .newsBox .newsLeft{
	height: 330px;
}
.content .newsBox .newsRight{
	height: 330px;
}
.content .newsBox .btnBar{
	position: absolute;
	z-index: 10;
	left: 50%;
	bottom: 7px;
	margin-left: -42px;
}
.content .newsBox .btnBar button{
	background-color: #d6d6d6;
	margin: 0 1px;
}

/* 04.07 首页:热点资讯 */
.focusNews{
	margin-bottom: 10px;
	padding: 30px 24px 10px;
}
.focusNews .focusContent{
	margin-top: 0;
}
.focusNews .pagination{
	bottom: 0;
	margin: 0;
	background-color: transparent;
}

.expandUl:first-child{

}

.focusRight1 ul li{
	list-style: disc;
	color:#ff6700;
	font-size: 14px;
	margin-bottom:5px;
	font-weight: 400;
	line-height: 25px;
	font-family: "microsoft yahei", "宋体";
	/*letter-spacing:-1px;*/

}
.tabContent{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}


.introContent{
	color: #000;
	font-weight: 400;
	font-size: 14px;
}



