footer{
	padding:30px 0;
}
footer p{
	text-align:center;
	color:#fff;
}
footer p:first-child span{
	margin-left:20px;
}
img{
	display:block;
}
li{
	list-style: none;
}
.scrolltop{
	width:100%;
	margin-top:-60px;
	height:60px;
    position: relative;
}
.employer{
	background:#fff;
}
.employer-nav{
	height:60px;
	position:relative;
	z-index:9999;
	
}
.slick-list{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:500px;
}
.headerbanner{
	margin-top:-60px;
}
.nav-bg{
	position:absolute;
	width:100%;
	height:60px;
	background:#000;
	opacity: 0.4;
	top:0;
	left:0;
}
.nav-content{
	position:relative;
	width:1190px;
	height:60px;
	margin:0 auto;
}
.employer-nav ul{
	float:right;
	position:absolute;
	bottom:9px;
	right:0;
}
.employer-nav.navfixed{
	position:fixed;
	left:0;
	top:0;
	width: 100%;
    z-index: 5;
}
.employer-nav ul li{
	float:left;
	padding:10px;
	font-size:16px;
}
.employer-nav ul li a{
	color:#fff;
}
.employer-nav ul li.active a,.employer-nav ul li a:hover{
	color: #00f0ff;
}
.logonav{
	float:left;
	padding-top:6px;
}
.logonav img{
	height:48px;
}
.slick-slider {
    margin-bottom: 0;
}
/* banner */
.employer-banner{
	width:100%;
	height:500px;
	background:#088bf6;
	position:relative;
}
.bannerslick{
	height:500px;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	display:none;
}
.bannerslick:first-child{
	display: block;
}
.bannercont{
	width:1190px;
	height:500px;
	margin:0 auto;
	position:relative;
}
.bannercont .bannerimg{
	position:absolute;
	right:50px;
	bottom:32px;
}	
.bannercont .bannerimg img{
	transform: translatey(10%);
	filter:alpha(opacity=100); 
    opacity: 1;
    height:400px;
}
.active .bannercont .bannerimg img{
	animation: translatey 0.5s linear;
    -webkit-animation: translatey 0.5s linear;
    -moz-animation: translatey 0.5s linear;
    -ms-animation: translatey 0.5s linear;
    -o-animation: translatey 0.5s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}
@keyframes translatey {
    0% {
        transform: translatey(10%);
        -webkit-transform: translatey(10%);
        -moz-transform: translatey(10%);
        -ms-transform: translatey(10%);
        -o-transform: translatey(10%);
        filter:alpha(opacity=0);   
      	-moz-opacity:0;   
      	-khtml-opacity: 0;   
      	opacity: 0;
    }
    100% {
        transform: translatey(0);
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -ms-transform: translatey(0);
        -o-transform: translatey(0);
        filter:alpha(opacity=100);   
      	-moz-opacity:1;   
      	-khtml-opacity: 1;   
      	opacity: 1;   
    }
}



.bannertext{
	position:absolute;
	left:128px;
	top:170px;
	color:#fff;
	transform: translatey(10%);
	filter:alpha(opacity=100);   
    opacity: 1;
}

.active .bannercont .bannertext{
	animation: translatey 0.5s linear;
    -webkit-animation: translatey 0.5s linear;
    -moz-animation: translatey 0.5s linear;
    -ms-animation: translatey 0.5s linear;
    -o-animation: translatey 0.5s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}
.bannertext h3{
	font-size:42px;
	padding-bottom:30px;
}
.bannertext p{
	font-size:22px;
	line-height:42px;
}

.upanddown .bannertext{
	width:100%;
	left:0;
	top:150px;
}
.upanddown .bannertext h3{
	text-align:center;
	font-size:30px;
	padding-bottom: 10px;
}
.upanddown .bannertext p{
	text-align:center;
}
.upanddown .bannerimg{
	bottom:0;
	width:100%;
	right:0;
}
.upanddown .bannerimg img{
	position:absolute;
	bottom:0;
	left:50%;
	width:600px;
	margin-left:-300px;
	height:auto;
}
.upanddown .bannerimg img:nth-child(1){
	width:auto;
	height:140px;
	margin-left:-324.75px;
}
.upanddown .bannerimg img:nth-child(2){
	height:156px;
	width:auto;
	margin-left:-237px;
	bottom:50px;
}
.upanddown .bannerimg img:nth-child(3){
	height:276px;
	width:auto;
	margin-left:-447.25px;
}



