.business-banner {
    background: url(../imgs/company/company_top.jpg) center 0 no-repeat;
    background-size: auto 100%;
    min-width: 12rem;
}

.business-inside-banner::before {
    background: transparent;
}

.business-banner::before {
    background: transparent;
}

/* .business-field {
    background: #fff;
} */

.business-field .container {
    padding: 1rem .8rem 1.1rem;
}


.business-field .txt {
    float: left;
    width: 2.56rem;
}

.business-field .txt h2 {
    padding-top: .5rem;
    position: relative;
    line-height: .32rem;
    font-size: .32rem;
    margin-bottom: .4rem;
}

.business-field .txt p {
    line-height: .25rem;
    margin-bottom: .4rem;
}

.business-field .txt .view-all {}

.business-field .txt h2::before {
    content: "";
    left: 0;
    top: 0;
    height: 1px;
    background: #E60011;
    width: 2.56rem;
    position: absolute;
}

.business-field img {
    float: right;
    width: 71.36%;
}

.tabs-header {
    background: #f1f3f3;
    text-align: center;
    min-width: 12rem;
}

.tabs-header.fixed {
    position: fixed;
    top: .9rem;
    left: 0;
    width: 100%;
    z-index: 10;
}

.business-body {
    background: url(../imgs/home/Oval-pichi.png) -5rem 0 no-repeat;
    background-size: 10.74rem auto;
    background-attachment: fixed;
}

.tabs-content.fixed {
    padding-top: .94rem;
}

.tabs-header a {
    position: relative;
    display: inline-block;
    line-height: .94rem;
    margin: 0 .28rem;
    font-size: .15rem;
}

.tabs-header a.active::before {
    content: "";
    background: #E60011;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: .03rem;

}

.tabs-content {}

.tabs-content .tabpanel {
    margin: 1rem auto 0;
    width: 10.78rem;
}

.tabs-content .tabpanel:last-of-type {
    margin-bottom: 1.2rem;
}

.tabs-content .tabpanel .illustration {
    width: 4.84rem;
    /* height: 5.8rem; */
}

.tabs-content .tabpanel .illustration img {
    width: 100%;
}

.tabs-content .tabpanel .content-group {
    width: 4.26rem;
}

.tabs-content .tabpanel .float-left {
    float: left;
}

.tabs-content .tabpanel .float-right {
    float: right;
}

.tabs-content .tabpanel h2 {
    padding-top: .4rem;
    position: relative;
    margin-top: .35rem;
    line-height: .32rem;
    font-size: .32rem;
    margin-bottom: .60rem;
}

.tabs-content .tabpanel:first-of-type h2 {
    margin-top: 0;
}

.tabs-content .tabpanel h2::before {
    content: "";
    left: 0;
    top: 0;
    height: 1px;
    background: #E60011;
    width: 1.85rem;
    position: absolute;
}

.tabs-content .tabpanel .links {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.tabs-content .tabpanel a {
    font-size: .15rem;
    line-height: .76rem;
    border-top: 1px solid #e5e5e5;
    display: block;
    padding: 0 0 0 .32rem;
    background: url(../imgs/btn_arrow-black@2x.png) 94% center no-repeat;
    background-size: .13rem;
    position: relative;
}

.tabs-content .tabpanel a:hover {
    background: url(../imgs/btn_arrow-red.png) 94% center no-repeat;
    background-size: .13rem;
}

.tabs-content .tabpanel a:hover::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    border: 1px solid #E5E5E5;
    animation: _color 1s both;
    z-index: 1;

}

@keyframes _color {
    0% {
        border-color: #E5E5E5;
    }

    100% {
        border-color: #E60011;
    }
}

.tabs-content .tabpanel .links a:last-of-type {
    border-bottom: 1px solid #e5e5e5;
}

/* .finance-leasing-banner {
    background: url(../imgs/business/business_top.jpg) center center no-repeat;
    height: 4rem;
    background-size: cover;
}

.energy-banner {
    background: url(../imgs/business/banner_energy.jpg) center center no-repeat;
    height: 4rem;
    background-size: cover;
}

.agri-banner {
    background: url(../imgs/business/banner_lifestyle.jpg) center center no-repeat;
    height: 4rem;
    background-size: cover;
}

.forest-banner {
    background: url(../imgs/business/banner_forest.jpg) center center no-repeat;
    background-size: cover;
}

.development-banner {
    background: url(../imgs/business/banner_cdio.jpg) center center no-repeat;
    background-size: cover;
} */

.finance-leasing-banner p {
    font-size: .16rem;
    padding-top: 1.14rem;
    text-decoration: underline;
}

.finance-leasing-banner h2 {
    font-size: .4rem;
    line-height: .4rem;
    margin-top: .18rem;
    font-weight: 500;
}

.finance-leasing-tabs {

    margin: .6rem auto 1rem;
}

.finance-leasing-tabs a {
    float: left;
    display: block;
    width: 33.333%;
    font-size: .15rem;
    line-height: .6rem;
    text-align: center;
    background: #F1F3F3;
}

.development-leasing-tabs a {
    width: 50%;
}

.agri-tabs a {
    width: 20%;

}

