﻿/*----共用模块样式---------*/
html,body{
	width: 100%;
	height: 100%;
	min-width: 1200px;
}
.entire{
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.content-area{
	width: 1100px;
	margin: 0 auto;
}
.header{
	width:100%;
	height: 65px;
	background-color: #ffffff;
}
.header-sub{
	
	height: 100%;
	margin: 0 auto;
}
.logo{
	width: 130px;
	height: 100%;
	background: url(../image/new_logo.png) no-repeat center;
	background-size: 100% 34px;
	float: left;
}
.logo a{
	display: block;
	width: 100%;
	height: 100%;
}
.header-r{
	float: right;
}
.menu,.tel,.seek-btn{
	float: left;
}
.menu{
	height: 100%;
	font-size: 14px;
	color: #000000;
}
.menu-item{
	display: inline-block;
	height: 100%;
	line-height: 65px;
	margin: 0 30px;
	cursor: pointer;
	position: relative;
}
.down{
	background: url(../image/arrow.png) no-repeat ;
	background-position: right center;
	background-size: 10px 8px;
	padding-right: 16px;
}
.header .dropdown-board-s {
	z-index: 2;
	visibility: hidden;
	position: absolute;
	top: 76px;
	width: 120px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.07);
	border-radius: 4px;
}
.header .menu-item:hover .dropdown-board-s{
	visibility: visible;
	opacity: 1;
}

.header .dropdown-board-s:before {
	-webkit-box-shadow: -3px -3px 6px 0px rgba(0, 0, 0, 0.07);
	box-shadow: -3px -3px 6px 0px rgba(0, 0, 0, 0.07);
	border: 5px solid #fff;
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	left: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, -100%) rotate(45deg) scale(0.9, 1);
	transform: translate(-50%, -100%) rotate(45deg) scale(0.9, 1);
}

.header .dropdown-board-s .item {
	display: block;
	position: relative;
	width: 135px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background: #fff;
	color: #333;
}

.header .dropdown-board-s .item:nth-child(1) {
	border-radius: 4px 4px 0 0;
}

.header .dropdown-board-s .item:last-child {
	border-radius: 0 0 4px 4px;
}