.employer-data{
	height:140px;
	width:1190px;
	margin:0 auto;
}
.employer-data>div{
	float:left;
	width:50%;
	margin:24px 0;
}
.employer-data>div span{
	height:90px;
	display:table;
	margin:0 auto;
}
.employer-data>div img{
	display:block;
	float:left;
	height:90px;
	margin-right:10px;
}
.employer-data>div h4{
	float: left;
	height:40px;
	font-size:36px;
	color:#087BD4;
	padding-top:4px;
	font-weight:bold;
}
.employer-data>div p{
	float: left;
	padding-top:14px;
	height:20px;
	font-size:14px;
}
.employer-data>div em,.employer-data>div i{
	font-style:normal;
}
.employer-data>div em{
	font-size:14px;
	color:#333;
	padding-left:4px;
	font-weight: normal;
}
.employer-data>div:first-child{
	border-right:1px solid #ccc;
}
.employer-bg{
	background:#F3F2F7;
	
	padding-bottom:24px;
}
.employer-title{
	padding:40px 0;
	text-align:center;
	font-size:24px;
}

.employer-product{
	width:800px;
	margin:0 auto;
	display:table;
}

.employer-product>div{
	margin-right:100px;
	float:left;
	width:350px;
	height:106px;
	padding-left:137px;
	margin-bottom:38px;
	position:relative;
}
.employer-product>div img{
	position:absolute;
	left:0;
	top:0;
	width:350px;
	z-index:1;
}
.employer-product>div.marrig{
	margin-right:0;
}
.employer-product>div h6{
	font-size:16px;
	color:#087BD4;
	padding-bottom:5px;
	padding-top:30px;
	position:relative;
	z-index:2;
}
.employer-product>div p{
	font-size:12px;
	color:#333;
	position:relative;
	z-index:2;
}
.employer-btn{
	padding:12px 0;
	width:160px;
	font-size:14px;
	border-radius:50px;
	display:block;
	margin:24px auto;
	text-align:center;
	background:none;
	color:#047AD1;
	border:1px solid #047AD1;
}
.employer-btn:hover{
	background: #047AD1;
	color:#fff;
}
a, a:hover, a:focus{
	color:#047AD1;
}
.scene{
	width:1186px;
	margin:0 auto;
	display:table;
}
.scene>div{
	width:395px;
	float:left;
	margin-bottom:70px;
}
.scene>div img{
	width:122px;
	margin:0 auto;
}
.scene>div h6{
	text-align:center;
	padding-top:30px;
	font-size:16px;
	color:#087BD4;
}
.scene>div p{
	text-align:center;
	font-size:12px;
	line-height:20px;
}
.advantage{
	background:url(../img/employer/500007055.jpg) no-repeat center;
	background-size:cover;
	padding-bottom:90px;
}
.advantage h4{
	color:#fff;
}
.advantage>div{
	display:table;
	width:1012px;
	margin:0 auto;
}
.advantage>div div{
	width:183px;
	float:left;
	height:259px;
	margin-left:24px;
	position:relative;
}
.advantage>div div img{
	position:absolute;
	left:0;
	top:0;
	width:183px;
	z-index:1;
}
.advantage>div div p{
	position:absolute;
	bottom:48px;
	left:0;
	text-align:center;
	color:#fff;
	font-size:14px;
	z-index:2;
	width:100%;
}
.advantage>div div p:after{
	content:"";
	width:32px;
	height:2px;
	background:#fff;
	position:absolute;
	top: -20px;
    left: 50%;
    margin-left: -16px;
}
.advantage>div div:first-child{
	margin-left:0;
}
.employer-value{
	background:url(../img/employer/lbj.jpg) no-repeat center;
	background-size:cover;
}
.employer-value>div{
	display:table;
	width:1040px;
	margin:0 auto;
}
.employer-value h4{
	color:#fff;
}
.employer-value>div>div{
	width:260px;
	float:left;
}
.employer-value>div>div img{
	height:100px;
	margin:0 auto;
}
.employer-value>div>div p{
	text-align:center;
	color:#fff;
	font-size:14px;
	padding:28px 0;
	padding-bottom:64px;
}
.employer-customer div{
	display:table;
	width:1040px;
	margin:0 auto;
	height:160px;
}
.employer-customer p{
	text-align:center;
}
.employer-customer p a{
	padding-bottom:6px;
	margin-left:78px;
	font-size:18px;
	color:#000;
}
.employer-customer p a.active{
	border-bottom:2px solid #037CD5;
	position:relative;
	color:#047AD1;
}
.employer-customer p a.active:after{
	content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -8px;
    left: 50%;
    border-top: 8px solid #037CD5;
    margin-left: -10px;
}
.employer-customer p a:first-child{
	margin-left:0;
}
.employer-customer span.marleft{
	margin-left:0;
}
.employer-customer span{
	width:178px;
	border-radius:5px;
	margin-left:30px;
	height:52px;
	display:block;
	float:left;
	margin-bottom:30px;
	background:#F3F2F7;
}
.employer-customer i{
	width:178px;
	margin-left:30px;
	height:52px;
	display: table-cell;
	vertical-align: middle;
}
.employer-customer img{
	width: 140px;
	/* width: 100%; */
	/* height: 100%; */
	border-radius:5px;
	display:block;
	margin:0 auto;
	vertical-align: middle;
}
.employer-tab{
	padding-top:40px;
	padding-bottom:20px;
}
.employer-tab>div{
	display:none;
}
.employer-tab>div:last-child{
	/* padding-top:54px; */
}
.employer-tab>div:first-child{
	display:block;
}
.employer-case{
	display:table;
	margin:0 auto;
}
.employer-case>p{
	width:39px;
	height:310px;
	padding-top:30px;
	float:left;
}
.employer-case p a{
	width:38px;
	font-size:16px;
	line-height:20px;
	display:block;
	background:#fff;
	border:1px solid #047AD1;
	border-right:none;
	color:#047AD1;
	text-align:center;
	padding:38px 0;
	margin-bottom:10px;
	border-radius:5px 0 0 5px;
}
.employer-case p a.active{
	background:#047AD1;
	border:1px solid #047AD1;
	color:#fff;
}
.employer-case>div{
	width:1045px;
	height:450px;
	background:#fff;
	float:left;
	margin-left:-1px;
	box-shadow: 0px 0px 12px #d6d6d6;
}
.employer-cases>div{
	float:left;
	width:474px;
	padding-left:32px;
	padding-top:30px;
}
.employer-cases>.img{
	float: right;
	width:510px;
	height:400px;
	padding-top:0;
	margin-right:20px;
	background:url(../img/employer/al1.png) no-repeat center;
	background-size:233px;
	position:relative;
}
.employer-cases.employer-casestwo>.img{
	background:url(../img/employer/anli2.png) no-repeat center;
	background-size: 242px;
}
.employer-cases>.img span{
	position:absolute;
}
.employer-cases>.img span h5{
	font-size:16px;
	color:#333;
	font-weight:normal;
	line-height:16px;
}
.employer-cases>.img span p{
	font-size:18px;
	color:#087BD4;
	font-weight: bold;
	line-height: 28px;
}
.employer-cases>.img span:nth-child(1){
	top: 226px;
	text-align:right;
}
.employer-cases>.img span:nth-child(2){
	top: 316px;
    left: 172px;
}
.employer-cases>.img span:nth-child(3){
	top: 304px;
    left: 308px;
}
.employer-cases>.img span:nth-child(4){
	top: 144px;
    left: 376px;
}
.employer-cases.employer-casestwo>.img span:nth-child(1){
	top: 258px;
    text-align: right;
    left: 64px;
}
.employer-cases.employer-casestwo>.img span:nth-child(2){
	
}
.employer-cases.employer-casestwo>.img span:nth-child(3){
	top: 130px;
    left: 384px;
}
.employer-cases>div p{
	line-height:32px;
	font-size:14px;
}
.employer-cases>div p i{
	font-style:normal;
	font-size:22px;
	font-weight:bold;
	color:#087BD4;
}
.employer-cases>div p.price{
	text-align:right;
}
.employer-cases{
	display:none;
}
.employer-cases:first-child{
	display: block;
}
.employer-process{
	padding-bottom:30px;
}
.process{
	display:table;
	width:810px;
	margin:0 auto;
	border-top:1px dashed #087BD4;
	padding:0 30px;
}
.process:first-child{
	border-top:none;
}
.process>div{
	float:left;
	padding:0 30px;
	min-width:82px;
	position:relative;
	margin:26px 0;
}
.process div:first-child{
	padding:0;
	position: relative;
	line-height:84px;
	text-align:center;
	width:95px;
	height:84px;
	margin-right:30px;
}
.process div:first-child img{
	position:absolute;
	width:95px;
	height:84px;
}
.process div:first-child p{
	text-align:center;
	position:relative;
	width:95px;
	color:#fff;
	font-size:18px;
	padding:0;
	padding-left:12px;
}
.process div img{
	margin:0 auto;
	height:56px;
}
.process div p{
	text-align:center;
	font-size:14px;
	padding-top:8px;
}
.process div span{
	position:relative;
	display:block;
}
.process div span:after{
	content:"";
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #999;
	position:absolute;
	right:-38px;
	top:50%;
	margin-top:-8px;
}
.process div span.centericon:after{
	right:-92px;
}
.process div.lastdom span:after{
	border:none;
}
.employer-sny>div{
	width:500px;
	margin:0 auto;
	display:table;
	position:relative;
	padding-bottom:340px;
	position:relative;
}
.employer-sny{
	position:relative;
}
.employer-sny img{
	margin:0 auto;
	position:absolute;
	bottom:0;
	width:490px;
	left:50%;
	margin-left:-241.5px;
}
.employer-sny>div>div{
	position:absolute;
	height:84px;
}
.employer-sny>div>div.cj{
	bottom:36px;
	left:-93px;
}
.employer-sny>div>div.nl{
	bottom:138px;
	left:3px;
}
.employer-sny>div>div.hy{
	bottom: 206px;
    left: 214px;
}
.employer-sny>div>div.gz{
	bottom: 138px;
    right: -15px;
}
.employer-sny>div>div.fxd{
	bottom: 36px;
    right: -113px;
}
.employer-sny>div>div.hy label{
	line-height:0px;
	width:84px;
	text-align:center;
}
.employer-sny>div>div.hy img{
	
}
.employer-sny>div>div label{
	float:left;
	line-height:84px;
	padding:0 16px;
	font-size:16px;
}
.employer-sny>div>div span{
	width:84px;
	height:84px;
	display:block;
	float:left;
	position:relative;
}
.employer-sny>div>div img{
	width:64px;
    margin: 0;
    left: 10px;
	top:10px;
	z-index:3;
}
.employer-sny>div>div i{
	position:absolute;
	width:76px;
	height:76px;
	left:4px;
	top:4px;
	display:block;
	z-index:2;
	background:url(../img/employer/yuanbg.png) no-repeat center;
	border-radius:50%;
}
.employer-sny>div>div em{
	position:absolute;
	left:0;
	top:0;
	background:#057ad1;
	transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    filter:alpha(opacity=1);   
    -moz-opacity:1;   
    -khtml-opacity: 1;   
    opacity: 1;  
    border-radius: 50%;
    width:84px;
    height:84px;
    display:block;
    z-index:1;
}
.employer-sny.active>div>div em{
    animation: scalespan 2s linear infinite;
    -webkit-animation: scalespan 2s linear infinite;
    -moz-animation: scalespan 2s linear infinite;
    -ms-animation: scalespan 2s linear infinite;
    -o-animation: scalespan 2s linear infinite;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}
