@charset "UTF-8";
.proBannerSection{
	display: block;
	background: url("../images/proBanner.png") #1d63ef center no-repeat;
	width: 100%;
	height: 500px;
	text-align: center;
}
.proBannerInfo{
	background: url("../images/proBannerImg.png") right -150px top no-repeat;
	height: 100%;
	margin: 0 auto;
	display: table;
	position: relative;
	z-index: 10;
}
.proBannerReport{
	position: absolute;
	width: 250px;
	top: 131px;
	right: 420px;
}
.proBannerReport-area{
	width: inherit;
	height: inherit;
}
.proBannerReport-area img{
	width: 100%;
	animation: leftRight 2.5s infinite ease;
}
.meteorStar{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
}
.meteorStar span{
	width: 46px;
	height: 46px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: -46px;
	animation: modotani linear infinite;
}
.meteorStar span:nth-of-type(1){
	width: 66px;
	height: 40px;
	left: 10%;
	background-image: url('../images/meteorStar-1.png');
	animation-duration: 2s;
	animation-delay: .2s;
}
.meteorStar span:nth-of-type(2){
	width: 88px;
	height: 54px;
	left: 24%;
	opacity: .6;
	background-image: url('../images/meteorStar-2.png');
	animation-duration: 2s;
	animation-delay: .6s;
}
.meteorStar span:nth-of-type(3){
	width: 58px;
	height: 35px;
	left: 38%;
	opacity: .5;
	background-image: url('../images/meteorStar-3.png');
	animation-duration: 2.5s;
	animation-delay: .4s;
}
.meteorStar span:nth-of-type(4){
	width: 58px;
	height: 35px;
	left: 56%;
	opacity: .8;
	background-image: url('../images/meteorStar-4.png');
	animation-duration: 1.5s;
	animation-delay: .2s;
}
.meteorStar span:nth-of-type(5){
	width: 88px;
	height: 54px;
	left: 96%;
	background-image: url('../images/meteorStar-2.png');
	animation-duration: 3s;
	animation-delay: 1.2s;
}
.meteorStar span:nth-of-type(6){
	width: 58px;
	height: 35px;
	left: 64%;
	background-image: url('../images/meteorStar-3.png');
	animation-duration: 3s;
	animation-delay: 1.2s;
}
.meteorStar span:nth-of-type(7){
	width: 58px;
	height: 35px;
	left: 75%;
	background-image: url('../images/meteorStar-4.png');
	animation-duration: 3s;
	animation-delay: .4s;
}