.header .dropdown-board-s .item:not(:last-child) {
	border-bottom: 1px solid #EBEBEB;
}
.tel{
	display: inline-block;
	height: 100%;
	font-size: 14px;
	line-height: 65px;
	color: #000000;
	margin-left: 30px;
}
.seek-btn{
	margin-left: 30px;
	width: 161px;
	height: 100%;
	background: #0854d2;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 65px;
	cursor: pointer;
}
.cooperate{
	width: 100%;
	height: 930px;
	background-color: #ffffff;
	padding-top: 100px;
}
.cooperate-content{
	width: 100%;
	margin: 0 auto;
}
.cooperate-til{
	width: 100%;
	font-size: 48px;
	color: #3f3f3f;
	text-align: center;
}
.cooperate-tip{
	font-size: 20px;
	color: #6c6c6c;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.cooperate-list{
	width: 1000px;
	height: 1072px;
	margin-top: 53px;
	margin: 53px auto 0 auto;
	text-align: center;
}
.cooperate-list img{
	width: 100%;
	height: auto;
}
.cooperate-item{
	margin-left: 40px;
	width: 147px;
	margin-top: 27px;
	display: inline-block;
}
.cooperate-item:nth-child(8n+1){
	margin-left: -40px;
}
.cooperate-pic{
	width: 147px;
	height: 69px;
}
.cooperate-pic img{
	width: 147px;
	height: 69px;
}
.cooperate-nm{
	width: 100%;
	font-size: 16px;
	color: #6c6c6c;
	text-align: center;
	margin-top: 24px;
}
.order-area{
	width: 100%;
	height: 152px;
	background-image: url(../image/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top:30px;
}
.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%;
	height: 418px;
	background: url(../image/order_form_bg.png) no-repeat center;
	background-size: 100% 100%;
}
.order-form-area{
	padding-top: 66px;
	
}
.order-form-til{
	width: 100%;
	font-size: 48px;
	color: #fff;
	text-align: center;
}
.form-area{
	width: 600px;
	margin: 0 auto;
	margin-top: 30px;
}
.form-line{
	width: 100%;
	margin-top: 18px;
}
.form-item{
	width: 282px;
	height: 44px;
	border-radius: 6px;
	position: relative;
	background: #fff;
	display: inline-block;
	cursor: pointer;
}
.form-item:nth-child(1){
	margin-right: 20px;
}
.form-item input{
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
	border: none;
	outline: none;
	padding-right: 30px;
	padding-left: 10px;
	font-size: 16px;
	color: #333;
}
.form-item span{
	position: absolute;
	font-size: 16px;
	color: #eb4335;
	right: 18px;
	line-height: 44px;
	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: inline-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: 16px;
    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(../image/arrow.png) no-repeat center;
	/*通过定位将图标放在合适的位置*/
	position: absolute;
	  right: 20px;
	  top: 41%;
	/*给自定义的图标实现点击下来功能*/
	pointer-events: none;
}
.btn-submit{
	width: 169px;
	height: 45px;
	background-color: #ff5310;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	border-radius: 6px;
	position: relative;
	margin: 30px auto;
	
}
.btn-submit input{
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.footer{
	width: 100%;
	
}
.footer-top{
	width: 100%;
	height: 480px;
	background-color:#000000;
	padding-top: 90px;
	
}
.footer-top-sub{
	padding: 0 20px;
}
.footer-l{
	float: left;
	
}
.new-footer-logo{
	width: 321px;
	height: 82px;
	background: url(../image/new_footer_logo.png) no-repeat center;
	background-size: 100% 100%;
    margin: 0 auto;
}
.footer-logo{
	width: 176px;
	height: 160px;
	background: url(../image/footer_logo.png) no-repeat center;
	background-size: 100% 100%;
    margin: 0 auto;
}
.footer-contact{
	width: 321px;
	height: 51px;
/*	border-radius: 5px;*/
/*	background-color: #278fff;*/
	color: #fff;
	padding-top: 6px;
   
}
.footer-contact div{
	width: 100%;
	text-align: center;
}
.footer-contact div:nth-child(1){
	text-align: left;
	font-size: 18px;
	line-height: 36px;
}
.footer-contact div:nth-child(2){
	text-align: left;
	font-size: 18px;
	line-height: 14px;
}

.footer-menu{
	float: right;
}
.footer-menu-item{
	float: left;
	margin-left: 67px;
}
.menu-item-txt{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.footer-menu-item ul{
	font-size: 14px;
	color: #ced2e9;
	margin-top: 15px;
}
.footer-menu-item ul li{
	line-height: 30px;
	margin-top: 5px;
}
.code-area{
	width: 122px;
	margin-top: 40px;
	position: relative;
	left: -20px;
}
.code-pic{
	width: 110px;
	height: 110px;
	margin: 0 auto;
}
.code-tip{
	/*width: 100%;*/
	font-size: 14px;
	color: #278fff;
	margin-top: 10px;
	text-align: center;
}
.footer-bottom{
	width: 100%;
	height: 47px;
	background-color:#1f233d;
	color: #e7e7e7;
	font-size: 14px;
	text-align: center;
}
.footer-bottom span{
	display: inline-block;
	margin-right: 30px;
	
	line-height: 47px;
}
.right-block-fixed{
	width: 78px;
	height: 374px;
	position: fixed;
	right: 20px;
	top: 75%;
	transform: translateY(-50%);
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 1px 0 4px #b7babf;
	z-index: 999;
}
.fight-fixed-item{
	width: 100%;
	height: 94px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.hover-block-wx{
	display: none;
	width: 182px;
	height: 222px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -182px;
	background: url(../image/new_hover_wx_block.png) no-repeat center;
	background-size: 100% 100%;
}
.hover-block-tel{
	display: none;
	width: 177px;
	height: 50px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -182px;
	background: url(../image/tel-bg.png) no-repeat center;
	background-size: 100% 100%;
	font-size: 18px;
	color: #6c6c6c;
	line-height: 50px;
	padding-left: 14px;
}
.fixed-icon{
	width: 34px;
	height: 34px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 34px 34px;
}
.fixed-txt{
	font-size: 14px;
	color: #6c6c6c;
	text-align: center;
}
.qq{
	background-image: url(../image/qq_black.png);
}
.wx{
	background-image: url(../image/wx_black.png);
}
.back{
	background-image: url(../image/back.png);
}
.telicon{
	display: block;
	background-image: url(../image/tel_black.png);
}
.fight-fixed-item:hover {
	background-color: #0854d2;
}
.fight-fixed-item:hover .fixed-txt{
	color: #fff;
}
.fight-fixed-item:hover .qq{
	background-image: url(../image/qq_white.png);
}
.fight-fixed-item:hover .wx{
	background-image: url(../image/wx_white.png);
}
.fight-fixed-item:hover .hover-block-wx{
	display: block;
}
.fight-fixed-item:hover .hover-block-tel{
	display: block;
}
.fight-fixed-item:hover .back{
	background-image: url(../image/back_white.png);
}
.fight-fixed-item:hover .telicon{
	background-image: url(../image/tel_white.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;
	overflow: hidden;
	padding-bottom: 20px;
	box-shadow: 1px 0 4px #b7babf;
}
.fixed-center-form{
	width: 300px;
	min-height: 359px;
	border-radius: 10px;
	position: fixed;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	z-index: 999;
	overflow: hidden;
	padding-bottom: 20px;
	left: 50%;
}
.close{
	width: 25px;
	height: 25px;
	background: url(../image/dialog_close@3x.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 10px;
	right: 5px;
	cursor: pointer;
}
.form-fiexd-header{
	width: 100%;
	height: 50px;
	background: #0854d2;
	font-size: 21px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	position: relative;
	
}
.fixed-form form{
	width: 100%;
	margin: 10px auto 0 auto;
	text-align: center;
}
.fixed-form .btn-submit{
	width: 149px;
	height: 30px;
	background-color: #eb4335;
	font-size: 14px;
	color: #fff;
	border-radius: 15px;
	position: relative;
	cursor: pointer;
	line-height: 30px;
	text-align: center;
}
.fixed-form .btn-submit input{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
}
.fixed-form .form-item{
	width: 263px;
	border: 1px solid #ccc;
	margin: 17px auto 0 auto;
}
.banner{
	width: 100%;
	height: 850px;
}
.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(../image/new_banner0901.jpg);
}
.banner2{
	background-image: url(../image/new_banner1012.jpg);
}
.banner3{
	background-image: url(../image/new_banner03.png);
}
.midhign-talent-banner{
	background-image: url(../image/new_midhign_talent_banner_0317.jpg);
}
.job-outsource-banner{
	background-image: url(../image/job_outsource_banner_0317.jpg);
}
.personnel-outsource-banner{
	background-image: url(../image/personnel_outsource_banner_0317.jpg);
}
.flexible-employ-banner{
	background-image: url(../image/flexible_employ_banner_0317.jpg);
}
.enterprise-assist-banner{
	background-image: url(../image/enterprise_assist_plan_0317.jpg);
}
.service-banner{
	background-image: url(../image/service_banner.png);
}
.intro-banner{
	background-image: url(../image/introBanner.png);
}
.banner_sub0{
	background-image: url(../image/new_banner_sub0.jpg);
}
.banner_sub1{
	background-image: url(../image/new_banner_sub1.jpg);
}
.banner_sub2{
	background-image: url(../image/new_banner_sub2.jpg);
}
.banner_sub3{
	background-image: url(../image/new_banner_sub3.jpg);
}
.banner_sub4{
	background-image: url(../image/banner_sub4.png);
}
.banner_sub5{
	background-image: url(../image/new_banner_sub5.png);
}
.banner_sub6{
	background-image: url(../image/new_banner_sub6.png);
}
.model-area{
	width: 100%;
	/*height: 928px;*/
	/*padding-top: 90px;
	padding-bottom: 90px;*/
}
.model-til{
	font-size: 48px;
	color: #3f3f3f;
	text-align: center;
}
.model-tip{
	width: 1000px;
	margin: 0 auto;
	font-size: 24px;
	color: #6c6c6c;
	margin-top: 16px;
	text-align: center;
	line-height: 38px;
/*	margin-bottom: 120px;*/
}
.model-hrsaas-area{
	width: 100%;
	/*height: 928px;*/
	padding-top: 90px;
}
.model-hrsaas-til{
	font-size: 48px;
	color: #3f3f3f;
	text-align: center;
}
/*.trade-hrsaas-model{
	background-color: #f5f7fa;
}*/
.trade-hrsaas-pic{
	width: 1011px;
	height: 421px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../image/new_adv.jpg);
	margin:100px auto 0 auto;
}
.model-guyuan-area{
	width: 100%;
	/*height: 928px;*/
	padding-top: 90px;
	padding-bottom: 90px;
}
.model-guyuan-til{
	font-size: 48px;
	color: #3f3f3f;
	text-align: center;
}
/*.trade-guyuan-model{
	background-color: #f5f7fa;
}*/
.trade-guyuan-pic{
	width: 1011px;
	height: 421px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../image/new_adv1.jpg);
	margin:100px auto 0 auto;
}
.model-service-assure-area{
	width: 100%;
	/*height: 928px;*/
	/*padding-top: 90px;
	padding-bottom: 90px;*/
}
.trade-service-assure-model{
	background-color: #f5f7fa;
}
.trade-service-assure-pic{
	width: 100%;
	height: 953px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../image/service_assure.jpg);
	margin:100px auto 0 auto;
}
.model-enterprise-service-area{
	width: 100%;
	/*height: 928px;*/
	/*padding-top: 90px;
	padding-bottom: 90px;*/
}
.trade-enterprise-service-model{
	background-color: #f5f7fa;
}
.trade-enterprise-service-pic{
	width: 100%;
	height: 1072px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../image/enterprise_service.jpg);
	margin:100px auto 0 auto;
}
.swiper-machine {
	width: 100%;
	/*height: 368px;*/
	overflow: hidden;
	margin-top: 104px;
}
.swiper-machine .swiper-wrapper{
	width: 100%;
	height: 100%;
	align-items: center;
	position: relative;
}
.swiper-machine .swiper-wrapper .swiper-slide{
	width: 260px;
	margin-left: 20px;
}
.swiper-machine .swiper-wrapper .swiper-slide .content {
    overflow: hidden;
    height: 318px;
    box-shadow: 0px 0px 15px #bfcad2;
    cursor: pointer;
}