.finance-leasing-tabs a {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.finance-leasing-tabs a:first-of-type {
    border-left: 0;
}

.finance-leasing-tabs a:last-of-type {
    border-right: 0;
}

.finance-leasing-tabs a.active {
    background: #CA0211;
    color: #fff;
    text-decoration: underline;
}

.business-inside-content {
    background: url(../imgs/business/business_finance_right.jpg) 90% top no-repeat;
    background-size: 42.42% 4.56rem;
    margin-bottom: 1rem;
    min-height: 4.56rem;
    position: relative;
}

.power-business-inside-content {
    background: transparent;

}

.agri-business-inside-content {
    background: transparent;

}

.infra-content {
    background: transparent;
}

.aerospace-ship-content {
    background: url(../imgs/business/business_aero_right.jpg) 90% top no-repeat;
    background-size: 42.42% 4.56rem;
}

.ict-logi-business-inside-content {
    background: url(../imgs/business/business_ict_right.jpg) 90% top no-repeat;
    background-size: 42.42% 4.56rem;
}

.business-inside-content-right {
    background: url(../imgs/business/business_finance_left.jpg) .8rem top no-repeat;
    background-size: 46.73% auto;
    margin-bottom: 1rem;
    min-height: 3.64rem;
}

.lifestyle-business-inside-content-right {
    background: url(../imgs/business/business_lifestyle_left0424.jpg) .8rem top no-repeat;
    background-size: 46.73% auto;
}

.chemical-business-inside-content-right {
    background: url(../imgs/business/business_chemical_left.jpg) .8rem top no-repeat;
    background-size: 46.73% auto;
}

.ict-logi-business-inside-content-right {
    background: url(../imgs/business/business_ict_lef.jpg) .8rem top no-repeat;
    background-size: 46.73% auto;
    color: #101112;
}

.food1-business-inside-content-right {
    background: url(../imgs/business/business_food1_left.jpg) .8rem top no-repeat;
    background-size: 46.73% auto;
}

.food2-business-inside-content-right {
    background: url(../imgs/business/business_food2_left.jpg) .8rem top no-repeat;
    background-size: 46.73% auto;
}

.energy-business-inside-content {
    background: url(../imgs/business/business_energy_right.jpg) 90% top no-repeat;
    background-size: 42.42% 4.56rem;
}

.chemical-business-inside-content {
    background: url(../imgs/business/business_chemical_right.jpg) 90% top no-repeat;
    background-size: 42.42% 4.56rem;
}

.corp-development-business-inside-content {
    background: url(../imgs/business/business_cdio1_right.jpg) 90% top no-repeat;
    background-size: 42.42% 4.56rem;
}

.corp-development-business-inside-content-right {
    background: url(../imgs/business/business_cdio1_left.jpg) .8rem top no-repeat;
    background-size: 46.73% auto;
}

.machinery-business-inside-content {
    background: url(../imgs/business/business_machinery_right.jpg) 90% top no-repeat;
    background-size: 42.42% 4.56rem;
}

.machinery-business-inside-content-right {
    background: url(../imgs/business/business_machinery_left.jpg) .8rem top no-repeat;
    background-size: 46.73% auto;
}

.food2-business-inside-content {
    background: transparent;
}

/* .food2-business-inside-content .banner_features {
    display: block;
    width: 42.42%;
    height: 2.79rem;
    position: absolute;
    left: 51.8%;
    top: 0;
    background: url(../imgs/company/banner_features.jpg) center center no-repeat;
    background-size: cover;
} */

.lifestyle-business-inside-content,
.forest-business-inside-content {
    background: transparent;
}



.business-inside-content .txt {
    padding-right: 53%;

}

.business-inside-content .right-swiper-container {
    width: 42.42%;
    position: absolute;
    right: .8rem;
    height: 10px;
    top: 0;

}

.business-inside-content .swiper-container {
    height: 5.4rem;
}

.business-inside-content .swiper-container .slide1 {
    background: url(../imgs/business/business_power1_right.jpg) center top no-repeat;
    background-size: cover;
}

.business-inside-content .swiper-container .slide2 {
    background: url(../imgs/business/business_power2_right.jpg) center top no-repeat;
    background-size: cover;
}
.agri-business-inside-content .swiper-container .slide1 {
    background: url(../imgs/business/business_agri01_right-pichi.jpg) center top no-repeat;
    background-size: cover;
}

.agri-business-inside-content .swiper-container .slide2 {
    background: url(../imgs/business/business_agri02_right-pichi.jpg) center top no-repeat;
    background-size: cover;
}

.infra-content .swiper-container .slide1 {
    background: url(../imgs/business/business_infra1_right.jpg) center top no-repeat;
    background-size: cover;
}

.infra-content .swiper-container .slide2 {
    background: url(../imgs/business/business_infra2_right.jpg) center top no-repeat;
    background-size: cover;
}

.infra-content .swiper-container .slide3 {
    background: url(../imgs/business/business_infra3_right.jpg) center top no-repeat;
    background-size: cover;
}

.development-business-inside-content {
    background: transparent;
    min-height: 5.84rem;
}

.development-business-inside-content .swiper-container .slide1 {
    background: url(../imgs/business/business_cdio2_01_right.jpg) center top no-repeat;
    background-size: cover;
}

.development-business-inside-content .swiper-container .slide2 {
    background: url(../imgs/business/business_cdio2_02_right.jpg) center top no-repeat;
    background-size: cover;
}

.development-business-inside-content .swiper-container .slide3 {
    background: url(../imgs/business/business_cdio2_03_right.jpg) center top no-repeat;
    background-size: cover;
}


.business-inside-content .swiper-container .swiper-slide {
    position: relative;
}

.business-inside-content .swiper-container .swiper-slide p {
    position: absolute;
    background: url(../imgs/business/mask_pc.png) no-repeat;
    background-size: 100% .5rem;
    width: 100%;
    bottom: 0;
    height: .5rem;
    margin: 0;
    color: #fff;
    padding: 0 .2rem;
    display: flex;
    align-items: center;
    line-height: .28rem;
    font-size: .13rem;
}

.business-inside-content .options {
    margin-top: .24rem;
}

.business-inside-content .options .index {
    float: left;
    width: 14%;
}

.business-inside-content .options .process {
    float: left;
    width: 72%;
}

.business-inside-content .options .process span {
    width: 100%;
    display: block;
    margin-top: .1rem;
    height: 1px;
    background: #D8D8D8;

}

.business-inside-content .options .process span i {

    display: block;
    height: 100%;
    background: #E50113;
}

.business-inside-content .options .arrow span {
    width: .1rem;
    height: .1rem;
    display: inline-block;
}

.business-inside-content .options .arrow {
    text-align: right;
}

.business-inside-content .options .prev {
    background: url(../imgs/arrow_left.png) no-repeat;
    background-size: cover;
    margin-right: .2rem;
    cursor: pointer;
}

.business-inside-content .options .next {
    background: url(../imgs/arrow_right.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

.business-inside-content .right-swiper-container .arrow {
    float: right;
    width: 14%;
}

.lifestyle-business-inside-content .txt,
.forest-business-inside-content .txt {
    padding-right: 0;
}

.lifestyle-business-inside-content .txt .pic,
.forest-business-inside-content .txt .pic {
    width: 42.42%;
    float: right;
    margin-left: 6.85%;
    margin-bottom: .08rem;
    position: relative;
    z-index: 2;
}

.business-inside-content-right .txt {
    padding-left: 57.58%;
    padding-right: 0;
}

.business-inside-content h3 {
    display: inline-block;
    font-size: .32rem;
    line-height: .32rem;
    padding-top: .4rem;
    border-top: 1px solid #E60011;
    color: #101112;
    font-weight: 500;
}

.business-inside-content h3 a {
    display: none;
}

.business-inside-content h4 {
    padding-top: .36rem;
    font-size: .2rem;
    color: #101112;
    font-weight: 500;
}



.business-inside-content h5 {
    padding-top: .25rem;
    font-size: .16rem;
    font-weight: 500;
}

.business-inside-content h5 span {
    position: relative;
    padding-left: .16rem;
    padding-right: .25rem;
    display: block;
}

.business-inside-content h5 span::before {
    position: absolute;
    content: "";
    top: .08rem;
    width: .06rem;
    height: .06rem;
    background: #E60011;
    border-radius: 50%;
    left: 0;
}

.business-inside-content p {
    margin-bottom: .3rem;
    font-size: .13rem;
    line-height: .3rem;
}

.business-inside-content p.subtitle {
    line-height: .24rem;
    font-size: .16rem;
    color: #101112;
    margin-bottom: .08rem;
    margin-top: .3rem;

}

.business-inside-content h6 {
    font-size: .15rem;
    margin-top: .3rem;

}

.business-inside-content .mt36 {
    margin-top: .36rem;
}

.business-inside-content .mt14 {
    margin-top: .14rem;
}

.business-inside-content .mb0 {
    margin-bottom: 0;
}

.business-inside-content .mt0 {
    margin-top: 0 !important;
}

.business-inside-content .mb46 {
    margin-bottom: .46rem;
}

.business-inside-content p.lh30 {
    line-height: .3rem;
}

.power-business-inside-content p:first-of-type,
.finance_leasing-inside-content p:first-of-type,
.aerospace-ship-content p:first-of-type,
.agri-business-inside-content p:first-of-type {
    margin-top: .36rem;
}

.infra-content p:first-of-type {
    margin-top: .36rem;
}

.business-inside-content-right .list-group div {
    float: left;
    color: #101112;
    width: 50%;
}

/* .business-inside-content-right .list-group div:first-of-type {
    width: 58.9%;
} */

.business-inside-content-right h4 {
    margin-left: -.1rem;
    margin-bottom: .3rem;
}

.business-inside-content-right .list-group p {
    line-height: .15rem;
    margin-bottom: .15rem;
    margin-top: 0;
}

.business-inside-content-right .view-all {
    width: 1.8rem;
    line-height: .56rem;
    text-align: center;
    border: 1px solid #333333;
    margin-top: .3rem;
    background: url(../imgs/btn_arrow-black@2x.png) 92% center no-repeat;
    background-size: .13rem;
}

.group-global {
    background: #F8F8F8;
    padding: .7rem 0;
    min-width: 12rem;
}

.group-global h3 {
    font-size: 32px;
    color: #E60011;
    font-weight: 500;
    line-height: .48rem;
    text-align: center;
}

.group-global .container {
    text-align: center;
}

.group-global ul {
    display: inline-grid;
    /* width: 4.4rem; */
    margin-top: .42rem;
    text-align: left;
}


.energy-group-global ul:first-of-type {
    margin-right: 1rem;
}

.group-global ul:first-of-type {
    margin-right: .5rem;
}
.power-group-global ul:first-of-type {
    margin-right: 3.5rem;
}

.infra-group-global ul{
    width: 5.5rem;
}
.infra-group-global p{
    width: 11.5rem;
    text-align: left;
    display: inline-block;
    padding-left: 0.36rem;
    font-weight: 500;
    font-size: .16rem;
    color: #101112;
    margin-bottom: .1rem;
}
@media(max-width: 1350px){
    .infra-group-global ul{
        width: 4.9rem;
    }
    .infra-group-global p{
        width: 10.3rem;
    }
}

/* .group-global ul:first-of-type {
    margin-right: .5rem;
} */

.group-global ul li {
    background: url(../imgs/business/business_icon_ok.png) 0 0 no-repeat;
    background-size: .24rem;
    padding-left: .36rem;
    font-weight: 500;
    font-size: .16rem;
    color: #101112;
    line-height: .24rem;
    margin-bottom: .16rem;

}
.group-global ul li.none{
background:transparent;
}

.group-global ul li.title {
    background: transparent;
    font-size: .2rem;
    line-height: .2rem;
    margin-bottom: .22rem;
}
.power-group-global p{
    width: 8.5rem;
    text-align: left;
    display: inline-block;
    padding-left: 0.36rem;
    font-weight: 500;
    font-size: .16rem;
    color: #101112;
    margin-bottom: .1rem;
}
.business-type {
    margin-top: 1.15rem;
    margin-bottom: 1.2rem;
}

.business-type .item {
    margin-bottom: 1.05rem;
}

.business-type .item .illustration {
    width: 28.56%;
    height: 2.23rem;
    position: relative;
    float: left;
}

.business-type .item p {
    line-height: .3rem;
    font-size: .14rem;
    margin-top: .42rem;
}

.business-type .item .title {
    font-weight: 500;
    font-size: .2rem;
    color: #101112;
    position: relative;
    line-height: .24rem;
    padding-top: .15rem;
    margin-top: 0;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: .18rem;
}

.business-type .item .title::after {
    width: .96rem;
    height: .02rem;
    background: #E50113;
    content: "";
    bottom: -1px;
    left: 0;
    position: absolute;
}

.business-type .item .content {
    float: right;
    width: 65.15%;
}

.business-type .item .illustration img {
    width: 33.4%;
    position: absolute;
    top: -19.31%;
    left: 78.24%;
}

.business-type .item:nth-of-type(1) .illustration {
    background: url(../imgs/business/business_finance_pic1.jpg) no-repeat;
    background-size: cover;
}

.business-type .item:nth-of-type(2) .illustration {
    background: url(../imgs/business/business_finance_pic3.jpg) no-repeat;
    background-size: cover;
}

.business-type .item:nth-of-type(3) .illustration {
    background: url(../imgs/business/business_finance_pic2.jpg) no-repeat;
    background-size: cover;
}

.business-type .item:nth-of-type(4) .illustration {
    background: url(../imgs/business/business_finance_pic4.jpg) no-repeat;
    background-size: cover;
}

.business-type .item:nth-of-type(5) .illustration {
    background: url(../imgs/business/business_finance_pic5_0419.jpg) no-repeat;
    background-size: cover;
}

.business-type .item:nth-of-type(6) .illustration {
    background: url(../imgs/business/business_finance_pic5_0424.jpg) no-repeat;
    background-size: cover;
}
.business-type .item:nth-of-type(7) .illustration {
    background: url(../imgs/business/business_finance_pic7_0424.jpg) no-repeat;
    background-size: cover;
}
.business-type .item:nth-of-type(8) .illustration {
    background: url(../imgs/business/business_finance_pic8_0419.jpg) no-repeat;
    background-size: cover;
}
.business-type .item:nth-of-type(9) .illustration {
    background: url(../imgs/business/business_finance_pic6_0424.jpg) no-repeat;
    background-size: cover;
}


.business-type .item:nth-of-type(10) .illustration {
    background: url(../imgs/business/business_finance_pic8.jpg) no-repeat;
    background-size: cover;
}

.aerospace-ship-business-type .item:nth-of-type(1) .illustration {
    background: url(../imgs/business/business_aero_pic1.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.aerospace-ship-business-type .item:nth-of-type(3) .illustration {
    background: url(../imgs/business/business_aero_pic2.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.aerospace-ship-business-type .item:nth-of-type(2) .illustration {
    background: url(../imgs/business/business_aero_pic3.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.aerospace-ship-business-type .item:nth-of-type(4) .illustration {
    background: url(../imgs/business/business_aero_pic4_0424.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.infra-business-type .item:nth-of-type(1) .illustration {
    background: url(../imgs/business/business_infra_pic1.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.infra-business-type .item:nth-of-type(2) .illustration {
    background: url(../imgs/business/business_infra_pic2.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.infra-business-type .item:nth-of-type(3) .illustration {
    background: url(../imgs/business/business_infra_pic0417.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.infra-business-type .item:nth-of-type(4) .illustration {
    background: url(../imgs/business/business_infra_pic3.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.infra-business-type .item:nth-of-type(6) .illustration {
    background: url(../imgs/business/business_infra_pic4.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.infra-business-type .item:nth-of-type(5) .illustration {
    background: url(../imgs/business/business_infra_pic5.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}
.infra-business-type .item:nth-of-type(7) .illustration {
    background: url(../imgs/business/business_infra_pic6.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}
.power-business-type .item:nth-of-type(1) .illustration {
    background: url(../imgs/business/business_power_pic2.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.power-business-type .item:nth-of-type(2) .illustration {
    background: url(../imgs/business/business_power_pic1.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

/* .power-business-type .item:nth-of-type(3) .illustration {
    background: url(../imgs/business/business_power_pic3.jpg) 0 0 no-repeat;
    background-size: auto 100%;
} */

/* .power-business-type .item:nth-of-type(3) .illustration {
    background: url(../imgs/business/business_power_pic4.jpg) 0 0 no-repeat;
    background-size: auto 100%;
} */

.power-business-type .item:nth-of-type(3) .illustration {
    background: url(../imgs/business/business_power_pic5.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}
.power-business-type .item:nth-of-type(4) .illustration {
    background: url(../imgs/business/business_power_pic6.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.energy-business-type .item:nth-of-type(1) .illustration {
    background: url(../imgs/business/business_energy_pic3.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.energy-business-type .item:nth-of-type(2) .illustration {
    background: url(../imgs/business/business_energy_pic5.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.energy-business-type .item:nth-of-type(3) .illustration {
    background: url(../imgs/business/business_energy_pic2.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.energy-business-type .item:nth-of-type(4) .illustration {
    background: url(../imgs/business/business_energy_pic4.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.energy-business-type .item:nth-of-type(5) .illustration {
    background: url(../imgs/business/business_energy_pic1.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.agri-business-type .item:nth-of-type(1) .illustration {
    background: url(../imgs/business/business_agri_pic1.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.lifestyle-business-type .item:nth-of-type(1) .illustration {
    background: url(../imgs/business/business_lifestyle_pic1.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.lifestyle-business-type .item:nth-of-type(2) .illustration {
    background: url(../imgs/business/business_lifestyle_pic1_0419.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.lifestyle-business-type .item:nth-of-type(3) .illustration {
    background: url(../imgs/business/business_lifestyle_pic3.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.ict-logi-business-type .item:nth-of-type(1) .illustration {
    background: url(../imgs/business/business_ict_pic1_0424.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.ict-logi-business-type .item:nth-of-type(2) .illustration {
    background: url(../imgs/business/business_ict_pic2.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.ict-logi-business-type .item:nth-of-type(3) .illustration {
    background: url(../imgs/business/business_ict_pic3.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.ict-logi-business-type .item:nth-of-type(4) .illustration {
    background: url(../imgs/business/business_ict_pic4.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.ict-logi-business-type .item:nth-of-type(5) .illustration {
    background: url(../imgs/business/business_ict_pic5.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.forest-business-type .item:nth-of-type(1) .illustration {
    background: url(../imgs/business/business_forest_pic1.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.forest-business-type .item:nth-of-type(3) .illustration {
    background: url(../imgs/business/business_forest_pic2.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.forest-business-type .item:nth-of-type(2) .illustration {
    background: url(../imgs/business/business_forest_pic3.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.forest-business-type .item:nth-of-type(4) .illustration {
    background: url(../imgs/business/business_forest_pic4.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.chemical-business-type .item:nth-of-type(1) .illustration {
    background: url(../imgs/business/business_chemical_pic1.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.chemical-business-type .item:nth-of-type(2) .illustration {
    background: url(../imgs/business/business_chemical_pic2.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.corp-development-business-type .item:nth-of-type(1) .illustration {
    background: url(../imgs/business/business_cdio1_pic1.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.corp-development-business-type .item:nth-of-type(2) .illustration {
    background: url(../imgs/business/business_cdio1_pic2.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.corp-development-business-type .item:nth-of-type(3) .illustration {
    background: url(../imgs/business/business_cdio1_pic3.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.corp-development-business-type .item:nth-of-type(4) .illustration {
    background: url(../imgs/business/business_cdio1_pic4.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.corp-development-business-type .item:nth-of-type(5) .illustration {
    background: url(../imgs/business/business_cdio1_pic5.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.corp-development-business-type .item:nth-of-type(6) .illustration {
    background: url(../imgs/business/business_cdio1_pic6_0419.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

/* .corp-development-business-type .item:nth-of-type(7) .illustration {
    background: url(../imgs/business/business_cdio1_pic7_0419.jpg) 0 0 no-repeat;
    background-size: auto 100%;
} */

.corp-development-business-type .item:nth-of-type(7) .illustration {
    background: url(../imgs/business/business_cdio1_pic7_0424.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}
.corp-development-business-type .item:nth-of-type(8) .illustration {
    background: url(../imgs/business/business_cdio1_pic9_0419.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}
.corp-development-business-type .item:nth-of-type(9) .illustration {
    background: url(../imgs/business/business_cdio1_pic10_0419.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}
.corp-development-business-type .item:nth-of-type(10) .illustration {
    background: url(../imgs/business/business_cdio1_pic8.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}
.corp-development-business-type .item:nth-of-type(11) .illustration {
    background: url(../imgs/business/business_cdio1_pic12_0419.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}
.machinery-business-type .item:nth-of-type(1) .illustration {
    background: url(../imgs/business/business_machinery_pic1.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.machinery-business-type .item:nth-of-type(2) .illustration {
    background: url(../imgs/business/business_machinery_pic2.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.machinery-business-type .item:nth-of-type(3) .illustration {
    background: url(../imgs/business/business_machinery_pic3.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.metal-mineral-resources-business-type .item:nth-of-type(1) .illustration {
    /* background: url(../imgs/business/business_metal_pic1.jpg) 0 0 no-repeat;
    background-size: auto 100%; */
    background: transparent;
}

.metal-mineral-resources-business-type .item:nth-of-type(4) .illustration {
    background: url(../imgs/business/business_metal_pic1.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.metal-mineral-resources-business-type .item:nth-of-type(5) .illustration {
    background: url(../imgs/business/business_metal_pic2.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.metal-mineral-resources-business-type .item:nth-of-type(2) .illustration {
    background: url(../imgs/business/business_metal_pic3.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}
.metal-mineral-resources-business-type .item:nth-of-type(3) .illustration {
    background: url(../imgs/business/business_metal_pic6.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.metal-mineral-resources-business-type .item:nth-of-type(6) .illustration {
    background: url(../imgs/business/business_metal_pic4_0424.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.metal-mineral-resources-business-type .item:nth-of-type(7) .illustration {
    background: url(../imgs/business/business_metal_pic0417.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.metal-mineral-resources-business-type .item:nth-of-type(8) .illustration {
    background: url(../imgs/business/business_metal_pic5.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.food2-business-type .item:nth-of-type(1) .illustration {
    background: url(../imgs/business/business_food2_pic1.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.food2-business-type .item:nth-of-type(2) .illustration {
    background: url(../imgs/business/business_food2_pic2.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.food2-business-type .item:nth-of-type(3) .illustration {
    background: url(../imgs/business/business_food2_pic3.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.food1-business-type .item:nth-of-type(1) .illustration {
    background: url(../imgs/business/business_food1_pic1.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.food1-business-type .item:nth-of-type(2) .illustration {
    background: url(../imgs/business/business_food1_pic2.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.food1-business-type .item:nth-of-type(3) .illustration {
    background: url(../imgs/business/business_food1_pic3.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.food1-business-type .item:nth-of-type(4) .illustration {
    background: url(../imgs/business/business_food1_pic4_0424.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.mian-business-banner {
    background: url(../imgs/business/business_china_top.jpg) center 0 no-repeat;
    background-size: auto 100%;
}

.mian-business-banner h2 {
    line-height: 2.4rem;
    font-size: .36rem;
    font-weight: bold;
}

.mian-business-content {
    /* padding: 1rem 0 1.2rem; */
}

.mian-business-content .inside-menu {
    width: 2.54rem;
    float: left;
    display: block;
}

.mian-business-content .inside-menu.fixed {
    position: fixed;
    /* top: 1.1rem; */
}



.mian-business-content .inside-menu>ul>li {
    color: #101112;
    font-size: .15rem;
    line-height: .15rem;
    margin-bottom: .3rem;

}

.mian-business-content .inside-menu>ul>li:last-of-type {
    margin-bottom: 0;
}

.mian-business-content .inside-menu>ul>li a {
    position: relative;
}

.mian-business-content .inside-menu>ul>li.active>a {
    color: #E60011;
}

.mian-business-content .inside-menu>ul>li.active>a::before {
    content: "";
    height: 1px;
    background: #E60011;
    width: 100%;
    bottom: -.03rem;
    position: absolute;
}

.mian-business-content .inside-menu>ul>li>ul {
    border-left: 1px solid #e5e5e5;
    font-size: .14rem;
    color: #333;
    padding-left: .12rem;
    line-height: .34rem;
    margin-top: .26rem;
}

.mian-business-content .content {
    float: right;
    width: calc(100% - 370px);
    min-height: 4.92rem;
}

.mian-business-content .item:last-of-type {
    margin-top: .85rem;
}

.mian-business-content .item:first-of-type {
    margin-top: 0;
}

.mian-business-content .item h3 {
    line-height: .37rem;
    color: #101112;
    font-weight: 500;
    font-size: .24rem;
    position: relative;
}

.mian-business-content .item h3::before {
    content: "";
    width: .04rem;
    height: 100%;
    background: rgba(229, 229, 229, 0.81);
    position: absolute;
    left: -.26rem;
    top: 0;
}

.mian-business-content .item h3:nth-of-type(2) {
    color: #E60011;
}

.mian-business-content .item h4 {
    font-size: .16rem;
    color: #101112;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
    padding-bottom: .2rem;
    line-height: .16rem;
    margin-top: .5rem;
    font-weight: bold;
    padding-left: .2rem;
}

.mian-business-content .item h4::before {
    content: "";
    width: 1rem;
    height: 1px;
    background: #E60011;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.mian-business-content .item h4::after {
    width: .08rem;
    height: .08rem;
    content: "";
    border: .02rem solid #E60011;
    position: absolute;
    left: 0;
    top: .02rem;
    border-radius: 50%;

}

.mian-business-content .item h4:first-of-type {
    margin-top: .6rem;
}

.mian-business-content .item h4 span {
    background: #666;
    font-size: .11rem;
    color: #fff;
    display: inline-block;
    margin-left: .24rem;
    height: .16rem;
    line-height: .16rem;
    padding: 0 .1rem;
}

.mian-business-content .item p {
    line-height: .25rem;
    margin-top: .3rem;
}

.mian-business-content .item .corp_development_pic {
    font-size: 0;
    margin-top: .3rem;
}

.mian-business-content .item .corp_development_pic img {
    display: inline-block;
    width: 48%;
}

.mian-business-content .item .corp_development_pic img:first-of-type {
    margin-right: 4%;
}

.mian-business-content .item .machinery_pic {
    width: 47%;
    margin: .5rem auto 0;
    display: block;
}

.mian-business-content .item .machinery_pics img {
    display: inline-block;
}

.mian-business-content .item .food1_pic {
    width: 5.03rem;
    margin: .5rem auto 0;
    display: block;
}

.mian-business-content .illustration div {
    width: 48%;
    float: left;
    margin-top: .32rem;
}

.mian-business-content .illustration div:first-of-type {
    margin-right: 4%;
}

.mian-business-content .illustration div img {
    margin-bottom: .26rem;
}
.mian-business-content .illustration.illustration0423 img{
    margin-top: .32rem;
}
.mian-business-content .illustration h5 {
    color: #101112;
    font-weight: 500;
    font-size: .14rem;
    padding-left: .3rem;
    position: relative;
    line-height: .28rem;
}

.mian-business-content .illustration h5::before {
    width: .14rem;
    height: .02rem;
    background: #E60011;
    content: "";
    left: 0;
    top: .13rem;
    position: absolute;
}

.mian-business-content .item p {

    font-size: .13rem;
}

.mian-business-content .item .mt12 {
    margin-top: .12rem;
}

.mian-business-content .item p.red {
    color: #E50113;
}

.mian-business-content .item p.subtitle {
    color: #101112;
    font-size: .16rem;
}

.mian-business-content .item .external-link {
    background: url(../imgs/home/icon_lock_black_mob@3x.png) 94% center no-repeat;
    background-size: .14rem;
    width: 2.14rem;
    line-height: .56rem;
    display: inline-block;
    margin-top: .5rem;
    border: 1px solid #333;
    text-align: center;
}
.business-inside-content .case-analysis{
    padding-right: 2rem;
    position: relative;
}
.business-inside-content .case-analysis p{
    margin-bottom: 0px;
}
.business-inside-content .case-analysis p:first-of-type{
    font-weight: bold;
}
.business-inside-content .case-analysis img{
    position: absolute;
    right:0;
    top:.2rem;
    width: 1.8rem;
}
.business-inside-content p.case-analysis-text{
    margin-bottom: 5px;
}
@media (max-width: 768px) {
    .business-body {
        background: transparent;
    }

    .business-banner {
        margin-top: .72rem;
        min-width: 100%;
        background: url(../imgs/company/company_top_mob.jpg) center center no-repeat;
        background-size: cover;
    }

    .business-field .container {
        padding: .6rem .2rem;
    }

    .business-field .txt h2 {
        padding-top: .2rem;
        font-size: .2rem;
        line-height: .2rem;
        background: url(../imgs/btn_arrow-black@2x.png) right .235rem no-repeat;
        background-size: .13rem;
        position: relative;

    }

    .business-field .txt h2::after {
        content: "View all";
        font-size: .12rem;
        position: absolute;
        right: .38rem;
        top: .2rem;
        line-height: .2rem;
    }

    .business-field .txt h2 a {
        display: block;
        width: 100%;
    }

    .business-field .txt h2::before {
        top: -1px;
        width: 1.65rem;
    }

    .business-field .txt .view-all {
        display: none;
    }

    .business-field .txt p {
        line-height: .25rem;
        margin-top: .3rem;
        margin-bottom: .06rem;
    }

    .business-field .txt {
        border-top: 1px solid #E5E5E5;
        float: left;
        width: 100%;
    }

    .business-field img {
        float: none;
        width: 100%;
    }

    .business-banner,
    .tabs-header {
        min-width: 100%;
    }


    .tabs-header {
        overflow-y: hidden;
        overflow-x: auto;
        height: .6rem;
    }

    .tabs-header.fixed {
        top: .72rem;
    }

    .tabs-content.fixed {
        padding-top: .72rem;
    }

    .tabs-header .container {
        width: auto;
        white-space: nowrap;
    }

    .tabs-header a {
        line-height: .6rem;

    }

    .tabs-header a.active {
        color: #E60011;
    }

    .tabs-content .tabpanel {
        position: relative;
        padding-top: 2.1rem;
        margin-top: .6rem;
        width: 100%;
    }

    .tabs-content .tabpanel .float-left,
    .tabs-content .tabpanel .float-right {
        float: none;
    }

    .tabs-content .tabpanel .illustration {
        height: 2.65rem;
        width: 3.5rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .tabs-content .tabpanel .content-group {
        background: #fff;
        width: 90.58%;
        margin-left: 9.42%;
        padding: .52rem .2rem 0 .4rem;
        position: relative;
        z-index: 2;
    }

    .tabs-content .tabpanel a {
        line-height: .5rem;
        padding: 0;
        text-align: center;
        font-size: .13rem;
    }

    .tabs-content .tabpanel h2 {
        margin: 0 0 .38rem;
        padding-top: .18rem;
        font-size: .2rem;
        border-top: 1px solid #E5E5E5;
    }

    .tabs-content .tabpanel h2::before {
        top: -1px;
        width: 1.25rem;
    }

    .tabs-content .tabpanel:nth-of-type(2) h2::before {
        width: 1.45rem;
    }

    .tabs-content .tabpanel:nth-of-type(3) h2::before {
        width: 2.15rem;
    }

    .tabs-content .tabpanel:nth-of-type(4) h2::before {
        width: 1.75rem;
    }

    .tabs-content .tabpanel:nth-of-type(5) h2::before {
        width: .55rem;
    }

    .tabs-content .tabpanel:last-of-type {
        margin-bottom: .6rem;
    }

    /* .finance-leasing-banner {
        background: url(../imgs/business/business_top_mob.jpg) center 0 no-repeat;
        background-size: 100% auto;
        height: 1.58rem;
        padding-left: .2rem;
    }

    .forest-banner {
        background: url(../imgs/business/banner_forest_mob.jpg) center 0 no-repeat;
        background-size: 100% auto;

    }

    .energy-banner {
        background: url(../imgs/business/banner_energy_mob.jpg) center 0 no-repeat;
        background-size: 100% auto;
        height: 1.58rem;
        padding-left: .2rem;
    }

    .agri-banner {
        background: url(../imgs/business/banner_lifestyle_mob.jpg) center 0 no-repeat;
        background-size: 100% auto;
        height: 1.58rem;
        padding-left: .2rem;
    }

    .development-banner {
        background: url(../imgs/business/banner_cdio_mob.jpg) center 0 no-repeat;
        background-size: 100% auto;
    } */

    .finance-leasing-banner p {
        display: none;
    }

    .finance-leasing-banner h2 {
        font-size: .2rem;
        padding-top: 1rem;
        padding-left: 0.2rem;
    }

    .finance-leasing-tabs {
        padding: .47rem .2rem .6rem;
        margin: 0;
    }

    .finance-leasing-tabs a {
        width: 50%;
        line-height: .5rem;
        font-size: .13rem;
        margin-bottom: .02rem;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .business-inside-content {
        padding: 0 .4rem;
        background: #fff;
        margin-bottom: .6rem;
        min-height: auto;
    }


    .business-inside-content h3 {
        font-size: .2rem;
        padding-top: .22rem;
        line-height: .2rem;
        margin-bottom: .4rem;
        width: 100%;
        border-top: 1px solid #e5e5e5;
        position: relative;
    }

    .business-inside-content h3::before {
        content: "";
        width: 1.65rem;
        height: 1px;
        background: #E60011;
        position: absolute;
        top: -1px;
        left: 0;
    }

    .business-inside-content h3 a {
        float: right;
        display: block;
        font-size: .12rem;
        background: url(../imgs/btn_arrow-black@2x.png) right center no-repeat;
        background-size: .13rem;
        padding-right: .34rem;
        color: #333;
    }

    .business-inside-content h4 {
        padding-top: .3rem;
        line-height: .3rem;
        font-size: .18rem;
    }

    .business-inside-content h5 {
        font-size: .15rem;
        line-height: .26rem;
        padding-top: .18rem;
    }

    .business-inside-content-right .list-group div {
        width: 100%;
    }



    .business-inside-content p {
        font-size: .13rem;
        line-height: .25rem;
    }



    .business-inside-content .txt {
        padding-right: 0;
    }

    .business-inside-content-right .txt {
        padding-left: 0;
    }

    .business-inside-content-right .list-group div:first-of-type {
        width: 100%;
    }

    .business-inside-content-right {
        margin-bottom: .5rem;
    }

    /* .food2-business-inside-content-right{
        background: url(../imgs/business/business_food2_left_mob.jpg) no-repeat;
    } */
    .business-inside-content-right .view-all {
        position: absolute;
        right: 0.4rem;
        top: 0;
        border: 0;
        line-height: .2rem;
        background: url(../imgs/btn_arrow-black@2x.png) right center no-repeat;
        background-size: 0.13rem;
        margin: 0.2rem 0 0;
        height: 0.2rem;
        width: 1.2rem;
    }

    .business-inside-content-right .list-group p {
        line-height: .38rem;
        margin-bottom: 0;
        font-size: .15rem;
    }

    .business-inside-content-right h4 {
        margin-bottom: .18rem;
    }

    .group-global {
        min-width: 100%;
        padding: .4rem 0;
    }

    .group-global h3 {
        font-size: .2rem;
        line-height: .32rem;
        margin-bottom: .32rem;

    }

    .group-global ul {
        width: 100%;
        margin: 0;
        padding: 0 .36rem;
    }

    .group-global ul:first-of-type {
        margin: 0;
    }

    .group-global ul li {
        line-height: .2rem;
        margin-bottom: .16rem;
        background: url(../imgs/business/business_icon_ok.png) 0 -.03rem no-repeat;
        background-size: 0.24rem;
    }

    .group-global ul:last-of-type li.title {
        margin-top: .2rem;
    }

    .business-type {
        margin: 0 0 .6rem 0;
    }

    .business-type .item {
        margin-bottom: 0;
        /* border-top: 1px solid #E5E5E5; */
    }

    .business-type .item .illustration {
        display: none;
    }

    .business-type .item .content {
        float: none;
        width: 100%;
    }

    .business-type .item .title {
        height: 1.26rem;
        padding: 0 .68rem 0 1.5rem;
        font-size: .15rem;
        display: flex;
        align-items: center;
        border: 0 !important;
    }

    .business-type .item .title::before {
        content: "";
        width: 100%;
        background: #E5E5E5;
        height: 1px;
        left: 0;
        bottom: 0;
        position: absolute;
        z-index: -1;
    }

    .business-type .item .title::after {
        background: url(../imgs/business/business_plus_mob.png) 0 center no-repeat;
        background-size: .23rem;
        height: .23rem;
        width: .23rem;
        left: 89%;
        top: .515rem;
    }

    .business-type .item .title.open::after {
        background: url(../imgs/business/business_min_mob.png) 0 center no-repeat;
        background-size: .23rem;
    }

    .business-type .item:nth-of-type(1) .title {
        background: url(../imgs/business/business_finance_pic1_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .business-type .item:nth-of-type(2) .title {
        background: url(../imgs/business/business_finance_pic3_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .business-type .item:nth-of-type(3) .title {
        background: url(../imgs/business/business_finance_pic2_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .business-type .item:nth-of-type(4) .title {
        background: url(../imgs/business/business_finance_pic4_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .business-type .item:nth-of-type(5) .title {
        background: url(../imgs/business/business_finance_pic5_0419_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .business-type .item:nth-of-type(6) .title {
        background: url(../imgs/business/business_finance_pic5_0424_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .business-type .item:nth-of-type(7) .title {
        background: url(../imgs/business/business_finance_pic7_0424_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .business-type .item:nth-of-type(8) .title {
        background: url(../imgs/business/business_finance_pic8_0419_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .business-type .item:nth-of-type(9) .title {
        background: url(../imgs/business/business_finance_pic6_0424_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .business-type .item:nth-of-type(10) .title {
        background: url(../imgs/business/business_finance_pic8_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }
    .aerospace-ship-business-type .item:nth-of-type(1) .title {
        background: url(../imgs/business/business_aero_pic1_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .aerospace-ship-business-type .item:nth-of-type(3) .title {
        background: url(../imgs/business/business_aero_pic2_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .aerospace-ship-business-type .item:nth-of-type(2) .title {
        background: url(../imgs/business/business_aero_pic3_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .aerospace-ship-business-type .item:nth-of-type(4) .title {
        background: url(../imgs/business/business_aero_pic4_0424_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .infra-business-type .item:nth-of-type(1) .title {
        background: url(../imgs/business/business_infra_pic1_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .infra-business-type .item:nth-of-type(2) .title {
        background: url(../imgs/business/business_infra_pic2_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .infra-business-type .item:nth-of-type(3) .title {
        background: url(../imgs/business/business_infra_pic0417_mob.png) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .infra-business-type .item:nth-of-type(4) .title {
        background: url(../imgs/business/business_infra_pic3_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .infra-business-type .item:nth-of-type(6) .title {
        background: url(../imgs/business/business_infra_pic4_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .infra-business-type .item:nth-of-type(5) .title {
        background: url(../imgs/business/business_infra_pic5_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }
    .infra-business-type .item:nth-of-type(7) .title {
        background: url(../imgs/business/business_infra_pic6_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }
    .power-group-global p{
        width: 100%;
        padding: 0 .36rem 0 .72rem;
        font-size: .14rem;
    }
    .power-business-type .item:nth-of-type(1) .title {
        background: url(../imgs/business/business_power_pic2_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .power-business-type .item:nth-of-type(2) .title {
        background: url(../imgs/business/business_power_pic1_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    /* .power-business-type .item:nth-of-type(3) .title {
        background: url(../imgs/business/business_power_pic3_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    } */

    /* .power-business-type .item:nth-of-type(3) .title {
        background: url(../imgs/business/business_power_pic4_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    } */

    .power-business-type .item:nth-of-type(3) .title {
        background: url(../imgs/business/business_power_pic5_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }
    .power-business-type .item:nth-of-type(4) .title{
        background: url(../imgs/business/business_power_pic6_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }
    .energy-business-type .item:nth-of-type(1) .title {
        background: url(../imgs/business/business_energy_pic3_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .energy-business-type .item:nth-of-type(2) .title {
        background: url(../imgs/business/business_energy_pic5_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .energy-business-type .item:nth-of-type(3) .title {
        background: url(../imgs/business/business_energy_pic2_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .energy-business-type .item:nth-of-type(4) .title {
        background: url(../imgs/business/business_energy_pic4_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .energy-business-type .item:nth-of-type(5) .title {
        background: url(../imgs/business/business_energy_pic1_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .agri-business-type .item:nth-of-type(1) .title {
        background: url(../imgs/business/business_agri_pic1_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .lifestyle-business-type .item:nth-of-type(1) .title {
        background: url(../imgs/business/business_lifestyle_pic1_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .lifestyle-business-type .item:nth-of-type(2) .title {
        background: url(../imgs/business/business_lifestyle_pic1_0419_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .lifestyle-business-type .item:nth-of-type(3) .title {
        background: url(../imgs/business/business_lifestyle_pic3_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .ict-logi-business-type .item:nth-of-type(1) .title {
        background: url(../imgs/business/business_ict_pic1_0424_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .ict-logi-business-type .item:nth-of-type(2) .title {
        background: url(../imgs/business/business_ict_pic2_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .ict-logi-business-type .item:nth-of-type(3) .title {
        background: url(../imgs/business/business_ict_pic3_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .ict-logi-business-type .item:nth-of-type(4) .title {
        background: url(../imgs/business/business_ict_pic4_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .ict-logi-business-type .item:nth-of-type(5) .title {
        background: url(../imgs/business/business_ict_pic5_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .forest-business-type .item:nth-of-type(1) .title {
        background: url(../imgs/business/business_forest_pic1_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .forest-business-type .item:nth-of-type(3) .title {
        background: url(../imgs/business/business_forest_pic2_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .forest-business-type .item:nth-of-type(2) .title {
        background: url(../imgs/business/business_forest_pic3_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .forest-business-type .item:nth-of-type(4) .title {
        background: url(../imgs/business/business_forest_pic4_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .chemical-business-type .item:nth-of-type(1) .title {
        background: url(../imgs/business/business_chemical_pic1_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .chemical-business-type .item:nth-of-type(2) .title {
        background: url(../imgs/business/business_chemical_pic2_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .corp-development-business-type .item:nth-of-type(1) .title {
        background: url(../imgs/business/business_cdio1_pic1_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .corp-development-business-type .item:nth-of-type(2) .title {
        background: url(../imgs/business/business_cdio1_pic2_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .corp-development-business-type .item:nth-of-type(3) .title {
        background: url(../imgs/business/business_cdio1_pic3_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .corp-development-business-type .item:nth-of-type(4) .title {
        background: url(../imgs/business/business_cdio1_pic4_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .corp-development-business-type .item:nth-of-type(5) .title {
        background: url(../imgs/business/business_cdio1_pic5_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .corp-development-business-type .item:nth-of-type(6) .title {
        background: url(../imgs/business/business_cdio1_pic6_0419_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    /* .corp-development-business-type .item:nth-of-type(7) .title {
        background: url(../imgs/business/business_cdio1_pic7_0419_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    } */

    .corp-development-business-type .item:nth-of-type(7) .title {
        background: url(../imgs/business/business_cdio1_pic7_0424_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }
    .corp-development-business-type .item:nth-of-type(8) .title {
        background: url(../imgs/business/business_cdio1_pic9_0419_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }
    .corp-development-business-type .item:nth-of-type(9) .title {
        background: url(../imgs/business/business_cdio1_pic10_0419_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }
    .corp-development-business-type .item:nth-of-type(10) .title {
        background: url(../imgs/business/business_cdio1_pic8_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }
    .corp-development-business-type .item:nth-of-type(11) .title {
        background: url(../imgs/business/business_cdio1_pic12_0419_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .machinery-business-type .item:nth-of-type(1) .title {
        background: url(../imgs/business/business_machinery_pic1_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .machinery-business-type .item:nth-of-type(2) .title {
        background: url(../imgs/business/business_machinery_pic2_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .machinery-business-type .item:nth-of-type(3) .title {
        background: url(../imgs/business/business_machinery_pic3_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .metal-mineral-resources-business-type .item:nth-of-type(1) .title {
        /* background: url(../imgs/business/business_metal_pic1_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%; */
        background:transparent;
    }

    .metal-mineral-resources-business-type .item:nth-of-type(4) .title {
        background: url(../imgs/business/business_metal_pic1_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .metal-mineral-resources-business-type .item:nth-of-type(5) .title {
        background: url(../imgs/business/business_metal_pic2_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .metal-mineral-resources-business-type .item:nth-of-type(2) .title {
        background: url(../imgs/business/business_metal_pic3_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .metal-mineral-resources-business-type .item:nth-of-type(3) .title {
        background: url(../imgs/business/business_metal_pic6_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .metal-mineral-resources-business-type .item:nth-of-type(6) .title {
        background: url(../imgs/business/business_metal_pic4_0424_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .metal-mineral-resources-business-type .item:nth-of-type(7) .title {
        background: url(../imgs/business/business_metal_pic7_mob0417.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .metal-mineral-resources-business-type .item:nth-of-type(8) .title {
        background: url(../imgs/business/business_metal_pic5_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .food2-business-type .item:nth-of-type(1) .title {
        background: url(../imgs/business/business_food2_pic1_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .food2-business-type .item:nth-of-type(2) .title {
        background: url(../imgs/business/business_food2_pic2_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .food2-business-type .item:nth-of-type(3) .title {
        background: url(../imgs/business/business_food2_pic3_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .food1-business-type .item:nth-of-type(1) .title {
        background: url(../imgs/business/business_food1_pic1_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .food1-business-type .item:nth-of-type(2) .title {
        background: url(../imgs/business/business_food1_pic2_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .food1-business-type .item:nth-of-type(3) .title {
        background: url(../imgs/business/business_food1_pic3_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .food1-business-type .item:nth-of-type(4) .title {
        background: url(../imgs/business/business_food1_pic4_0424_mob.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .business-type .item p {
        margin: 0;
        padding: .36rem .4rem .5rem;

        display: none;
    }

    .mian-business-content {
        padding: 0;

    }

    .business-type .item .title.open+p {
        border-bottom: 1px solid #E5E5E5;
        border-top: 1px solid #e5e5e5;
    }

    .business-type .item .title.open::before {
        height: 0;
    }

    .mian-business-banner {
        margin-top: 1.12rem;
    }

    .mian-business-banner h2 {
        line-height: .3rem;
        font-size: .2rem;
        padding-top: .98rem;
        padding-left: .2rem;
    }

    .mian-business-content .inside-menu {
        position: fixed;
        z-index: 9;
        background: #CA0211;
        width: 100%;
        height: 100%;
        top: 1.12rem;
        display: block;
    }


    .mian-business-content .title {
        display: none;
    }

    .mian-business-content .content {
        width: 100%;
        min-height: auto;
    }

    .mian-business-content .item h3 {
        font-size: .18rem;
        line-height: .25rem;
        margin-left: .4rem;
    }

    .mian-business-content .inside-menu {
        padding-left: .42rem;
        padding-top: .5rem;
        display: none;
    }



    .mian-business-content .inside-menu>ul>li,
    .mian-business-content .inside-menu>ul>li.active>a,
    .mian-business-content .inside-menu>ul>li>ul {
        color: #fff;
    }

    .mian-business-content .inside-menu>ul>li.active>a::before {
        background: #fff;
    }


    .mian-business-content .item h3::before {
        left: -.2rem;
    }

    .mian-business-content .item h4 {
        line-height: .78rem;
        padding: 0 0 0 .42rem;
        font-size: .16rem;
        background: url(../imgs/business/business_plus_mob.png) 89% center no-repeat;
        background-size: .24rem;
        margin: 0;
        position: relative;

    }

    .mian-business-content .item h4 span {
        position: absolute;
        left: .42rem;
        top: .52rem;
        margin-left: 0;
    }

    .mian-business-content .item .machinery_pic {
        width: 100%;
    }

    .mian-business-content .item h4::before {
        background: transparent;
    }

    .mian-business-content .item h4::after {
        border: 0;
    }


    .mian-business-content .item h4+div {
        padding: .6rem .4rem;
        display: none;
        background: #F8F8F8;
    }



    .mian-business-content .item p {
        margin: 0;
    }

    .mian-business-content .item p.subtitle {
        margin-top: .2rem;
    }

    .mian-business-content .item p.subtitle:first-of-type {
        margin-top: 0;
    }

    .mian-business-content .illustration div {
        width: 100%;
        margin-top: .4rem;
    }

    .mian-business-content .illustration div:first-of-type {
        float: none;
    }

    .mian-business-content .illustration div:first-of-type {
        margin-left: 0;
    }

    .mian-business-content .item h4:first-of-type {
        margin-top: .4rem;
        border-top: 1px solid #E5E5E5;
    }

    .mian-business-content .item h4.open {
        background: url(../imgs/business/business_min_mob.png) 89% center no-repeat;
        background-size: 0.24rem;
    }

    .mian-business-content .illustration h5 {
        font-size: .13rem;
        line-height: .22rem;
    }

    .mian-business-content .illustration h5::before {
        top: .09rem;
    }

    .mian-business-content .illustration div img {
        margin-bottom: .22rem;
    }

    .business-inside-content .right-swiper-container {
        width: 100%;
        position: relative;
        height: auto;
        right: 0;
    }

    .business-inside-content .options .process {
        width: 86%;
    }

    .business-inside-content .right-swiper-container .arrow {
        position: absolute;
        width: 100%;
        top: .78rem;
    }

    .business-inside-content .options .arrow span {
        width: .32rem;
        height: .32rem;
        position: absolute;
    }

    .business-inside-content .options .arrow .prev {
        left: -.4rem;
        background: url(/assets/imgs/business/over-arrowleft-mob@3x.png) no-repeat;
        background-size: cover;
    }

    .business-inside-content .options .arrow .next {
        right: -.4rem;
        background: url(/assets/imgs/business/over-arrowright-mob@3x.png) no-repeat;
        background-size: cover;
    }


    .business-inside-content .swiper-container {
        height: auto;
    }

    .business-inside-banner {
        margin-top: .72rem;
    }


    .mian-business-content .item .corp_development_pic img {
        width: 100%;
        margin-right: 0 !important;

    }

    .mian-business-content .item .corp_development_pic img:first-of-type {
        margin-bottom: .2rem;
    }
    .infra-group-global p{
        width: 100%;
        padding: 0 .36rem 0 .72rem;
        font-size: .14rem;
    }
    .business-inside-content .case-analysis{
        padding-right:0;
    }
    .business-inside-content .case-analysis img{
        position: static;
        width: 80%;
        margin: .2rem auto 0;
        display: block;
    }
}