/*----共用模块样式---------*/
html,body{
	width: 100%;
	height: 100%;
}
.entire{
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
    padding-bottom: 2.5rem;
}
.content-area{
	margin: 0 auto;
}
.header{
	width:100%;
	height: 2rem;
/*	background-color: #000000;*/
}
.header-sub{
	width: 100%;
	height: 100%;
	padding: 0 0.75rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.logo{
	width: 3.5rem;
	height: 1rem;
	background: url(new_logo.png) no-repeat center;
	background-size: 3.5rem 1rem;
}
.logo a{
	display: block;
	width: 100%;
	height: 100%;
}
.menu-icon{
	width: 0.8rem;
	height: 0.6rem;
	background: url(new_menu_icon.png) no-repeat center;
	background-size: 0.8rem 0.6rem;
}
.menu-content{
	width: 9.25rem;
	padding: 0 0.75rem;
	position: absolute;
	top: 2rem;
	right: 0;
	background-color: rgba(8,13,46,0.85);
	z-index: 3;
}


.menu{
	font-size: 0.45rem;
	color: #d1d3e5;
}
.menu-item{
	width: 100%;
}
.menu-item span{
	display: block;
	height: 1.75rem;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #fff;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	padding-left: 0.4rem;
}
.header .down{
	background: url(arrow.png) no-repeat ;
	background-position: 7rem center;
	background-size: 0.35rem 0.2rem;
}
.header .dropdown-board-s {
	visibility: hidden;
	opacity: 0;
	display: none;
	width: 100%;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	border-bottom: 1px solid #fff;
	padding: 0.5rem 0.4rem;
}
.header .visible{
	visibility: visible;
	opacity: 1;
	display: block;
}



.header .dropdown-board-s .item {
	display: block;
	position: relative;
	width: 100%;
	height: 1.2rem;
	line-height: 1.2rem;
}

.tel{
	width: 100%;
	height: 3rem;
	font-size: 0.7rem;
	color: #fff;
	text-align: center
}
.tel span{
	display: inline-block;
	height: 3rem;
	color: #fff;
	background: url(tel.png) no-repeat left center;
	background-size: 0.8rem 0.8rem;
	padding-left: 1.2rem;
	line-height: 3rem;
}

.cooperate{
	width: 100%;
/*	background-color: #f5f7fa;*/
	padding: 2.25rem;
}
.cooperate-content{
	margin: 0 auto;
}
.cooperate-til{
	width: 100%;
	font-size: 1.2rem;
	color: #3f3f3f;
	text-align: center;
}
.cooperate-tip{
	font-size: 0.5rem;
	color: #6c6c6c;
	width: 100%;
	text-align: center;
	margin-top: 0.25rem;
}
.cooperate-list{
	margin: 0 0.5rem;
	margin-top: 1.3rem;
	text-align: center;
}
.cooperate-list img{
	width: 100%;
	height: auto;
}
.order-area{
	width: 100%;
	height: 152px;
	background-image: url(footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top:30px;
}

.order-area{
	width: 100%;
	height: 150px;
	background-image: url(order_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.order-txt{
	height: 100%;
	line-height: 150px;
	font-size: 39px;
	color: #fff;
	float: left;
}
.order-btn{
	width: 177px;
	height: 44px;
	background: #fff;
	font-size: 16px;
	color: #2a8bfc;
	float: right;
	line-height: 44px;
	text-align: center;
	border-radius: 22px;
	margin-top: 53px;
	cursor: pointer;
}
.order-form{
	width: 100%;
	background-color: #0c389b;
	padding: 2.25rem 1.4rem;
}
.order-form-area{
	
}
.order-form-til{
	width: 100%;
	font-size: 0.8rem;
	color: #fff;
	text-align: center;
}
.form-area{
	width: 100%;
	margin: 0 auto;
	margin-top: 1rem;
}

.form-item{
	width: 100%;
	height: 1.5rem;
	border-radius: 0.15rem;
	position: relative;
	background: #fff;
	cursor: pointer;
    margin-top: 0.5rem;
}
.form-item input{
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
	border: none;
	outline: none;
	padding-right: 0.75rem;
	padding-left: 0.25rem;
	font-size: 0.6rem;
	color: #333;
}
.form-item span{
	position: absolute;
	font-size: 16px;
	color: #eb4335;
	right: 18px;
	line-height: 1.5rem;
	top: 0;
	
}
.form-item select{
	width: 100%;
	height: 100%;
	-webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: block;
    text-align: start;
     appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: transparent;
    cursor: default;
    margin: 0em;
    font-size: 0.6rem;
    color: #333;
    border: none;
    border-image: initial;
    outline: none;
	 padding-left: 10px;
	 position: relative;
	 padding-right: 30px;
}
select option:nth-child(1){
	color: #ccc;
}
.select:after{
  content: "";
  width: 14px;
  height: 8px;
  background: url(arrow.png) no-repeat center;
	/*通过定位将图标放在合适的位置*/
	position: absolute;
	  right: 20px;
	  top: 41%;
	/*给自定义的图标实现点击下来功能*/
	pointer-events: none;
}
.btn-submit{
	width: 7.5rem;
	height: 1.5rem;
	background-color: #ff5310;
	font-size: 0.6rem;
	text-align: center;
	line-height: 1.5rem;
	color: #fff;
	border-radius: 0.75rem;
	position: relative;
	margin: 1.375rem auto;
	
}
.btn-submit input{
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.midhign-talent-banner{
	background-image: url(new_midhign_talent_banner.jpg);
}
.job-outsource-banner{
	background-image: url(job_outsource_banner.jpg);
}
.personnel-outsource-banner{
	background-image: url(personnel_outsource_banner.jpg);
}
.flexible-employ-banner{
	background-image: url(flexible_employ_banner1014.jpg);
}
.enterprise-assist-banner{
	background-image: url(enterprise_assist_plan.jpg);
}
.service-banner{
	background-image: url(service_banner.png);
}
.footer{
	width: 100%;
	
}
.footer-top{
	width: 100%;
	height: 445px;
	background-color:#000000;
	padding-top: 1rem;
	
}
.footer-top-sub{
	/*padding: 0 20px;*/
}


.footer-menu{
	width: 100%;
	padding: 0 0.75rem;
}
.footer-menu-item{
	width: 100%;
}
.menu-item-txt{
	height: 2rem;
	border-bottom: 1px solid #fff;
	font-size: 0.6rem;
	color: #d1d3e5;
	padding-left: 0.75rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	position: relative;
}
.footer .down:before{
	content: "";
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.35rem;
	height: 0.2rem;
	background: url(arrow.png) no-repeat ;
	background-position: right center;
	background-size: 0.35rem 0.2rem;
}
.footer-menu-item ul{
	font-size: 14px;
	color: #ced2e9;
	visibility: hidden;
	opacity: 0;
	display: none;
	width: 100%;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	border-bottom: 1px solid #fff;
	padding: 0.5rem 0.45rem;
}
.footer-menu-item ul li{
	display: block;
	position: relative;
	width: 100%;
	height: 1.2rem;
	line-height: 1.2rem;
}

.footer .visible{
	visibility: visible;
	opacity: 1;
	display: block;
}
.footer-contact-qrcode{
	width: 100%;
	height: 4.75rem;
   	text-align: center;
}
.footer-contact{
	width: 100%;
	height: 4.75rem;
   	display: flex;
   	display: -webkit-flex;
   	justify-content: space-between;
   	align-items: center;
}
.footer-contact-txt{
	padding-left: 0.7rem;
	font-size: 0.5rem;
	color: #d1d3e5;
	line-height: 0.8rem;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
}
.footer-contact-txt div{
	width: 100%;
}

.footer-contact-txt div:nth-child(2){
	margin-top: 0.4rem;
}

.code-pic{
	width: 4.35rem;
	height: 4.35rem;
}
.code-pic img{
	width: 4.35rem;
}
.footer-bottom{
	width: 100%;
	height: 1.1rem;
	background-color:#1f233d;
	color: #9093a3;
	font-size: 0.35rem;
	text-align: center;
	line-height: 1.1rem;
}
.footer-bottom span{
	display: inline-block;
	
}
.black-alert{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 9;
}
.black-sub{
	width: 100%;
	height: 100%;
}
.bottom-block-fixed{
    width: 100%;
    height: 2.5rem;
    position: fixed;
    background-color: #fff;
    z-index: 999;
    left: 0;
    bottom: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    z-index: 99;
}
.fight-fixed-item{
	width: 25%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.hover-block-wx{
	display: none;
	width: 10.25rem;
	height: 11.9rem;
	position: absolute;
	bottom:2.5rem;
	right: 0.75rem;
	background: url(hover_wx_block.png) no-repeat center;
	background-size: 100% 100%;
}
.active .hover-block-wx{
	display: block;
}
.fixed-icon{
	width: 1rem;
	height: 1rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1rem 1rem;
}
.fixed-txt{
	font-size: 0.4rem;
	color: #6c6c6c;
	line-height: 0.6rem;
	text-align: center;
}
.bottom-icon01{
	background-image: url(bottom_icon01.png);
}
.bottom-icon02{
	background-image: url(bottom_icon02.png);
}
.bottom-icon03{
	background-image: url(bottom_icon03.png);
}
.bottom-icon04{
	background-image: url(bottom_icon04.png);
}
.active{
	/*background-color: #0854d2;*/
}
.active .fixed-txt{
	color: #0854d2;
}
.active .bottom-icon01{
	background-image: url(bottom_icon01_sel.png);
}
.active .bottom-icon02{
	background-image: url(bottom_icon02_sel.png);
}
.active .bottom-icon03{
	background-image: url(bottom_icon03_sel.png);
}
.active .bottom-icon04{
	background-image: url(bottom_icon04_sel.png);
}
.fixed-form{
	width: 300px;
	min-height: 359px;
	border-radius: 10px;
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	/*background: #fff;*/
	z-index: 999;
	padding-bottom: 20px;
	/*box-shadow: 1px 0 4px #b7babf;*/
}
.fixed-center-form{
	width: 11.75rem;
	/*height: 13.05rem;*/
	border-radius: 0.25rem;
	position: fixed;
	top: 50%;
	transform: translate(-50%,-50%);
	
	z-index: 999;
	/*overflow: hidden;*/
	/*padding-bottom: 1.25rem;*/
	left: 50%;
}
.fixed-form-sub{
	width: 100%;
	min-height: 13.05rem;
	position: relative;
	background: #fff;
	padding-bottom: 1.25rem;
}
.close{
	width: 1.5rem;
	height: 1.5rem;
	background: url(dialog_close@3x.png) no-repeat center;
	background-size: contain;
	position: absolute;
	bottom: -2.75rem;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}
.form-fiexd-header{
	width: 100%;
	height: 2.25rem;
	background: #0854d2;
	font-size: 0.75rem;
	color: #fff;
	text-align: center;
	line-height: 2.25rem;
	position: relative;
	
}
.fixed-form form{
	width: 100%;
	margin: 1rem auto 0 auto;
	text-align: center;
}
.fixed-form .btn-submit{
	width: 6rem;
	height: 1.25rem;
	background-color: #0854d2;
	font-size: 0.5rem;
	color: #fff;
	border-radius: 0.625rem;
	position: relative;
	cursor: pointer;
	line-height: 1.25rem;
	text-align: center;
	margin-bottom: 0;
}
.fixed-form .btn-submit input{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
}
.fixed-form .form-item{
	width: 9.95rem;
	border: 1px solid #ccc;
	margin: 0.4rem auto 0 auto;
}
.banner{
	width: 100%;
	height: 9.75rem;
}
.swiper-container{
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-slide{
	width: 100%;
	height: 100%;
}
.banner-bg{
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner1{
	background-image: url(new_banner11015.jpg);
}
.banner2{
	background-image: url(new_banner21015.jpg);
}
.banner3{
	background-image: url(new_banner03.png);
}
.product-banner{
	background-image: url(new_product_banner.png);
}
.service-banner{
	background-image: url(service_banner.png);
}
.intro-banner{
	background-image: url(introBanner.png);
}
.banner_sub0{
	background-image: url(new_banner_sub0.png);
}
.banner_sub1{
	background-image: url(new_banner_sub1.png);
}
.banner_sub2{
	background-image: url(new_banner_sub2.png);
}
.banner_sub3{
	background-image: url(new_banner_sub3.png);
}
.banner_sub4{
	background-image: url(banner_sub4.png);
}
.banner_sub5{
	background-image: url(new_banner_sub5.png);
}
.banner_sub6{
	background-image: url(new_banner_sub6.png);
}
.model-area{
	width: 100%;
	padding-top: 2.25rem;
/*	padding-bottom: 2.25rem;*/
}
.model-til{
	font-size: 0.8rem;
	color: #3f3f3f;
	text-align: center;
}
.model-tip{
	margin: 0 0.75rem;
	font-size: 0.6rem;
	color: #6c6c6c;
	margin-top: 0.4rem;
	text-align: center;
	line-height: 0.9rem;
}
.swiper-machine {
	width: 100%;
	margin-top: 1.6rem;
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0.75rem;
}

.swiper-machine .content {
	width: 8.1rem;
	min-height: 4.2rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	align-items: center;
	border: 1px solid #dbdbdb;
	border-radius: 0.2rem;
	margin-top: 0.25rem;
	padding: 0.6rem 0.6rem;
}
.swiper-machine .content:nth-child(7){
	width: 100%;
}
.swiper-machine .sel{
	background: #0854d2;
}
.label-info{
	flex-shrink: 1;
	flex-grow: 1;
}

.swiper-machine .label {
	font-size: 0.5rem;
	color: #3f3f3f;
}
.swiper-machine .sel .label{
	color: #fff;
}
.swiper-machine .info {
    font-size: 0.4rem;
    color: #6c6c6c;
}
.swiper-machine .sel .info{
	color: #fff;
}

.swiper-machine .icon {
    width: 2.05rem;
    height: 2.05rem;
    background-repeat: no-repeat;
	background-position: center;
	background-size: 2.05rem 2.05rem;
	flex-grow:0;
    flex-shrink: 0;
    margin-right: 0.2rem;
}

.swiper-machine .icon1 {
     background-image: url(new_icon01.png)
}
.swiper-machine .sel .icon1{
	 background-image: url(new_icon01_sel.png)
}
.swiper-machine .icon2 {
    background-image: url(new_icon02.png)
}
.swiper-machine .sel .icon2{
	 background-image: url(new_icon02_sel.png)
}
.swiper-machine .icon3 {
    background-image: url(new_icon03.png)
}
.swiper-machine .sel .icon3{
	 background-image: url(new_icon03_sel.png)
}
.swiper-machine .icon4 {
    background-image: url(new_icon04.png)
}
.swiper-machine .sel .icon4{
	 background-image: url(new_icon04_sel.png)
}
.swiper-machine  .icon5 {
    background-image: url(new_icon05.png)
}
.swiper-machine .sel .icon5{
	 background-image: url(new_icon05_sel.png)
}
.swiper-machine .icon6{
    background-image: url(new_icon06.png)
}
.swiper-machine .sel .icon6{
	 background-image: url(new_icon06_sel.png)
}
.swiper-machine .icon7{
    background-image: url(new_icon07.png)
}
.swiper-machine .sel .icon7{
	 background-image: url(new_icon07_sel.png)
}






.trade-model{
	background-color: #f5f7fa;
}
.trade-swiper{
	margin: 1.3rem 0.75rem;
	height: 5.15rem;
	position: relative;
	overflow: hidden;
}
.trade-swiper .swiper-wrapper{
}
.trade-swiper .swiper-slide{
	height: 3.5rem;
}
.trade-pic{
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/*margin:100px auto 0 auto;*/
}
.trade-pic1{
	background-image: url(process1.png);
}
.trade-pic2{
	background-image: url(process2.png);
}
.trade-pic3{
	background-image: url(process3.png);
}
.trade-pic4{
	background-image: url(process4.png);
}
.adv-model{
}
.adv-model .content-area{
	position: relative;
}
.adv-txt{
	width: 467px;
	margin-top: 100px;
}
.adv-til{
	font-size: 30px;
	color: #606060;
	margin-bottom: 29px;
	margin-top: 10px;
}
.adv-p{
	font-size: 18px;
	color: #6c6c6c;
	position: relative;
	padding-left: 36px;
	line-height: 30px;
	margin-top: 10px;
}
.adv-p::before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: #0854d2;
	position: absolute;
	top: 12px;
	left: 15px;
	
}
.cooprerate-btn{
	width: 153px;
	height: 48px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 48px;
	background-color: #0854d2;
	border-radius: 24px;
	margin-top: 110px;
	margin-left: 36px;
	cursor: pointer;
}
.adv-pic{
	width: 17.1rem;
	height: 15.05rem;
	background: url(new_adv.jpg) no-repeat center;
	background-size: 100% 100%;
	margin: 1.5rem auto 0 auto;
}
.advantage{
	background-color: #0c389b;
	color: #fff;
}
.advantage .content-area{
	position: relative;
}
.advantage .model-til,.advantage .model-tip{
	color: #fff;
}

.map-pic{
	width: 16.4rem;
	height: 18.2rem;
	background: url(new_blue_map.png) no-repeat center;
	background-size: 100% 100%;
	margin: 1.3rem auto;
	
}
.guarantee-model{
	width: 100%;
	background-color: #fff;
}
.guarantee-pic{
    width: 17.3rem;
    height: 9.45rem;
    background: url(new_service_guarantee.png) no-repeat center;
    background-size: 100% 100%;
    margin: 1.6rem auto 0 auto;
}
.honor-model{
	width: 100%;
	background-color: #fff;
}
.honor-model .swiper-area{
	height: 5.85rem;
	position: relative;
    margin: 1.4rem 0.75rem 0 0.75rem;
}
.honor-swiper{
	height: 5.85rem;
	position: relative;
    overflow: hidden;
    margin: 0 1.9rem;
}
.swiper-area .swiper-button-next {
    right: 0.75rem;
    background-image: url(arrow_right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.8rem 1.2rem;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
}
.swiper-area .swiper-button-prev {
    left: 0.75rem;
    background-image: url(arrow_left.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.7rem 1.2rem;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
}
.honor-swiper .swiper-wrapper{
	margin: 0 auto;
}
.honor-swiper  .swiper-slide{
	width: 6.3rem;
	height: 5.9rem;
	margin-right: 0.2rem;
}
.honor-item{
	width: 6.3rem;
	height: 5.9rem;
}
.honor-pic{
	width: 6.3rem;
	height: 5.9rem;
	margin: 0 auto;
}
.honor-pic img{
	width: 6.3rem;
	height: 5.9rem;
}
.honor-txt{
	width: 4.825rem;
	font-size: 0.4rem;
	color: #6c6c6c;
	text-align: center;
	line-height: 0.5rem;
	margin: 0.25rem auto 0 auto;
	display: none;
}
.develop-model{
	/*height: 11.2rem;*/
	background: url(develop_bg.png) no-repeat center;
	background-size: cover;
	padding-top: 1.75rem;
}
.develop-model .model-til{
	color: #fff;
}
.develop-swiper-area{
	width: 100%;
	height: 13rem;
	margin: 0.5rem auto 0 auto;
	position: relative;
}
.arrow-prev,.arrow-next{
    width: 0.9rem;
    height: 0.9rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.arrow-prev{
	background-image: url(arrow_left_circle.png);
	left: 0.75rem;
}
.arrow-next{
	background-image: url(arrow_right_circle.png);
	right: 0.75rem;
}
.develop-swiper{
	width: 100%;
	height: 13rem;
	margin: 0 auto 0 auto;
	position: relative;
	overflow: hidden;
}



.story-content .story-list-wrap {
    width: 100%;
    position: relative;
    height: 100%;
}
.swiper-button-disabled{
	opacity: 0.5;
}

.story-content .story-list-wrap .story-list {
    /*height: 380px;
    width: auto;
    position: absolute;
    top: 50%;
    transition: transform 1s*/
}



.story-content .story-list-wrap .story-list.no-line:before {
    display: none
}
.story-content .story-list-wrap .swiper-slide{
	 width: 4.4rem;
    height: 100%;
}
.story-content .story-list-wrap .story-list .story-item {
    width: 4.4rem;
    /*height: 190px;*/
   height: 100%;
    /*position: relative ;*/
}

.story-content .story-list-wrap .story-list .story-item .item-text-wrap {
	width: 100%;
	height: 100%;
    position: relative
}

.story-content .story-list-wrap .story-list .story-item .item-text-wrap .item-text {
    cursor: pointer
}

.story-content .story-list-wrap .story-list .story-item .item-text-wrap .item-text:hover .item-description {
    color: #333
}

.story-content .story-list-wrap .story-list .story-item .item-text-wrap .item-text:hover+.line {
    background-color: #333
}

.story-content .story-list-wrap .story-list .story-item .item-text-wrap .item-text:hover+.line+.spot {
    background-color: #333;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    /*left: -8px*/
}

.story-content .story-list-wrap .story-list .story-item .item-time {
    font-size: 0.65rem;
    color: #91b5f9;
}

.story-content .story-list-wrap .story-list .story-item .item-time>span {
    font-size: 14px;
    color: #91b5f9;
}

.story-content .story-list-wrap .story-list .story-item .item-description {
    font-size: 0.4rem;
    color: #91b5f9;
    /*line-height: 20px*/
}

.story-content .story-list-wrap .story-list .story-item .line {
    content: "";
    height: 1.25rem;
    width: 1px;
    background-color: #648dee;
    position: absolute;
    left: 0.1rem;
}

.story-content .story-list-wrap .story-list .story-item .spot {
    content: "";
    width: 0.26rem;
    height: 0.26rem;
    border-radius: 50%;
    background-color: #648dee;
    position: absolute;
    left: 0px;
    z-index: 1;
}
.story-content .story-list-wrap .story-list .story-item .line-horizontal{
	content: "";
    height: 1px;
    width: 4.2rem;
    background-color: #648dee;
    position: absolute;
    left: 0.25rem;
    
}
.story-content .story-list-wrap .story-list .story-item-top .line-horizontal{
   bottom: 0.13rem;
}
.story-content .story-list-wrap .story-list .story-item-top{
   padding-top: 0.52rem;
}
.story-content .story-list-wrap .story-list .story-item-top .item-text-wrap {
    /*height: 3.25rem;*/
    height: 50%;
    display: flex;
    flex-direction: column;
    /*justify-content: flex-end;*/
    box-sizing: border-box;
    
}

.story-content .story-list-wrap .story-list .story-item-top .item-text-wrap .item-text:hover+.line+.spot {
    /*bottom: -68px*/
}

.story-content .story-list-wrap .story-list .story-item-top .line {
    bottom: 0.25rem;
}

.story-content .story-list-wrap .story-list .story-item-top .spot {
    bottom: 0rem;
}

.story-content .story-list-wrap .story-list .story-item-bottom {
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
}

.story-content .story-list-wrap .story-list .story-item-bottom .item-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 50%;
}

.story-content .story-list-wrap .story-list .story-item-bottom .item-text-wrap .item-text:hover+.line+.spot {
    /*top: -8px*/
   background: #333;
}

.story-content .story-list-wrap .story-list .story-item-bottom .line {
    display: none;
}

.story-content .story-list-wrap .story-list .story-item-bottom .spot {
    top: 0px
}

.story-content .story-list-wrap .story-list .story-item-bottom .line-horizontal {
    top: 0.13rem;
}
.story-content .story-list-wrap .story-list .story-item-bottom .item-time {
    margin-top: 18px
}

.story-content .story-list-wrap .gradient-box-bottom {
    bottom: 0
}

.story-content .story-list-wrap .gradient-box-bottom,.story-content .story-list-wrap .gradient-box-top {
    width: 50px;
    height: 100px;
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff);
    position: absolute;
    right: 0
}

.story-content .story-list-wrap .gradient-box-top {
    top: 0
}

.story-content.slide-reverse-color .story-list-wrap .story-list .story-item .line,.story-content.slide-reverse-color .story-list-wrap .story-list .story-item .spot,.story-content.slide-reverse-color .story-list-wrap .story-list:before {
    background-color: #6f82a2
}

.story-content.slide-reverse-color .story-button {
    background-color: #303f5b
}

.story-content.slide-reverse-color .story-button:hover {
    background-color: #47546d
}

.story-content.slide-reverse-color .item-text:hover .item-description,.story-content.slide-reverse-color .item-time>span,.story-content.slide-reverse-color .item-time {
    color: #fff!important
}

.story-content.slide-reverse-color .item-description {
    color: #b3b3b3!important
}
.more-info-model{
	width: 100%;
	/*height: 439px;*/
	
/*	background: #f5f7fa;*/
}
.info-swiper-area{
    margin: 0 1.35rem;
    height: 4.5rem;
    position: relative;
    margin-top: 1rem;
}
.info-arrow-prev,.info-arrow-next{
	width: 0.7rem;
	height: 1.2rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	
}
.info-arrow-prev{
	left: 0;
	background-image: url(arrow_left.png);
}
.info-arrow-next{
	right: 0;
	background-image: url(arrow_right.png);
}
.info-swiper{
	margin: 0 1.5rem;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.info-swiper .swiper-slide{
	width: 6rem;
    height: 4.5rem;
    margin-right: 0.2rem;
   
}
.info-swiper .swiper-slide:first-child{
	 margin-left: 0;
}
.block-items {
    width: 6rem;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0.8rem 0.45rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0.2rem;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(213,213,213,0.28);
    box-shadow: 0px 0px 18px 0px rgba(213,213,213,0.28);
    cursor: pointer
}
.block-items h4 {
    color: #6c6c6c;
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
    font-weight: 400;
    text-align: left;
    line-height: 0.8rem;
    max-height: 1.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block-items  a {
    color: #6c6c6c
}

.block-items  p {
    color: #6c6c6c;
    font-size: 0.3rem;
    text-align: left
}
.line-overflow-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all
}
.block-items p .detail a{
    color: #0095ff;
    margin-left: 0.1rem
}

.block-items  p .detail:hover {
    color: #0072c1
}

.flow-model{
	width: 100%;
}
.flow-pic{
	width: 16.65rem;
	height: 3.3rem;
	margin: 1rem auto 0 auto;
	background: url(insure.png) no-repeat center;
	background-size: 100% 100%;
}
.flow-full-job-pic{
	width: 16.65rem;
	height: 3.3rem;
	margin: 1rem auto 0 auto;
	background: url(full_job.png) no-repeat center;
	background-size: 100% 100%;
}
.flow-wages-pic{
	width: 16.65rem;
	height: 3.3rem;
	margin: 1rem auto 0 auto;
	background: url(wages.png) no-repeat center;
	background-size: 100% 100%;
}
.flow-service-pic{
	width: 16.65rem;
	height: 3.3rem;
	margin: 1rem auto 0 auto;
	background: url(service.png) no-repeat center;
	background-size: 100% 100%;
}
.scene-model{
	width: 100%;
}
.scene-list{
	margin: 1.5rem 0.5rem 0 0.5rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.scene-item{
	width: 8.25rem;
	min-height: 5.75rem;
	padding: 0.5rem 0;
	border-radius: 0.1rem;
	box-shadow:0px 7px 30px 0px rgba(231,236,249,0.5);
	-webkit-box-shadow:0px 7px 30px 0px rgba(231,236,249,0.5);
	border: 1px solid #efefef;
	margin-top: 0.5rem;
}

.scene-pic{
	width: 1.6rem;
	height: 1.6rem;
	background: url(circle.png) no-repeat center;
	background-size: 1.6rem 1.6rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.scene-icon{
	width: 0.8rem;
	height: 0.8rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 0.8rem 0.8rem;
	margin: 0 auto;
}
.scene-icon1{
	background-image: url(scecne_icon1.png);
}
.scene-icon2{
	background-image: url(scecne_icon2.png);
}
.scene-icon3{
	background-image: url(scecne_icon3.png);
}
.scene-icon4{
	background-image: url(scecne_icon4.png);
}
.scene-til{
	font-size: 0.5rem;
	color: #606060;
	line-height: 0.6rem;
	text-align: center;
	margin: 0.25rem 0.5rem;
}
.scene-txt{
    font-size: 0.4rem;
    color: #8f8f8f;
    /*line-height: 0.5rem;*/
    margin: 0.25rem 0.5rem;
    text-align: center;

}
.hro-model{
	width:100%;
	height: 14.65rem;
	background-color: #0c389b;
	
}
.hro-pic{
	width: 100%;
	height: 14.65rem;
	background: url(new_HROContent.png) no-repeat center;
	background-size: 100% 100%;
	margin: 0 auto;
	
}
.num-service-model{
	width: 100%;
	/*height: 1062px;*/
	background-color: #fff;
}
.num-service-list{
    margin: 1.8rem 0.5rem 0 0.5rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.num-service-item{
	width: 8.3rem;
	min-height: 9.8rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 0.5rem;
	border-radius: 0.1rem;
	box-shadow:0px 7px 30px 0px rgba(231,236,249,0.5);
	-webkit-box-shadow:0px 7px 30px 0px rgba(231,236,249,0.5);
	border: 1px solid #efefef;
    padding: 1rem 0.5rem;
	
	
}
.num-service-item:nth-child(even){
}

.service-pic{
	width: 2.5rem;
	height: 2.5rem;
	margin: 0 auto;
	background: url(circle.png) no-repeat center;
	background-size: 2.5rem 2.5rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.num-icon1,.num-icon2,.num-icon3,.num-icon4{
	width: 1.2rem;
	height: 1.2rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.2rem 1.2rem;
	
}
.num-icon1{
	background-image: url(numIcon1.png);
}
.num-icon2{
	background-image: url(numIcon2.png);
}
.num-icon3{
	background-image: url(numIcon3.png);
}
.num-icon4{
	background-image: url(numIcon4.png);
}
.sevice-txt{
	margin-top: 0.5rem;
}
.service-til{
	font-size: 0.5rem;
	line-height: 0.9rem;
	color: #606060;
	text-align: center;
}
.sevice-txt ul{
	font-size: 0.4rem;
	line-height: 0.9rem;
	color: #8f8f8f;
    padding-left: 0.55rem;
    list-style: outside;
    margin-top: 0.4rem;
}
.sevice-txt ul li{
	list-style-type: disc;
}
.service-ques-pic-model{
}
.service-ques-pic{
	margin: 1.5rem 0.5rem 0 0.5rem;
}
.service-ques-pic img{
	width: 100%;
}
.comment-model{
	/*height: 727px;*/
}
.commont-swiper{
	height: 9rem;
	position: relative;
	overflow: hidden;
	margin: 1.5rem 0.5rem 0 0.5rem;
}
.commont-swiper .swiper-wrapper{
	width: 100%;
	height: 6.5rem;
}
.commont-swiper .swiper-slide{
	width: 100%;
	height: 100%;
	padding: 0.7rem 0.5rem;
	box-shadow: 0 0 0.4rem #bfcad2;
	border-radius: 0.1rem;
	border: 1px solid #DBDBDB;
}
.commont-pic{
	width: 4rem;
	height: 5rem;
	background-repeat:no-repeat;
	background-position: center;
	background-size: 100% 100%;
	float: left;
	margin-right: 0.5rem;
}
.commont-pic1{
	background-image: url(commont-pic.png);
	
}
.commont-pic2{
	background-image: url(commont-pic2.png);
	
}
.commont-pic3{
	
	background: url(commont-pic3.png);
}
.commont-content{
	overflow: hidden;
	height: 100%;

}
.commont-txt{
	font-size: 0.4rem;
	color: #6c6c6c;
	text-align: justify;
}
.commont-person{
	font-size: 0.5rem;
	color: #6c6c6c;
	margin-top: 0.3rem;
}
.commont-person span{
	display: inline-block;
}
.commont-person span img{
	width: 2.1rem;
}
.page-btn{
	position: absolute;
	bottom: 0px;
	display: inline-block;
	right: 0;
}
.comment-pre,.comment-next{
	background-position: center;
	background-repeat: no-repeat;
	width: 46px;
	height: 44px;
	background-size: 100% 100%;
	display: inline-block;
	
	
}
.comment-pre{
	background-image: url(comment-pre.png);
	margin-right: 6px;
}
.comment-next{
	background-image: url(comment-next.png);
}
.intro-model{
	width: 100%;
	/*height: 805px;*/
	background-color: #fff;
	padding: 2.25rem 0;
}
.intro-model .content-area{
	margin: 0 0.5rem;
}
.intro-model p{
	width: 100%;
	text-indent: 2em;
	font-size: 0.5rem;
	color: #606060;
	line-height: 0.9rem;
	margin-top: 0.8rem;
}
.intro-pic{
	margin-top: 0.8rem;
	width: 100%;
	
}
.intro-pic img{
	width: 100%;
}
.pic-content1{
	/*height: 635px;*/
	/*padding: 100px 0 0 0;*/
/*	background-color: #f5f7fa;*/
}
.pic-content2{
	/*height: 1100px;*/
	/*padding: 100px 0 0 0;*/
/*	background-color: #f5f7fa;*/
}


.intro-pic1,.intro-pic2{
	margin: 1.5rem 0.5rem 0 0.5rem;
}
.intro-pic1 img,.intro-pic2 img{
	width: 100%;
}
.hope-model{
}
.hope-list{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin: 1.5rem 0.5rem 0 0.5rem;
}
.hope-list img{
	width: 100%;
}

.map-model{
	/*height: 932px;*/
}
.map-content{
	margin: 1.5rem 0.5rem 0 0.5rem;
}
.map-list{
	width: 100%;
	height: 1.5rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.map-item{
	width: 4.2rem;
	height: 1.5rem;
	background-color: #f5f7fa;
	color: #3f3f3f;
	text-align: center;
	font-size: 0.5rem;
	position: relative;
	flex-shrink: 1;
}
.selected{
	color: #fff;
	background-color: transparent;
}
.map-bg{
	width: 4.2rem;
	height: 1.75rem;
	background-image: url(adr_bg.png);
	background-position: left center;
	background-size: 4.2rem 1.75rem;
	background-repeat: no-repeat;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	
}
.selected .map-bg{
	opacity: 1;
}
.adr,.teltxt{
	font-size: 0.5rem;
	line-height: 1.5rem;
	position: relative;
    z-index: 1;
	
	
}
.adr-pic{
	overflow: hidden;
	width: 100%;
}
.adr-pic img{
	width: 100%;
}
.breadUrl{
	width: 100%;
	height: 55px;
	border-bottom: 1px solid #dfdfdf;
}
.urltxt{
	width: 1000px;
	font-size: 16px;
	color: #6c6c6c;
	margin: 0 auto;
	line-height: 54px;
}
.article-content{
	width: 1000px;
	margin: 100px auto;
}
.article-til{
	font-size: 30px;
	color: #3f3f3f;
	text-align: center;
}
.article-time{
	font-size: 16px;
	color: #959595;
	text-align: center;
	margin-top: 28px;
	line-height: 30px;
}
.article-pic{
	margin: 0 auto;
	text-align: center;
}
.article-content p{
	font-size: 16px;
	color: #6c6c6c;
	margin-top: 22px;
	line-height: 30px;
}
.school-content-model{
	width: 100%;
}
.page-content-pic{
	width: 100%;
	
}
.page-content-pic img{
	width: 100%;
}
.process-pic{
	width: 17.1rem;
	height: 7.85rem;
	background: url(process_pic.png) no-repeat center;
	background-size: 100% 100%;
	margin: 1.5rem auto 0 auto;
}

.hide{
	display: none;
}

