.solution {
    margin-top: 76px;
}

.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%;
}