.swipe-box {
    /*height: 480px;*/
    padding-top: 60px;
    min-width: 1210px;
}
.business-box {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #fff;
}
.business-content {
    width: 1210px;
    margin: 0 auto;
}
.business-title {
    line-height: 27px;
    font-size: 26px;
    font-weight: bold;
    color: #313131;
    text-align: center;
}
.business-tip {
    margin-top: 20px;
    line-height: 17px;
    font-size: 16px;
    color: #9999A5;
    text-align: center;
}
.business-cell {
    display: inline-block;
    vertical-align: top;
    width: 382px;
    height: 130px;
    border: 1px solid #E9EBF3;
    box-sizing: border-box;
    transition: .5s;
}
.business-cell:hover{
    box-shadow:0px 4px 24px 0px rgba(227,227,227,0.75);
}
.business-cell  .icon-box {
    display: inline-block;
    width: 93px;
    height: 130px;
    line-height: 130px;
    text-align: right;
    vertical-align: top;
}
.business-cell  .icon-box .iconfont{
    font-size: 44px;
    background-image: -webkit-linear-gradient(#3D7DE7, #7DAFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.business-list {
    margin-top: 39px;
    font-size: 0;
}
.business-cell {
    margin-top: 20px;
    cursor: pointer;
    margin-right: 32px;
}
.business-cell:nth-child(3n) {
    margin-right: 0;
}
.business-cell  .cell-info {
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    width: 252px;
    box-sizing: border-box;
}
.business-cell  .cell-title {
    margin-top: 25px;
    color: #20242B;
    font-size: 16px;
    font-weight: bold;
}
.business-cell .cell-dept {
    margin-top: 15px;
    line-height: 20px;
    color: #737C8B;
    font-size: 14px;
}
.industry-box {
    padding: 60px 0 110px 0;
    background-color: #F8F9FB;
}
.industry-content {
    margin: 0 auto;
    width: 1210px;
}
.industry-title {
    font-size: 26px;
    color: #313131;
    font-weight: bold;
    text-align: center;
}
.industry-list {
    margin-top: 30px;
    font-size: 0;
}
.industry-cell {
    margin-top: 15px;
    margin-right: 16.6px;
    display: inline-block;
    vertical-align: top;
    width: 290px;
    background-color: #fff;
    cursor: pointer;
    transition: .5s;
}
.industry-cell:hover {
    box-shadow:0px 4px 24px 0px rgba(227,227,227,0.75);
}
.industry-cell:nth-child(4n) {
    margin-right: 0;
}
.industry-photo {
    width: 100%;
    height: 190px;
    overflow: hidden;
}
.industry-photo img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: .5s;
}
.industry-cell:hover .industry-photo img {
    transform: scale(1.5);
}
.industry-name {
    height:60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    background:rgba(255,255,255,1);
    box-shadow:0px 5px 38px 0px rgba(231,231,231,0.75);
}
.customer-box {
    padding: 68px 0 108px 0;
    background-color: #fff;
}
.customer-content {
    margin: 0 auto;
    width: 1210px;
}
.custormer-title {
    font-weight: bold;
    font-size: 26px;
    color: #313131;
    text-align: center;
}
.custorm-list {
    margin-top: 30px;
    font-size: 0;
}
.custorm-cell {
    display: inline-block;
    width: 302.5px;
    height: 120px;
    border-top: 1px solid #EAECF3;
    border-right: 1px solid #EAECF3;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}
.custorm-cell img {
    transition: .5s;
}
.custorm-cell:hover img {
    transform: scale(1.2);
}
.custorm-cell:nth-child(4n) {
    border-right: 0;
}
.custorm-cell.no-line {
    border-top: 0;
}
.achievements-box {
    min-width: 1210px;
    height: 378px;
    background: url(../images/achievements-bg.png) no-repeat;
    background-size: center center;
}
.achievements-content {
    padding-top: 66px;
    width: 1210px;
    height: 378px;
    margin: 0 auto;
}
.achievements-title {
    text-align: center;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}
.achievements-list {
    margin-top: 40px;
    font-size: 0;
}
.achievements-cell {
    display: inline-block;
    width: 25%;
    text-align: center;
    color: #fff;
}
.achievements-icon {
    display: table;
    width: 100%;
    text-align: center;
    height: 90px;
    color: #fff;
}
.achievements-icon .iconfont{
    display: table-cell;
    font-size: 44px;
    vertical-align: bottom;
}
.achievements-text {
    margin-top: 22px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}
.achievements-text span:first-child {
    font-size: 30px;
}
.service-box {
    padding-top: 80px;
    padding-bottom: 202px;
}
.service-content {
    width: 1210px;
    margin: 0 auto;
}
.service-title {
    font-weight: bold;
    font-size: 26px;
    color: #313131;
    text-align: center;
}
.service-list {
    margin-top: 60px;
    font-size: 0;
}
.service-cell,
.service-arrow{
    display: inline-block;
    height: 283px;
    box-sizing: border-box;
    vertical-align: top;
    transform: scale(0);
    transition: none;
}
.service-arrow-active {
    animation: show .5s ease 1;
    transform:scale(1);
}
.service-cell {
    width: 234px;
    padding-top: 38px;
    border-radius:10px;
    transform: translateY(0) scale(0);
    box-shadow:0px 8px 38px 0px rgba(213,213,213,0.48);
    cursor: pointer;
}
.service-cell-animate {
    animation: show .5s ease 1;
    transform: translateY(0) scale(1);
}
@keyframes show {
    0% {transform: scale(0)}
    100% {transform: scale(1)}
}

.service-cell:hover {
    transform: translateY(-20px);
}
.servive-icon-box {
    margin: 0 auto;
    width: 83px;
    height: 83px;
    border-radius: 100%;
    background-color: #ECF0FB;
    text-align: center;
    line-height: 83px;
    color: #407FE8;
}
.servive-icon-box .iconfont {
    font-size: 40px;
}
.service-name {
    margin-top: 29px;
    color: #353535;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
}
.service-dept {
    margin-top: 28px;
    padding: 0 20px;
    line-height: 18px;
    color: #737C8B;
    font-size: 14px;
}
.service-arrow {
    width: 90px;
    height: 100%;
}
.service-arrow-icon {
    margin: 124px auto 0 auto;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background-color: #FBC039;
}
.swipe-img-box {
    width: 100%;
    height: 100%;
}