.swiper-machine .swiper-wrapper .swiper-slide.swiper-slide-active {
    height: 435px
}

.swiper-machine .swiper-wrapper .swiper-slide.swiper-slide-active .content {
    height: 320px
}

.swiper-machine .swiper-wrapper .swiper-slide .label {
    font-size: 21px;
    line-height: 27px;
    letter-spacing: .9px;
    color: #3f3f3f;
    text-align: center;
    width: 221px;
    margin: 22px auto 0 auto;
    
}

.swiper-machine .swiper-wrapper .swiper-slide .info {
    width: 221px;
    font-size: 13px;
    letter-spacing: 1.3px;
    color: #6c6c6c;
    margin: 10px auto 0 auto;
    line-height: 20px;
    text-align: center;
    
}


.swiper-machine .swiper-wrapper .swiper-slide .bottom {
    position: relative;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 0;
    height: 49px;
    background-color: #0854d2;
    background-blend-mode: normal,normal;
    box-shadow: 0 0 30px 0 rgba(240,0,1,.2);
    transition: height .5s;
    -moz-transition: height .5s;
    -webkit-transition: height .5s;
    -o-transition: height .5s;
    line-height: 49px;
}

.swiper-machine .swiper-wrapper .swiper-slide.swiper-slide-active .bottom {
    height: 49px;
    opacity: 1;
    border-radius: 0 0 6px 6px
}