.tab {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.tab-nav {
	overflow: hidden;
}

.tab-nav a {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #2C2C2C;
}

.tab-nav a.current {
	background: #80b600;
	color: #ffffff;
}
.tab-con {
	position: relative;
	width: inherit;
	overflow: hidden;
}
.tab-con-item {
	display: none;
	width: inherit;
	text-align: center;
	color: #2c2c2c;
}
.proSection{
	display: block;
	position: relative;
}
.proSection-area{
	padding-top: 80px;
	padding-bottom: 40px;
}
.proSectionTab{
	margin-top: 40px;
}
.proSectionTab-1,
.proSectionTab-6{
	text-align: center;
}
.proSectionTab-1 .tab-nav,
.proSectionTab-6 .tab-nav{
	display: inline-block;
	vertical-align: top;
	height: 60px;
	font-size: 0;
	border: 1px solid #1d63ef;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}
.proSectionTab-1 .tab-nav a,
.proSectionTab-6 .tab-nav a{
	padding: 14px 50px;
	height: 60px;
	line-height: 32px;
	font-size: 16px;
	position: relative;
}
.proSectionTab-1 .tab-nav a:after,
.proSectionTab-6 .tab-nav a:after{
	content: "";
	background: #EDEDED;
	width: 1px;
	height: 42px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -21px;
}
.proSectionTab-1 .tab-nav a:after,
.proSectionTab-6 .tab-nav a:after{
	display: none;
}
.proSectionTab-1 .tab-nav a.current,
.proSectionTab-6 .tab-nav a.current{
	background: #1d63ef;
}
.proSectionTab-1 .tab-nav a.current:after,
.proSectionTab-6 .tab-nav a.current:after{
	background: #1d63ef;
}
.proTab1Icon{
	background: url("../images/proTab1-icon.png") no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: top;
	margin-right: 3px;
}
.proTab1Icon-1{
	background-position: 0 0;
}
.proTab1Icon-2{
	background-position: -32px 0;
}
.proTab1Icon-3{
	background-position: -64px 0;
}
.proTab1Icon-4{
	background-position: -96px 0;
}
.proTab1Icon-5{
	background-position: -128px 0;
}
.proSectionTab-1 .tab-nav a.current .proTab1Icon-1{
	background-position: 0 -32px;
}
.proSectionTab-1 .tab-nav a.current .proTab1Icon-2{
	background-position: -32px -32px;
}
.proSectionTab-1 .tab-nav a.current .proTab1Icon-3{
	background-position: -64px -32px;
}
.proSectionTab-1 .tab-nav a.current .proTab1Icon-4{
	background-position: -96px -32px;
}
.proSectionTab-1 .tab-nav a.current .proTab1Icon-5 {
	background-position: -128px -32px;
}
.proSectionTab-1-item{
	margin-top: 67px;
	font-size: 0;
	min-height: 338px;
}
.proSectionTab-1-item:after{
	content: "";
	width: 0;
	display: table;
	visibility: hidden;
	clear: both;
}
.proTabLink{
	display: block;
	width: 164px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	background: #1d63ef;
	border-radius: 4px;
	text-decoration: none;
}
.proTabLinkWhite{
	background: #ffffff;
	color: #1d63ef;
}
.proSectionTab-1-item-text{
	display: block;
	overflow: hidden;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 50px;
}
.proSectionTab-1-item-text-tit{
	font-size: 22px;
	font-weight: 500;
	color: #2C2C2C;
	text-align: left;
	margin-bottom: 24px;
}
.proTabUl{
	padding-left: 16px;
	display: block;
	list-style: disc;
	color: #1d63ef;
	text-align: left;
}
.proTabUl li{
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 24px;
	color: #2C2C2C;
}
.proSectionTab-1-item-img{
	width: 560px;
}
.proSectionTab-1-item-img img{
	width: 100%;
	vertical-align: top;
}
.proSectionOrg{
	background: url("../images/proOrgBg.jpg") top center no-repeat;
	height: 678px;
}
.proSection-area-org .sectionTitle{
	color: #ffffff;
}
.proSection-area-org .sectionTitle span:after{
	background: #ffffff;
}
.proSectionTab-2{
	text-align: center;
}
.proSectionTab.proSectionTab-2{
	margin-top: 20px;
}
.proSectionTab-2 .tab-nav{
	display: inline-block;
	vertical-align: top;
	padding: 0 180px;
	height: 60px;
	font-size: 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}
.proSectionTab-2 .tab-nav a{
	padding: 14px 0;
	height: 60px;
	margin: 0 20px;
	line-height: 32px;
	font-size: 16px;
	color: #ffffff;
	position: relative;
	opacity: .8;
	transition: all .2s ease;
}
.proSectionTab-2 .tab-nav a.current{
	background: transparent;
	font-weight: bold;
	font-size: 20px;
	opacity: 1;
}
.proSectionTab-2 .tab-nav a:after{
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.proSectionTab-2 .tab-nav a.current:after{
	background: #ffffff;
}
.proSectionTab-2 .proSectionTab-1-item-text-tit,
.proSectionTab-2 .proTabUl li{
	color: #1d63ef;
}
.proSectionTab-2 .proTabUl li{
	margin-bottom: 14px;
}
.proSectionTab-2 .proSectionTab-1-item{
	font-size: 0;
	text-align: center;
}
.proSectionTab-2 .proSectionTab-1-item-img{
	display: inline-block;
	vertical-align: top;
}
.proSectionTab-2 .proSectionTab-1-item-text{
	background: rgba(255,255,255,.9);
	width: 372px;
	height: 232px;
	padding: 40px 34px;
	color: #1d63ef;
	border-radius: 4px;
	margin-left: 100px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin-top: 33px;
}
.proSectionAttendance{
	background: url("../images/proAttendanceBg.jpg") top center no-repeat;
	height: 620px;
}
.proSection-area-attendance{
	position: relative;
	height: inherit;
	padding-top: 80px;
}
.proSection-area-attendance .sectionTitle{
	color: #ffffff;
}
.proSection-area-attendance .sectionTitle span:after{
	background: #ffffff;
}

.attendanceSection-content-line{
	width: 180px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-left: 1px solid rgba(255,255,255,.2);
	border-right: 1px solid rgba(255,255,255,.2);
}
.attendanceTab-area {
	position: relative;
	width: 100%;
	/*	height: 230px;
		overflow: hidden;*/
	margin: 20px auto 20px auto;
	font-family: Arial;
}

.attendanceTab-area .tab-nav {
	width: 180px;
	height: 321px;
	position: absolute;
	left: 0;
	z-index: 5;
	border-top: 1px solid rgba(255,255,255,.2);
}

.attendanceTab-area .tab-nav a {
	display: block;
	float: left;
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid rgba(255,255,255,.2);
}

.attendanceTab-area .tab-nav a.current {
	background: rgba(255,255,255,.2);
}

.attendanceTab-area .tab-con {
	position: relative;
	width: 100%;
	height: 420px;
	overflow: hidden;
	text-align: center;
}

.attendanceTab-area .tab-con-item {
	display: none;
	width: 100%;
	height: inherit;
	font-size: 0;
	text-align: center;
	color: #fff;
}
.attendanceTab-area .attendanceTab-img{
	width: 500px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}
.attendanceTab-area .attendanceTab-img img{
	width: 100%;
}
.attendanceTab-area .attendanceTab-box{
	width: 300px;
	display: inline-block;
	vertical-align: middle;
}

.attendanceTab-area .attendanceTab-list{
	width: 300px;
	list-style: disc !important;
	display: inline-block;
	vertical-align: middle;
}
.attendanceTab-area .attendanceTab-list li{
	list-style: disc !important;
	font-size: 16px;
	text-align: left;
	color: #ffffff;
	margin-bottom: 30px;
}
.proSectionJob{
	background: url("../images/proJobBg.jpg") top right no-repeat;
	height: 712px;
}
.proSectionTab-3{
	text-align: center;
}
.proSectionTab.proSectionTab-3{
	margin-top: 20px;
}
.proSectionTab-3 .tab{
	overflow: inherit;
}
.proSectionTab-3 .tab-nav{
	height: auto;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	text-align: center;
	overflow: inherit;
}
.proSectionTab-3 .tab-nav a{
	width: 176px;
	height: 76px;
	margin: 0 8px;
	border: 3px solid transparent;
	line-height: 70px;
	font-size: 18px;
	color: #ffffff;
	position: relative;
	bottom: 0;
	border-radius: 8px;
	transition: all .3s ease;
}
.proSectionTab-3 .tab-nav a.current{
	background: transparent;
	border-color: rgba(45, 134, 255, .8);
	bottom: 5px;
}
.proSectionTab-3 .proTabUl{
	list-style: none;
	padding-left: 0;
}
.proSectionTab-3 .proTabUl li{
	line-height: 25px;
	margin-bottom: 24px;
	position: relative;
	padding-left: 34px;
}
.proSectionTab-3 .proSectionTab-1-item{
	font-size: 0;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 27px;
}
.proSectionTab-3 .proSectionTab-1-item-img{
	width: 679px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.proSectionTab-3 .proSectionTab-1-item-text{
	width: 400px;
	padding: 40px 34px 0 34px;
	margin-right: 80px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
.proTab3Icon{
	background: url("../images/proTab3Icon.png") no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 0;
}
.proTab3Icon-1{
	background-position: 0 0;
}
.proTab3Icon-2{
	background-position: -25px 0;
}
.proTab3Icon-3{
	background-position: -50px 0;
}
.proTab3Icon-4{
	background-position: -75px 0;
}
.proTab3Icon-5{
	background-position: -100px 0;
}
.proTab3Icon-6{
	background-position: 0 -25px;
}
.proTab3Icon-7{
	background-position: -25px -25px;
}
.proTab3Icon-8{
	background-position: -50px -25px;
}
.proTab3Icon-9{
	background-position: -75px -25px;
}
.proTab3Icon-10{
	background-position: -100px -25px;
}
.proTab3Icon-11{
	background-position: -125px 0;
}
.TabHref{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	z-index: 5;
}
.TabHref:after{
	content: "";
	background: rgba(45, 134, 255, .19);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.TabHref-1{
	background: url("../images/TabHref-1.png") center no-repeat;
}
.TabHref-2{
	background: url("../images/TabHref-2.png") center no-repeat;
}
.TabHref-3{
	background: url("../images/TabHref-3.png") center no-repeat;
}
.TabHref-4{
	background: url("../images/TabHref-4.png") center no-repeat;
}
.TabHref-5{
	background: url("../images/TabHref-5.png") center no-repeat;
}
.TabHref-6{
	background: url("../images/TabHref-6.png") center no-repeat;
}
/*绩效管理*/
.performance-area{
	width: auto;
}
.proSectionTab-4 .tab{
	text-align: center;
	font-size: 0;
}
.proSectionTab-4 .tab .tab-con{
	background: url("../images/performanceBg.png") no-repeat;
	width: 600px;
	height: 610px;
	display: inline-block;
	vertical-align: top;
	margin-right: 38px;
}
.proSectionTab-4 .tab .tab-nav{
	width: 610px;
	display: inline-block;
	vertical-align: top;
}
.proSectionTab-4 .tab-nav a{
	width: 100%;
	color: #2c2c2c;
	position: relative;
	text-align: left;
}
.proSectionTab-4 .tab-nav a.current{
	background: transparent;
}
.proSectionTab-4 .tab-con-item{
	font-size: 16px;
}
.performanceSection-item{
	padding: 5px 20px;
	width: 100%;
	height: 122px;
	display: table;
	border-bottom: 1px solid rgba(235, 235, 235, 1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.performanceFirstItem{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.tab-nav a.current .performanceSection-item.blueBg{
	background: rgba(45, 134, 255, 1);
}
.tab-nav a.current .performanceSection-item.yellowBg{
	background: rgba(255, 173, 36, 1);
}
.performanceSection-item-box{
	display: table-cell;
	vertical-align: middle;
}
.performanceSection-item-title{
	height: 33px;
	line-height: 33px;
	font-size: 22px;
	color: inherit;
}
.performanceSection-item-list{
	margin-top: 10px;
	padding-left: 16px;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	color: inherit;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}
.performanceSection-item-list li{
	list-style: disc;
	font-size: 14px;
	color: inherit;
}
.tab-nav a.current .performanceSection-item-box{
	color: #ffffff;
}
.tab-nav a.current .performanceSection-item-list{
	height: 63px;
	visibility: visible;
}
.proSectionTab-4 .tab .tab-con .j-tab-con{
	width: 100%;
	height: 100%;
}
.proSectionTab-4 .tab .tab-con .tab-con-item,
.tab-con-item-table{
	width: inherit;
	height: inherit;
}
.tab-con-item-table{
	display: table;
	font-size: 0;
}
.tab-con-item-box{
	display: table-cell;
	vertical-align: middle;
}
.tab-con-item-box img{
	width: 565px;
	margin: 0 auto;
}
/*智多薪*/
.plugSection-area{
	width: auto;
	padding-top: 80px;
}
.plugSection-content{
	padding-top: 80px;
	text-align: center;
	font-size: 0;
}
.plugSection-disc{
	background: url("../images/plugSectionImg.png") top center no-repeat;
	background-size: 386px 391px;
	width: 400px;
	height: 400px;
	overflow: hidden;
	margin: 0 40px;
	display: inline-block;
	vertical-align: top;
}
.plugSection-discOne{
	width: 360px;
	height: 600px;
	border: 1px solid #1d63ef;
	border-radius: 400px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.rotatingOrbit{
	width: 100%;
	height: 100%;
	position: absolute;
}
.plugSection-discOne .rotatingOrbit{
	animation: clockwise 20s infinite linear;
}
.plugSection-discTwo .rotatingOrbit{
	animation: anti-clockwise 10s infinite linear;
}
.dotDisc{
	position: absolute;
	width: 32px;
	height: 32px;
	display: inline-block;
}
@-webkit-keyframes clockwise{
	0%{
		transform: rotate(0deg);
		opacity: 0;
	}
	4%{
		opacity: 1;
	}
	96%{
		opacity: 1;
	}
	to{
		opacity: 0;
		transform: rotate(190deg);
	}
}
@keyframes clockwise{
	0%{
		transform: rotate(0deg);
		opacity: 0;
	}
	4%{
		opacity: 1;
	}
	96%{
		opacity: 1;
	}
	to{
		opacity: 0;
		transform: rotate(190deg);
	}
}
@-webkit-keyframes anti-clockwise{
	from{
		transform: rotate(190deg);
	}
	to{
		transform: rotate(-20deg);
	}
}
@keyframes anti-clockwise{
	from{
		transform: rotate(190deg);
	}
	to{
		transform: rotate(-20deg);
	}
}
.dotDisc:before{
	content: "";
	width: 32px;
	height: 32px;
	background:rgba(45,134,255,.15);
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 0;
}
.plugSection-discOne .dotDisc{
	top: 296px;
	left: -16px;
}
.plugSection-discTwo .dotDisc{
	top: 190px;
	right: 50px;
}
.dotDisc:after{
	content: "";
	width: 20px;
	height: 20px;
	background:rgba(45,134,255,1);
	border-radius: 20px;
	position: absolute;
	left: 6px;
	top: 6px;
}
.plugSection-discTwo{
	width: 460px;
	height: 460px;
	border: 1px solid #1d63ef;
	border-radius: 400px;
	margin: 70px auto;
	text-align: center;
	position: relative;
}
.plugSection-discThree{
	width: 320px;
	height: 320px;
	border: 1px dashed #1d63ef;
	border-radius: 400px;
	margin: 70px auto;
	text-align: center;
}
.plugSection-content-top{
	width: 380px;
	display: inline-block;
	font-size: 0;
}
.plugSection-item{
	position: relative;
	font-size: 0;
	display: block;
	padding: 16px 2px 16px 30px;
	margin-top: 36px;
	border-radius:4px;
	border:1px solid #dbdbdb;
	transition: background .2s,border-color .2s;
}
.plugSection-item:hover{
	background:rgba(29,99,239,1);
	border-color: rgba(29,99,239,1);
}
.plugSection-item:hover *{
	color: #ffffff !important;
}
.plugSection-item-area{
	display: block;
	vertical-align: top;
	text-align: left;
	margin-left: -13px;
}
.plugSection-item-text{
	color: #222222;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}
.plugSection-item-list{
	width: 100%;
}
.plugSection-item-list li{
	list-style: disc;
	font-size: 14px;
	text-align: left;
	margin: 4px 0;
}
.plugSection-content-bottom{
	width: 380px;
	display: inline-block;
	font-size: 0;
}
.proSection-otr{
	background: url("../images/proSection-otr.png") top center no-repeat;
	height: 664px;
	margin-top: 40px;
	position: relative;
	z-index: 5;
}
.proSection-otr:after{
	content: "";
	background: rgba(255,255,255,0.46);
	border-top: 1px solid #FFFFFF;
	backdrop-filter: blur(10px);
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.proSection-otr .proSection-area{
	padding-bottom: 0;
}
.proSectionTab-6 .tab-nav.tab-nav-otr{
	border: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.proSection-otr .proSectionTab-1-item{
	margin-top: 15px;
	min-height: 433px;
}
.proTab6Icon{
	background: url("../images/otrTabIcon.png") no-repeat;
	background-size: 100px 40px;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
	margin-top: 6px;
}
.proTab6Icon-1{
	background-position: 0 0;
}
.proTab6Icon-2{
	background-position: -20px 0;
}
.proTab6Icon-3{
	background-position: -40px 0;
}
.proTab6Icon-4{
	background-position: -60px 0;
}
.proTab6Icon-5{
	background-position: -80px 0;
}
.proSectionTab-6 .tab-nav a.current .proTab6Icon-1{
	background-position: 0 -20px;
}
.proSectionTab-6 .tab-nav a.current .proTab6Icon-2{
	background-position: -20px -20px;
}
.proSectionTab-6 .tab-nav a.current .proTab6Icon-3{
	background-position: -40px -20px;
}
.proSectionTab-6 .tab-nav a.current .proTab6Icon-4{
	background-position: -60px -20px;
}
.proSectionTab-6 .tab-nav a.current .proTab6Icon-5 {
	background-position: -80px -20px;
}