#home{
	background: #Fff !important;
}
.data {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1400px;
    border-bottom: 5px solid #f3f9fd;
}.pc {
    display: block;
}.data a {
    width: 25%;
    float: left;
    text-align: center;
}.data a img {
    height: 90px;
}

.technology-business-container .technology-business {
    padding: 60px 0;
}

.technology-business-container .technology-business .list {
    padding-top: 43px;
	justify-content: center;
}

.technology-business-container .technology-business .list .item {
    margin-right: 22px;
    width: calc(25% - 22px);
    height: 554px;
    border-radius: 4px 24px 4px 24px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0,13,38,.1);
    box-shadow: 0 4px 20px 0 rgba(0,13,38,.1);
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.technology-business-container .technology-business .list .item:nth-child(4n) {
    margin-right: 0
}

.technology-business-container .technology-business .list .item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    background-color: #f3f7ff
}

.technology-business-container .technology-business .list .item:hover .information-us-btn {
    background: #236ffb
}

.technology-business-container .technology-business .list .item:hover .information-us-btn .information-us-btn-a {
    color: #fff
}

.technology-business-container .technology-business .list .item:hover .sub-item::after {
    z-index: 1;
    content: " ";
    position: absolute;
    width: 55px;
    height: 13px;
    top: 5px;
    left: 0;
    background: -webkit-gradient(linear,left top,right top,from(rgba(35,111,251,0)),color-stop(47%,rgba(35,111,251,.2)),to(#236ffb));
    background: -webkit-linear-gradient(left,rgba(35,111,251,0) 0,rgba(35,111,251,.2) 47%,#236ffb 100%);
    background: linear-gradient(90deg,rgba(35,111,251,0) 0,rgba(35,111,251,.2) 47%,#236ffb 100%)
}

.technology-business-container .technology-business .list .item .card {
    width: 100%;
    position: relative;
    display: block;
    padding-top: 90px
}

.technology-business-container .technology-business .list .item .card .name {
    margin: 15px 0 0 0;
    height: 35px;
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    line-height: 24px;
    color: #141839;
    z-index: 10;
    position: relative;
    text-align: center
}

.technology-business-container .technology-business .list .item .card::before {
    content: "";
    width: 2px;
    height: 62px;
    background: #bdc5d1;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.technology-business-container .technology-business .list .item .sub-list {
    padding-top: 30px
}

.technology-business-container .technology-business .list .item .sub-list .sub-item {
    height: 60px;
    margin-bottom: 36px;
    padding: 0 0 0 72px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.technology-business-container .technology-business .list .item .sub-list .sub-item::before {
    z-index: 3;
    width: 13px;
    height: 13px;
    border: solid 3px #236ffb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 13px;
    content: " ";
    position: absolute;
    top: 5px;
    left: 50px;
    background: #fff;
    z-index: 10
}

.technology-business-container .technology-business .list .item .sub-list .sub-item .name {
    margin-bottom: 3px;
    font-size: 16px;
    color: #141839;
    font-weight: 700;
    display: inline-block;
    position: relative
}

.technology-business-container .technology-business .list .item .sub-list .sub-item .name .tag {
    width: 45px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    position: absolute;
    right: -55px;
    top: 0
}

.technology-business-container .technology-business .list .item .sub-list .sub-item .name .tag-1 {
    background-color: #ff5a5a;
    -webkit-box-shadow: 0 4px 10px 0 rgba(255,90,90,.2);
    box-shadow: 0 4px 10px 0 rgba(255,90,90,.2)
}

.technology-business-container .technology-business .list .item .sub-list .sub-item .name .tag-2 {
    background-color: #236ffb;
    -webkit-box-shadow: 0 4px 10px 0 rgba(35,111,251,.2);
    box-shadow: 0 4px 10px 0 rgba(35,111,251,.2)
}

.technology-business-container .technology-business .list .item .sub-list .sub-item .name .tag-3 {
    background-color: #00d58c;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0,227,150,.2);
    box-shadow: 0 4px 10px 0 rgba(0,227,150,.2)
}

.technology-business-container .technology-business .list .item .sub-list .sub-item .name .tag-4 {
    background: #236ffb;
    border: 1px solid rgba(35,111,251,.2);
    -webkit-box-shadow: 0 3px 6px rgba(245,88,87,.2);
    box-shadow: 0 3px 6px rgba(245,88,87,.2)
}

.technology-business-container .technology-business .list .item .sub-list .sub-item .text {
    max-width: 190px;
    min-height: 40px;
    max-height: 60px;
    line-height: 20px;
    font-size: 14px;
    color: #7086ac;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all!important
}

.technology-business-container .technology-business .list .item .information-us-btn {
    width: 65%;
    height: 38px;
    background: #fff;
    opacity: 1;
    line-height: 38px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #236ffb;
    position: absolute;
    bottom: 40px;
    left: 57px;
    z-index: 10
}

.technology-business-container .technology-business .list .item .information-us-btn .information-us-btn-a {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #236ffb;
    display: block;
    text-align: center
}

.technology-business-container .technology-business .list .item .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.technology-business-container .technology-business .list .last-item {
    margin-right: 0
}
.c-title {
    margin-bottom: 16px;
    font-size: 30px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: center;
    color: #272727;
}
.c-sub-title {
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #858999;
}
.common-box {
    width: 1440px;
    margin: 0 auto;
}.fl {
    float: left;
}

.core-competence-container {

    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    background-position: left bottom;
    overflow: hidden;
}

.core-competence-container .core-competence {
    padding: 60px 0 95px
}

.core-competence-container .core-competence .list {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 43px
}

.core-competence-container .core-competence .list .item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 65px 0 0 100px;
    width: calc(50% - 22px);
    height: 382px;
    border-radius: 4px;
    -webkit-transition: .3s;
    transition: .3s;
	margin-left: 10px;
}

.core-competence-container .core-competence .list .item:hover {
    background: #fff;
    -webkit-box-shadow: 10px 10px 26px 0 rgba(0,13,38,.06);
    box-shadow: 10px 10px 26px 0 rgba(0,13,38,.06)
}

.core-competence-container .core-competence .list .item:hover::after {
    width: 100%;
    background: #236ffb
}

.core-competence-container .core-competence .list .item::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 6px;
    opacity: 1;
    opacity: .9;
    -webkit-transition: .3s;
    transition: .3s
}

.core-competence-container .core-competence .list .item .title {
    position: relative;
    display: inline-block;
    margin-bottom: 12px
}

.core-competence-container .core-competence .list .item .title::before {
    content: " ";
    z-index: 2;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 179px;
    height: 9px;
    opacity: 1;
    background: #236ffb;
    opacity: .8
}

.core-competence-container .core-competence .list .item .title::after {
    content: " ";
    z-index: 1;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 9px;
    opacity: 1;
    background: #bed5f2;
    opacity: .8
}

.core-competence-container .core-competence .list .item .title .text {
    z-index: 4;
    position: relative;
    height: 35px;
    line-height: 35px;
    font-size: 26px;
    font-family: Microsoft YaHei,Microsoft YaHei-Bold;
    font-weight: 700;
    color: #141839
}

.core-competence-container .core-competence .list .item .desc {
    margin-bottom: 24px;
    width: 462px;
    line-height: 26px;
    font-size: 16px;
    font-family: Microsoft YaHei,Microsoft YaHei-Regular;
    font-weight: 400;
    color: #858999
}

.core-competence-container .core-competence .list .item .row-warp .row {
    position: relative;
    margin-bottom: 14px
}

.core-competence-container .core-competence .list .item .row-warp .row::before {
    content: " ";
    display: inline-block;
    margin-right: 20px;
    width: 9px;
    height: 9px;
    opacity: 1;
    background: #236ffb;
    border-radius: 50%
}

.core-competence-container .core-competence .list .item .row-warp .row .label {
    font-size: 16px;
    font-family: Microsoft YaHei,Microsoft YaHei-Bold;
    font-weight: 700;
    color: #141839
}

.core-competence-container .core-competence .list .item .row-warp .row .value {
    font-size: 16px;
    font-family: Microsoft YaHei,Microsoft YaHei-Bold;
    color: #141839
}

.corporate-values-container .corporate-values {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 52px;
    background: #f8faff
}

.corporate-values-container .corporate-values .list {
    padding-top: 40px;
    text-align: center
}

.corporate-values-container .corporate-values .list .item {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 38px;
    margin-bottom: 38px;
    padding: 25px 0;
    width: 361px;
    height: 275px;
    border-radius: 4px;
    -webkit-transition: .3s;
    transition: .3s
}

.corporate-values-container .corporate-values .list .item:nth-child(3n) {
    margin-right: 0
}

.corporate-values-container .corporate-values .list .item:hover {
    background: #fff;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,.06);
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.06)
}

.corporate-values-container .corporate-values .list .item:hover::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #236ffb;
    border-radius: 0 0 4px 4px
}

.corporate-values-container .corporate-values .list .item .icon {
    margin: 0 auto;
    display: block;
    width: 120px;
    height: 120px
}

.corporate-values-container .corporate-values .list .item .name {
    position: relative;
    margin-bottom: 12px;
    height: 52px;
    line-height: 52px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #141839
}

.corporate-values-container .corporate-values .list .item .name::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -33px;
    width: 66px;
    height: 3px;
    opacity: 1;
    background: #236ffb;
    border-radius: 2px
}

