body {
    background: #F7F7F7 !important;
}

/*  */
.business-title-box {
    margin: 0 auto;
}

.business-title {
    font-size: 0.4rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.business-text {
    margin-top: 0.1rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #999999;

    display: flex;
    align-items: center;
    display: none;
}

.business-text p {
    width: 0.16rem;
    height: 0.16rem;
    opacity: 1;
    border: 0.05rem solid #82202B;
    flex-shrink: 0;
    margin-right: 0.1rem;
    border-radius: 50%;
}

/*  */
.scope-wrap {
    background: #fff;
    padding: 0.9rem 0 0.6rem 0;
}

.scope-title-box {
    display: flex;
    justify-content: space-between;
    padding-left: calc((100% - 14rem) / 2);
}

.scope-title-left {
    flex-shrink: 0;
}

.scope-title1 {
    font-size: 0.4rem;
    font-family: Arial-Black, Arial;
    font-weight: 900;
    color: #F1BB76;
}

.scope-title2 {
    font-size: 0.8rem;
    /*font-family: Arial-Black, Arial;*/
    font-weight: 900;
    color: #333333;
}

.scope-title-right {
    display: flex;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.scope-title-line1 {
    width: 6rem;
    height: 0.5rem;
    background: linear-gradient(90deg, #F0DFBD 0%, #FFFFFF 100%);
    border-radius: 0.75rem 0rem 0rem 0.75rem;
}

.scope-title-line2 {
    width: 4rem;
    height: 0.1rem;
    background: linear-gradient(90deg, #E2C17C 0%, #FFFFFF 100%);
    border-radius: 0.75rem 0rem 0rem 0.75rem;
    margin-top: 0.4rem;
}

.scope-box {
    margin: 0 auto;
    margin-top: 0.85rem;
    display: flex;
    align-items: center;
    background: #FBF6ED;
}

.scope-img {
    width: 7rem;
    height: 4rem;
    flex-shrink: 0;
}

.scope-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scope-des {
    flex: 1;
    padding: 0.3rem;
}

.scope-text {
    font-size: 0.22rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.scope-p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.32rem;
    margin-top: 0.25rem;
}

/*  */
.energy-wrap {
    padding-top: 0.6rem;
    padding-bottom: 1rem;
    background: #fff;
}

.energy-title {
    margin: 0 auto;
}

.energy-title .business-title-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.energy-title .business-text p {
    margin-left: 0.1rem;
    margin-right: 0;
}

.energy-box {
    position: relative;
    padding: 0.4rem 0;
}

.energy-des {
    position: relative;
    width: 100%;
    height: 7rem;
    display: none;
}

.energy-des:first-of-type {
    display: block;
}

.energy-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.energy-brief {
    width: 7rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: calc((100% - 14rem) / 2);
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.energy-text {
    font-size: 0.32rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;

    position: relative;
    padding-bottom: 0.25rem;
}

.energy-text::after {
    content: '';
    width: 0.5rem;
    height: 0.05rem;
    background: #82202B;
    position: absolute;
    bottom: 0;
    right: 0;
}

.energy-p {
    margin-top: 0.25rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.25rem;
    text-align: right;
}

.energy-swiper {
    position: absolute;
    left: calc((100% - 14rem) / 2);
    top: 0;
    height: 100%;
    padding-right: 1rem;
}

.energySwiper {
    height: 100%;
    width: 5rem;
    padding: 0.1rem;
}

.energy-prev {
    right: 0;
    left: auto;
    top: auto;
    bottom: 1.6rem;
}

.energy-next {
    bottom: 0.9rem;
    right: 0;
    top: auto;
}

.energy-next,
.energy-prev {
    width: 0.4rem;
    height: 0.4rem;
    background: rgba(255, 255, 255, .4);
    border-radius: 50%;
}

.energy-next::after,
.energy-prev::after {
    color: #fff;
    font-size: 0.22rem;
    transform: rotate(90deg);
}

.energy-next:hover,
.energy-prev:hover {
    background: #F1BB76;
}

.energySwiper .swiper-slide {
    padding: 0.7rem 0.7rem 0.4rem 0.8rem;
    position: relative;
    background: #fff;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 46, 106, 0.15);
    cursor: pointer;
}

.energySwiper .swiper-slide.active::after {
    border-color: #82202B;
}

.energySwiper .swiper-slide::after {
    content: '';
    width: 0.15rem;
    height: 0.15rem;
    opacity: 1;
    border: 0.08rem solid #F1BB76;
    position: absolute;
    top: 0.7rem;
    left: 0.3rem;
    border-radius: 50%;
}

.energySwiper-text {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.energySwiper-p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 0.26rem;
    margin-top: 0.2rem;
}

/*  */
.product-wrap {
    padding: 1rem 0;
    background: url(../img/business/product-bg.png) top no-repeat, #fff;
    background-size: 100% auto;
    background-position: top;
    /* background-color: #fff; */
}

.product-box {
    margin: 0 auto;
}

.product-swiper {
    padding: 0.6rem 0;
    padding-bottom: 1rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 46, 106, 0.1);
    margin-top: 0.8rem;
    position: relative;
}

.product-swiper-title {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding: 0 0.4rem;
}

.productSwiper {
    width: 100%;
    padding: 0.4rem;
}

.productSwiper .swiper-slide {
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 46, 106, 0.15);
    cursor: pointer;
}

.productSwiper-img {
    width: 100%;
    height: 2.7rem;
}

.productSwiper-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productSwiper-text {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding: 0.16rem;
}

.product-prev {
    left: 0.4rem;
    bottom: 0.6rem;
    top: auto;
}

.product-next {
    bottom: 0.6rem;
    right: auto;
    left: 1.1rem;
    top: auto;
}

.product-next,
.product-prev {
    width: 0.4rem;
    height: 0.4rem;
    background: #BBBBBB;
    border-radius: 50%;
}

.product-next::after,
.product-prev::after {
    color: #fff;
    font-size: 0.22rem;
}

.product-next:hover,
.product-prev:hover {
    background: #F1BB76;
}

/*  */
.metal-wrap {
    padding: 1rem 0;
    margin: 0 auto;
}

.metal-img {
    position: relative;
}

.metal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.metal-img p {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0;
    transition: all .365s;

    position: absolute;
    top: 0;
    left: 0;
}

.metal-img:hover p {
    opacity: 1;
}

.metal-top-list {
    display: flex;
    justify-content: space-between;
    margin-top: 0.6rem;
}

.metal-top-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.metal-top-left1 {
    width: 8rem;
    height: 3rem;
    margin-right: 0.2rem;
}

.metal-top-left2 {
    width: 4.8rem;
    height: 2.5rem;
    margin-right: 0.2rem;
    margin-top: 0.2rem;
}

.metal-top-left3{
    width: 3rem;
    height: 2.5rem;
    margin-right: 0.2rem;
    margin-top: 0.2rem;
}
.metal-top-right {
    width: 5.8rem;
    height: 8.4rem;
    flex-shrink: 0;
}

.metal-top-right1 {
    width: 2.1rem;
    height: 2.1rem;
    margin-left: 0.2rem;
    margin-bottom: 0.2rem;
}

.metal-top-right2 {
    width: 4.5rem;
    height: 2.1rem;
    margin-left: 0.2rem;
    margin-bottom: 0.2rem;
}

.metal-top-right3{
    width: 100%;
    height: 2.1rem;
    margin-left: 0.2rem;
    margin-bottom: 0.2rem;
}
.metal-list {
    display: flex;
    flex-wrap: wrap;
}

.metal {
    width: 2.64rem;
    height: 3rem;
    margin-right: 0.2rem;
    margin-top: 0.2rem;
}

.metal:nth-child(5n) {
    margin-right: 0;
}

/*  */
.build-wrap {
    padding: 1rem 0;
    margin: 0 auto;
}

.build-box {
    position: relative;
    margin-top: 0.6rem;
}

.build-img {
    width: 100%;
    padding-right: 1.2rem;
}

.build-img img {
    width: 100%;
}

.build-line-box {
    width: 1rem;
    position: absolute;
    right: -1rem;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.build-line1 {
    width: 0.5rem;
    height: 6rem;
    background: linear-gradient(180deg, #F0DFBD 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
}

.build-line2 {
    width: 0.15rem;
    height: 5rem;
    background: linear-gradient(180deg, #82202B 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 0.75rem 0.75rem 0.75rem 0rem;
}