.swiper-machine .swiper-wrapper .swiper-slide .num {
    margin: 24px auto 0;
    width: 24px;
    height: 24px;
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    text-align: center;
    line-height: 24px;
    letter-spacing: .6px;
    color: #b6b6b6;
    border: 1px solid #B6B6B6;
    border-radius: 50%;
}

.swiper-machine .swiper-wrapper .swiper-slide .bottom span {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 44px;
    letter-spacing: .7px;
    padding-left: 16px;
    color: #fff
}

.swiper-machine .swiper-wrapper .swiper-slide .bottom span::after {
    content: " ";
    position: absolute;
    right:30px;
    top: 24px;
    background-color: #fff;
    width: 39px;
    height: 2px
}

.swiper-machine .swiper-wrapper .swiper-slide .bottom span::before {
    content: " ";
    position: absolute;
    right: 30px;
    top: 20px;
    background-color: #fff;
    width: 10px;
    height: 2px;
    transform: rotate(45deg)
}

.swiper-machine .swiper-wrapper .swiper-slide .icon {
    width: 94px;
    height: 94px;
    margin: 35px auto 0;
    background-repeat: no-repeat;
	background-position: center;
	background-size: 36px 36px;
}

.swiper-machine .swiper-wrapper .swiper-slide .icon img {
    display: none;
    width: 94px;
    height: 94px;
    -webkit-animation: rotateForEver1 4s linear infinite;
    -moz-animation: rotateForEver1 4s linear infinite;
    -o-animation: rotateForEver1 4s linear infinite;
    animation: rotateForEver1 4s linear infinite
}

.swiper-machine .swiper-wrapper .swiper-slide.swiper-slide-active .icon img {
    display: block
}



.swiper-machine .swiper-wrapper .swiper-slide .icon1 {
     background-image: url(../image/new_icon01.png)
}

