.bus1,
.bus2,
.bus3 {
    padding-bottom: 120px;
    padding-top: 60px;
}

.bus1 .container .title,
.bus2 .container .title {
    margin-bottom: 90px;
}

.bus1 .container .title p,
.bus2 .container .title p {
    font-size: 45px;
    color: #333333;
    line-height: 1.1;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
}

.bus1 .container .title p span,
.bus2 .container .title p span {
    color: #d80414;
}

.bus1-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bus1-div div {
    width: 26.66%;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bus1-div div:nth-child(2n) {
    margin-left: 46.66%;
    padding-right: 80px;
}

.bus1-div div:nth-child(2n-1) {
    padding-left: 80px;
    align-items: flex-end;
    text-align: right;
}

.bus1-div div:nth-child(3) {
    padding-left: 0;
    padding-right: 60px;
}

.bus1-div div:nth-child(4) {
    padding-left: 60px;
    padding-right: 0;
}

.bus1-div div:nth-last-child(1),
.bus1-div div:nth-last-child(2) {
    margin-bottom: 0;
}

.bus1-div div:hover i {
    transform: rotateY(360deg);
}

.bus1-div2 {
    position: relative;
}

.bus1-div2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
}

.bus1-div div i {
    font-size: 40px;
    line-height: 1.1;
    color: #d80414;
    margin-bottom: 20px;
    transition: .6s;
}

.bus1-div div p {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    margin-bottom: 0;
}

/*----------------------------------*/
.bus2-main > div {
    display: flex;
    margin-bottom: 50px;
}

.bus2-main > div .left {
    width: 24%;
    position: relative;
    overflow: hidden;
}

.bus2-main > div .right {
    width: 76%;
    padding-left: 55px;
}

.bus2-main > div .left img {
    width: 100%;
    transition: .4s;
    position: relative;
    z-index: 1;
}

.bus2-main > div:hover .left img {
    transform: scale(1.1, 1.1);
}

.bus2-main > div .left div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bus2-main > div .left div p:nth-child(1) {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 15px;
    font-weight: bold;
}

.bus2-main > div .left div p:nth-child(2) {
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 0;
}

.bus2-main > div .right div {
    height: 100%;
    border: 1px solid #eb8189;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 60px;
}

.bus2-main > div .right div i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    font-size: 28px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #f7c7cb;
    text-align: center;
    line-height: 58px;
    color: #da1120;
    background: #fff;
    transition: .4s;
}

.bus2-main > div .right div p {
    margin-bottom: 0;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.bus2-main > div:hover .right i {
    background: #da1120;
    color: #fff;
    border: 1px solid #da1120;
}

/*----------------------------------------*/
.bus3 .container > div {
    display: flex;
    height: 140px;
    margin-bottom: 30px;
}

.bus3 .container > div .left {
    width: 26.6%;
    margin-right: 2%;
    display: flex;
    align-items: center;
    border: 1px solid #e9e9e9;
    transition: .4s;
}

.bus3 .container > div .right {
    width: 71.33%;
    display: flex;
    align-items: center;
    border: 1px solid #e9e9e9;
    transition: .4s;
    padding: 0 30px;
}

.bus3 .container > div .left p {
    position: relative;
    font-size: 24px;
    line-height: 1.1;
    color: #d80414;
    margin-bottom: 0;
    padding-left: 35px;
}

.bus3 .container > div .left p:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    display: block;
    background: #d80414;
}

.bus3 .container > div .right p {
    font-size: 15px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 0;
}

.bus3 .container > div:hover div {
    border: 1px solid #d80414;
}

.bus3 .container > div:hover .left {
    background: #d80414;
}

.bus3 .container > div:hover .left p:after {
    background: #f4d05e;
}

.bus3 .container > div:hover .left p {
    color: #fff;
}

.bus3 .container > div:last-child {
    margin-bottom: 0;
}

.tab-wrapper {
    background: #F7F7F7;
}

.introduce {
    background: #F7F7F7;
    border-bottom: 3px solid #D80414;
}

.introduce > .container {
    padding: 120px 15px 160px;
    background: url("/home/images/business_introduce_bg.png") no-repeat right bottom/700px;
}

.introduce h3,
.list-wrapper .title > h3 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin: 0;
}

.introduce .info {
    margin-top: 30px;
    font-size: 16px;
    color: #999999;
    line-height: 2;
}

.introduce .info > .color {
    font-size: 20px;
    color: #D80414;
}

.list-wrapper {
    padding: 100px 0 120px;
}

.list-wrapper .list {
    margin-top: 40px;
}

.list-wrapper .list > li {
    padding: 40px;
    margin-top: 20px;
    border-radius: 5px;
    border: 1px solid #E9E9E9;
    transition: 0.3s;
}

.list-wrapper .list > li:hover {
    background: #F7F7F7;
    border-color: #F7F7F7;
}

.list-wrapper .list > li .til {
    display: flex;
    align-items: center;
}

.list-wrapper .list > li .til > .icon {
    width: 26px;
    margin-right: 5px;
}

.list-wrapper .list > li .til > .icon > img {
    width: 100%;
}

.list-wrapper .list > li .til > h4 {
    font-size: 24px;
    color: #000000;
    margin: 0;
}

.list-wrapper .list > li .desc {
    font-size: 16px;
    color: #999999;
    line-height: 2;
    margin: 20px 0 0;
}

.list-wrapper .list > li .desc p {
    margin: 0;
}

.list-wrapper .list > li .desc .color {
    font-size: 20px;
    color: #D80414;
}

.list-wrapper .list > li .more {
    display: flex;
    justify-content: space-between;
    width: 100px;
    margin-right: 0;
    margin-left: auto;
    font-size: 16px;
    color: #D80414;
    line-height: 30px;
    border-bottom: 1px solid #D80414;
}


@media (max-width: 1559px) {

}

@media (max-width: 1259px) {
    .list-wrapper {
        padding: 80px 0;
    }

    .introduce > .container {
        padding: 80px 15px;
    }

    .introduce h3,
    .list-wrapper .title > h3 {
        font-size: 26px;
    }

    .list-wrapper .list > li .til > h4 {
        font-size: 22px;
    }

    .list-wrapper .list > li {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .list-wrapper {
        padding: 60px 0;
    }

    .introduce > .container {
        padding: 60px 15px;
    }

    .introduce h3,
    .list-wrapper .title > h3 {
        font-size: 24px;
    }

    .introduce .info > .color,
    .list-wrapper .list > li .desc .color {
        font-size: 18px;
    }

    .list-wrapper .list {
        margin-top: 30px;
    }

    .list-wrapper .list > li .til > h4 {
        font-size: 20px;
    }

    .introduce .info,
    .list-wrapper .list > li .desc {
        line-height: 1.5;
    }

    .list-wrapper .list > li .desc {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .list-wrapper {
        padding: 40px 0;
    }

    .introduce > .container {
        padding: 40px 15px;
    }

    .introduce h3,
    .list-wrapper .title > h3 {
        font-size: 22px;
    }

    .introduce .info {
        margin-top: 20px;
    }

    .list-wrapper .list > li {
        padding: 20px;
    }

    .list-wrapper .list > li .til > h4 {
        font-size: 18px;
    }

    .list-wrapper .list > li .desc {
        font-size: 14px;
    }

    .list-wrapper .list > li .more {
        width: 80px;
        font-size: 14px;
    }

    .introduce .info > .color,
    .list-wrapper .list > li .desc .color {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .list-wrapper .list > li .til > h4 {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .introduce h3 {
        line-height: 1.5;
    }
}<!--ºÄÊ±1758403093.0962Ãë-->