html,
body,
#content {
	width: 100%;
	height: 100%;
	/*margin-top: -60px;*/
}

.page-container,
.page-wrapper,
.page-slide {
	width: 100%;
	height: 100%;
}

/*.section-padding {
	padding-top: 60px;
}*/

.section-banner,
.banner-image {
	width: 100%;
	height: 100%;
}

.banner-image>span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 1920px;
}

.banner-image .img-below {
	background: url(http://rcy.cg.km.gov.cn/public/static/index/images/banner/tb1.jpg) no-repeat center top;
}

.banner-image .img-above {
	background: url(http://rcy.cg.km.gov.cn/public/static/index/images/banner/tb1.png) no-repeat center top;
}

.breathLampImage {
	animation: breath 3s infinite ease-in-out alternate;
}

@keyframes breath {
	0% {
		opacity: .2
	}
	70% {
		opacity: 1
	}
	to {
		opacity: .2
	}
}

.banner-title {
	position: relative;
	width: 1200px;
	margin: auto;
	top: 230px;
}

.banner-title .img-txt {
	display: block;
	width: 577px;
	height: 86px;
	background: url(http://rcy.cg.km.gov.cn/public/static/index/images/banner/banner-title.png) no-repeat center;
}

.banner-title .txt {
	font-size: 24px;
	color: #c7feff;
	margin: 20px 0;
}

.banner-title .btn {
	display: block;
	width: 165px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	transition: transform 1s;
	position: relative;
	z-index: 1;
	border-radius: 4px;
}

.banner-title .btn:hover {
	animation: bs linear 2s infinite;
}

@keyframes bs {
	0% {
		box-shadow: inset -1px 1px 3px 2px #444444, inset 1px -1px 3px 2px #222222, 0 0 0px 0 #b2ff1a;
	}
	50% {
		box-shadow: inset -1px 1px 3px 2px #444444, inset 1px -1px 3px 2px #222222, 0 0 20px 0 #1affff;
	}
	100% {
		box-shadow: inset -1px 1px 3px 2px #444444, inset 1px -1px 3px 2px #222222, 0 0 0px 0 #b2ff1a;
	}
}


/*news start*/

.section-news {
	height: 100%;
	background: url(../image/homepage-news-bg.jpg);
	background-position: center top;
	background-size: cover;
}

.section-title {
	height: 22.61904762%;
	text-align: center;
	color: #252b3a;
}

.section-title:before {
	content: '';
	display: block;
	height: calc((100% - 80px) * 6 / 11);
}

.section-title h1 {
	position: relative;
	font-size: 36px;
	line-height: 50px;
	letter-spacing: 4px;
}

.section-title h2 {
	margin-top: 5px;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 2px;
}

.section-wrapper {
	max-width: 1280px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
}
.section-content-middle {
    height: 60%;
}
.news-body {
	height: 100%;
}

.news-body:before,
.news-body:after {
	content: " ";
	display: table;
}

.news-body:after {
	clear: both;
}

.news-main {
	float: left;
	width: 540px;
	height: 100%;
}

.news-main-card {
	height: 100%;
	background: white;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.2s;
}

.news-main-top {
	display: block;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}

.news-main-top-bg {
	transition: 0.2s;
}
.news-main-top:hover .news-main-top-bg {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.news-main-top-bg img {
	display: block;
	width: 100%;
}

.news-play-btn {
	display: inline-block;
	width: 60px;
	height: 45px;
	line-height: 45px;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.3);
	background-position: center;
	background-size: cover;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.news-main-top .news-play-btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

.cui-icon {
	font-family: 'cui-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.news-play-btn .cui-icon {
	font-size: 28px;
	color: #fff;
}

.news-main-bottom {
	padding: 20px;
}

.news-main-bottom h1 {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 32px;
	color: #252b3a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-main-bottom em {
	font-style: normal;
	color: #F66F6A;
}

.news-main-bottom p {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	display: block;
	height: 100px;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.news-sub {
	float: left;
	height: 100%;
	padding-left: 50px;
	width: calc(100% - 590px);
}

.news-list-v {
	height: 100%;
}

.news-list-v li {
	position: relative;
	height: 25%;
}

.news-list-card {
	padding: 20px;
	background-image: none;
	background-position: right bottom;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.news-list-card:hover {
	background-color: white;
	background-image: url(../image/homepage-news-item-bg.png);
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

.news-list-card h1 {
	font-size: 18px;
	line-height: 22px;
	color: #252b3a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.news-list-card p {
	height: 88px;
	margin-top: 6px;
	font-size: 14px;
	line-height: 22px;
	color: #666A74;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	white-space: normal;
}
/*news@media start*/
@media (max-height: 1035px) {
  .news-list-card p {
    display: block;
    height: 88px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	white-space: normal;
  }
}
@media (max-height: 930px) {
  .news-main-bottom p {
    /*display: block;
    height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;*/
  }
}
@media (max-width: 1599px), (max-height: 899px) {
  .news-main {
    width: 500px;
  }
  .news-sub {
    width: calc(100% - 500px);
    padding-left: 40px;
  }
}
@media (max-height: 899px) {
  .news-list-v li {
    height: 33.33333333%;
  }
  .news-list-v li:nth-child(3) {
    position: relative;
  }
  .news-list-v li:nth-child(3):before,
  .news-list-v li:nth-child(3):after {
    content: none;
  }
  .news-list-v li:nth-child(3) > div {
    top: auto !important;
    right: 0;
    bottom: 0;
    left: 0;
    -ms-transform: none !important;
    transform: none !important;
  }
  .news-list-v li:nth-child(3) ~ li {
    display: none;
  }
  .news-list-card p {
    display: -webkit-box;
    height: 88px;
    white-space: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	white-space: normal;
  }
}
@media (max-height: 860px) {
  .news-main-bottom p {
    /*display: none;*/
  }
}
@media (max-height: 807px) {
  .news-main-bottom .news-tag-group {
    display: none;
  }
}
@media (max-height: 800px) {
  .news-list-card p {
    display: block;
    height: 88px;
    white-space: nowrap;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	white-space: normal;
  }
}
@media (max-width: 1279px), (max-height: 709px) {
  .news-main {
    width: 420px;
  }
  .news-sub {
    width: calc(100% - 420px);
    padding-left: 30px;
  }
}
@media (max-height: 709px) {
  .news-main-bottom h1 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 18px;
  }
  .news-main-bottom h2 {
    margin-bottom: 0;
  }
  .news-list-v .news-tag-group {
    display: none;
  }
  .news-list-card p {
    display: -webkit-box;
    height: 22px;
    white-space: normal;
  }
}
@media (max-height: 638px) {
  .news-main-bottom h2 + h2 {
    display: none;
  }
}
@media (max-height: 619px) {
  .news-list-v .news-tag-group {
    display: none;
  }
  .news-list-card p {
    display: block;
    height: 22px;
    white-space: nowrap;
  }
}
@media (max-height: 579px) {
  .news-main {
    width: 350px;
  }
  .news-sub {
    width: calc(100% - 350px);
  }
}
@media (max-width: 1023px) {
  .section-news {
    background-image: linear-gradient(0deg, #FFFFFF 0%, #F1F3FF 100%);
  }
  .news-main {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .news-main-card {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .news-main-top {
    height: auto;
  }
  .news-play-btn {
    width: 40px;
    height: 30px;
    line-height: 30px;
  }
  .news-play-btn .cui-icon {
    font-size: 18px;
  }
  .news-main-bottom {
    padding: 15px;
  }
  .news-main-bottom h1 {
    font-size: 16px;
    line-height: 20px;
    white-space: normal;
  }
  .news-main-bottom h2 i {
    margin-right: 7px;
  }
  .news-main-bottom h2 span {
    font-size: 12px;
    line-height: 18px;
    color: #666A75;
  }
  .news-main-bottom h2 + h2 {
    margin-top: 6px;
  }
  .news-main-bottom p {
    display: none;
  }
  .news-sub {
    width: 100%;
    padding-left: 0;
    margin-top: 5px;
  }
  .news-list-v li {
    height: auto !important;
    border-bottom: solid 1px #ddd;
  }
  .news-list-v li > div {
    position: static !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .news-list-v h1 {
    font-size: 16px;
    line-height: 24px;
    white-space: normal;
  }
  .news-list-v .news-tag-group {
    display: block;
  }
  .news-list-card {
    padding: 15px 15px;
  }
}
/*news@media end*/
.section-bottom {
	height: 16.66666667%;
}

.section-bottom:before {
	content: "";
	display: block;
	height: 37.5%;
}

.section-more-wrap {
	text-align: center;
}

.section-more-wrap a {
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	color: #999;
	cursor: pointer;
	transition: 0.2s;
}

.section-more-wrap a span {
	vertical-align: middle;
}

.cui-icon {
	font-family: 'cui-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.section-more-wrap a .cui-icon {
	margin-left: 10px;
	transition: transform 0.2s;
}

.page-next {
	position: absolute;
	z-index: 10;
	left: 50%;
	bottom: 16px;
	width: 32px;
	height: 32px;
	margin-left: -16px;
	color: #252b3a;
	font-size: 0;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	animation: page-next 0.8s infinite alternate;
}

.page-next:hover {
	animation-play-state: paused;
	color: #f66f6a !important;
}

@keyframes page-next {
	0% {
		margin-bottom: -10px;
	}
	100% {
		margin-bottom: 0;
	}
}

.page-next span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 7px auto 0;
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
.page-next span:last-child {
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 auto;
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

.page-next span:before {
	content: "";
	display: block;
	width: 100%;
	border-top: solid 1px;
}

.page-next span:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	border-left: solid 1px;
	margin-top: -1px;
}


/*news end*/


/*合作企业 start*/

.brand_box .contentTitle {
	margin: 50px 0 38px 0;
	color: #333333;
	font-size: 30px;
	text-align: center;
	line-height: 40px;
}

.brand_box .firmUl {
	margin-bottom: 80px;
}

.brand_box .firmUl li {
	width: 223px;
	height: 117px;
	float: left;
	border: 1px solid #e9e9e9;
	margin: 0 13px 24px 0;
	background-color: #fff;
}

.brand_box .firmUl li:nth-child(5n) {
	margin: 0 0 24px 0;
}

.brand_box .firmUl li .imgs {
	cursor: pointer;
	overflow: hidden;
	border-color: #fff;
	width: 205px;
	height: 99px;
	padding: 10px;
}

.brand_box .firmUl li .imgs img {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.brand_box .firmUl li:hover .imgs img {
	transform: scale(0.85);
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: gray;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.page-slide-last-inner {
	box-sizing: border-box;
	overflow-y: auto;
	height: 100%;
	padding-bottom: 0;
}

/*合作企业 end*/


/*人才配置 pageStart*/


/*slider start*/

.slider {
	width: 100%;
	height: 540px;
	position: relative;
	overflow: hidden;
	z-index: 99;
}

.slider-item {
	width: 100%;
	overflow: hidden;
}

.slider-item a {
	display: block;
	height: 540px;
	width: 100%;
}

#sliderNavBtns {
	position: absolute;
	bottom: 30px;
	right: 26px;
	padding: 0px;
	z-index: 999999;
	width: 100%;
}

#sliderNavBtns ul {
	position: absolute;
	bottom: 0;
	left: 49%;
	z-index: 1;
	margin: 0 auto 4px;
	width: 100%;
}

.slider_nav_btns {
	float: left;
	margin: 1px 0 0 6px;
	width: 10px;
	height: 10px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	background: #fff;
	;
	opacity: .5;
	filter: alpha(opacity=50);
	border-radius: 50%;
}

.slider_nav_btns_active {
	margin: 1px 0 0 6px;
	margin-top: 0;
	height: 10px;
	width: 10px;
	text-align: center;
	overflow: hidden;
	opacity: 1;
	background-color: #fff;
	filter: alpha(opacity=100);
	cursor: pointer;
}


/*slider end*/


/*search start*/

.banner-slide {
	text-align: center;
	position: relative;
}

.banner-search {
	display: inline-block;
	width: 700px;
	z-index: 100;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.banner-search .layui-input-inline{
	margin-right: 0;
	text-align: left;
}
.banner-search .layui-form-select dl dd.layui-this{
	background-color: #00a4ff;
}
.banner-search .layui-btn{
	background: #393a45;
}
.banner-search input,.banner-search select,.banner-search button{
	height: 60px;
}
/*search end*/
/*人才配置 start*/

.talentcf-wraper{
}
.talentcf-wraper .layui-tab-content{
	padding: 0;
}
.talentcf-wraper .layui-tab-title>li{
	width: 20%;
}
.talentcf-wraper .layui-tab-brief>.layui-tab-title .layui-this {
    color: #00a4ff;
}
.talentcf-wraper .layui-tab-brief>.layui-tab-more li.layui-this:after,.talentcf-wraper .layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid #00a4ff;
}
/* .talentcf-wraper .company-list{
	padding: 50px 0;
} */
.talentcf-wraper .company-item{
	float: left;
	width: 120px;
	height: 120px;
	margin: 10px 31px 10px 20px;
}
.talentcf-wraper .company-item img{
	width: 100%;
	height: 100%;
}

/*--banner_box start--*/
.banner_box{ width: 1200px; height:120px; position: relative; overflow:hidden; margin:45px 0 19px 0;}
.banner_box .banner_list{position: absolute;left:0px;top: 0px; z-index: 198; height:120px; line-height:120px;}
.banner_box .banner_list li{width: 1200px;float: left;}
.banner_box .banner_list img{ width:1200px; height:120px;}
.banner_nav{ width:1200px;margin: 0 auto;  height:47px; line-height:47px; text-align: center;} 
.banner_nav a{ width: 11px;height: 11px;display: inline-block;_zoom:1;background: url(http://rcy.cg.km.gov.cn/public/static/index/images/index/bg_nav.jpg) no-repeat 0 0;font-size: 0px;line-height: 0px;margin:0 5px;}
.banner_nav a.on,.banner_nav a:hover{background: url(http://rcy.cg.km.gov.cn/public/static/index/images/index/bg_nav_on.jpg) no-repeat 0 0;}
/*--banner_box end--*/

/*--talent_list start--*/
#talent{ background-color:#f4f4f4; height:335px;padding: 50px 0;}
.talent_list{ clear:both; overflow:auto; padding-bottom:35px;}
.talent_list ul{ display:none;}
.talent_list .tab_data_hover{ display:block;}
.talent_list .tab_data_hover a{}
.talent_list .tab_data_hover a:visited{ color:#cccccc;}
.talent_list .talent_detail{ float:left; width:224px; height:240px; border: solid 1px #e9e9e9; background-color:#ffffff; text-align:center; padding:25px 10px; margin:0 20px 20px 0; position:relative;}
.talent_detail::before { position: absolute;top: -1px;right: -1px;bottom: -1px;left: -1px;content: '';opacity: 0;border-top: 2px solid #ff6666;border-bottom: 2px solid #ff6666;-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;transition: opacity 0.4s, transform 0.4s;-webkit-transform: scale(0,1);transform: scale(0,1);}
.talent_detail::after { position: absolute;top: -1px;right: -1px;bottom: -1px;left: -1px;content: '';opacity: 0;border-right: 2px solid #ff6666;border-left: 2px solid #ff6666;-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;transition: opacity 0.4s, transform 0.4s;-webkit-transform: scale(1,0);transform: scale(1,0);}
.talent_detail:hover::before,.talent_detail:hover::after{ opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
.talent_list .talent_detail_right{ float:right; margin:0 0px 15px 0;}
.talent_detail .talent_pic{ height:78px; margin-bottom:9px; text-align:center;}
.talent_detail .talent_pic .talent_pic_box{ height:78px; position:relative;}
.talent_pic_box .talent_pic_mask{ position:absolute; left:41px; z-index:100;height: 78px;width: 78px;cursor:pointer;}
.talent_pic_box .tab_hover_pic{ width:78px; height:78px;margin: auto;border-radius: 50%;overflow: hidden; z-index:10;}
.talent_detail .talent_pic .talent_pic_img{ width:78px; height:78px;}
.talent_detail .talent_name{ height:28px; line-height:28px; font-size:14px; font-weight:bold; color:#333333;position: relative; z-index:100;}

.talent_detail .talent_name a{ color:#333333;}
.talent_detail .talent_name a:visited{ color:#cccccc;}
.talent_detail .talent_name a:hover{ color:#ff6666;}

.talent_detail .talent_info{ height:24px; line-height:24px; font-size:14px; color:#5c5c5c;}
.talent_detail .talent_post{ height:24px; line-height:24px; font-size:14px; color:#5c5c5c;}
/*--talent_list end--*/
/*--workplace start--*/
#workplace{ overflow:auto; height:369px;}
.workplace_menu{ float:left; margin-top:43px; margin-left:34px; height:21px;}
.workplace_menu ul li{ float:left; font-size:14px; width:60px; margin:0 14px; height:21px; line-height:21px; text-align:center; color:#363636; cursor:pointer;}
.workplace_menu .tab_nav_on{ color:#ff6666; font-weight:bold;}
.workplace_menu .tab_nav_hover{ color:#ff6666;}
.workplace_list{ clear:both; padding-top:4px; overflow:hidden;}
.workplace_list ul li{ float:left;}
.workplace_list ul{ display:none;}
.workplace_list .tab_workplace_hover{ display:block;}
.workplace_list .workplace_detail{ width:50%; margin-bottom:30px;}
.workplace_list .workplace_more{ height:40px; line-height:40px; text-align:right; padding-right:40px; float:right; width:940px;}
.workplace_list .workplace_more a{ color:#666666; font-size:14px;}
.workplace_list .workplace_more a:hover{ color:#ff6666;}

.workplace_list .workplace_detail_right{ float:right;}
.workplace_detail .workplace_pic{ float:left; height:77px; padding-top:6px;}
.workplace_detail .workplace_pic img{ width:132px; height:77px;}
.workplace_detail .workplace_info{ float:left; width:318px; padding:0 0 0 10px;}
.workplace_info{ height:83px; overflow:hidden;}
.workplace_info .workplace_title{ height:25px; line-height:25px; font-weight:bold; font-size:13px;}
.workplace_info .workplace_title a{ font-weight:bold; font-size:14px; color:#333333;}
.workplace_info .workplace_title a:hover{ color:#ff6666;}
.workplace_info .workplace_abstract{ line-height:20px; font-size:12px; color:#666666;}
/*--workplace end--*/
.workplace_header{
	padding-bottom: 20px;
	color: #333;
}
.module_title{ clear:both; width:100px; height:64px; line-height:64px; padding:20px 0; font-size:24px; font-weight:bold; float:left;}
/*人才配置 end*/
/*人才风采 start*/
.section-talent{
	height: 100%;
	background: url(../image/homepage-talent-bg.jpg);
	background-position: center top;
	background-size: cover;
}
.section-talent .talen-list{
	
}
.section-talent .talen-item{
	float: left;
	width: 20%;
	text-align: center;
}
.section-talent .talent-avator{
	width: 170px;
	height: 170px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
    margin: 0 auto 5px;
    transition: 0.5s;
}
.section-talent .talen-item:hover .talent-avator{
	transform: scale(1.2);
}
.section-talent .talent-name{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
.section-talent .talent-name:hover{
	color: #333;
}
.section-talent .talent-company{
	font-size: 14px;
	color: #f90087;
	line-height: 24px;
}
.section-talent .talent-job{
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.section-talent .talen-item a,.section-talent .talen-item p{
	line-height: 28px;
	height: 28px;
}
/*人才风采 end*/

/*人才地图 start*/
.section-talentmap{
	height: 100%;
	background: url(../image/bg_talentmap.jpg) no-repeat center;
	background-size: cover;
}
.section-talentmap .section-title{
	color: #FFFFFF;
}
.section-talentmap .section-content-middle{
	height: 70%;
}
.talentmap-img{
	max-width: 100%;
	max-height: 100%;
    display: block;
    margin: auto;
	animation: flash 2s infinite;
}
@keyframes flash{
	0{
		opacity: 1;
	}
	70%{
		opacity: 0.7;
	}
	100%{
		opacity: 1;
	}
}
/*人才地图 end*/

.swiper-pagination-bullet{
	background: #ada5a5;
	opacity: 1;
}
.swiper-pagination-bullet-active{
    transform: scale(1.8);
    background: #007aff;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 12px 0;
}

/*最新活动start*/
.video_box {
	overflow: hidden;
	margin-top: 20px;
	width: 1190px;
	margin: 0 auto;
}

.video_box .new_title {
	text-align: center;
}

.video_box .new_title img {
	width: 121px;
}

.video_box .new_switch {
	width: 480px;
	margin: 45px auto 60px auto;
}
.video_box .new_switch ul {
	overflow: hidden;
}

.video_box .new_switch ul li {
	float: left;
	width: 50%;
	line-height: 43px;
	font-size: 18px;
	font-weight: bold;
	color: #474747;
	text-align: center;
}

.video_box .new_switch ul li a {
	color: #333333;
	display: block;
	border-bottom: 2px solid #eaebef;
}

.video_box .new_switch ul li a:hover {
	border-bottom: 2px solid #fe6665;
	color: #fe6665;
}

.video_box .new_switch ul li a.on {
	border-bottom: 2px solid #fe6665;
	color: #fe6665;
}

.video_box .new_switch ul li a span {
	font-family: "微软雅黑";
	font-size: 26px;
	font-weight: bold;
}

.events {
    width: 1200px;
}
.events li {
    list-style: none;
    width: 286px;
    height: 250px; 
    float: left;
    border: 1px solid #E6E6E6;
    margin-right: 16px;
    margin-bottom: 16px;
    background: #fff;
    transition: all .3s linear;
}
.events li:hover{
    box-shadow: 0 0 20px 1px rgba(109, 109, 109, 0.30);
}
.events li:nth-child(4n) {
    margin-right: 0;
}
.events li img.lazy {
    width: 100%;
    height: 178px;
    border-bottom: 1px solid #E6E6E6;
}
.event_info {
    padding: 5px 10px;
    color: #999999;
    font-size: 14px;
}
.event_info .event_name {
	font-size: 15px;
	color: #4D4D4D;
	height: 34px;
	display: block;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 1px;
	line-height: 17px;
}
.event_info a {
    color: #999;
    margin-left: 10px;
}
/*最新活动end*/

.trade_menu{ margin:60px auto 30px auto; height:21px; text-align: center; overflow:hidden;}
.trade_menu ul{ position:relative; left:50%;}
.trade_menu ul li{ float:left; width:59px; height:19px; line-height:19px; border:solid 1px #acacac; margin-right:8px; cursor:pointer; text-align:center; display:inline; background-color:#ffffff;position:relative;  right:50%; z-index:2;}
.trade_menu_choose{ float:left; margin-top:44px; width:75px; height:18px; line-height:18px; margin-left:6px;}
.trade_menu_prev{ cursor: pointer; float: left; height: 18px; line-height: 18px; text-align: center; width: 18px; background:url(../image/tab_choose_pic.jpg) top center no-repeat; background-position:0 -20px;}
.trade_menu_prev_end{ background:url(../image/tab_choose_pic.jpg) top center no-repeat; background-position:0 0;}
.trade_menu_next{ cursor: pointer;float: left;height: 18px;line-height: 18px; text-align: center;width: 18px; margin-left:11px; background:url(../image/tab_choose_pic.jpg) top center no-repeat; background-position:-20px -20px;}
.trade_menu_next_end{ background:url(../image/tab_choose_pic.jpg) top center no-repeat; background-position:-20px 0;}
/*--TAB start--*/
.trade_menu .tab_hover{ background-color:#ff6666;width:61px; height:21px; line-height:21px; border:0; color:#ffffff;}
.trade_menu .tab_mouseover{ background-color:#ff6666;width:61px; height:21px; line-height:21px; border:0; color:#ffffff;}
/*--TAB end--*/
/*--urgent_jobs start--*/
#urgent_jobs{ background-color:#f4f4f4;}
.urgent_jobs_list{ clear:both; overflow:auto;}
.urgent_jobs_list ul{ display:none;}
.urgent_jobs_list .tab_data_hover{ display:block;}
.urgent_jobs_list .urgent_jobs_detail{ 
width:289px; 
height:102px; 
float:left; 
border:dashed 1px #ccc; 
padding:12px 8px 12px 16px; 
margin:0 11px 12px 0; 
background-color:#ffffff;
position:relative;
*position:static;
cursor:pointer;
}
.urgent_curriculum_list{ clear:both; overflow:auto; padding-bottom:45px;}
.urgent_curriculum_list ul{ display:none;}
.urgent_curriculum_list .tab_data_hover{ display:block;}
.urgent_curriculum_list .urgent_jobs_detail{ 
width:293px; 
height:81px; 
float:left; 
border:dashed 1px #ccc; 
padding:12px 8px 12px 16px; 
margin:0 11px 12px 0; 
background-color:#ffffff;
position:relative;
*position:static;
cursor:pointer;
}
.urgent_jobs_detail:before { 
position: absolute;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
content: '';
opacity: 0;
-ms-filter:alpha(opacity=0);
filter:alpha(opacity=0);
border-top: 2px solid #ff6666;
border-bottom: 2px solid #ff6666;
border-top: 0px\9;
border-bottom: 0px\9;
-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
transition: opacity 0.4s, transform 0.4s;
-webkit-transform: scale(0,1);
-ms-transform: scale(0,1);
transform: scale(0,1);}
.urgent_jobs_detail:after { 
position: absolute;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
content: '';
opacity: 0;
-ms-filter:alpha(opacity=0);
filter:alpha(opacity=0);
border-right: 2px solid #ff6666;
border-left: 2px solid #ff6666;
border-right: 0px\9;
border-left: 0px\9;
-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
transition: opacity 0.4s, transform 0.4s;
-webkit-transform: scale(1,0);
transform: scale(1,0);
-ms-transform:scale(1,0);
}
.urgent_jobs_detail:hover:before,.urgent_jobs_detail:hover:after{ 
opacity: 1;

filter:alpha(opacity=100);
-webkit-transform: scale(1);
transform: scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
}
@media screen\9 {
	.urgent_jobs_detail:hover {
		border: 1px solid #ff6666;
	}
} 
.urgent_jobs_detail:hover {
		border: 1px solid #ff6666\9;
	}
.urgent_jobs_list .urgent_jobs_detail_right{ margin:0 0px 12px 0; float:right;}
.urgent_curriculum_list .urgent_jobs_detail_right{ margin:0 0px 12px 0; float:right;}
.urgent_jobs_title{ height:30px; line-height:30px;}
.urgent_jobs_title .urgent_jobs_post{ float:left; width:160px; font-size:14px; font-weight:bold; color:#434343;height: 30px;}
.urgent_jobs_title .urgent_jobs_salary{ float:left; width:85px; text-align:right; font-size:14px; font-weight:bold; color:#ff6666;}
.urgent_jobs_info,.urgent_jobs_company{ height:26px; line-height:26px; font-size:14px; color:#868686;text-overflow:hidden;overflow:hidden;white-space:nowrap;}
/*--company start--*/
.company_list{ clear:both; margin-bottom:18px;}
.company_list ul{ display:none;}
.company_list .tab_data_hover{ display:block;}
.company_list .company_detail{ width:280px; float:left; margin:0 17px 21px 0;}
.company_detail .company_pic{ position:relative; width:280px; height:163px;}
.company_detail .company_pic .company_logo{ position:absolute; width:80px; height:40px; top:0; right:0; border:solid 1px #c9c9c9;}
.company_list .company_detail_right{ margin:0 0px 21px 0;}
.company_pic .company_pic_big{ border:solid 1px #c9c9c9; width:278px; height:161px;}
.company_post{ padding:5px 0;}
.company_post_detail{ width:172px; height: 52px; line-height:26px; float:left; overflow:hidden;}
.company_post_detail ul{ display:block;}
.company_post_detail ul li{ line-height:26px; height:26px;}
.company_post_detail span { border-style: solid; border-width: 4px; color:#bcbcbc; float:left; height: 0; margin: 10px 8px 0 2px; overflow: hidden; width: 0;}
.company_post_detail .company_post_title{ float:left;}
.company_post_title a{ font-size:14px; color:#333333; }
.company_post_title a:hover { font-size:14px; color:#ff6666; }
.company_post_cnt { width:108px; float:left; line-height:26px; height:26px; text-align:right; font-size:14px; color:#868686;}
.company_post_cnt span{ color:#ff6666; display:inline-block; padding:0 3px;}
.company_post_cnt span a{ color:#ff6666;}
.company_post_cnt span a:hover{ color:#ff0000;}
/*--company end--*/
.clearfix:after {
	clear: both;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}

/*--urgent_jobs end--*/