@keyframes scalespan {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        filter:alpha(opacity=1);   
      	-moz-opacity:1;   
      	-khtml-opacity: 1;   
      	opacity: 1;   
    }
    100% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        filter:alpha(opacity=0);   
      	-moz-opacity:0;   
      	-khtml-opacity: 0;   
      	opacity: 0;   
    }
}
.employer-sny p{
	text-align:center;
	padding-bottom:20px;
	font-size:16px;
	margin-top:-20px;
}


.contnetQA{
	width:998px;
	margin:0 auto;
}
.contnetQA>div:first-child{
	display: block;
}
.contnetQA>div{
	display:none;
	padding-bottom:70px;
}
.contnetQA h5{
	font-size:16px;
	color:#047AD1;
	padding-bottom:10px;
	border-bottom:1px solid #E3E3E3;
	padding-top:32px;
	margin-bottom:10px;
}
.contnetQA p{
	font-size:14px;
	line-height:24px;
}
.contnetQA table{
	border:1px solid #E3E3E3;
	width:100%;
}
.contnetQA table tr:first-child{
	border-top:none;
}
.contnetQA table tr{
	height:40px;
	border-top:1px solid #e3e3e3;
	text-align:center;
}
.contnetQA table.ys tr td:nth-child(2),.contnetQA table.ys tr td:nth-child(3),.contnetQA table.ys tr td:nth-child(4){
	color:#999;
}
.contnetQA table tr:first-child{
	color:#047AD1;
}
.contnetQA table.ys tr:first-child td{
	color:#047AD1;
}
.contnetQA table tr th,.contnetQA table tr td{
	border-left:1px solid #e3e3e3;
}
.contnetQA table tr th:first-child,.contnetQA table tr td:first-child{
	border-left:none;
}
.qanav{
	margin:0 auto;
	display:table;
	margin-bottom:70px;
}
.qanav a{
	width:28px;
	height:28px;
	display:block;
	float:left;
	border:1px solid #047AD1;
	color:#000;
	line-height:28px;
	text-align:center;
	margin-left:10px;
}
.qanav a.active{
	background:#047AD1;
	color:#fff;
}
.qanav a:first-child{
	margin-left:0;
}

