.banner-content {
    width: 100%;
    height: 600px;
    margin-top: 68px;
    background-image: url(/img/main1.jpeg);
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.banner-content .title {
    font-size: 60px;
    font-weight: bolder;
    color: #fff;
    margin-bottom: 20px;

}

.banner-content .item {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.serve-content {
    margin: 0 auto;
    margin-top: 70px;
    background-color: #fff;
    width: 60%;
}

.serve-content .title {
    font-size: 32px;
    color: #012257;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.serve-content .content {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.serve-content .content .demo {
    width: 32%;
    background-color: #fff;
    box-shadow: 0px 0px 26px 0px #D7DEE7;
    border-radius: 25px;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 20px 50px;
    min-height: 240px;
    align-content: flex-start;
}

.serve-content .demo img {
    width: 66px;
    height: 66px;
}

.serve-content .demo .normal {
    font-size: 14px;
    color: #4D6289;
    margin-top: 5px;
}

.serve-content .demo .normal i {
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #7996CB;
    border-radius: 50%;
    vertical-align: middle;
}

.serve-content .demo .bold {
    font-size: 24px;
    color: #021346;
    font-weight: bold;
    margin: 20px 0;
}

.steps {
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 50px;
    position: relative;
}

.steps .top {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 1;
}

.steps .top .top-title1 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 100px;
}

.steps .step-info {
    margin: 0 auto;
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.steps .step-info .info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 30%;
    flex-shrink: 0;
}

.steps .step-info .number {
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-bottom: 40px;
}

.steps .step-info .info-item {
    width: 100%;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 20px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.steps .step-info .info-item img {
    width: 70px;
    height: 65px;
}

.step-info .info-item .info-b {
    font-size: 20px;
    color: #021346;
    font-weight: bold;
    margin: 30px 0 10px;
}

.step-info .info-item .info-n {
    font-size: 14px;
    color: #4D6289;
}

.steps .step-bg {
    width: 100%;
    height: 830px;
    display: block;
}

.line-sys {
    width: 40px;
    margin-top: 13px;
    flex-shrink: 0;
}


.steps .bottom {
    width: 55%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.steps .bottom .tiyan-bg {
    width: 100%;
}

.steps .bottom .btn-group {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-group .btn-title {
    font-size: 30px;
    font-weight: bold;
    color: #0B64D5;
}

.steps .btn-group .btn {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.steps .btn-group .btn a {
    cursor: pointer;
    background-color: #1B76EA;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 1000px;
}


.serve-content1 {
    margin: 0 auto;
    margin-top: 70px;
    background-color: #fff;
    width: 60%;
}

.serve-content1 .title {
    font-size: 32px;
    color: #012257;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.serve-content1 .content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.serve-content1 .content .demo {
    width: 48%;
    background-color: #fff;
    box-shadow: 0px 0px 26px 0px #D7DEE7;
    border-radius: 8px;
    margin-bottom: 40px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    padding: 20px 50px;
    min-height: 240px;
    align-content: flex-start;
    flex-wrap: wrap;
}

.serve-content1 .demo .normal {
    font-size: 14px;
    color: #4D6289;
    margin-top: 5px;
}

.serve-content1 .demo .normal i {
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #7996CB;
    border-radius: 50%;
    vertical-align: middle;
}

.serve-content1 .demo .bold {
    font-size: 30px;
    color: #021346;
    font-weight: bold;
    margin: 20px 0;
}

.container {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 0 40px rgb(51 51 51 / 10%);
    padding: 60px 0 60px 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    font-size: 16px;
    color: #333;
    line-height: 2;
}

/*@media (min-width: 576px) {*/
    /*.container {*/
        /*max-width: 540px;*/
    /*}*/
/*}*/

/*@media (min-width: 768px) {*/
    /*.container {*/
        /*max-width: 720px;*/
    /*}*/
/*}*/

/*@media (min-width: 992px) {*/
    /*.container {*/
        /*max-width: 960px;*/
    /*}*/
/*}*/

/*@media (min-width: 1200px) {*/
    /*.container {*/
        /*max-width: 1140px;*/
    /*}*/
/*}*/

.container .xlcenter {
    width: 60%;
}

.container .xlcenter .theme {
    color: #2485d6;
    font-weight: 700;
    font-size: 20px;
}

.container .xlcenter .text-content {
    text-transform: uppercase;
    color: #666;
    font-size: 12px;
}

.componany-info {
    color: #333;
    padding-right: 100px;
}