.solution {
    margin-top: 76px;
}

.solution .icon-list {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.solution .icon-list .ikon_solution1 {
    position: absolute;
    width: 240px;
    left: -248px;
    top: 50px;
}

.solution .icon-list .title {
    text-align: center;
}

.solution .icon-list .title .btitle {
    color: #333333;
    font-size: 35px;
    font-weight: 800;
    padding-top: 80px;
    padding-bottom: 32px;
}

.solution .icon-list .title .stitle {
    color: #333333;
    font-size: 20px;
}

.solution .icon-list .main {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 70px;
}

.solution .icon-list .main .item {
    width: 125px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 34px;
}

.solution .icon-list .main .item .icon {
    width: 50px;
}

.solution .icon-list .main .item .txt {
    padding-top: 14px;
}

.block-list {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.block-list .ikon_solution2 {
    position: absolute;
    width: 250px;
    bottom: -70px;
    right: 190px;
}

.block-list .item {
    width: 408px;
    box-shadow:0px 1px 9px 1px rgba(198,198,198,0.3);
    border-radius:6px;
    padding: 30px 26px 26px 25px;
    margin-bottom: 36px;
    transition:all .5s ease-out;
    margin-left: 12.5px;
    margin-right: 12.5px;
}

.block-list .item .btitle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.block-list .item .btitle .pic {
    width: 30px;
    margin-right: 5px;
}

.block-list .item .btitle .txt {
    color: #333333;
    font-size: 24px;
    font-weight: 800;
}

.block-list .item .desc {
    color: #888888;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 8px;
}

.block-list .item .type {
    color: #B2B2B2;
    font-size: 14px;
    padding-bottom: 12px;
}

.block-list .item .detail-btn {
    width:134px;
    height:40px;
    /* border:1px solid rgba(230,41,41,1); */
    border-radius:20px;
    color: #2362FB;
    text-align: left;
    line-height: 40px;
    display: block;
    cursor: pointer;
}

.block-list .item .detail-btn .right-arrow {
    position: relative;
    margin-left: 0px;
    transition: margin-left .3s;
}

.block-list .item:hover {
    box-shadow:0px 4px 20px 1px rgba(39,39,39,0.3) !important;
}

/* our user */
.service-num {
    margin-top: 100px;
    width: 100%;
    height: 666px;
    background: url(../images/home/partners-bg.png) no-repeat center;
  }
  
  .user-btitle {
    font-size: 30px;
    color: #111111;
    text-align: center;
    line-height: 50px;
    font-weight: 800;
  }
  
  .user-stitle {
    font-size: 16px;
    color: #777777;
    text-align: center;
    line-height: 40px;
  }
  
  .users {
    display: block;
    margin: 50px auto;
  }
  
  .question {
    width: 100%;
    position: relative;
    margin-top: 80px;
  }
  
  .question .txt-wrap {
      width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  
  .question .btitle {
    color: #FFFFFF;
    font-size: 30px;
    /* padding-top: 116px; */
  }
  
  .question .stitle {
    color: #FFFFFF;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 58px;
    text-align: center;
  }
  
  .question .stitle .call {
    color: #ffa128;
    font-weight: 800;
    font-size: 25px;
  }
  
  .question .phone-btn {
    width:220px;
    height:60px;
    background:rgba(255,255,255,1);
    box-shadow:0px 1px 51px 3px rgba(150,150,150,0.3);
    border-radius:30px;
    font-size: 20px;
    color: #2362FB;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
  }

.solution .banner-box {
    overflow: hidden;
}

.banner-box {
    position: relative;
}

.banner-box .banner-img {
    display: block;
    width: 100%;
}

.solution .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    min-width: 1200px;
}

.solution .banner-text .font-36 {
    font-size: 30px;
    line-height: 72px;
}

.solution .banner-text .font-18 {
    font-size: 18px;
    line-height: 36px;
    white-space: nowrap;
}

.solution .center-title-box {
    margin: 50px 0;
}

.center-title-box {
    text-align: center;
    padding-bottom: 10px;
}

.solution .center-title-box .center-title-h {
    margin-bottom: 10px;
}

.solution .center-title-box p {
    line-height: 40px;
}

.center-title-box .center-title-h {
    font-size: 30px;
    line-height: 50px;
    color: #111;
}

.center-title-box p {
    font-size: 16px;
    color: #777;
    line-height: 40px;
}

.solution .center-title-box p {
    line-height: 40px;
}

.center-title-box p {
    font-size: 16px;
    color: #777;
    line-height: 40px;
}

.solution .tab-box {
    width: 60%;
    min-width: 980px;
    padding: 0 40px;
    margin: 0 auto 40px;
}

.solution .tab-box .list {
    width: 16.3%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.solution .tab-box .list .list-active {
    border-bottom: 2px solid #dd1313;
    color: #dd1313;
    padding-bottom: 5px;
}

.solution .tab-box .list span {
    font-size: 18px;
    color: #333;
}

.education .bg-color {
    width: 63%;
    min-width: 1141px;
    margin: 0 auto 100px;
    background: #f7f7fa;
    position: relative;
    border-radius: 3px;
}

.education .bg-color .pic-text {
    overflow: hidden;
}

.education .bg-color .pic-text .img-box {
    padding: 45px;
}

.education .bg-color .pic-text .img-box,
.education .bg-color .pic-text .text-box {
    float: left;
    width: 50%;
}

.education .bg-color .pic-text .img-box img {
    width: 100%;
}

img {
    border-style: none;
}

.education .bg-color .pic-text .text-box {
    padding: 45px 45px 45px 0;
    margin-top: 20px;
}

.education .bg-color .pic-text .img-box,
.education .bg-color .pic-text .text-box {
    float: left;
    width: 50%;
}

.education .bg-color .pic-text .text-box h3 {
    font-size: 24px;
    margin-bottom: 25px;
    color: #111;
}

h1,
h2,
h3,
h4,
h5,
th,
tr {
    font-weight: 400;
}

.education .bg-color .pic-text .text-box h5 {
    font-size: 16px;
    margin: 20px 0 10px;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
th,
tr {
    font-weight: 400;
}

.education .bg-color .pic-text .text-box .text p {
    line-height: 24px;
    color: #777;
}

.education .bg-color .pic-text .text-box .text p {
    line-height: 24px;
    color: #777;
}

.education .bg-color .posi-ab {
    background: #f2f3f5;
    position: absolute;
    bottom: 0;
    left: -30px;
    right: -30px;
    top: 130px;
    z-index: -1;
    border-radius: 2px;
}

.footerform {
    background: url(../images/solution/banner4.png) no-repeat 50%;
    background-size: 100% 100%;
}

.footerform .footerform-title {
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding: 30px 0 20px;
    line-height: 40px;
}

.footerform .demo-form-inline {
    width: 40%;
    margin: 0 auto;
    min-width: 753px;
}

.footerform .demo-form-inline .el-form-item {
    width: 49%;
    margin-right: 0;
}

.el-form--inline .el-form-item {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.el-form-item {
    margin-bottom: 22px;
}

.el-form-item:after,
.el-form-item:before {
    display: table;
    content: "";
}

.footerform .demo-form-inline .el-form-item .el-form-item__label {
    color: #fff;
    font-size: 16px;
}

.el-form--inline .el-form-item__label {
    float: none;
    display: inline-block;
}

.el-form-item__label {
    text-align: right;
    float: left;
    font-size: 14px;
    color: #606266;
    line-height: 40px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
}

.el-form-item__content .el-input-group,
.el-form-item__label,
.el-tag .el-icon-close {
    vertical-align: middle;
}

.footerform .demo-form-inline .el-form-item .el-form-item__content {
    width: 260px;
}

.el-form--inline .el-form-item__content {
    display: inline-block;
    vertical-align: top;
}

.el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
}

.el-form-item__content:after,
.el-form-item__content:before {
    display: table;
    content: "";
}

.el-input--medium {
    font-size: 14px;
}

.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.el-input--medium .el-input__inner {
    height: 36px;
    line-height: 36px;
}

.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

input,
textarea {
    color: #666;
}

button,
input,
textarea {
    font: inherit;
    margin: 0;
    padding: 0;
    color: inherit;
    border-style: none;
    outline-style: none;
    background: 0 0;
    -webkit-appearance: none;
}

input,
select {
    vertical-align: middle;
}

.el-form-item__content:after {
    clear: both;
}

.el-form-item__content:after,
.el-form-item__content:before {
    display: table;
    content: "";
}

.el-form-item:after {
    clear: both;
}

.el-form-item:after,
.el-form-item:before {
    display: table;
    content: "";
}

.footerform .btn {
    text-align: center;
    padding: 10px 0 30px;
}

.footerform .btn .btn-sub {
    display: inline-block;
    background: #6cbbff;
    color: #fff;
    border: 0;
    height: 48px;
    line-height: 48px;
    width: 200px;
    border-radius: 24px;
    cursor: pointer;
    font-size: 16px;
}

.education .btn-box {
    width: 120px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-top: 25px;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    border-radius: 17px;
    border: 1px solid #dd1313;
    color: #dd1313;
}

.education .btn-box .btn {
    display: block;
    width: 100%;
    height: 100%;
}