.QAbanner{
	height:260px;
	width:100%;
	background:#057ad1;
}
.processbanner{
	height:260px;
	width:100%;
	background:#057ad1;
}
.processbanners,.QAbanners{
	width: 1190px;
    margin: 0 auto;
    height:500px;
    position: relative;
}
.processbanners div,.QAbanners div{
	color:#fff;
	padding-top: 118px;
	padding-left:142px;
}
.processbanners div h3,.QAbanners div h3{
	font-size:30px;
	line-height:32px;
	padding-bottom:24px;
}
.processbanners div p,.QAbanners div p{
	font-size:18px;
	line-height:20px;
}
.processbanners img,.QAbanners img{
	float:right;
	height:160px;
	margin-right: 122px;
    margin-top: 78px;
    right:0;
    top:0;
    position:absolute;
}
.processnav{
	width:1120px;
	height:50px;
	margin:0 auto;
	margin-top:60px;
}
.processnav a{
	width:280px;
	float:left;
	border:1px solid #ccc;
	border-left:none;
	height:48px;
	line-height:48px;
	text-align:center;
	position:relative;
	color:#000;
	font-size:14px;
	background:#F7F8FC;
}
.processnav a:hover{
	background:#fff;
}
.processnav a:first-child{
	border-left: 1px solid #ccc;
}
.processnav a.active{
	border-top:2px solid #047AD1;
	color:#047AD1;
	background:#fff;
}