.corporate-values-container .corporate-values .list .item .desc {
    line-height: 1;
    font-size: 18px;
    text-align: center;
    color: #666b7f
}

.app-dev-service-process-container {
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 412px;
    overflow: hidden;
    padding-bottom: 40px;
}

.app-dev-service-process-container .app-dev-service-process {
    padding: 60px 0 84px
}

.app-dev-service-process-container .app-dev-service-process .top-list {
    margin-bottom: 75px;
    padding-top: 52px
}

.app-dev-service-process-container .app-dev-service-process .top-list .item {
    position: relative;
    float: left;
    margin-right: 75px;
    width: 134px;
    text-align: center;
    cursor: pointer
}

.app-dev-service-process-container .app-dev-service-process .top-list .item::after {
    content: " ";
    position: absolute;
    top: 168px;
    right: -63px;
    width: 57px;
    height: 10px;
    background-image: url(../image/line.png);
    background-size: contain;
    background-repeat: no-repeat
}

.app-dev-service-process-container .app-dev-service-process .top-list .item:last-child {
    margin-right: 0!important
}

.app-dev-service-process-container .app-dev-service-process .top-list .item:last-child::after {
    display: none!important
}

.app-dev-service-process-container .app-dev-service-process .top-list .item:hover .icon-warp {
    border: 1px solid #fff;
    -webkit-box-shadow: 0 12px 16px 0 rgba(35,111,251,.16);
    box-shadow: 0 12px 16px 0 rgba(35,111,251,.16)
}