.swiper-machine .swiper-wrapper .swiper-slide .icon2 {
    background-image: url(../image/new_icon02.png)
}

.swiper-machine .swiper-wrapper .swiper-slide .icon3 {
    background-image: url(../image/new_icon03.png)
}

.swiper-machine .swiper-wrapper .swiper-slide .icon4 {
    background-image: url(../image/new_icon04.png)
}

.swiper-machine .swiper-wrapper .swiper-slide .icon5 {
    background-image: url(../image/new_icon05.png)
}
.swiper-machine .swiper-wrapper .swiper-slide .icon6{
    background-image: url(../image/new_icon06.png)
}
.swiper-machine .swiper-wrapper .swiper-slide .icon7{
    background-image: url(../image/new_icon07.png)
}

.rotate-circle {
    height: 569px;
    width: 569px;
    position: absolute;
    top: 27px;
    left: 347px;
    border-radius: 50%;
    transform: rotate(88deg);
    overflow: hidden
}

.rotate-circle .label_out_hover {
    height: 569px;
    width: 569px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden
}

.rotate-circle .label_out .label {
    position: absolute;
    width: 330px;
    height: 330px;
    transform-origin: center;
    background-position: 0 117px;
    background-repeat: no-repeat;
    transform: rotate(136.3deg)
}

.rotate-circle .label_out {
    position: absolute;
    width: 330px;
    height: 330px;
    top: 50%;
    left: 50%;
    transform-origin: left top;
    transform: rotate(135deg)
}

.rotate-circle .label_out_hover span {
    position: absolute;
    width: 280px;
    height: 265px;
    background-repeat: no-repeat;
    background-position: 26px 235px;
    top: 50%;
    left: 50%;
    transform-origin: 0 0;
    cursor: pointer
}