.processcontent{
	width:1000px;
	margin:0 auto;
	margin-top:40px;
	border-left:1px solid #047AD1;
	margin-bottom:40px;
}
.processcontent h3,.processcontent p{
	padding-left:30px;
	position:relative;
}
.processcontent h3{
	font-size:16px;
	height:29px;
	line-height:29px;
	color:#047AD1;
}
.processcontent p{
	font-size:14px;
	line-height:36px;
}
.processcontent h3:after{
	content:"1";
	width:25px;
	height:29px;
	text-align:center;
	line-height:29px;
	position:absolute;
	left:-13px;
	top:0;
	display:block;
	background:url(../img/employer/processbg.png) no-repeat center;
	color:#fff;
}
.processcontent h3.two:after{
	content:"2";
}
.processcontent h3.three:after{
	content:"3";
}
.processcontent h3.four:after{
	content:"4";
}
.processcontent h3.five:after{
	content:"5";
}
.processcontent h3.six:after{
	content:"6";
}
.processcontent h3.seven:after{
	content:"7";
}
.processcontent h3.eight:after{
	content:"8";
}
.processcontent h3.nine:after{
	content:"9";
}
.processcontent .lplc h3{
	margin-bottom:30px;
}
.processcontent .lplc p{
	color:#f00;
}
.processcontent .lplc h3.nine{
	margin-bottom:10px;
}
.processcontent>div{
	display:none;
}
.processcontent>div:first-child{
	display:block;
}
.processcontent p:after{
	content:"";
	width:7px;
	height:7px;
	text-align:center;
	line-height:7px;
	position:absolute;
	left:-4px;
	top:50%;
	margin-top:-3.5px;
	display:block;
	border-radius:50%;
	background:#82bce8;
}
.processcontent>div p:last-child{
	line-height: 14px;
    padding-top: 10px;
}
.processcontent>div p:last-child:after{
	top: initial;
	bottom:0;
}
.qa{
	width:660px;
	margin:0 auto;
	display:table;
	margin-bottom:40px;
}
.qa>div{
	width:480px;
	float:left;
}	
.qa img{
	float:right;
	height:200px;
	margin-top:40px;
}	
.qa h5:first-child{
	margin-top:0;
}
.qa h5{
	font-size:14px;
	background:url(../img/employer/q.png) no-repeat left center;
	padding-left:30px;
	line-height:24px;
	color:#047AD1;
	margin-top:10px;
}	
.qa li{
	padding-left:30px;
	background:url(../img/employer/a.png) no-repeat left center;
	line-height:24px;
	font-size:12px;
}	