.app-dev-service-process-container .app-dev-service-process .top-list .item .icon-warp {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 20px;
    padding: 27px;
    width: 134px;
    height: 134px;
    border-radius: 100%;

    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.app-dev-service-process-container .app-dev-service-process .top-list .item .icon-warp .icon {
    width: 80px;
    height: 80px
}

.app-dev-service-process-container .app-dev-service-process .top-list .item .name {
    margin-bottom: 12px;
    font-size: 26px;
    font-weight: 700;
    color: #4d4d4d
}

.app-dev-service-process-container .app-dev-service-process .top-list .item .text-warp {
    line-height: 28px;
    font-size: 16px;
    font-family: Microsoft YaHei,Microsoft YaHei-Regular;
    font-weight: 400;
    color: #858999
}

::-moz-selection {
    color: #fff;
    background: #4a85f3
}

::selection {
    color: #fff;
    background: #4a85f3
}

.f-w-b {
    font-weight: 700
}

.clearfix::before {
    content: "";
    display: block;
    clear: both
}

.app-dev-service-process-bottom-list {
    text-align: center;
	display: flex;
  justify-content: center;
}

.app-dev-service-process-bottom-list .item {
    float: left;
    margin-right: 24px;
    width: 236px;
    text-align: center
}

.app-dev-service-process-bottom-list .item:last-child {
    margin-right: 0!important
}

.app-dev-service-process-bottom-list .item .icon {
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
    width: 134px;
    height: 134px
}

.app-dev-service-process-bottom-list .item .name {
    margin-bottom: 11px;
    font-size: 16px;
    font-family: Microsoft YaHei,Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: center;
    color: #272727
}

.app-dev-service-process-bottom-list .item .desc {
    line-height: 24px;
    font-size: 14px;
    font-family: Microsoft YaHei,Microsoft YaHei-Regular;
    font-weight: 400;
    color: #858999
}

.app-dev-service-process-container .app-dev-service-process {
    padding: 60px 0 84px
}

.app-dev-service-process-container .app-dev-service-process .top-list {
    margin-bottom: 75px;
    padding-top: 52px;
	display: flex;
  justify-content: center;
}

.app-dev-service-process-container .app-dev-service-process .top-list .item {
    position: relative;
    float: left;
    margin-right: 72px;
    width: 118px;
    text-align: center;
    cursor: pointer
}


.app-dev-service-process-container .app-dev-service-process .top-list .item:last-child {
    margin-right: 0!important
}

.app-dev-service-process-container .app-dev-service-process .top-list .item:last-child::after {
    display: none!important
}

.app-dev-service-process-container .app-dev-service-process .top-list .item:hover .icon-warp {
    border: 1px solid #fff;
    -webkit-box-shadow: 0 12px 16px 0 rgba(35,111,251,.16);
    box-shadow: 0 12px 16px 0 rgba(35,111,251,.16)
}

.app-dev-service-process-container .app-dev-service-process .top-list .item .icon-warp {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 20px;
    padding: 27px;
    width: 134px;
    height: 134px;
    border-radius: 100%;

    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.app-dev-service-process-container .app-dev-service-process .top-list .item .icon-warp .icon {
    width: 80px;
    height: 80px
}

.app-dev-service-process-container .app-dev-service-process .top-list .item .name {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #4d4d4d
}

.app-dev-service-process-container .app-dev-service-process .top-list .item .text-warp {
    line-height: 28px;
    font-size: 14px;
    font-family: Microsoft YaHei,Microsoft YaHei-Regular;
    font-weight: 400;
    color: #858999
}