/* flex布局 */
.glr10{
	gap: 0 10px;
}
.mb4{
	margin-bottom: 4px;
}
.br6{
	border-radius: 6px;
}

.glr20{
	gap: 0 20px;
}
.border-box{
	box-sizing: border-box;
}
.flex-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.flex-horizontal {
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.flex-vertical {
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.flex-center {
	-webkit-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.flex-middle {
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.flex-start {
	-webkit-box-pack: flex-start;
	box-pack: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}

.flex-justify {
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex-reverse {
	-webkit-box-direction: reverse;
	box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.flex1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	width: 0;
}

.flex2 {
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	flex: 2;
}

.flex3 {
	-webkit-box-flex: 3;
	-webkit-flex: 3;
	flex: 3;
}

.flex4 {
	-webkit-box-flex: 4;
	-webkit-flex: 4;
	flex: 4;
}

.flex-1 {
	display: flex;
}

.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

._flex {
	display: flex;
	align-items: center;
}

._flex1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

._flex2 {
	display: flex;
	align-items: center;
	justify-content: center;
}

._flex4 {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

._flex3 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.x-self-end {
	justify-self: flex-end;
}

.w25B {
	width: 25%;
}
.w115{
    width: 115px;
}
.w149{
	width: 149px;
}
.w185{
	width: 185px;
}
.w190{
	width: 190px;
}
.w419{
	width: 419px;
}
.w520{
	width: 520px;
}
.w552{
	width: 552px;
}
.h70{
	height: 70px;
}
.h74{
	height: 74px;
}
.h90{
	height: 90px;
}
.h94{
	height: 94px;
}
.h98{
	height: 98px;
}
.h104{
	height: 104px;
}
.h183{
	height: 183px;
}
.h203{
	height: 203px;
}
.inline-block{
    display: inline-block;
}
.opacity03 {
	opacity: 0.3;
}

.opacity05 {
	opacity: 0.5;
}

.opacity07 {
	opacity: 0.7;
}

.opacity08 {
	opacity: 0.8;
}

.opacity09 {
	opacity: 0.9;
}

.c-FFFFFF {
	color: #FFFFFF !important;
}

.c-44B9F6 {
	color: #1C63FE;
}

.c-262626 {
	color: #262626;
}
.c-6686FE{
	color: #6686FE;
}

.ft10 {
	font-size: 10px !important;
}

.ft11 {
	font-size: 11px !important;
}

.ft12 {
	font-size: 12px !important;
}

.ft13 {
	font-size: 13px !important;
}

.ft14 {
	font-size: 14px !important;
}

.ft15 {
	font-size: 15px !important;
}

.ft16 {
	font-size: 16px !important;
}

.ft18 {
	font-size: 18px !important;
}

.ft20 {
	font-size: 20px !important;
}

.ft22 {
	font-size: 22px !important;
}

.ft24 {
	font-size: 24px !important;
}

.ft26 {
	font-size: 26px !important;
}

.ft28 {
	font-size: 28px !important;
}

.ft36 {
	font-size: 36px !important;
}
.ft40 {
	font-size: 40px !important;
}

.pd0 {
	padding: 0 !important;
}

.pd2 {
	padding: 2px !important;
}

.pd5 {
	padding: 5px !important;
}

.pd10 {
	padding: 10px !important;
}

.pd12 {
	padding: 12px !important;
}

.pd14 {
	padding: 14px !important;
}

.pd15 {
	padding: 15px !important;
}

.pd16 {
	padding: 16px !important;
}

.pd18 {
	padding: 18px !important;
}

.pd20 {
	padding: 20px !important;
}

.pd32 {
	padding: 32px !important;
}

.pd40 {
	padding: 40px !important;
}

.pr0 {
	padding-right: 0 !important;
}

.pr5 {
	padding-right: 5px !important;
}

.pr8 {
	padding-right: 8px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pr12 {
	padding-right: 12px !important;
}

.pr14 {
	padding-right: 14px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pr16 {
	padding-right: 16px !important;
}

.pr18 {
	padding-right: 18px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pt2 {
	padding-top: 2px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pt8 {
	padding-top: 8px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt12 {
	padding-top: 12px !important;
}

.pt14 {
	padding-top: 14px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt16 {
	padding-top: 16px !important;
}

.pt18 {
	padding-top: 18px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt23 {
	padding-top: 23px !important;
}

.pt26 {
	padding-top: 26px;
}

.pt35 {
	padding-top: 35px;
}

.pt40 {
	padding-top: 40px !important;
}

.pt45 {
	padding-top: 45px;
}

.pt60 {
	padding-top: 60px;
}

.pt61 {
	padding-top: 61px;
}

.pt76 {
	padding-top: 76px;
}

.pl0 {
	padding-left: 0 !important;
}

.pl5 {
	padding-left: 5px !important;
}

.pl8 {
	padding-left: 8px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl12 {
	padding-left: 12px !important;
}

.pl14 {
	padding-left: 14px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.pl16 {
	padding-left: 16px !important;
}

.pl18 {
	padding-left: 18px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.pl37 {
	padding-left: 37px;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pb2 {
	padding-bottom: 2px !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pb8 {
	padding-bottom: 8px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb12 {
	padding-bottom: 12px !important;
}

.pb14 {
	padding-bottom: 14px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb16 {
	padding-bottom: 16px !important;
}

.pb18 {
	padding-bottom: 18px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb21 {
	padding-bottom: 21px !important;
}

.pb24 {
	padding-bottom: 24px !important;
}

.pb26 {
	padding-bottom: 26px;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb90 {
	padding-bottom: 90px !important;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml32 {
	margin-left: 32px;
}

.ml34 {
	margin-left: 34px;
}

.ml48 {
	margin-left: 48px;
}

.ml49 {
	margin-left: 49px;
}

.ml63 {
	margin-left: 63px;
}

.ml64 {
	margin-left: 64px;
}

.ml74 {
	margin-left: 74px;
}

.ml76 {
	margin-left: 76px;
}

.ml135 {
	margin-left: 135px;
}

.ml109 {
	margin-left: 109px;
}

.ml264 {
	margin-left: 264px;
}

.ml265 {
	margin-left: 264px;
}

.mt-5{
	margin-top: -5px;
}

.mt-28{
	margin-top: -28px;
}

.mt-40{
	margin-top: -40px;
}

.mt-80{
	margin-top: -80px;
}

.mt8 {
	margin-top: 8px;
}

.mt10 {
	margin-top: 10px;
}

.mt16 {
	margin-top: 16px;
}

.mt12 {
	margin-top: 12px;
}

.mt24 {
	margin-top: 24px;
}

.mt20 {
	margin-top: 20px !important;
}

.mt24 {
	margin-top: 24px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.mt61 {
	margin-top: 61px;
}

.mt63 {
	margin-top: 63px;
}

.mt64 {
	margin-top: 64px;
}

.mt70{
	margin-top: 70px;
}

.mt74{
	margin-top: 74px;
}

.mt75{
	margin-top: 75px;
}

.mt79{
	margin-top: 75px;
}

.mt80 {
	margin-top: 80px;
}

.mt87 {
	margin-top: 87px;
}

.mt88 {
	margin-top: 88px;
}

.mt90 {
	margin-top: 90px;
}

.mt99 {
	margin-top: 99px;
}

.mt100 {
	margin-top: 100px;
}

.mt130 {
	margin-top: 130px !important;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr12 {
	margin-right: 12px;
}

.mr15 {
	margin-right: 15px;
}

.mr16 {
	margin-right: 16px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px
}

.mr34 {
	margin-right: 34px
}

.mr43 {
	margin-right: 43px;
}

.mr45 {
	margin-right: 45px
}

.mr50 {
	margin-right: 50px;
}

.mr57 {
	margin-right: 57px;
}

.mr74 {
	margin-right: 74px;
}

.mr75 {
	margin-right: 75px;
}

.mr162 {
	margin-right: 162px;
}

.mr163 {
	margin-right: 163px;
}

.mr210 {
	margin-right: 210px;
}

.mr264 {
	margin-right: 264px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb8 {
	margin-bottom: 8px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb12 {
	margin-bottom: 12px;
}

.mb14 {
	margin-bottom: 14px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb16 {
	margin-bottom: 16px;
}

.mb20 {
	margin-bottom: 20px
}

.mb25 {
	margin-bottom: 25px
}

.mb26 {
	margin-bottom: 26px
}

.mb27 {
	margin-bottom: 27px
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb41 {
	margin-bottom: 41px;
}

.mb46 {
	margin-bottom: 46px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.f-weight {
	font-weight: bold;
}

.fontW {
	font-weight: bold;
}

.tCenter {
	text-align: center;
}

.tLeft {
	text-align: left;
}

.tRight {
	text-align: right;
}

.bgWhite {
	background-color: #fff;
}

.ellipsis {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: break-word;
}

.ellipsis1 {
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	word-wrap: break-word;
}

.ellipsis2 {
  height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	word-wrap: break-word;
}

.ellipsis3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
	word-wrap: break-word;
}

.ellipsis4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	overflow: hidden;
	word-wrap: break-word;
}

.ellipsis5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
	overflow: hidden;
	word-wrap: break-word;
}



/* 软件定制--APP开发开始 */
.z-scad-ctop-img {
	width: 100%;
}

.z-scad-ctop {
	width: 100%;
	position: relative;
	margin: auto;
}

.z-scad-ctop-text {
	position: absolute;
	left: 0;
    right: 0;
}

.z-scad-ctop-text-en {
  line-height: 21px;
  text-transform: uppercase;
  height: 20px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  line-height: 21px;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 1px;
  opacity: 0.8;
}

.z-scad-ctop-text-cn {
  line-height: 58px;
  height: 66px;
  font-size: 50px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 58px;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 5px;
  opacity: 1;
  margin-bottom: 28px;
}

.z-scad-ctop-text-tips {
	line-height: 32px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 32px;
	color: rgba(255, 255, 255, 1);
	letter-spacing: 5px;
	opacity: 1;
}

.z-scad-ctop-text-button {
	width: 200px;
	height: 60px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(255, 255, 255, 1);
	opacity: 1;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 40px;
	color: rgba(61, 94, 180, 1);
	/* margin-top: 75px; */
}

.z-scad-ctop-list {
	/* bottom: -290px; */
	margin-top: -40px;
	margin-bottom: 77px;
}

.z-scad-ctop-list-li {
	width: 340px;
	height: 340px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 30px rgba(18, 40, 99, 0.2);
	opacity: 1;
  z-index:9;
}

.z-scad-ctop-list-li .img {
	width: 80px;
	height: 80px;
	margin-top: 28px;
	margin-bottom: 7px;
}

.z-scad-ctop-list-li .tit {
	height: 31px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 31px;
	color: rgba(100, 100, 100, 1);
	letter-spacing: 2px;
	opacity: 1;
	margin-bottom: 39px;
}

.z-scad-ctop-list-li .tips {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 34px;
	color: rgba(100, 100, 100, 1);
	opacity: 1;
}

.z-scad-ctop-list-li .img1,
.z-scad-ctop-list-li .img2,
.z-scad-ctop-list-li .img3 {
	display: none;
}

.z-scad-ctop-list-li1:hover,
.z-scad-ctop-list-li2:hover,
.z-scad-ctop-list-li3:hover {
	background: rgba(102, 134, 254, 1);
	box-shadow: 0px 0px 30px rgba(18, 40, 99, 0.2);
}

.z-scad-ctop-list-li1:hover .tit,
.z-scad-ctop-list-li1:hover .tips,
.z-scad-ctop-list-li2:hover .tit,
.z-scad-ctop-list-li2:hover .tips,
.z-scad-ctop-list-li3:hover .tit,
.z-scad-ctop-list-li3:hover .tips {
	color: #FFFFFF;
}

.z-scad-ctop-list-li1:hover .img,
.z-scad-ctop-list-li2:hover .img,
.z-scad-ctop-list-li3:hover .img {
	display: none;
}

.z-scad-ctop-list-li1:hover .img1,
.z-scad-ctop-list-li2:hover .img2,
.z-scad-ctop-list-li3:hover .img3 {
	display: block;
	margin: auto;
	margin-top: 28px;
	margin-bottom: 7px;
}

.z-scad-chyly {
	margin-bottom: 61px;
}

.z-scad-chyly-list {
	margin-top: 38px;
}

.z-scad-chyly-li {
	width: 270px;
	margin-bottom: 46px;
}

.z-scad-chyly-li .imgdiv {
	width: 100%;
	height: 170px;
}

.z-scad-chyly-li .img {
	width: 100%;
}

.z-scad-chyly-li .title {
	/* padding-top: 16px; */
	margin-top: 16px;
	height: 26px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	/* line-height:42px; */
	color: rgba(38, 38, 38, 1);
	opacity: 1;
}

.z-scad-chyly-li:hover .img {
	box-shadow: 0px 0px 30px rgba(18, 40, 99, 0.2);
}

.z-scad-chyly-li:hover .title {
	font-weight: bold;
}


.z-scad-chyly-content {
	width: 100%;
	background-image: url(../img/customization/scAppDevelopment-service-7.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 62px;
}

.z-scad-chyly-cimg {
	position: relative;
	width: 100%;
}

.z-scad-chyly-cimg img {
	/* width: 835px; */
	width: 699px;
}

.z-scad-chyly-cimg .z-scad-chyly-cimg-img {
	position: absolute;
	width: 301px;
	z-index: 1;
	top: 109px;
	left: 280px;
}

.z-scad-chyly-cfloat {
	position: absolute;
	top: 89px;
	left: 0;
	text-align: left;
	max-width: 481px;
}

.z-scad-chyly-cfloat .title {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 34px;
	color: rgba(45, 61, 104, 1);
	opacity: 1;
	margin-bottom: 45px;
	padding-left: 30px;
	max-width: 230px;
  	height:70px;
}

.z-scad-chyly-cfloat .tips {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 34px;
	color: rgba(45, 61, 104, 1);
	opacity: 1;
	margin-bottom: 45px;
	padding-left: 30px;
  	height:70px;
}

.z-scad-chyly-cfloat .img {
	width: 100%;
}
.z-scad-chyly-cfloat .layui-progress {
    position: relative;
    height: 1px;
    border-radius: 0px;
    background-color: #1C63FE;
    /* line-height: 6px; */
}
.z-scad-chyly-cfloat .layui-progress-bar {
    position: absolute;
    left: 0;
    top: -3px;
    width: 0;
    max-width: 100%;
    height: 6px;
    border-radius: 0px;
    text-align: right;
    background-color: #1182f0;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.z-scad-chyly-cimg .li .singn {
	position: absolute;
	background-image: url(../img/customization/scAppDevelopment-needUs-2.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 32px;
	color: rgba(17, 130, 240, 1);
	opacity: 1;
	width: 69px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	line-height: 67px;
}

.z-scad-chyly-cimg .li1 .singn {
	top: 128px;
	left: 574px;
}

.z-scad-chyly-cimg .li2 .singn {
	top: 39px;
	left: 638px;
}

.z-scad-chyly-cimg .li3 .singn {
	top: 17px;
	left: 775px;
}

.z-scad-chyly-cimg .li4 .singn {
	top: 42px;
	left: 928px;
}

.z-scad-chyly-cimg .li5 .singn {
	top: 131px;
	left: 970px;
}

.z-scad-chyly-cimg .li1 .z-scad-chyly-cfloat,
.z-scad-chyly-cimg .li2 .z-scad-chyly-cfloat,
.z-scad-chyly-cimg .li3 .z-scad-chyly-cfloat,
.z-scad-chyly-cimg .li4 .z-scad-chyly-cfloat,
.z-scad-chyly-cimg .li5 .z-scad-chyly-cfloat {
	display: none;
}

.z-scad-chyly-cimg .li .singnactive {
	background-image: url(../img/customization/scAppDevelopment-needUs-1.png);
	color: rgba(255, 255, 255, 1);
}

.z-scad-chyly-cimg .li .active {
	display: block;
}

.z-scad-ctdandys {
	margin-bottom: 100px;
}

.z-scad-ctdandys-list {
	padding-top: 30px;
	margin-top: 67px;
	padding-bottom: 30px;
}

.z-scad-ctdandys-list-li {
	width: 282px;
	height: 330px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 30px rgba(18, 40, 99, 0.1);
	opacity: 1;
	padding: 30px 26px;
}

.z-scad-ctdandys-list-li .img {
	width: 90px;
	height: 90px;
}

.z-scad-ctdandys-list-li .tedian {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 26px;
	color: rgba(38, 38, 38, 1);
	opacity: 1;
	margin-bottom: 7px;
}

.z-scad-ctdandys-list-li .youshi {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 26px;
	color: rgba(38, 38, 38, 1);
	letter-spacing: 5px;
	opacity: 1;
}

.z-scad-cservice-list {
	margin-top: 50px;
}

.z-scad-cservice-top {
	background-image: url(../img/customization/scAppDevelopment-service-77.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	/* height: 200px; */
}

.z-scad-cservice-top-ul {
	align-items: flex-end;
}

.z-scad-cservice-top-li {
	position: relative;
}

.z-scad-cservice-top-li .img {
	width: 62px;
}

.z-scad-cservice-top-li .peopleimg {
	position: absolute;
	left: 60px;
	top: 25px;
	width: 18px;
}

.z-scad-cservice-top-li .numimg {
	position: absolute;
	left: 50px;
	top: -4px;
	width: 36px;
}

.z-scad-cservice-top-li .num {
	position: absolute;
	left: 61px;
	top: 3px;
	font-size: 11px;
	font-family: DIN;
	font-weight: 500;
	line-height: 13px;
	color: rgba(255, 255, 255, 1);
	opacity: 1;
}

.z-scad-cservice-top-li .line {
	border-right: 1px dashed #ABB4CC;
	width: 1px;
	margin: auto;
}

.z-scad-cservice-top-li .line1 {
	height: 70px;
}

.z-scad-cservice-top-li .line2 {
	height: 96px;
}

.z-scad-cservice-top-li .line3 {
	height: 63px;
}

.z-scad-cservice-top-li .line4 {
	height: 118px;
}

.z-scad-cservice-top-li .line5 {
	height: 57px;
}

.z-scad-cservice-top-li .line6 {
	height: 115px;
}

.z-scad-cservice-top-li .line7 {
	height: 65px;
}

.z-scad-cservice-top-li .line8 {
	height: 96px;
}

.z-scad-cservice-top-li,
.z-scad-cservice-bottom-li,
.z-scad-cservice-middle .lidiv {
	width: 135px;
}

.z-scad-cservice-middle {
	margin-bottom: 20px;
}

.z-scad-cservice-middle .li {
	width: 10px;
	height: 5px;
	background: rgba(100, 132, 216, 1);
	border-radius: 0 0 5px 5px;
	opacity: 1;
	margin: auto;
	margin-top: -1px;
}

.z-scad-cservice-bottom-li .title {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 27px;
	color: rgba(100, 100, 100, 1);
	opacity: 1;
}

.z-scad-cservice-bottom-li .titleactive {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 27px;
	color: rgba(38, 38, 38, 1);
	opacity: 1;
}

.z-scad-cservice-bottom-li .tips {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	color: rgba(100, 100, 100, 1);
	opacity: 1;
}

.z-scad-cservice-bottom-li .tipsactive {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	color: rgba(38, 38, 38, 1);
	opacity: 1;
}

.z-scad-ctdandys-list-li .line {
	background: rgba(223, 223, 223, 1);
	width: 32px;
	height: 2px;
	/* border-bottom:2px solid rgba(223,223,223,1); */
	opacity: 1;
	width: 100%;
	margin-top: 19px;
	margin-bottom: 24px;
	position: relative;
}

.z-scad-ctdandys-list-li .tips {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 34px;
	color: rgba(100, 100, 100, 1);
	opacity: 1;
}

.z-scad-ctdandys-list-li:hover {
	width: 352px;
	height: 390px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 30px rgba(18, 40, 99, 0.1);
	opacity: 1;
}

.z-scad-ctdandys-list-li:hover .lineactive {
	margin: auto;
	background: rgba(61, 94, 180, 1);
	width: 32px;
	height: 5px;
	margin-top: -2px;
	position: absolute;
	left: 125px;
}

.z-scad-csunccess {
	margin-bottom: 87px;
}

.h-online-case-blue {
	width: 100%;
	height: 100%;
	background: linear-gradient(314deg, rgba(105, 137, 220, 0.9) 0%, rgba(40, 76, 172, 0.9) 100%);
}

.h-online-caseTwo {
	margin-top: 47px;
}

.h-online-caseTwo button {
	width: 200px;
	height: 60px;
	border: 1px solid #3D5EB4;
	text-align: center;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 60px;
	color: #3D5EB4;
	margin: auto;
	display: block;
	background: none;
}

.z-scad-courcn {
	background-image: url(../img/index/indexLink.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}

.z-scad-courcn-list {
	margin-top: 54px;
	padding-bottom: 33px;
}

.z-scad-courcn-li {
	width: 482px;
	height: 120px;
	padding: 0 55px 0 45px;
	position: relative;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 30px rgba(18, 40, 99, 0.2);
	opacity: 1;
}

.z-scad-courcn-li .img {
	width: 60px;
	height: 60px;
    display: block;
  	border-radius: 50%;
}

.z-scad-courcn-li .imgpaixu {
	width: 39px;
	height: 38px;
	position: absolute;
	left: 10px;
	top: -7px;
}

.z-scad-courcn-li .tips {
	margin-left: 19px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 34px;
	color: rgba(100, 100, 100, 1);
	opacity: 1;
	width: 403px;
}

.z-scad-courcn-li:hover {
	background: linear-gradient(140deg, rgba(105, 137, 220, 1) 0%, rgba(60, 95, 187, 1) 52%, rgba(40, 76, 172, 1) 100%);
	box-shadow: 0px 0px 30px rgba(18, 40, 99, 0.2);
	opacity: 1;
}

.z-scad-courcn-li:hover .tips {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 21px;
	color: rgba(255, 255, 255, 1);
}

.z-scad-courcn-li .img1,
.z-scad-courcn-li .imgpaixu1,
.z-scad-courcn-li:hover .img11,
.z-scad-courcn-li:hover .imgpaixu11 {
	display: block;
}

.z-scad-courcn-li .img11,
.z-scad-courcn-li .imgpaixu11,
.z-scad-courcn-li:hover .img1,
.z-scad-courcn-li:hover .imgpaixu1 {
	display: none;
}

/* 软件定制--APP开发结束 */


/* 软件定制--微信小程序开始 */
.z-scwa-whyapplet {
	margin-top: 59px;
	margin-bottom: 109px;
}

.z-scwa-whyapplet-list {
	padding: 65px;
	position: relative;
}

.z-scwa-whyapplet-list .img {
	width: 538px;
	height: 538px;
}

.z-scwa-whyapplet-li {
	position: absolute;
}

.z-scwa-whyapplet-ul .li1 {
	top: 61px;
	left: 429px;
}

.z-scwa-whyapplet-ul .li2 {
	top: 181px;
	left: 549px;
}

.z-scwa-whyapplet-ul .li3 {
	top: 295px;
	left: 580px;
}

.z-scwa-whyapplet-ul .li4 {
	top: 413px;
	left: 553px;
}

.z-scwa-whyapplet-ul .li5 {
	top: 540px;
	left: 427px;
}

.z-scwa-whyapplet-li .line {
	width: 200px;
	height: 1px;
	background: linear-gradient(135deg, rgba(220, 226, 241, 1) 0%, rgba(220, 226, 241, 0.5) 100%);
	opacity: 1;
}

.z-scwa-whyapplet-li .dotImg {
	width: 30px;
	height: 30px;
}

.z-scwa-whyapplet-li .liImg {
	width: 66px;
	height: 66px;
}

.z-scwa-whyapplet-li .liImg1 {
	width: 76px;
	height: 76px;
	display: none;
}

.z-scwa-whyapplet-li .title {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 26px;
	color: rgba(38, 38, 38, 1);
	opacity: 1;
	margin-bottom: 11px;
}

.z-scwa-whyapplet-li .tips {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	/* line-height:32px; */
	color: rgba(100, 100, 100, 1);
	opacity: 1;
}

.z-scwa-whyapplet-li:hover .liImg {
	display: none;
}

.z-scwa-whyapplet-li:hover .liImg1 {
	display: block;
}

.z-scwa-appletandmarket {
	margin-bottom: 52px;
}

.z-scwa-appletandmarket-list {
	background-image: url(../img/customization/appletandmarket-2.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}

.z-scwa-appletandmarket-ul {
	align-items: flex-start;
	margin-top: 19px;
}

.z-scwa-appletandmarket-li {
	cursor: pointer;
	height: 230px;
	width: 228px;
	text-align: center;
	padding: 0 31px;
}
.z-scwa-appletandmarket-li:hover{
	box-shadow:0px 0px 30px rgba(53,55,61,0.3);
}
.z-scwa-appletandmarket-li .title {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 36px;
	color: rgba(38, 38, 38, 1);
	opacity: 1;
	margin-bottom: 15px;
}

.z-scwa-appletandmarket-li .tips {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 32px;
	color: rgba(100, 100, 100, 1);
	opacity: 1;
}

.z-scwa-appletandmarket-btn {
	/* margin-top: 61px; */
	margin-top: 15px;
	padding-bottom: 91px;
}

.z-scwa-appletandmarket-btn button {
	width: 180px;
	height: 50px;
	border: 1px solid rgba(61, 94, 180, 1);
	opacity: 1;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 40px;
	color: rgba(61, 94, 180, 1);
	background-color: transparent;
}

.z-scad-chyly-btn {
	padding-bottom: 0;
}

.z-scwa-chyly {
	margin-bottom: 70px;
}

.z-scwa-reason-list {
	background-image: url(../img/customization/z-wechatApplet-reason-bgimg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top:90px;
	padding-bottom: 70px;
	margin-top: 36px;
}

.z-scwa-reason-ul {
	align-items: flex-start;
}

.z-scwa-reason-li {
	width: 284px;
	height: 260px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 30px rgba(18, 40, 99, 0.1);
	opacity: 1;
}

.z-scwa-reason-li .img {
	margin-top: -41px;
	width: 102px;
	height: 102px;
}

.z-scwa-reason-li .tips {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 34px;
	color: rgba(100, 100, 100, 1);
	opacity: 1;
	margin-top: 43px;
	padding: 0 54px;
}

.z-scwa-reason-li:hover {
	box-shadow: 0px 0px 30px rgba(18, 40, 99, 0.3);
}

.z-scwa-reason-ul-two {
	margin: 82px 80px 0;
}

.z-scwa-appletservice {
	margin-top: 54px;
}

.z-scwa-appletservice-list {
	margin-top: 46px;
}

.z-scwa-appletservice-top {
	position: relative;
}

.z-scwa-appletservice-top .li {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	height: 60px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 26px;
	color: rgba(255, 255, 255, 1);
	opacity: 1;
	text-align: center;
	line-height: 60px;
}

.z-scwa-appletservice-top .li1 {
	background-image: url(../img/customization/appletservice-1.png);
	width: 231px;
}

.z-scwa-appletservice-top .li2 {
	background-image: url(../img/customization/appletservice-2.png);
	width: 718px;
}

.z-scwa-appletservice-top .li3 {
	background-image: url(../img/customization/appletservice-3.png);
	width: 243px;
}

.z-scwa-appletservice-bottom-left {
	width: 214px;
	margin-right: 30px;
}

.z-scwa-appletservice-bottom-left .div {
	/* width: 100%; */
	height: 262px;
	background: rgba(68, 185, 246, 1);
	opacity: 1;
	padding: 0 20px;
}

.z-scwa-appletservice-num {
	padding-top: 32px;
}

.z-scwa-appletservice-num label {
	width: 28px;
	height: 28px;
	background: rgba(255, 255, 255, 1);
	border-radius: 50%;
	color: #1C63FE;
	line-height: 28px;
	display: block;
	text-align: center;
	margin: auto;
}

.z-scwa-appletservice-title {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 24px;
	color: rgba(255, 255, 255, 1);
	opacity: 1;
	margin-top: 8px;
}

.z-scwa-appletservice-tips {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 32px;
	color: rgba(255, 255, 255, 1);
	opacity: 1;
	margin-top: 31px;
}

.z-scwa-appletservice-bottom-right {
	width: 214px;
	margin-right: 18px;
}

.z-scwa-appletservice-bottom-right .div {
	/* width: 100%; */
	height: 262px;
	background: rgba(17, 130, 240, 1);
	opacity: 1;
	padding: 0 20px;
}

.z-scwa-appletservice-bottom-middle {
	width: 702px;
	margin-right: 30px;
}

.z-scwa-appletservice-bottom-middle .li {
	width: 223px;
	height: 164px;
	background: rgba(152, 120, 254, 1);
	opacity: 1;
}

.z-scwa-appletservice-bottom-middle .li .z-scwa-appletservice-num label {
	color: #9878FE;
}

.z-scwa-appletservice-bottom-middle .li .z-scwa-appletservice-num {
	margin-right: 8px;
}

.z-scwa-appletservice-bottom-middle .li .z-scwa-appletservice-tips {
	padding: 0 20px;
	margin-top: 0;
	text-align: center;
}

.z-scwa-appletservice-bottom-right .z-scwa-appletservice-num label {
	color: #1182F0;
}

.z-scwa-appletservice-bottom-middle .li .z-scwa-appletservice-num,
.z-scwa-appletservice-bottom-middle .li .z-scwa-appletservice-title {
	margin-top: 0;
	padding-top: 0;
}

.z-scwa-appletservice-bottom-middle .li .one {
	padding: 13px 10px 19px;
}

.z-scwa-appletservice-bottom-middle .li1 {
	width: 161px;
	height: 184px;
	background: rgba(152, 120, 254, 1);
	opacity: 1;
}

/* 软件定制--微信小程序结束 */

/* 软件定制--人力资源外包开始 */
.z-schro-ctop-list {
	margin-top: -64px;
	/* margin-bottom: 61px; */
}

.z-schro-ctop-list .div {
  z-index:9;
	width: 220px;
	height: 330px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 30px rgba(18, 40, 99, 0.1);
	opacity: 1;
}

.z-schro-ctop-list .div .warp {
	padding: 0 20px;
	height: 223px;
}

.z-schro-ctop-list .div .img {
	width: 72px;
	height: 60px;
	margin-bottom: 21px;
	padding-top: 26px;
}

.z-schro-ctop-list .div .warp .title {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 26px;
	color: rgba(38, 38, 38, 1);
	opacity: 1;
	margin-bottom: 33px;
	padding-top: 29px;
}

.z-schro-ctop-list .div .warp .tips {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 34px;
	color: rgba(76, 76, 76, 1);
	-webkit-text-stroke: 1 rgba(0, 0, 0, 0.00);
	text-stroke: 1 rgba(0, 0, 0, 0.00);
	opacity: 1;
}

.z-schro-ctop-list .div .warp:hover {
	background: rgba(80, 114, 202, 1);
}

.z-schro-ctop-list .div .warp:hover .title,
.z-schro-ctop-list .div .warp:hover .tips {
	opacity: 1;
	color: #FFFFFF;
}

.z-schro-service{
	display: block;
	position: relative;
	padding-top: 61px;
}
.z-schro-service::after{
	content: "";
	background: url(../img/customization/z-hro-service-bgimg.png);
	opacity: 0.1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}
.z-schro-service-list {
	margin-top: 76px;
}

.z-schro-service-li{
	width: 25%;
	margin-bottom: 86px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.z-schro-service-li .img,
.z-schro-service-li .img1 {
	width: 142px;
	height: 142px;
	margin-bottom: 18px;
	padding: 0 20px;
}

.z-schro-service-li .img1 {
	display: none;
}

.z-schro-service-li .tips {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 26px;
	color: rgba(100, 100, 100, 1);
	opacity: 1;
	padding: 0 20px;
}

.z-schro-service-li:hover .img {
	display: none;
}

.z-schro-service-li:hover .img1 {
	display: block;
}

.z-schro-service-ul1 {
	padding-top: 79px;
	margin-bottom: 86px;
}

.z-schro-service-list .h-online-caseTwo {
	padding-bottom: 78px;
	margin-top: 0;
}
.z-schro-servicefeatures{
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/customization/z-hro-serviceFeatures-bgimg.png);
	padding: 59px 0 54px;
}
.contentImg{
	width: 45px;
	height: 14px;
}
.contentTitle1{
	font-size:28px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	line-height:37px;
	color:rgba(255,255,255,1);
	letter-spacing:5px;
	opacity:1;
	margin: 0 14px;
}
.z-schro-servicefeatures-swiper .tabs{
	padding: 0 41px;
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.z-schro-servicefeatures-swiper .tab{
	height:30px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:30px;
	color:rgba(255,255,255,1);
	letter-spacing:5px;
	opacity:0.5;
	padding: 21px 0;
}
.z-schro-servicefeatures-swiper .tabactive{
	border-bottom: 5px solid rgba(17,130,240,1);
	opacity: 1;
}

.Choices_text{ width:1200px; height:100%; margin:0 auto;}
.Choices_head{ width:100%; float:left; height:55px; margin-top:50px; line-height:55px; letter-spacing:2px; font-weight:bold; text-align:center; font-size:48px; color:#FFF; display:block; position:relative;}
.Choices_head:before,.Choices_head:after{content: ''; position: absolute;top: 30px;background: #FFF;width:265px;height: 2px;}
.Choices_head:before{ left:175px;}
.Choices_head:after{ right:175px;}

.Choices_banner{ width:1200px; height:487px; overflow: hidden; margin-top: 55px;}
.Choices_banner ul{ width: 12000px;  overflow: hidden;}
.Choices_banner ul li{ width:1200px; height:487px; float:left;}
.Choices_left{ width:600px; height:487px; float:left;}
.Choices_right{ width:600px; height:487px; float:left; background-color: rgba(255,255,255,1)}

.Choicesbut{ width:197px; height:49px; float:left; border:1px solid #bfbfbf; background-color:rgba(255,255,255,0.7); text-align:center; line-height:49px; color:#606060; font-size:22px; margin-left:195px; margin-top:57px;}
.Choicestel{ width:1200px; text-align:center; color:#FFF; margin-top:59px;
-webkit-user-select:none;/*谷歌 /Chrome*/
-moz-user-select:none; /*火狐/Firefox*/
-ms-user-select:none;    /*IE 10+*/
user-select:none;}
.Choicestel ul{ width:1200px; text-align: center; margin: auto; display: flex; justify-content: center;}
.Choicestel ul li{
	width:60px;
	height:3px;
	background:rgba(255,255,255,1);
	opacity:1;
	float:left;
	margin-right: 1px;
}

.Choices_banner ul li{
  display: none;
}
.divactive{
  display: flex !important;
}

.z-schro-servicefeatures-swiper .title{
	font-size:28px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	line-height:37px;
	color:rgba(45,61,104,1);
	opacity:1;
	padding: 0 70px;
	width: 460px;
	float:left;
	text-align: center;
	margin-top: 77px;
	margin-bottom: 59px;
}
.z-schro-servicefeatures-swiper .ul{
	padding: 0 70px;
	width: 460px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:50px;
	color:rgba(38,38,38,1);
	opacity:1;
	float:left;
	text-align: left;
	margin-bottom: 66px;
}

.z-schro-servicefeatures-swiper .btn button{
	width:100px;
	height:36px;
	background:rgba(61,94,180,1);
	opacity:1;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:35px;
	color:rgba(255,255,255,1);
	float:left;
	margin: 0 70px;
	border: none;
}
.z-schro-servicefeatures-swiper .lineactive{
	opacity: 0.4;
}
/* 软件定制--人力资源外包结束 */


/* 软件定制开发开始 */
.z-schro-five{
	font-size:36px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:47px;
	color:rgba(255,255,255,1);
	opacity:1;
}
.z-schro-five span{
	height:91px;
	font-size: 72px;
	color:rgba(7,255,247,1);
	padding: 0 16px;
	font-weight: bold;
	/* font-family:Microsoft YaHei; */
	font-style:oblique;
}
/* .z-scindex-ctop-text-cn{
	margin-bottom: 52px;
} */
.z-scindex-ctop-text-tips{
	font-size:22px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:20px;
	color:rgba(255,255,255,1);
	opacity:1;
}
.z-scindex-ctop-button{
	/* margin-top: 48px;
	margin-bottom: 52px; */
	margin-top: 18px;
	margin-bottom: 18px;
}
.z-scindex-ctop-list .div{
	width:340px;
	height:100px;
	background:rgba(61,94,180,.7);
	position: relative;
}
.z-scindex-ctop-list img{
	width: 40px;
	height: 40px;
}
.z-scindex-ctop-list .lable{
	font-size:24px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:31px;
	color:rgba(255,255,255,1);
	opacity:1;
}
.z-scindex-ctop-list .divbtn{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width:340px;
	height:100px;
	background:rgba(45,61,104,0.9);
	display: none;
}
.z-scindex-ctop-list .divbtn .button{
	width:100px;
	height:44px;
	background:rgba(255,255,255,0.05);
	border:1px solid rgba(255,255,255,1);
	opacity:1;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:34px;
	color:rgba(255,255,255,1);
}
.z-scindex-ctop-list .divbtn .button a{
  color:rgba(255,255,255,1);
}
.z-scindex-ctop-list .div:hover .divbtn{
	display: flex;
}

.z-scindex-wtandbanfa{
	margin-top: 50px;
	margin-bottom: 87px;
}
.z-scindex-wtandbanfa-list{
	margin-top: 65px;
}
.z-scindex-wtandbanfa-list .div{
	width: 406px;
	height: 110px;
	padding: 0 27px;
	display: flex;
	align-items: center;
	background:rgba(229,234,242,1);
	opacity:1;
	border-radius:90px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(38,38,38,1);
	justify-content: center;
}
.z-scindex-wtandbanfa-list .line{
	width: 44px;
	height: 0;
	background-color: transparent;
}
.z-scindex-wtandbanfa-list .line1{
	border-top: 1px dotted #274AA5;
}
.z-scindex-wtandbanfa-list .line2{
	border-top: 1px dotted #3C5BAD;
}
.z-scindex-wtandbanfa-list .line3{
	border-top: 1px dotted #4765B2;
}
.z-scindex-wtandbanfa-list .line4{
	border-top: 1px dotted #526EB7;
}
.z-scindex-wtandbanfa-list .line5{
	border-top: 1px dotted #6780C0;
}
.z-scindex-wtandbanfa-list .div1{
	background-image: url(../img/customization/wtandbanfa-1.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 300px;
	height: 118px;
	margin-top: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.z-scindex-wtandbanfa-list .div2{
	background-image: url(../img/customization/wtandbanfa-2.png);
}
.z-scindex-wtandbanfa-list .div3{
	background-image: url(../img/customization/wtandbanfa-3.png);
}
.z-scindex-wtandbanfa-list .div4{
	background-image: url(../img/customization/wtandbanfa-4.png);
}
.z-scindex-wtandbanfa-list .div5{
	background-image: url(../img/customization/wtandbanfa-5.png);
}
.z-scindex-wtandbanfa-list .div1 .en{
	font-size:12px;
	font-family:Microsoft YaHei;
	font-weight:300;
	line-height:16px;
	color:rgba(255,255,255,1);
	-webkit-text-stroke:1 rgba(0,0,0,0.00);
	margin-bottom: 12px;
}
.z-scindex-wtandbanfa-list .div1 .cn{
	font-size:22px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:29px;
	color:rgba(255,255,255,1);
	opacity:1;
}
.z-scindex-wtandbanfa-list .li:hover .div{
	background:rgba(255,240,226,1);
}
.z-scindex-wtandbanfa-list .li:hover .div1{
	background-image: url(../img/customization/wtandbanfa-6.png);
}
.position{
	position: relative;
}
.absolute{
	position: absolute;
}
.position1,.position2{
	position: absolute;
	top: -25px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:34px;
	color:rgba(255,255,255,1);
	-webkit-text-stroke:1 rgba(0,0,0,0.00);
	text-stroke:1 rgba(0,0,0,0.00);
	opacity:1;
	text-align: center;
}
.position1{
	width:90px;
	height:36px;
	background:linear-gradient(180deg,rgba(233,51,41,1) 0%,rgba(240,87,63,1) 100%);
	opacity:1;
	border-radius:90px;
}
.position2{
	width:90px;
	height:36px;
	background:rgba(34,208,121,1);
	opacity:1;
	border-radius:90px;
}
.z-scindex-wtandbanfa-btn{
	margin-top: 51px;
}
.z-scindex-wtandbanfa-btn .button{
	width:200px;
	height:60px;
	border:1px solid rgba(61,94,180,1);
	opacity:1;
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:40px;
	color:rgba(61,94,180,1);
	background-color: #FFFFFF;
}
.z-scindex-ctdandys-ul .z-scad-ctdandys-list-li{
	width:232px;
	height:394px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 30px rgba(18,40,99,0.2);
	opacity:1;
}
.z-scindex-ctdandys-ul .z-scad-ctdandys-list-li:hover {
	width:274px;
	height:446px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 30px rgba(18,40,99,0.2);
	opacity:1;
}
.z-scindex-ctdandys-ul .z-scad-ctdandys-list-li:hover .lineactive {
	margin: auto;
	background: rgba(61, 94, 180, 1);
	width: 32px;
	height: 5px;
	margin-top: -2px;
	position: absolute;
	left: 96px;
}

.z-scindex-rjdzfwlc{
	background-image: url(../img/customization/rjdzfwlc-1.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 58px;
	padding-bottom: 237px;
}

.z-scindex-rjdzfwlc .contentTitle,.z-scindex-rjdzfwlc .contentEngTitle{
	color:rgba(255,255,255,1);
}
.z-scindex-rjdzfwlc-list{
	margin-top: 57px;
}
.z-scindex-rjdzfwlc-list .line{
	width:1px;
	height:232px;
	background:linear-gradient(153deg,rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 46%,rgba(255,255,255,0.34) 100%);
	opacity:0.3;
}
.z-scindex-rjdzfwlc-list .li{
	width:200px;
	height:269px;
	background:linear-gradient(180deg,rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.07) 43%,rgba(255,255,255,0) 100%);
	opacity:1;
	position: relative;
}
.z-scindex-rjdzfwlc-list .li .img{
	width: 50px;
	height: 50px;
	margin-bottom: 15px;
}
.z-scindex-rjdzfwlc-list .li .tips{
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:32px;
	color:rgba(255,255,255,1);
	opacity:1;
	text-align: center;
}
.z-scindex-rjdzfwlc-list .li .active{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width:200px;
	height:269px;
	background:linear-gradient(180deg,rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.07) 43%,rgba(255,255,255,0) 100%);
	opacity:1;
	display: none;
}
.z-scindex-rjdzfwlc-list .li .active .num{
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	line-height:24px;
	color:rgba(255,255,255,1);
	opacity:1;
	text-transform: uppercase;
	padding: 13px 16px 10px;
}
.z-scindex-rjdzfwlc-list .li .active .activeTips{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	/* line-height:32px; */
	color:rgba(255,255,255,1);
	opacity:1;
	padding: 16px;
}
.z-scindex-rjdzfwlc-list .li:hover .img ,.z-scindex-rjdzfwlc-list .li:hover .tips{
	display: none;
}
.z-scindex-rjdzfwlc-list .li:hover .active{
	display: block;
}

.z-scindex-rjdzjfqdjh{
	margin-top: -181px;
	background:rgba(255,255,255,1);
	box-shadow:0px 20px 30px rgba(18,40,99,0.05);
	opacity:1;
	padding-top: 46px;
	margin-bottom: 65px;
}
.z-scindex-rjdzjfqdjh-list{
	margin-top: 55px;
}
.z-scindex-rjdzjfqdjh-list .ul{
	padding: 0 57px 57px;
}
.z-scindex-rjdzjfqdjh-list .ul .li{
	width: 176px;
}
.z-scindex-rjdzjfqdjh-list .ul .li .img{
	width: 90px;
	height: 90px;
	margin-bottom: 8px;
}
.z-scindex-rjdzjfqdjh-list .ul .li .tips{
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:29px;
	color:rgba(38,38,38,1);
	opacity:1;
}
.z-scindex-rjdzjfqdjh-btn{
	margin-top: 0;
	padding-bottom: 48px;
}

.z-schro-fourservice{
	margin-top: 89px;
}
.z-schro-fourservice-list{
	margin-top: 46px;
}
.z-schro-fourservice-list .div{
	width:274px;
	height:342px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 30px rgba(18,40,99,0.1);
	opacity:1;
}
.z-schro-fourservice-list .div .img{
	width: 89px;
	height: 89px;
	margin-bottom: 7px;
	margin-top: 54px;
}
.z-schro-fourservice-list .div .tips{
	padding: 37px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:34px;
	color:rgba(76,76,76,1);
	opacity:1;
}
.z-schro-fourservice-list .div:hover{
	background-image: url(../img/customization/servicefeatures-16.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	box-shadow:0px 0px 30px rgba(18,40,99,0.2);
	opacity:1;
}

.z-schro-ywlc{
	margin-top: 85px;
	background-image: url(../img/customization/ywlc-3.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	border-bottom: 1px solid #C2CEE9;
}
.z-schro-ywlc-list .ul{
	margin-top: 26px;
	margin-bottom: -9px;
}
.z-schro-ywlc-list .li{
	align-items: flex-end;
	position: relative;
}
.z-schro-ywlc-list .li .bottom{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:32px;
	color:rgba(38,38,38,1);
	opacity:1;
	position: absolute;
	left: 0;
	bottom: -32px;
}
.z-schro-ywlc-list .li .bottom1{
	bottom: -65px;
}
.z-schro-ywlc-list .li .left{
	margin-top: 115px;
}
.z-schro-ywlc-list .li .left .dot{
	width:12px !important;
	height:12px !important;
	background:rgba(51,51,51,1) !important;
	border-radius:50% !important;
	opacity:1 !important;
	position: inherit !important;
	border: 0px !important;
	box-shadow: none !important;

}
.z-schro-ywlc-list .li .left .left2{
	width: 16px;
	height: 17px;
}
.z-schro-ywlc-list .li .left .left3{
	width: 18px;
	height: 18px;
	display: none;
}
.z-schro-ywlc-list .li .left .line{
	width:0px;
	height:222px;
	border:1px solid rgba(223,223,223,1);
	opacity:1;
}
.z-schro-ywlc-list .right{
	width:180px;
	height:330px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(223,223,223,1);
	opacity:1;
	margin-bottom: 28px;
}
.z-schro-ywlc-list .right .step,.z-schro-ywlc-list .right .list{
	padding: 0 15px;
}
.z-schro-ywlc-list .right .step{
	margin-top: 22px;
	margin-bottom: 20px;
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	line-height:26px;
	color:rgba(38,38,38,1);
	opacity:1;
}
.z-schro-ywlc-list .right .list{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:26px;
	color:rgba(38,38,38,1);
	opacity:1;
}
.z-schro-ywlc-list .li:hover .left{
	margin-top: 67px;
}
.z-schro-ywlc-list .li:hover .right{
	margin-bottom: 57px;
}
.z-schro-ywlc-list .li:hover .left .line{
	height: 270px;
	border:1px solid rgba(155,174,216,1);
	opacity:0.3;
}
.z-schro-ywlc-list .li:hover .left .dot{
	width:12px;
	height:12px;
	background:rgba(155,174,216,1) !important;
	box-shadow:0px 10px 20px rgba(0,0,0,0.16) !important;
	border-radius:50%;
	border: 0px !important;
	opacity:1;
}
.z-schro-ywlc-list .li:hover .left .left2{
	display: none;
}
.z-schro-ywlc-list .li:hover .left .left3{
	display: block;
}
.z-schro-ywlc-list .li:hover .right{
	width:180px;
	height:333px;
	background:rgba(155,174,216,1);
	box-shadow:0px 10px 30px rgba(154,154,154,0.16);
	opacity:1;
}
.z-schro-ywlc-list .li:hover .right .step,.z-schro-ywlc-list .li:hover .right .list{
	color:rgba(255,255,255,1);
}
.z-schro-ldbz{
	margin-top: 150px;
}
.z-schro-ldbz-list{
	margin-top: 34px;
}
.z-schro-ldbz-list .div{
	width: 100%;
}
.z-schro-ldbz-list .div .left,.z-schro-ldbz-list .div .right{
	width: 50%;
	/* width: 960px; */
	height: 480px;
	position: relative;
 	box-shadow:0px 0px 30px rgba(18,40,99,0.1);
}
.z-schro-ldbz-list .div .img{
	width: 100%;
	height: 100%;
}
.z-schro-ldbz-list .div .sanjiaox{
	position: absolute;
	right: 0;
	top: 218px;
	width: 0;
	height: 0;
	border: 22px solid;
	border-color: transparent #FFFFFF transparent transparent;
}

.z-schro-ldbz-list .div .li{
	padding: 50px;
}
.z-schro-ldbz-list .div .li .title{
	font-size:24px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	line-height:31px;
	color:rgba(38,38,38,1);
	letter-spacing:5px;
	opacity:1;
	padding: 20px 0 46px;
}
.z-schro-ldbz-list .div .li .line{
	margin-bottom: 48px;
}
.z-schro-ldbz-list .div .li .line .line1{
	width:40px;
	height:5px;
	background:rgba(61,94,180,1);
	opacity:1;
}
.z-schro-ldbz-list .div .li .line .line2{
	width:83px;
	height:1px;
	background:rgba(126,148,205,1);
	opacity:1;
}
.z-schro-ldbz-list .div .li .list{
	/*width: 430px;*/
  	width: 100%;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:40px;
	color:rgba(100,100,100,1);
	opacity:1;
}
.z-schro-ldbz-list .div2 .sanjiaox{
	position: absolute;
	left: 0;
	top: 218px;
	width: 0;
	height: 0;
	border: 22px solid;
	border-color: transparent transparent transparent #FFFFFF;
}
.z-schro-ldbz-list .div2 .left{
	display: flex;
	flex-direction: column;
	/*align-items: flex-end;*/
}

.z-schro-rlzyxkz{
	background-image: url(../img/customization/z-hro-humanResourcesPermit-bgimg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top;
}
.z-schro-rlzyxkz-list{
	padding-top: 129px;
}
.z-schro-rlzyxkz-list .img{
	width: 658px;
	height: 461px;
	box-shadow: 30px 30px 0 -15px rgba(61,94,180,.3);
	margin-left: 50px;
	margin-right: 74px;
}
.z-schro-rlzyxkz-list .title{
	margin-top: 61px;
}
.z-schro-rlzyxkz-btn button{
	width:200px;
	height:60px;
	border:1px solid rgba(61,94,180,1);
	opacity:1;
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:40px;
	color:rgba(61,94,180,1);
	background-color: #FFFFFF;
	margin-top: 126px;
}

.z-schro-ourfwkh{
	margin-top: 100px;
}

.h-index-link-list>div{
	 width: 222px !important;
	height: 102px;
	background:rgba(255,255,255,1);
	/*border:1px solid rgba(223,223,223,1);*/
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0 10px 20px;
	/*width: calc(20% - 20px) !important;*/
}
.h-index-link-list>div:hover{
	box-shadow:0px 0px 30px rgba(18,40,99,0.2);
}

.z-schro-servicecontent .contentTitle1{
	color:rgba(82,119,216,1);
	font-size: 48px;
}
.z-schro-servicecontent .scimg{
	padding-top: 46px;
	margin-bottom: 34px;
}
.z-schro-servicecontent-list{
	position: relative;
	margin-top: -228px;
	margin-bottom: 200px;
}
.z-schro-servicecontent-list .img{

}
.z-schro-servicecontent-list .ul .li{
	position: absolute;
}
.z-schro-servicecontent-list .ul .li .list{

}
.z-schro-servicecontent-list .ul .li .num{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:34px;
	color:#262626;
	font-weight: bold;
}
.z-schro-servicecontent-list .ul .li .line{
	width:42px;
	height:0px;
	border:1px dashed rgba(131,157,225,1);
	opacity:1;
	margin-top: 15px;
}
.z-schro-servicecontent-list .ul .li .tips{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:34px;
	color: #646464;
}
.z-schro-servicecontent-list .ul .li .img1,.z-schro-servicecontent-list .ul .li .img2{
	width: 20px;
	height: 20px;
	margin-top: 5px;
}
.z-schro-servicecontent-list .ul .li .img2{
	display: none;
}
.z-schro-servicecontent-list .ul .li1{
	top: 61px;
	left: 75px;
}
.z-schro-servicecontent-list .ul .li2{
	top: 206px;
	left: 93px;
}
.z-schro-servicecontent-list .ul .li3{
	top:334px;
	left: 151px;
}
.z-schro-servicecontent-list .ul .li4{
	top: 399px;
	left: 546px;
}
.z-schro-servicecontent-list .ul .li4 .line{
	width:0;
	height:42px;
	border:1px dashed rgba(131,157,225,1);
	opacity:1;
	margin-top: 0;
}
.z-schro-servicecontent-list .ul .li5{
	top:334px;
	right: 230px;
}
.z-schro-servicecontent-list .ul .li6{
	top: 206px;
	right: 58px;
}
.z-schro-servicecontent-list .ul .li7{
	top: 61px;
	right: 70px;
}
.z-schro-servicecontent-list .ul .li:hover .num{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	line-height:34px;
	color:rgba(61,94,180,1);
	opacity:1;
	font-weight: bold;
}
.z-schro-servicecontent-list .ul .li:hover .tips{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	line-height:34px;
	color:rgba(61,94,180,1);
	opacity:1;
}
.z-schro-servicecontent-list .ul .li:hover .img1{
	display: none;
}
.z-schro-servicecontent-list .ul .li:hover .img2{
	display: block;
}
/* 软件定制开发结束 */


/* 金融系统--赎楼垫资系统开始 */
.z-fas-hytd-list{
	column-count: 3 !important;
	column-gap: 0px;
}
.z-fas-ldbz{
	margin-top: 61px !important;
}
/*.z-fas-ldbz .z-schro-ldbz-list .right{
	background:rgba(247,247,247,1);
}*/
.z-fas-ldbz .z-schro-ldbz-list .title{
	height:37px;
	font-size:28px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	line-height:37px;
	color:rgba(38,38,38,1);
	letter-spacing:50px;
	opacity:1;
	padding-bottom: 11px !important;
}
.z-fas-ldbz .z-schro-ldbz-list .en{
	height:19px;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:19px;
	color:rgba(38,38,38,1);
	opacity:0.8;
	margin-bottom: 24px;
}
.z-fas-ldbz .z-schro-ldbz-list .list{
	line-height: 32px !important;
}

.z-fas-ywlc{
	margin-top: 60px;
}
.z-fas-ywlc-list .list .div{
	width:140px;
	height:156px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(223,223,223,1);
	opacity:1;
}
.z-fas-ywlc-list .list .leftimg{
	width: 23px;
	height: 20px;
}
.z-fas-ywlc-list .list .div .img{
	margin-top: 15px;
}
.z-fas-ywlc-list .list .div .title{
	height:21px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:30px;
	color:rgba(76,76,76,1);
	opacity:1;
	padding: 0 38px;
	text-align: center;
}
.z-fas-ywlc-list .list .div:hover{
	box-shadow:0px 20px 50px rgba(135,135,135,0.16);
}
.z-fas-ywlc-list .listmiddle{
	justify-content: flex-end;
	margin: 13px 0;
}
.z-fas-ywlc-list .listmiddle .divmiddle{
	width:140px;
	text-align: center;
}

.z-fas-systemAdvantage{
	background-image: url(../img/finance/h-fas-bg1.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}
.z-fas-systemAdvantage-list{
	padding-bottom: 38px;
}
.z-fas-systemAdvantage-list .div{
	width: 300px;
	text-align: center;
	margin: 0 40px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.z-fas-systemAdvantage-list .div .img{
	width: 100px;
	height: 116px;
	margin-bottom: 17px;
}
.z-fas-systemAdvantage-list .div .tips{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:34px;
	color:rgba(38,38,38,1);
	-webkit-text-stroke:1 rgba(0,0,0,0.00);
	text-stroke:1 rgba(0,0,0,0.00);
	opacity:1;
	text-align: center;
}
.z-fas-systemAdvantage-list .div .img2,.z-fas-systemAdvantage-list .div:hover .img1{
	display: none;
}
.z-fas-systemAdvantage-list .div:hover .img2{
	display: block;
}

.z-fas-smallLoan{
	margin-top: 72px;
}

.z-credit-spread{
	height: 618px;
	background-image: url(../img/finance/fas-Interface.png) !important;
	background-size:64%;
	background-repeat: no-repeat;
}
/* 金融系统--赎楼垫资系统结束 */


/* 金融系统--银行风控系统开始 */
.z-brcs-systemConstitution>div{
	height: 180px;
}
.z-brcs-systemConstitution .p{
	font-size:15px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:36px;
	color:rgba(112,112,112,1);
	opacity:1;
}

.z-brcs-sblogic{
	margin-top: 69px;
}
.z-brcs-sblogic-list{
	background:rgba(255,255,255,1);
	border:1px solid rgba(219,219,219,1);
	opacity:1;
	padding: 17px;
	margin-top: 30px;
}
.z-brcs-sblogic-list .divone{
	background:rgba(240,247,236,1);
	border:1px dotted rgba(137,187,103,1);
	opacity:1;
	padding: 26px 28px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:34px;
	color:rgba(76,76,76,1);
	margin-bottom: 18px;
}
.z-brcs-sblogic-list .divmargin{
	margin-bottom: 18px;
}
.z-brcs-sblogic-list .divtwo{
	background:rgba(245,251,255,1);
	border:1px dotted rgba(17,130,240,1);
	opacity:1;
	padding: 16px 17px;
}
.z-brcs-sblogic-list .divtwo .title{
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	line-height:26px;
	color:rgba(16,140,238,1);
	opacity:1;
	margin-bottom: 15px;
}
.z-brcs-sblogic-list .divtwo .list{
	padding: 0 26px;
}
.z-brcs-sblogic-list .divtwo .li{
	width:257px;
	height:52px;
	background:rgba(61,162,241,1);
	opacity:1;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:34px;
	color:rgba(255,255,255,1);
	text-align: center;
	line-height: 52px;
}
.z-brcs-sblogic-list .divthree .div{
	width:540px;
	background:rgba(112,173,71,0.1);
	border:1px dotted rgba(112,173,71,1);
	opacity:1;
	padding: 17px;
}
.z-brcs-sblogic-list .divthree .div .title{
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	line-height:26px;
	color:rgba(112,173,71,1);
}
.z-brcs-sblogic-list .divthree .div .li{
	height:52px;
	background:rgba(112,173,71,1);
	opacity:0.8;
	line-height: 52px;
	text-align: center;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
	margin-bottom: 16px;
}

.z-brcs-module{
	margin-top: 67px;
}
.z-brcs-module-list{
	border:1px solid rgba(17,130,240,1);
	opacity:1;
	padding: 19px 19px 0;
}
.z-brcs-module-list .div{
	margin: 0 33px;
}
.z-brcs-module-list .text{
	width:204px;
	height:120px;
	background:rgba(17,130,240,1);
	opacity:1;
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:40px;
	color:rgba(255,255,255,1);
}
.z-brcs-module-list .downimg{
	width: 22px;
	height: 52px;
	margin: 5px 0;
}
.z-brcs-module-list .bottom{
	padding: 0 7px;
}
.z-brcs-module-list .bottom .li{
	width:176px;
	height:52px;
	background:rgba(17,130,240,1);
	opacity:1;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:52px;
	color:rgba(255,255,255,1);
	text-align: center;
	margin-bottom: 20px;
	/* margin: 0 10px 20px 10px; */
}
.z-brcs-module-list .bottom .active{
	background:transparent !important;
}

.z-brcs-advantage{
	margin-top: 66px;
}
.z-brcs-advantage-list{
	margin-top: 34px;
}
.z-brcs-advantage-list .div{
	text-align: center;
	width:270px;
	margin-bottom: 40px;
}
.z-brcs-advantage-list .top{
	width: 100%;
	height:240px;
	background:rgba(255,255,255,1);
	box-shadow:0px 10px 30px rgba(164,164,164,0.16);
	opacity:1;
	margin-bottom: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.z-brcs-advantage-list .top .img{
	width: 120px;
	height: 120px;
}
.z-brcs-advantage-list .tips{
	padding: 0 10px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:34px;
	color:rgba(76,76,76,1);
}
.z-brcs-advantage-list .top .img2,.z-brcs-advantage-list .div:hover .img1{
	display: none;
}
.z-brcs-advantage-list .div:hover .top{
	background-image: url(../img/finance/h-brcs-11.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}
.z-brcs-advantage-list .div:hover .img2{
	display: block;
}

.z-brcs-security{
	background-image: url(../img/finance/brcs-security-bgimg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 50px;
}
.z-brcs-security-list{
	padding-top: 78px;
	padding-bottom: 115px;
	position: relative;
}
.z-brcs-security-list .div{
	width:248px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(223,223,223,1);
}
.z-brcs-security-list .div .top{
	width: 100%;
	height:112px;
	background:rgba(239,239,239,1);
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.z-brcs-security-list .div .top .title{
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	line-height:40px;
	color:rgba(100,100,100,1);
	margin-bottom: 5px;
}
.z-brcs-security-list .div .top .text{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:20px;
	color:rgba(100,100,100,1);
	padding: 0 15px;
}
.z-brcs-security-list .div .top .img{
	position: absolute;
}
.z-brcs-security-list .div .bottom{
	height: 307px;
	display: flex;
	align-items: center;
}
.z-brcs-security-list .div .bottom .tips{
	padding: 25px;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:30px;
	color:rgba(100,100,100,1);

}
.z-brcs-security-list .list:hover .div{
	width: 308px;
	position: absolute;
	z-index: 1;
	border:1px solid rgba(17,130,240,1);
}
.z-brcs-security-list .list .divactive{
	display: none;
}
.z-brcs-security-list .list:hover .divactive{
	display: block;
	width: 250px;
}
.z-brcs-security-list .list:hover .div .top {
	height:134px;
	background:rgba(17,130,240,1);
}
.z-brcs-security-list .list:hover .div .top .img1,.z-brcs-security-list .list .div .top .img2{
	display: none;
}
.z-brcs-security-list .list:hover .div .top .img2{
	display: block;
}
.z-brcs-security-list .list:hover .div .top .title{
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	line-height:40px;
	color:rgba(255,255,255,1);
}
.z-brcs-security-list .list:hover .div .top .text{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:20px;
	color:rgba(255,255,255,1);
}
.z-brcs-security-list .list:hover .div .bottom .tips{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:30px;
	color:rgba(76,76,76,1);
}
/* 金融系统--银行风控系统结束 */

/* 404开始 */
.z-404{
	margin: auto;
}
.z-404 .img{
	width: 445px;
	height: 245px;
}
.z-404 .question{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:21px;
	color:rgba(38,38,38,1);
	margin-bottom: 17px;
}
.z-404 .tips{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:19px;
	color:#262626;
	margin-bottom: 35px;
}
.z-404 .tips a{
	color:rgba(17,130,240,1);
}
.z-404 .btn{
	width:160px;
	height:42px;
	background:rgba(17,130,240,1);
	border:1px solid rgba(17,130,240,1);
	opacity:1;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:40px;
	color:rgba(255,255,255,1);
	display: block;
}
/* 404结束 */

/* 网站地图开始 */
.z-websiteMap-title{
	background-image: url(../img/index/websiteMap.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 26px 0;
}
.z-websiteMap-title .cn{
	font-size:23px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:30px;
	color:rgba(255,255,255,1);
}
.z-websiteMap-title .en{
	font-size:26px;
	font-family:Microsoft YaHei;
	font-weight:300;
	line-height:34px;
	color:rgba(255,255,255,1);
	text-transform: uppercase;
	margin-bottom: 5px;
}

.z-websiteMap-dh{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:19px;
	color:rgba(100,100,100,1);
	opacity:1;
}
.z-websiteMap-dh a{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:19px;
	color:rgba(165,165,165,1);
}
.z-websiteMap-dh icon{
	font-size: 12px;
}
.z-websiteMap-list .title{
	height:46px;
	background:rgba(223,223,223,0.2);
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	line-height:46px;
	color:rgba(17,130,240,1);
	padding: 0 30px;
	border-bottom: 1px solid rgba(17,130,240,1);
}
.z-websiteMap-list .title a{
	color:rgba(17,130,240,1);
}
.z-websiteMap-list .list{
	padding: 30px 30px 25px;
}
.z-websiteMap-list .list .a{
	height:21px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:21px;
	color:rgba(76,76,76,1);
	width: 16.66%;
	text-align: left;
	margin-bottom: 25px;
}
.z-websiteMap-div{
	height: 126px;
}
/* 网站地图结束 */

/* 行业软件开发--在线教育系统开始 */
.z-education-ctop-div label{
	height:44px;
	background:rgba(255,255,255,0.15);
	border:1px solid rgba(255,255,255,1);
	opacity:1;
	border-radius:90px;
	padding: 9px 17px;
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:29px;
	color:rgba(255,255,255,1);
	text-shadow:0px 3px 20px rgba(0,0,0,0.16);
	margin-right: 15px;
}
.z-education-ctop-btn{
	background:linear-gradient(23deg,#6D70FC 0%,#4A4EFB 100%) !important;
	border-radius:90px !important;
	margin-top: 70px;
	color:rgba(255,255,255,1) !important;
}
.z-education-system{
	margin-top: 54px;
}
.z-education-system-top .title{
	height:42px;
	font-size:32px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:42px;
	color:rgba(38,38,38,1);
	margin-bottom: 8px;
}
.z-education-system-top .tips{
	height:19px;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:19px;
	color:rgba(165,165,165,1);
	opacity:0.8;
	margin-bottom: 24px;
}
.z-education-system-top .line{
	width:23px;
	height:6px;
	background:linear-gradient(113deg,rgba(109,112,252,1) 0%,rgba(74,78,251,1) 100%);
	opacity:1;
}
.z-education-system-top .line1{
	margin: auto;
}
.z-education-system-top{
	margin-bottom: 31px;
}
.z-education-system-bottom{
	position: relative;
}
.z-education-system-bottom .img{
	width: 557px;
	height: 332px;
}
.z-education-system-bottom .text{
	position: absolute;
	top: -35px;
	left: 373px;
	width:737px;
	height:201px;
	background:linear-gradient(113deg,rgba(109,112,252,0.9) 0%,rgba(74,78,251,0.9) 100%);
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:40px;
	color:rgba(255,255,255,1);
	-webkit-text-stroke:1 rgba(0,0,0,0.00);
	text-stroke:1 rgba(0,0,0,0.00);
	display: flex;
	align-items: center;
	padding: 15px 45px;
}

.z-education-range{
	margin-top: 128px;
}
.z-education-range-list .div{
	position: relative;
	margin-bottom: 41px;
}
.z-education-range-list .div .img{
	width: 260px;
	height: 260px;
}
.z-education-range-list .div .tips{
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 260px;
	height: 54px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 54px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
}
.z-education-range-list .div .tips1{
	background-image: url(../img/industry/z-education-range-11.png);
}
.z-education-range-list .div .tips2{
	background-image: url(../img/industry/z-education-range-22.png);
}
.z-education-range-list .div .tips3{
	background-image: url(../img/industry/z-education-range-33.png);
}
.z-education-range-list .div .tips4{
	background-image: url(../img/industry/z-education-range-44.png);
}
.z-education-range-list .div .tips5{
	background-image: url(../img/industry/z-education-range-55.png);
}
.z-education-range-list .div .tips6{
	background-image: url(../img/industry/z-education-range-66.png);
}
.z-education-range-list .div .tips7{
	background-image: url(../img/industry/z-education-range-77.png);
}
.z-education-range-list .div .tips8{
	background-image: url(../img/industry/z-education-range-88.png);
}
.z-education-range-btn button{
	width:240px;
	height:60px;
	border:1px solid rgba(17,130,240,1);
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:58px;
	color:rgba(17,130,240,1);
	background-color: #FFFFFF;
}

.z-education-coreFunctions{
	background-image: url(../img/industry/z-education-coreFunctions-bgimg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 47px;
	padding-bottom: 374px;
	margin-top: 58px;
}
.z-education-coreFunctions-list .div{
	width:210px;
	height:306px;
	background:rgba(255,255,255,1);
	opacity:1;
	text-align: center;
}
.z-education-coreFunctions-list .div .img{
	width: 70px;
	height: 70px;
	margin: auto;
	margin-top: -35px;
	margin-bottom: 30px;
}
.z-education-coreFunctions-list .div .title{
	margin-bottom: 18px;
	height:26px;
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	line-height:44px;
	color:#262626;
	padding: 0 30px;
}
.z-education-coreFunctions-list .div .tips{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:34px;
	color:#4C4C4C;
	-webkit-text-stroke:1 rgba(0,0,0,0.00);
	text-stroke:1 rgba(0,0,0,0.00);
	padding: 0 30px;
}
.z-education-coreFunctions-list .div .tips .div1{
	display: flex;
	justify-content: space-between;
}
.z-education-coreFunctions-list .div:hover{
	background:linear-gradient(136deg,rgba(109,112,252,1) 0%,rgba(74,78,251,1) 100%);
	box-shadow:0px 5px 20px rgba(8,85,239,0.35);
}
.z-education-coreFunctions-list .div:hover .title,.z-education-coreFunctions-list .div:hover .tips{
	color:rgba(255,255,255,1);
}
.z-education-FFFFFF .title,.z-education-FFFFFF .tips{
	color:rgba(255,255,255,1);
}
.z-education-FFFFFF .line1{
	background:rgba(255,255,255,1);
}

.z-education-facetoface{
	margin-top: -285px;
	position: relative;
}
.z-education-facetoface-list{
	padding: 53px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 30px rgba(18,40,99,0.1);
}
.z-education-facetoface-list .div{
	width: 200px;
	margin-bottom: 53px;
}
.z-education-facetoface-list .div .img{
	width: 50px;
	height: 50px;
	margin-bottom: 12px;
}
.z-education-facetoface-list .div .tips{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:32px;
	color:rgba(38,38,38,1);
	-webkit-text-stroke:1 rgba(0,0,0,0.00);
	text-stroke:1 rgba(0,0,0,0.00);
}
.z-education-facetoface-list .div:hover .tips{
	color:rgba(91,95,251,1);
}
.z-education-facetoface-btn button{
	width:240px;
	height:60px;
	border:1px solid rgba(17,130,240,1);
	opacity:1;
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:40px;
	color:rgba(17,130,240,1);
	background-color: #FFFFFF;
}

.z-education-test{
	background-image: url(../img/industry/z-education-test-bgimg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: -305px;
	padding-top: 365px;
}

.z-education-test-list .div{
	width: 550px;
	margin-bottom: 60px;
}
.z-education-test-list .div img{
	width: 80px;
	height: 80px;
	margin-right: 20px;
}
.z-education-test-list .div .title{
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	line-height:26px;
	color:rgba(38,38,38,1);
	margin-bottom: 12px;
}
.z-education-test-list .div .tips{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:30px;
	color:rgba(76,76,76,1);
	opacity:1;
}
.z-education-test-list .div:hover .title{
	color:rgba(91,95,251,1);
}
.z-education-test-list .div:hover .tips{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:30px;
	color:rgba(76,76,76,1);
}

.z-education-marketingMeans{
	margin-top: 47px;
}
.z-education-marketingMeans-list .li{
	width:287px;
	height:364px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 30px rgba(18,40,99,0.1);
	position: relative;
}
.z-education-marketingMeans-list .li .div{
	padding: 0 25px;
}
.z-education-marketingMeans-list .li .img{
	width: 70px;
	height: 70px;
	margin-bottom: 9px;
	margin-top: 50px;
}
.z-education-marketingMeans-list .li .title{
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	line-height:44px;
	color:rgba(38,38,38,1);
	margin-bottom: 38px;
}
.z-education-marketingMeans-list .li .bottom{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:36px;
	color:rgba(76,76,76,1);
	padding-top: 34px;
	border-top: 1px solid rgba(223,223,223,1);
}
.z-education-marketingMeans-list .li .hover{
	padding: 0 35px;
	background:linear-gradient(113deg,#6D70FC 0%,#4A4EFB 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.z-education-marketingMeans-list .li .hover{
	display: none;
}
.z-education-marketingMeans-list .li:hover .hover{
	display: block;
}
.z-education-marketingMeans-list .li .hover .tit{
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	line-height:44px;
	color:rgba(255,255,255,1);
	margin-top: 50px;
	margin-bottom: 30px;
}
.z-education-marketingMeans-list .li .hover .tips{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:36px;
	color:rgba(255,255,255,1);
	padding-top: 35px;
	border-top: 1px solid #FFFFFF;
	margin-bottom: 37px;
}
.z-education-marketingMeans-list .li .hover .btn button{
	width:120px;
	height:39px;
	background:rgba(255,255,255,0.05);
	border:1px solid rgba(255,255,255,1);
	opacity:1;
	border-radius:90px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:32px;
	color:rgba(255,255,255,1);
}

.z-education-operationManagement{
	margin-top: 80px;
}
.z-education-operationManagement-list .div{
	width:360px;
	height:360px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 30px rgba(18,40,99,0.1);
	margin-bottom: 40px;
}
.z-education-operationManagement-list .div .top{
	width:360px;
	height:154px;
}
.z-education-operationManagement-list .div .top1{
	background:linear-gradient(131deg,rgba(34,208,121,1) 0%,rgba(34,208,202,1) 100%);
}
.z-education-operationManagement-list .div .top2{
	background:linear-gradient(136deg,rgba(102,134,254,1) 0%,rgba(132,102,254,1) 100%);
}
.z-education-operationManagement-list .div .top3{
	background:linear-gradient(133deg,rgba(255,169,94,1) 0%,rgba(255,138,94,1) 100%);
}
.z-education-operationManagement-list .div .top4{
	background:linear-gradient(131deg,rgba(68,185,246,1) 0%,rgba(68,145,246,1) 100%);
}
.z-education-operationManagement-list .div .top5{
	background:linear-gradient(136deg,rgba(254,122,65,1) 0%,rgba(255,64,103,1) 100%);
}
.z-education-operationManagement-list .div .top6{
	background:linear-gradient(133deg,rgba(152,120,254,1) 0%,rgba(205,120,254,1) 100%);
}
.z-education-operationManagement-list .div .top label{
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	line-height:23px;
	color:rgba(255,255,255,1);
	padding-top: 45px;
	display: block;
}
.z-education-operationManagement-list .div .img{
	width: 80px;
	height: 80px;
	margin-top: -40px;
	margin-bottom: 40px;
}
.z-education-operationManagement-list .div .bottom{
	padding: 0 75px;
}
.z-education-operationManagement-list .div .bottom>div{
	padding: 0 20px 35px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:20px;
	color:rgba(76,76,76,1);
}

.z-education-study{
	background-image: url(../img/industry/z-education-study-bgimg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top:57px;
}
.z-education-study-list .left{
	padding: 20px;
}
.z-education-study-list .left .div{
	width: 456px;
	/* margin-bottom: 20px; */
	padding: 23px 32px;
}
.z-education-study-list .left .div .img{
	width: 40px;
	height: 40px;
	margin-right: 25px;
}
.z-education-study-list .left .div .title{
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	line-height:44px;
	color:rgba(38,38,38,1);
}
.z-education-study-list .left .div .tips{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:36px;
	color:rgba(38,38,38,1);
	opacity:0.8;
}
.z-education-study-list .left .div:hover{
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 30px rgba(18,40,99,0.05);
	opacity:1;
}
.z-education-study-list .left .div:hover .tips{
	color:rgba(76,76,76,1);
	opacity:1;
}

.z-education-success img{
	left: 200px !important;
}
/* 行业软件开发--在线教育系统结束 */

/*行业软件开发开始*/
.z-iindex-whyUs{
	margin-bottom: 190px;
}
.z-iindex-whyUs-list{
	position: relative;
}
.z-iindex-whyUs-list .img{
	margin-top: 41px;
	width: 500px;
	height: 500px;
}
.z-iindex-whyUs-list .warp .div{
	position: absolute;
}
.z-iindex-whyUs-list .warp .div1{
	right: 880px;
	top: 110px;
}
.z-iindex-whyUs-list .warp .div2{
	right: 880px;
	top: 340px;
}
.z-iindex-whyUs-list .warp .div3{
	left: 465px;
	top: 563px;
}
.z-iindex-whyUs-list .warp .div4{
	left: 880px;
	top: 340px;
}
.z-iindex-whyUs-list .warp .div5{
	left: 880px;
	top: 110px;
}
.z-iindex-whyUs-list .warp .div .title{
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	line-height:26px;
	color:rgba(38,38,38,1);
	margin-bottom: 14px;
}
.z-iindex-whyUs-list .warp .div .tips{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:34px;
	color:rgba(76,76,76,1);
}
.z-iindex-whyUs-list .warp .div:hover .title{
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	line-height:26px;
	color:rgba(61,94,180,1);
}
.z-iindex-whyUs-list .warp .div:hover .tips{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:34px;
	color:rgba(61,94,180,1);
}
/*行业软件开发结束*/