@keyframes rotateForEver1 {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0)
    }

    50% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg)
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg)
    }
}
.trade-model{
	background-color: #f5f7fa;
}
.trade-pic{
	width: 100%;
	height: 953px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../image/new_process1012.png);
	margin:100px auto 0 auto;
}
.adv-model{
	padding-bottom: 280px;
}
.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{
	position: absolute;
	right: -182px;
	top: -166px;
	width: 655px;
	height: 716px;
	background: url(../image/join_us.png) no-repeat center;
	background-size: 100% 100%;
}
.advantage{
	height: 1212px;
	background-color: #0c389b;
	color: #fff;
}
.advantage .content-area{
	position: relative;
}
.advantage .model-til,.advantage .model-tip{
	color: #fff;
}
.advantage-list{
	width:100%;
	margin-top: 115px;
}
.advantage-item{
	width:24%;
	height: 88px;
	padding:0 30px;
	display: inline-block;
	border-right: 1px solid #1a82f6;
	
}
.advantage-item:not(last-child){
	
}
.advantage-item:first-child{
	padding-right: 30px;
	padding-left: 0;
}
.advantage-item:last-child{
	padding-right: 0;
	padding-left: 30px;
	border: none;
}
.advantage-big-txt{
	font-size: 32px;
	text-align: center;
}
.advantage-small-txt{
	font-size: 14px;
	text-align: center;
}
.more-txt{
	width: 340px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	margin-top: 130px;
	text-align: justify;
}
.num-pic{
	width: 258px;
	height: 239px;
	margin-top: 30px;
}
.num-pic img{
	width: 100%;
}
.map-pic{
	width: 652px;
	height: 503px;
	background: url(../image/blue_map.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top: 213px;
	right: -70px;
}
.guarantee-model{
	width: 100%;
	/*height: 677px;*/
	background-color: #fff;
}
.guarantee-pic{
	width: 982px;
	height: 232px;
	background: url(../image/new_service_guarantee.png) no-repeat center;
	background-size: 100% 100%;
	margin: 86px auto 0 auto;
}
.honor-model{
	width: 100%;
	/*height: 677px;*/
	background-color: #fff;
	padding-top: 0;
}
.honor-model .swiper-area{
	width: 1100px;
	height: 234px;
	position: relative;
	margin: 90px auto 0 auto;
}
.honor-swiper{
	width: 1016px;
	height: 234px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.swiper-area .swiper-button-next {
    right: 0px;
    background-image: url(../image/arrow_right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 27px 47px;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
}
.swiper-area .swiper-button-prev {
    left: 0px;
    background-image: url(../image/arrow_left.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 27px 47px;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
}
.honor-swiper .swiper-wrapper{
	width: 1016px;
	margin: 0 auto;
}
.honor-swiper  .swiper-slide{
	width: 252px;
	height: 236px;
	margin-left: 17px;
}
.honor-item{
	width: 252px;
	height: 236px;
	/*border-radius: 10px;*/
	/*box-shadow: 0 0 5px #bfcad2;*/
	/*padding-top: 24px;*/
}
.honor-pic{
	width: 252px;
	height: 236px;
	margin: 0 auto;
}
.honor-pic img{
	width: 252px;
	height: 236px;
}
.honor-txt{
	width: 193px;
	font-size: 14px;
	color: #6c6c6c;
	text-align: center;
	line-height: 20px;
	margin: 11px auto 0 auto;
}
.develop-model{
	height: 496px;
	background: url(../image/develop_bg.png) no-repeat center;
	background-size: cover;
	padding-top: 58px;
	margin-top: 40px;
}
.develop-model .model-til{
	color: #fff;
}
.develop-swiper-area{
	width: 1016px;
	height: 279px;
	margin: 58px auto 0 auto;
	position: relative;
}
.arrow-prev,.arrow-next{
    width: 37px;
    height: 37px;
    
    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(../image/arrow_left_circle.png);
	left: 0;
}
.arrow-next{
	background-image: url(../image/arrow_right_circle.png);
	right: 0;
}
.develop-swiper{
	width: 880px;
	height: 279px;
	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: 176px;
    height: 100%;
}
.story-content .story-list-wrap .story-list .story-item {
    width: 176px;
    /*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: 10px;
    height: 10px;
    border-radius: 8px;
    /*left: -8px*/
}

.story-content .story-list-wrap .story-list .story-item .item-time {
    font-size: 18px;
    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: 13px;
    color: #91b5f9;
    line-height: 20px
}

.story-content .story-list-wrap .story-list .story-item .line {
    content: "";
    height: 42px;
    width: 1px;
    background-color: #648dee;
    position: absolute;
    left: 4px;
}

.story-content .story-list-wrap .story-list .story-item .spot {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    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: 172px;
    background-color: #648dee;
    position: absolute;
    left: 5px;
    bottom: -60px;
}
.story-content .story-list-wrap .story-list .story-item-top {
    margin-top: -55px;
}

.story-content .story-list-wrap .story-list .story-item-top .item-text-wrap {
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 10px;
    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: -60px
}

.story-content .story-list-wrap .story-list .story-item-top .spot {
    bottom: -65px
}

.story-content .story-list-wrap .story-list .story-item-bottom {
   padding-top: 135px;
}

.story-content .story-list-wrap .story-list .story-item-bottom .item-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.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: -5px
}

.story-content .story-list-wrap .story-list .story-item-bottom .line-horizontal {
    top: 0px
}
.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: #ffffff;
	margin-top: 30px;
}
.info-swiper-area{
	width: 1133px;	
	height: 154px;
	position: relative;
	margin-top: 43px;
	margin: 43px auto 0 auto;
}
.info-arrow-prev,.info-arrow-next{
	width: 27px;
	height: 47px;
	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(../image/arrow_left.png);
}
.info-arrow-next{
	right: 0;
	background-image: url(../image/arrow_right.png);
}
.info-swiper{
	width: 1016px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.info-swiper .swiper-slide{
	width: 240px;
    height: 141px;
    margin-left: 22px;
   
}
.info-swiper .swiper-slide:first-child{
	 margin-left: 0;
}
.block-items {
    width: 240px;
    height: 141px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 32px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    -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:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.block-items h4 {
    color: #6c6c6c;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    max-height: 40px;
    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: 13px;
    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: 4px
}

.block-items  p .detail:hover {
    color: #0072c1
}

.flow-model{
	width: 100%;
	/*height: 517px;*/
}
.flow-pic{
	width: 1000px;
	height: 205px;
	margin: 97px auto 0 auto;
	background: url(../image/service_flow.png) no-repeat center;
	background-size: 100% 100%;
}
.flow-insure-pic{
	width: 1000px;
	height: 205px;
	margin: 97px auto 0 auto;
	background: url(../image/insure_flow.png) no-repeat center;
	background-size: 100% 100%;
}
.flow-service-pic{
	width: 1000px;
	height: 205px;
	margin: 97px auto 0 auto;
	background: url(../image/new_service_flow.png) no-repeat center;
	background-size: 100% 100%;
}
.flow-employ-pic{
	width: 1000px;
	height: 205px;
	margin: 97px auto 0 auto;
	background: url(../image/employ_flow.png) no-repeat center;
	background-size: 100% 100%;
}
.flow-wages-pic{
	width: 1000px;
	height: 205px;
	margin: 97px auto 0 auto;
	background: url(../image/wages_flow.png) no-repeat center;
	background-size: 100% 100%;
}
.scene-model{
	width: 100%;
	margin-top:100px;
}
.scene-list{
	margin: 78px auto 0 auto;
	width: 1016px;
	display: flex;
	display: -webkit-flex;
	
}
.scene-item{
	width: 321px;
	height: 230px;
	
/*	padding-top: 28px;*/
	border-radius: 5px;
	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;
}
.scene-item:not(:first-child){
	margin-left: 20px;
}
.scene-item:hover{
	-webkit-box-shadow:0px 7px 50px 0px rgba(198,208,238,0.5);
	box-shadow:0px 7px 50px 0px rgba(198,208,238,0.5);
}
.heng-scene-list{
	margin: 78px auto 0 auto;
	width: 1016px;
	display: flex;
	display: -webkit-flex;
	
}
.heng-scene-item{
	width: 494px;
	height: 230px;
	
/*	padding-top: 28px;*/
	border-radius: 5px;
	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;
}
.heng-scene-item:not(:first-child){
	margin-left: 20px;
}
.heng-scene-item:hover{
	-webkit-box-shadow:0px 7px 50px 0px rgba(198,208,238,0.5);
	box-shadow:0px 7px 50px 0px rgba(198,208,238,0.5);
}
.scene-pic{
	width: 64px;
	height: 64px;
	background: url(../image/circle.png) no-repeat center;
	background-size: 64px 64px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.scene-icon{
	width: 31px;
	height: 31px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 31px 31px;
	margin: 0 auto;
}
.scene-icon1{
	background-image: url(../image/scecne_icon1.png);
}
.scene-icon2{
	background-image: url(../image/scecne_icon2.png);
}
.scene-icon3{
	background-image: url(../image/scecne_icon3.png);
}
.scene-icon4{
	background-image: url(../image/scecne_icon4.png);
}
.scene-til{
	font-size: 18px;
	color: #606060;
	line-height: 24px;
	width: 196px;
	text-align: center;
	margin: 10px auto 0 auto;
}
.scene-txt{
	font-size: 14px;
	color: #8f8f8f;
	line-height: 20px;
	width: 196px;
	text-align: center;
	margin: 10px auto 0 auto;
}
.hro-model{
	width:100%;
	height: 755px;
	background-color: #0c389b;
	padding-top: 144px;
	
}
.hro-pic{
	width: 1045px;
	height: 489px;
	background: url(../image/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{
	width: 1016px;
	margin: 44px auto 0 auto;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.num-service-item{
	width: 479px;
	height: 273px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 30px;
	border-radius: 5px;
	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: 35px 45px;
	
	
}
.num-service-item:nth-child(even){
	margin-left: 30px;
}
.num-service-item:hover{
	-webkit-box-shadow:0px 7px 50px 0px rgba(198,208,238,0.5);
	box-shadow:0px 7px 50px 0px rgba(198,208,238,0.5);
}
.service-pic{
	width: 127px;
	height: 127px;
	background: url(../image/circle.png) no-repeat center;
	background-size: 127px 127px;
	float: left;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	margin-right: 40px;
	margin-top: 30px;
}
.num-icon1,.num-icon2,.num-icon3,.num-icon4{
	width: 63px;
	height: 63px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 63px 63px;
	
}
.num-icon1{
	background-image: url(../image/numIcon1.png);
}
.num-icon2{
	background-image: url(../image/numIcon2.png);
}
.num-icon3{
	background-image: url(../image/numIcon3.png);
}
.num-icon4{
	background-image: url(../image/numIcon4.png);
}
.sevice-txt{
	overflow: hidden;
}
.service-til{
	font-size: 20px;
	line-height: 36px;
	color: #606060;
	padding-left: 22px;
}
.sevice-txt ul{
	font-size: 14px;
	line-height: 22px;
	color: #8f8f8f;
    padding-left: 22px;
    list-style: outside;
}
.sevice-txt ul li{
	list-style-type: disc;
}
.service-ques-pic-model{
	/*height: 1169px;*/
}
.service-ques-pic{
	margin: 100px auto 0 auto;
	width: 1000px;
	height: 758px;
	background: url(../image/clientServicePic.png) no-repeat center;
	background-size: 100% 100%;
}
.comment-model{
	/*height: 727px;*/
}
.commont-swiper{
	width: 1000px;
	height: 360px;
	position: relative;
	overflow: hidden;
	margin: 75px auto 0 auto;
}
.commont-swiper .swiper-wrapper{
	width: 100%;
	height: 286px;
}
.commont-swiper .swiper-slide{
	width: 100%;
	height: 100%;
	padding: 30px 38px;
	box-shadow: 0 0 15px #bfcad2;
	border-radius: 5px;
	border: 1px solid #DBDBDB;
}
.commont-pic{
	width: 184px;
	height: 225px;
	background-repeat:no-repeat;
	background-position: center;
	background-size: 100% 100%;
	float: left;
	margin-right: 48px;
}
.commont-pic1{
	background-image: url(../image/commont-pic.png);
	
}
.commont-pic2{
	background-image: url(../image/commont-pic2.png);
	
}
.commont-pic3{
	
	background: url(../image/commont-pic3.png);
}
.commont-content{
	overflow: hidden;
	height: 100%;

}
.commont-txt{
	font-size: 18px;
	color: #6c6c6c;
	line-height: 30px;
	text-align: justify;
}
.commont-person{
	font-size: 18px;
	color: #6c6c6c;
	margin-top: 23px;
}
.commont-person span{
	display: inline-block;
}
.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(../image/comment-pre.png);
	margin-right: 6px;
}
.comment-next{
	background-image: url(../image/comment-next.png);
}
.intro-model{
	width: 100%;
	/*height: 805px;*/
	background-color: #fff;
	padding: 100px 0;
}
.intro-model .content-area{
	width: 1006px;
	margin: 0 auto;
}
.intro-model p{
	width: 100%;
	text-indent: 2em;
	font-size: 20px;
	color: #606060;
	line-height: 36px;
	margin-top: 26px;
}
.intro-pic{
	width: 1002px;
	height: 132px;
	background: url(../image/INTRO_PIC.png) no-repeat center;
	background-size: 100% 100%;
	margin: 38px auto;
}
.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{
	background-position: center;
	background-repeat: no-repeat;
	margin: 46px auto 0 auto;
	background-size: 100% 100%;
}
.intro-pic1{
	width: 1002px;
	height: 410px;
	background-image: url(../image/introContentpic1_0318.png);
}
.intro-pic2{
	width: 1009px;
	height: 2000px;
	background-image: url(../image/introContentpic2_0318.png);
}
.hope-model{
}
.hope-list{
	width:1021px;
	height: 244px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin: 75px auto 0 auto;
}
.hope-item{
	width: 246px;
	height: 244px;
	box-shadow: 0 0 8px #bfcad2;
}
.honor-item:not(:first-child){
	margin-left: 16px;
}
.hope-item img{
	width: 246px;
	height: 244px;
}
.hope-item:hover img{
	-webkit-box-shadow:0px 0px 50px rgba(198,208,238,0.5);
	box-shadow:0px 0px 50px rgba(198,208,238,0.5);
	
}
.map-model{
	height: 932px;
}
.map-content{
	width: 1022px;
	margin-top: 78px;
	margin: 74px auto 0 auto;
}
.map-list{
	width: 443px;
	float: left;
}
.map-item{
	width: 100%;
	height: 136px;
	padding: 20px 30px;
	background-color: #f5f7fa;
	color: #606060;
	position: relative;
}
.map-item:hover{
	color: #fff;
	background-color: transparent;
}
.map-bg{
	width: 453px;
	height: 136px;
	background-image: url(../image/adr_bg.png);
	background-position: left center;
	background-size: 453px 136px;
	background-repeat: no-repeat;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	
}
.map-item:hover .map-bg{
	opacity: 1;
}
.adr,.teltxt{
	font-size: 20px;
	line-height: 26px;
	position: relative;
    z-index: 1;
	
	
}
.adr-pic{
	overflow: hidden;
	width: 567px;
	height: 550px;
}
.adr-pic img{
	width: 567px;
	height: 550px;
}
.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%;
	height: 670px;
	background-color: #0c389b;
	/*padding: 100px;*/
}
.page-content-pic{
	width: 1107px;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.page-content-pic img{
	width: 100%;
}
.process-pic{
	width: 1001px;
	height: 461px;
	background: url(../image/process_pic.png) no-repeat center;
	background-size: 100% 100%;
	margin: 86px auto 0 auto;
}
.hide{
	display: none;
}

