.transition-one,
.footer .footer-t .footer-nav-link a,
.ty-staff .staff-list .staff-item,
.ty-staff .staff-list .staff-item .staff-name .cn-name,
.ty-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main,
.ty-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main,
.ty-staff .staff-list .staff-item .bg {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.container-fluid {
    max-width: 1200px !important
}

@media (max-width: 1400px) {
    .container-fluid {
        padding: 0 .4rem
    }
}

.image-cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.ty-banner-content {
    padding: .98rem 0 .85rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0 8px 43px 0 rgba(6, 6, 6, 0.15);
    box-shadow: 0 8px 43px 0 rgba(6, 6, 6, 0.15)
}

.ty-banner-content .ty-banner-main {
    border-left: .06rem #006e55 solid;
    padding-left: .35rem
}

.ty-banner-content .ty-banner-main .title h3 {
    color: #3d3c3d;
    font-size: .3rem;
    line-height: 1
}

.ty-banner-content .ty-banner-main .text {
    margin-top: .22rem
}

.ty-banner-content .ty-banner-main .text p {
    color: #3d3c3d;
    font-size: .18rem;
    line-height: 1.5
}

.footer {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 1rem 0 0;
    border-bottom: .05rem #006e55 solid;
    -webkit-box-shadow: 0 8px 43px 0 rgba(6, 6, 6, 0.15);
    box-shadow: 0 8px 43px 0 rgba(6, 6, 6, 0.15)
}

.footer .content {
    max-width: 18rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 .2rem
}

.footer .footer-t {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1
}

.footer .footer-t .footer-t-l .footer-logo img {
    width: auto;
    height: .55rem
}

.footer .footer-t .footer-t-l .record {
    color: #3d3c3d;
    font-size: .14rem;
    margin-top: .7rem
}

.footer .footer-t .footer-t-l .record a {
    color: #3d3c3d
}

.footer .footer-t .footer-nav-link {
    margin-bottom: .8rem
}

.footer .footer-t .footer-nav-link .list {
    padding: 0 .4rem
}

@media (max-width: 1340px) {
    .footer .footer-t .footer-nav-link .list {
        padding: 0 .3rem
    }
}

@media (max-width: 1110px) {
    .footer .footer-t .footer-nav-link .list {
        padding: 0 .1rem
    }
}

.footer .footer-t .footer-nav-link h4 {
    font-size: .2rem;
    color: #006e55;
    font-weight: bold;
    padding: 0 0 .18rem
}

.footer .footer-t .footer-nav-link a {
    display: block;
    font-size: .14rem;
    line-height: 1;
    color: #3d3c3d;
    padding: .1rem 0
}

.footer .footer-t .footer-nav-link a:hover {
    color: #006e55;
    cursor: pointer
}

.footer .footer-t .footer-t-r .right-nav {
    margin-top: -.09rem
}

.footer .footer-t .footer-t-r .right-nav li {
    width: 1.5rem;
    height: .46rem;
    line-height: .46rem;
    border-radius: 25px
}

.footer .footer-t .footer-t-r .right-nav li a {
    color: #3d3c3d;
    font-size: .18rem;
    text-align: center
}

.footer .footer-t .footer-t-r .right-nav li:hover {
    background-color: #006e55
}

.footer .footer-t .footer-t-r .right-nav li:hover a {
    color: #ffffff
}

.footer .footer-t .share {
    margin-top: .3rem
}

.footer .footer-t .share a {
    margin: 0 .09rem;
    width: 0.3rem;
    height: 0.3rem;
    display: inline-block;
    vertical-align: middle
}

.footer .footer-t .share .inc {
    background: url("../images/icon_toutiao.png") no-repeat center/contain
}

.footer .footer-t .share .weibo {
    background: url("../images/icon_weibo.png") no-repeat center/contain
}
.footer .footer-t .share .weixin {
    background: url("../images/weixin_logo_02.png") no-repeat center/contain
}
.footer .footer-t .share .shipinhao {
    background: url("../images/shipinhao_logo_02.png") no-repeat center/contain
}
.footer .footer-t .share .douyin {
    background: url("../images/douyin_logo_02.png") no-repeat center/contain
}

@media (max-width: 578px) {
    .footer {
        padding: .5rem .2rem
    }

    .footer .footer-t .footer-t-l h4 {
        font-size: .26rem;
        padding: 0 0 .2rem
    }

    .footer .footer-t .footer-t-l .tel {
        font-size: .3rem
    }

    .footer .footer-t .footer-t-l .name {
        font-size: .24rem
    }

    .footer .footer-t .footer-t-code .address {
        margin: 0
    }

    .footer .footer-t .footer-t-code .address .address-main .iconfont {
        font-size: .24rem;
        line-height: .24rem
    }

    .footer .footer-t .footer-t-code .address .address-main p {
        font-size: .18rem
    }
}

.more-btn {
    width: 1.6rem;
    height: .5rem;
    background-color: #006e55;
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: .46rem;
    border-radius: 25px;
    border: 2px #006e55 solid;
    padding: 0
}

.more-btn:hover {
    color: #006e55;
    background-color: #ffffff
}

.ty-information {
    margin-top: .9rem;
    padding: .8rem 0 .5rem;
    background-color: #f7f7f7
}

.ty-information .information-list .list-item {
    height: 1.8rem;
    background-color: #ffffff;
    margin-bottom: .2rem
}

.ty-information .information-list .list-item .item-left {
    padding-right: .13rem
}

.ty-information .information-list .list-item .item-left .left-main {
    width: 100%;
    height: 100%;
    background-color: #e5f0ee;
    text-align: center;
    padding-top: .45rem
}

.ty-information .information-list .list-item .item-left .left-main .day {
    color: #006e55;
    font-size: .7rem;
    line-height: .58rem
}

.ty-information .information-list .list-item .item-left .left-main .year {
    color: #006e55;
    font-size: .2rem;
    line-height: 1;
    margin-top: .18rem
}

.ty-information .information-list .list-item .item-right .item-right-content {
    height: 100%
}

.ty-information .information-list .list-item .item-right .item-right-content .right-main {
    padding: .45rem .7rem 0 .47rem
}

.ty-information .information-list .list-item .item-right .item-right-content .right-main .title h3 {
    color: #3d3c3d;
    font-size: .26rem;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ty-information .information-list .list-item .item-right .item-right-content .right-main .main {
    margin-top: .25rem;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.ty-information .information-list .list-item .item-right .item-right-content .right-main .main p {
    color: #707070;
    font-size: .16rem;
    line-height: 1.5
}

.ty-information .information-list .list-item .item-right .item-right-content .right-arrow {
    padding: .35rem 0 .35rem .06rem
}

.ty-information .information-list .list-item .item-right .item-right-content .right-arrow .arrow-box {
    width: 100%;
    height: 100%;
    border-left: 2px #f0f0f0 solid;
    position: relative
}

.ty-information .information-list .list-item .item-right .item-right-content .right-arrow .arrow-box img {
    width: .42rem;
    height: auto;
    position: absolute;
    left: .45rem;
    top: .5rem
}

.ty-information .information-list .list-item .item-right .item-right-content .right-arrow .arrow-box .arrow-on {
    display: none
}

.ty-information .information-list .list-item:hover {
    -webkit-box-shadow: 0 8px 43px 0 rgba(6, 6, 6, 0.15);
    box-shadow: 0 8px 43px 0 rgba(6, 6, 6, 0.15)
}

.ty-information .information-list .list-item:hover .item-left .left-main {
    background-color: #006e55
}

.ty-information .information-list .list-item:hover .item-left .left-main .day {
    color: #ffffff
}

.ty-information .information-list .list-item:hover .item-left .left-main .year {
    color: #ffffff
}

.ty-information .information-list .list-item:hover .item-right .item-right-content .right-main .title h3 {
    color: #006e55
}

.ty-information .information-list .list-item:hover .item-right .item-right-content .right-arrow .arrow-box .arrow-off {
    display: none
}

.ty-information .information-list .list-item:hover .item-right .item-right-content .right-arrow .arrow-box .arrow-on {
    display: block
}

.ty-information .information-list .more-btn {
    margin: .5rem auto 0
}

.ty-staff {
    background: #f7f7f7 url("../images/staff_bg.png") no-repeat center/cover;
    padding: 1rem 0 .7rem;
    margin-top: .9rem
}

.ty-staff .staff-list .staff-item {
    width: 100%;
    height: 2.4rem;
    margin: 0 0 .3rem;
    background: #ffffff;
    padding: .2rem;
    position: relative
}

.ty-staff .staff-list .staff-item .staff-name {
    width: 100%;
    height: 100%;
    border: .04rem #006e55 solid;
    text-align: center;
    position: relative;
    z-index: 2
}

.ty-staff .staff-list .staff-item .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.ty-staff .staff-list .staff-item .staff-name .name-bg {
    font-size: 1.2rem;
    color: #006e55;
    opacity: 0.07;
    font-family: 'Century Gothic';
    font-weight: bold;
    font-style: italic;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ty-staff .staff-list .staff-item .staff-name .cn-name {
    font-size: .5rem;
    color: #006e55;
    line-height: 2rem
}

.ty-staff .staff-list .staff-item:hover {
    background: #FFFFFF
}

.ty-staff .staff-list .staff-item:hover .bg {
    opacity: 1;
}

ty-staff .staff-list .staff-item:hover .staff-name {
    border-color: rgba(255, 255, 255, 0.5)
}

.ty-staff .staff-list .staff-item:hover .staff-name .cn-name {
    color: #ffffff
}

.ty-platform {
    margin-top: .9rem;
    background-color: #f7f7f7
}

.ty-platform .synopsis {
    padding: .55rem 0 .45rem
}

.ty-platform .synopsis img {
    display: block;
    margin: 0 auto;
    max-width: 90%
}

.ty-platform .advantage {
    padding: .85rem 0 .75rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0 8px 43px 0 rgba(6, 6, 6, 0.15);
    box-shadow: 0 8px 43px 0 rgba(6, 6, 6, 0.15)
}

.ty-platform .advantage .title {
    border-bottom: .04rem #006e55 solid;
    padding-bottom: .3rem;
    position: relative
}

.ty-platform .advantage .title h2 {
    font-size: .5rem;
    color: #3d3c3d
}

.ty-platform .advantage .title .title-bg {
    font-size: 1rem;
    color: #000000;
    opacity: 0.07;
    position: absolute;
    left: -.3rem;
    bottom: .25rem;
    line-height: .8rem;
    font-weight: bold;
    font-style: italic;
    white-space: nowrap;
    font-family: 'Century Gothic'
}

.ty-platform .advantage .advantage-content {
    margin-top: .5rem
}

.ty-platform .advantage .advantage-content .advantage-tab {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ty-platform .advantage .advantage-content .advantage-tab .tab-item {
    height: .9rem;
    background-color: #f7f7f7;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.ty-platform .advantage .advantage-content .advantage-tab .tab-item .num {
    font-size: .28rem;
    font-family: 'Century Gothic';
    line-height: 1;
    font-weight: bold;
    color: #3d3c3d;
    display: inline-block;
    position: relative;
    margin-right: .35rem
}

.ty-platform .advantage .advantage-content .advantage-tab .tab-item .num:before {
    content: '/';
    color: #d5d5d5;
    font-size: .24rem;
    position: absolute;
    right: -.2rem;
    top: 0
}

.ty-platform .advantage .advantage-content .advantage-tab .tab-item .item-title {
    font-size: .26rem;
    line-height: 1;
    color: #3d3c3d;
    display: inline-block
}

.ty-platform .advantage .advantage-content .advantage-tab .active {
    background: #006e55 url("../images/platform_nav_bg.png") no-repeat center/cover;
    height: 1.2rem
}

.ty-platform .advantage .advantage-content .advantage-tab .active .num {
    color: #ffffff
}

.ty-platform .advantage .advantage-content .advantage-tab .active .num:before {
    color: #3d8877
}

.ty-platform .advantage .advantage-content .advantage-tab .active .item-title {
    color: #ffffff
}

.ty-platform .advantage .advantage-content .advantage-list {
    display: none
}

.ty-platform .advantage .advantage-content .advantage-list .advantage-text {
    font-size: .2rem;
    line-height: 1.8;
    padding: .4rem 1.9rem;
    text-align: center
}

.ty-platform .advantage .advantage-content .advantage-list .solution {
    background-color: #f7f7f7;
    padding: .45rem .8rem .4rem
}

.ty-platform .advantage .advantage-content .advantage-list .solution .solution-top {
    position: relative
}

.ty-platform .advantage .advantage-content .advantage-list .solution .solution-top .solution-title {
    border-bottom: 3px #dddddd solid;
    padding-bottom: .2rem
}

.ty-platform .advantage .advantage-content .advantage-list .solution .solution-top .solution-title h3 {
    color: #333333;
    font-size: .36rem;
    font-weight: bold;
    line-height: 1
}

.ty-platform .advantage .advantage-content .advantage-list .solution .solution-top .solution-opction {
    position: absolute;
    right: 0;
    top: 0
}

.ty-platform .advantage .advantage-content .advantage-list .solution .solution-top .solution-opction .opction-btn {
    width: .4rem;
    height: .4rem;
    background-color: #006e55;
    border-radius: 50%;
    position: relative;
    margin-left: .1rem;
    text-align: center;
    border: 3px #006e55 solid;
    cursor: pointer
}

.ty-platform .advantage .advantage-content .advantage-list .solution .solution-top .solution-opction .opction-btn .swiper-button-prev {
    width: .09rem;
    height: .14rem;
    background: url("../images/arrow_left_white.png") no-repeat center/contain;
    margin-top: -.07rem;
    left: .12rem;
    opacity: 1
}

.ty-platform .advantage .advantage-content .advantage-list .solution .solution-top .solution-opction .opction-btn .swiper-button-next {
    width: .09rem;
    height: .14rem;
    background: url("../images/arrow_right_green.png") no-repeat center/contain;
    margin-top: -.07rem;
    right: .12rem;
    opacity: 1
}

.ty-platform .advantage .advantage-content .advantage-list .solution .solution-top .solution-opction .btn-next {
    background-color: transparent
}

.ty-platform .advantage .advantage-content .advantage-list .solution .solution-bottom {
    margin: 0 0 0 -.3rem
}

.ty-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution {
    position: relative;
    overflow: hidden;
    padding-left: .3rem
}

.ty-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution .slide-main .list {
    width: 50%;
    padding-right: 0.3rem
}

.ty-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution .slide-main .list .list-title {
    position: relative;
    padding-top: .4rem
}

.ty-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution .slide-main .list .list-title h4 {
    color: #3d3c3d;
    font-size: .3rem;
    padding-bottom: .2rem
}

.ty-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution .slide-main .list .list-title h4:before {
    content: '';
    width: .25rem;
    height: 2px;
    background-color: #dddddd;
    position: absolute;
    left: 0;
    bottom: 0
}

.ty-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution .slide-main .list .list-title .title-bg {
    color: #3d3c3d;
    font-size: 1rem;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    opacity: 0.05;
    position: absolute;
    left: -.3rem;
    top: 0;
    white-space: nowrap
}

.ty-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution .slide-main .list .list-main {
    margin-top: .12rem
}

.ty-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution .slide-main .list .list-main li {
    margin: .07rem 0;
    position: relative;
    padding-left: .17rem
}

.ty-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution .slide-main .list .list-main li:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #006e55;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ty-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution .slide-main .list .list-main.nodot li:before {
    display: none
}

.ty-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution .slide-main .list .list-main.nodot li {
    padding-left: 0
}

.ty-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution .swiper-slide {
    opacity: 0
}

.ty-platform .advantage .advantage-content .active {
    display: block
}

.ty-equipment .garbage {
    width: 100%;
    height: 8rem;
    background: #f7f7f7 url("../images/equipment_bg.png") no-repeat center/cover
}

.ty-equipment .garbage .garbage-left .garbage-left-box {
    height: 8rem
}

.ty-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    display: none
}

.ty-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .left-box {
    padding-right: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ty-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .left-box .left-main .title {
    padding-bottom: .34rem;
    border-bottom: .04rem #006e55 solid
}

.ty-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .left-box .left-main .title h3 {
    color: #3d3c3d;
    font-size: .5rem;
    line-height: 1
}

.ty-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .left-box .left-main .text {
    margin-top: .25rem
}

.ty-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .left-box .left-main .text p {
    color: #3d3c3d;
    font-size: .18rem;
    line-height: 1.5
}

.ty-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .right-box {
    padding-top: .1rem;
    padding-left: .2rem
}

.ty-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .right-box .img-box {
    width: 6rem;
    height: 4rem;
    background-color: #00604a
}

.ty-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .right-box .img-box img {
    width: 6rem;
    height: 4rem;
    margin: -.1rem 0 0 -.1rem
}

.ty-equipment .garbage .garbage-right {
    margin-top: 1.15rem
}

.ty-equipment .garbage .garbage-right .opction-box {
    position: relative;
    padding: .95rem 0
}

.ty-equipment .garbage .garbage-right .opction-box .swiper-button-garbage-prev {
    width: .18rem;
    height: .38rem;
    background: url("../images/arrow_t.png") no-repeat center/contain;
    position: absolute;
    right: .45rem;
    top: 0
}

.ty-equipment .garbage .garbage-right .opction-box .swiper-container-opction {
    height: 3.6rem
}

.ty-equipment .garbage .garbage-right .opction-box .swiper-container-opction .swiper-slide {
    text-align: right;
    padding: .25rem 0
}

.ty-equipment .garbage .garbage-right .opction-box .swiper-container-opction .swiper-slide .name {
    color: #ffffff;
    font-size: .16rem;
    position: relative;
    line-height: 1;
    cursor: default
}

.ty-equipment .garbage .garbage-right .opction-box .swiper-container-opction .swiper-slide-active {
    padding-right: .4rem
}

.ty-equipment .garbage .garbage-right .opction-box .swiper-container-opction .swiper-slide-active:before {
    content: '';
    width: .3rem;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ty-equipment .garbage .garbage-right .opction-box .swiper-button-garbage-next {
    width: .18rem;
    height: .38rem;
    background: url("../images/arrow_b.png") no-repeat center/contain;
    position: absolute;
    right: .45rem;
    bottom: 0
}

.ty-equipment .quality {
    padding: .4rem 0 .8rem
}

.ty-equipment .quality .quality-text {
    padding-top: .3rem
}

.ty-equipment .quality .quality-text p {
    color: #3d3c3d;
    font-size: .16rem;
    line-height: 1.8
}

.ty-equipment .quality .quality-img {
    margin-top: .45rem
}

.ty-equipment .quality .quality-img img {
    width: 100%;
    height: auto
}

.ty-equipment .quality .quality-list {
    margin: .3rem -.2rem 0
}

.ty-equipment .quality .quality-list .list-item {
    padding: 0 .2rem
}

.ty-equipment .quality .quality-list .list-item .list-item-main {
    width: 100%;
    background-color: #f7f7f7;
    padding: .25rem .3rem .2rem
}

.ty-equipment .quality .quality-list .list-item .list-item-main .top {
    padding-bottom: .14rem;
    border-bottom: 1px #eeeeee solid
}

.ty-equipment .quality .quality-list .list-item .list-item-main .top .num {
    color: #006e55;
    font-size: .24rem;
    line-height: 1;
    font-weight: bold
}

.ty-equipment .quality .quality-list .list-item .list-item-main .top .title {
    color: #3d3c3d;
    font-size: .2rem;
    line-height: 1;
    margin: .02rem 0 0 .15rem;
    font-weight: bold
}

.ty-equipment .quality .quality-list .list-item .list-item-main .bottom {
    width: 100%;
    height: 1.6rem;
    padding-top: .1rem;
    overflow: hidden
}

.ty-equipment .quality .quality-list .list-item .list-item-main .bottom p {
    color: #3d3c3d;
    font-size: .16rem;
    line-height: 1.6
}

.zy-business .business-banner .title .bg {
    width: 8.4rem;
    height: 4.9rem;
    background: url(../images/bg_12.png) no-repeat center/contain;
    position: absolute;
    left: -2rem;
    top: -2rem
}

.zy-business .business-main {
    background-color: #f7f7f7
}

.zy-business .business-main .part {
    position: relative
}

.zy-business .business-main .part .part-img {
    width: 50%;
    height: 6rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0
}

.zy-business .business-main .part .part-img-one {
    right: 0
}

.zy-business .business-main .part .part-img-two {
    left: 0
}

.zy-business .business-main .part .business-list {
    height: 6rem
}

.zy-business .business-main .part .business-list .business-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .title {
    position: relative
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .title .num {
    color: #006e55;
    font-size: .6rem;
    font-weight: bold;
    font-family: 'Century Gothic';
    line-height: 1;
    position: relative;
    padding-right: .45rem
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .title .num:before {
    content: '/';
    color: #006e55;
    font-size: .35rem;
    position: absolute;
    right: .2rem;
    top: .1rem
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .title h3 {
    color: #3d3c3d;
    font-size: .5rem
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .title .title-bg {
    color: #3d3c3d;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: 'Century Gothic';
    font-style: italic;
    line-height: 1;
    opacity: 0.07;
    position: absolute;
    left: -.6rem;
    top: -.38rem;
    white-space: nowrap
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .text {
    margin-top: .3rem
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .text p {
    color: #3d3c3d;
    font-size: .16rem;
    line-height: 1.8
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify {
    margin-top: .25rem
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .classify-list-item {
    height: 1rem;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: default
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .classify-list-item p {
    color: #3d3c3d;
    font-size: .2rem;
    text-align: center
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .classify-list-item .arrow {
    margin-top: .1rem
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .classify-list-item .arrow .arrow-off {
    width: .14rem;
    display: block
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .classify-list-item .arrow .arrow-on {
    width: .14rem;
    display: none
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .classify-list-item:nth-child(1) {
    border-bottom: 1px #f7f7f7 solid;
    border-right: 1px #f7f7f7 solid
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .classify-list-item:nth-child(2) {
    border-bottom: 1px #f7f7f7 solid;
    border-left: 1px #f7f7f7 solid
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .classify-list-item:nth-child(3) {
    border-top: 1px #f7f7f7 solid;
    border-right: 1px #f7f7f7 solid
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .classify-list-item:nth-child(4) {
    border-top: 1px #f7f7f7 solid;
    border-left: 1px #f7f7f7 solid
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .active {
    background-color: #006e55
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .active p {
    color: #ffffff
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .active .arrow-on {
    display: block
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .active .arrow-off {
    display: none
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-text {
    margin-top: .2rem;
    display: none
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-text p {
    color: #3d3c3d;
    font-size: .14rem;
    line-height: 1.5
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .active {
    display: block
}

.zy-business .business-main .part .business-list .business-list-item .p-l-12 {
    padding-left: 1.2rem
}

.zy-business .business-main .part .business-list .business-list-item .p-r-08 {
    padding-right: .8rem
}

.zy-business .business-main .part .business-list .left-flex {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.zy-business .business-main .part .business-list .left-flex .list-item-main .title .title-bg {
    font-size: 1rem
}

.zy-business .selected-case {
    background: #f7f7f7;
    -webkit-box-shadow: inset 0 .08rem .43rem 0 rgba(6, 6, 6, 0.15);
    box-shadow: inset 0 .08rem .43rem 0 rgba(6, 6, 6, 0.15)
}

.ty-safe .business-banner .title .bg {
    width: 8.4rem;
    height: 4.9rem;
    background: url(../images/bg_12.png) no-repeat center/contain;
    position: absolute;
    left: -2rem;
    top: -2rem
}

.ty-safe .handle-box .left {
    height: 7rem
}

.ty-safe .handle-box .left .left-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.ty-safe .handle-box .right {
    background-color: #006e55;
    padding: .8rem .8rem .6rem 0
}

.ty-safe .handle-box .right .right-main {
    max-width: 8.3rem;
    height: 5.6rem;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 1.3rem;
    padding-left: .8rem
}

.ty-safe .handle-box .right .right-main .title {
    position: relative
}

.ty-safe .handle-box .right .right-main .title h3 {
    color: #ffffff;
    font-size: .5rem
}

.ty-safe .handle-box .right .right-main .title .title-bg {
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Century Gothic';
    font-style: italic;
    line-height: 1;
    opacity: 0.03;
    position: absolute;
    left: -.6rem;
    top: -.2rem;
    white-space: nowrap
}

.ty-safe .handle-box .right .right-main .title-text {
    margin: .25rem 0 .35rem;
    padding-bottom: .35rem;
    position: relative
}

.ty-safe .handle-box .right .right-main .title-text p {
    color: #ffffff;
    font-size: .18rem;
    line-height: 1.8
}

.ty-safe .handle-box .right .right-main .title-text:before {
    content: '';
    width: .4rem;
    height: .05rem;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0
}

.ty-safe .handle-box .right .right-main .sub-title {
    margin-bottom: .2rem
}

.ty-safe .handle-box .right .right-main .sub-title h4 {
    color: #ffffff;
    font-size: .22rem;
    line-height: 1
}

.ty-safe .handle-box .right .right-main .text p {
    color: #ffffff;
    font-size: .16rem;
    line-height: 1.5;
    margin-bottom: .25rem
}

.ty-safe .handle-box .right .right-main::-webkit-scrollbar {
    width: 4px
}

.ty-safe .handle-box .right .right-main::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.2)
}

.ty-safe .handle-box .right .right-main::-webkit-scrollbar-thumb {
    background-color: #ffffff
}

.ty-safe .technology-box {
    background-color: #f7f7f7;
    padding: .8rem 0
}

.ty-safe .technology-box .technology-list .technology-item {
    height: 5rem
}

.ty-safe .technology-box .technology-list .technology-item .picture-box {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.ty-safe .technology-box .technology-list .technology-item .info-box {
    height: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 8px 43px 0 rgba(6, 6, 6, 0.15);
    box-shadow: 0 8px 43px 0 rgba(6, 6, 6, 0.15);
    padding: .8rem .8rem .6rem;
    overflow: hidden;
    overflow-y: auto;
}
.ty-safe .technology-box .technology-list .technology-item .info-box::-webkit-scrollbar {
    width: 4px;
}
.ty-safe .technology-box .technology-list .technology-item .info-box::-webkit-scrollbar-thumb {
    background-color: #006e55;
}
.ty-safe .technology-box .technology-list .technology-item .info-box .title {
    position: relative
}

.ty-safe .technology-box .technology-list .technology-item .info-box .title h3 {
    color: #3d3c3d;
    font-size: .5rem;
    line-height: 1
}

.ty-safe .technology-box .technology-list .technology-item .info-box .title .title-bg {
    color: #3d3c3d;
    font-size: .84rem;
    font-weight: bold;
    font-family: 'Century Gothic';
    font-style: italic;
    line-height: 1;
    opacity: 0.07;
    position: absolute;
    left: -.5rem;
    top: -.2rem;
    white-space: nowrap
}

.ty-safe .technology-box .technology-list .technology-item .info-box .title-text {
    margin: .25rem 0 .35rem;
    padding-bottom: .35rem;
    position: relative
}

.ty-safe .technology-box .technology-list .technology-item .info-box .title-text p {
    color: #3d3c3d;
    font-size: .18rem;
    line-height: 1.8
}

.ty-safe .technology-box .technology-list .technology-item .info-box .title-text:before {
    content: '';
    width: .4rem;
    height: .05rem;
    background-color: #006e55;
    position: absolute;
    left: 0;
    bottom: 0
}

.ty-safe .technology-box .technology-list .technology-item .info-box .sub-title {
    margin-bottom: .2rem
}

.ty-safe .technology-box .technology-list .technology-item .info-box .sub-title h4 {
    color: #006e55;
    font-size: .22rem;
    line-height: 1
}

.ty-safe .technology-box .technology-list .technology-item .info-box .text p {
    color: #3d3c3d;
    font-size: .16rem;
    line-height: 1.5;
    margin-bottom: .25rem
}

.ty-investor>.swiper-container {
    width: 100%;
    height: 100vh
}

.ty-investor>.swiper-container .swiper-slide {
    padding-top: .9rem;
    height: auto
}

.ty-investor>.swiper-container .swiper-slide:last-child {
    padding-top: 0
}

.ty-investor>.swiper-container .c-height {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ty-investor {
    min-height: calc(100vh - 3.63rem)
}

.ty-investor .title {
    padding: .34rem 0;
    border-bottom: .04rem solid #006e55;
    position: relative;
    line-height: 1;
    margin-bottom: .5rem
}

.ty-investor .title .zh {
    font-size: .5rem;
    position: relative;
    z-index: 2;
    color: #3d3c3d;
    display: inline-block
}

.ty-investor .title .en {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.07);
    font-weight: bold;
    font-style: italic;
    font-family: 'Century Gothic';
    position: absolute;
    z-index: 1;
    left: -.4rem;
    top: 0rem
}

.ty-investor .title .more {
    background-color: #006e55;
    font-size: .16rem;
    color: #FFFFFF;
    display: block
}

.ty-investor .investor-one .container,
.ty-investor .investor-three .container {
    width: 100%;
    flex: 0 0 100%;
    position: relative;
    min-height: calc(100% - 1rem)
}

.ty-investor .investor-one .investor-one-main {
    margin-top: .5rem
}

.ty-investor .investor-one .investor-one-main .investor-one-list {
    margin: 0 -.2rem
}

.ty-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item {
    padding: 0 .2rem;
    margin-bottom: .3rem
}

.ty-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main {
    height: 1.2rem;
    background-color: #f7f7f7;
    border: 2px #dddddd solid;
    padding: .3rem 0
}

.ty-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main .left {
    padding: 0 .3rem
}

.ty-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main .left .left-title {
    color: #3d3c3d;
    font-size: .22rem;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ty-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main .left .date {
    color: #3d3c3d;
    font-size: .16rem;
    line-height: 1;
    margin-top: .2rem
}

.ty-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main .right {
    border-left: 1px rgba(0, 0, 0, 0.2) solid
}

.ty-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main .right .arrow {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ty-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main .right .arrow .arrow-off {
    width: .38rem;
    height: auto
}

.ty-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main .right .arrow .arrow-on {
    width: .38rem;
    height: auto;
    display: none
}

.ty-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main:hover {
    background-color: #006e55;
    border-color: #006e55
}

.ty-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main:hover .left .left-title {
    color: #ffffff
}

.ty-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main:hover .left .date {
    color: #ffffff
}

.ty-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main:hover .right {
    border-left: 1px rgba(255, 255, 255, 0.2) solid
}

.ty-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main:hover .right .arrow .arrow-off {
    display: none
}

.ty-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main:hover .right .arrow .arrow-on {
    display: block
}

.ty-investor .investor-two .main .img {
    width: 8.6rem;
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 3.6rem);
    display: block;
    margin: .4rem auto 0
}

.ty-investor .investor-three .investor-three-main .investor-three-list {
    margin: 0 -.2rem;
    height: 4.6rem
}

.ty-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item {
    padding: 0 .2rem;
    height: 100%;
    margin-bottom: .3rem
}

.ty-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main {
    height: 100%;
    background-color: #ffffff;
    padding: 1.2rem .35rem 0
}

.ty-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .icon-img {
    position: relative;
    padding-bottom: .4rem
}

.ty-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .icon-img img {
    display: block;
    margin: 0 auto
}

.ty-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .icon-img:before {
    content: '';
    width: .26rem;
    height: 2px;
    background-color: #006e55;
    opacity: 0.2;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ty-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .name {
    color: #3d3c3d;
    font-size: .2rem;
    text-align: center;
    line-height: 1;
    margin-top: .3rem;
    margin-bottom: .05rem
}

.ty-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .phone {
    color: #3d3c3d;
    font-size: .3rem;
    font-weight: bold;
    font-family: 'Century Gothic';
    text-align: center
}

.ty-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .email {
    color: #3d3c3d;
    font-size: .28rem;
    font-weight: bold;
    font-family: 'Century Gothic';
    text-align: center
}

.ty-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .address {
    color: #3d3c3d;
    font-size: .24rem;
    font-weight: bold;
    font-family: 'Century Gothic';
    text-align: center
}

.ty-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main:hover {
    padding-top: 1.1rem;
    border-bottom: .08rem #006e55 solid
}

@media (max-width: 768px) {
    .ty-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main .left .left-title {
        line-height: 1.5;
    }

    /*底部*/
    .footer {
        padding: 0.3rem 0;
    }

    .footer .content {
        padding: 0 0.4rem;
    }

    .footer .footer-t .bdshare-button-style0-24 {
        margin-top: 0.1rem;
    }

    .ty-investor .title {
        padding: 0.2rem 0;
        margin-bottom: 0;
    }

    .ty-investor .title .zh {
        font-size: 0.4rem;
    }

    .ty-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main {
        height: auto;
        padding: 0.2rem 0;
    }

    .ty-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main .left {
        padding: 0 0.2rem;
    }

    .ty-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main .right .arrow .arrow-off {
        width: 0.2rem;
    }

    .ty-investor .investor-three .investor-three-main .investor-three-list {
        height: auto;
    }

    .ty-investor .investor-three .investor-three-main {
        flex: 0 0 100%;
        margin-top: 0.5rem;
    }

    .ty-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main {
        display: flex;
        flex-wrap: nowrap;
        padding: 0.3rem 0.2rem;
        align-items: center;
    }

    .ty-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .icon-img {
        flex: 0 0 0.8rem;
        padding-bottom: 0;
    }

    .ty-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .icon-img img {
        width: 0.5rem;
    }

    .ty-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .icon-img:before {
        display: none;
    }

    .ty-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .in-main {
        flex: 1 1 auto;
        padding-left: 0.2rem;
    }

    .ty-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .name,
    .ty-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .phone,
    .ty-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .address,
    .ty-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .email {
        text-align: left;
        margin-top: 0;
    }

    .ty-information {
        padding: 0.5rem 0;
    }

    .ty-information .information-list .list-item {
        height: auto;
    }

    .ty-information .information-list .list-item .item-right .item-right-content {
        align-items: center;
    }

    .ty-information .information-list .list-item .item-right .item-right-content .right-main {
        padding: 0.3rem 0.4rem;
    }

    .ty-information .information-list .list-item .item-left .left-main .day {
        font-size: 0.5rem;
        line-height: 0.4rem;
    }

    .ty-information .information-list .list-item .item-right .item-right-content .right-arrow .arrow-box {
        border-left: 0;
    }

    .ty-information .information-list .list-item .item-right .item-right-content .right-arrow .arrow-box img {
        position: static;
    }

    .ty-safe .handle-box .left {
        height: 6rem;
    }

    .ty-safe .handle-box .right {
        padding: 0.2rem;
    }

    .ty-safe .handle-box .right .right-main {
        padding-right: 0.2rem;
        padding-left: 0;
    }

    .ty-safe .technology-box .technology-list .technology-item .info-box {
        padding: 0.25rem;
    }

    .zy-business .business-main .part .business-list .business-list-item .p-r-08 {
        padding-right: 0.4rem;
    }

    .zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .classify-list-item p {
        font-size: 0.16rem;
    }

    .zy-business .business-main .part .business-list .business-list-item .p-l-12 {
        padding-left: 0.4rem;
    }

    .ty-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .right-box .img-box {
        max-width: 100%;
        height: auto;
    }

    .ty-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .right-box .img-box img {
        max-width: 100%;
        height: auto;
    }

    .ty-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .left-box {
        padding-right: 0;
    }

    .ty-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .right-box {
        padding-left: 0;
    }

    .ty-equipment .garbage {
        background-position: right center;
        background-size: 7rem 100%;
    }

    .ty-equipment .quality .quality-list {
        margin-left: -0.1rem;
        margin-right: -0.1rem;
    }

    .ty-equipment .quality .quality-list .list-item {
        padding: 0 0.1rem;
    }

    .ty-equipment .quality .quality-list .list-item .list-item-main {
        padding: 0.2rem;
    }

    .ty-equipment .quality .quality-list .list-item .list-item-main .top {
        display: flex;
    }

    .ty-equipment .quality .quality-list .list-item .list-item-main .top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .ty-equipment .quality .quality-list .list-item .list-item-main .top .title {
        margin-top: 0;
        line-height: 1.2;
    }

    .ty-platform .advantage .advantage-content .advantage-list .advantage-text {
        padding: 0.3rem;
    }
}

@media (max-width: 575px) {
    .more-btn {
        width: 2.5rem;
        height: 0.7rem;
        line-height: 0.66rem;
        font-size: 0.28rem;
    }

    /*新闻列表*/
    .ty-information .information-list .list-item .item-left {
        padding-right: 0;
    }

    .ty-information .information-list .list-item .item-right .item-right-content .right-main .title h3 {
        font-size: 0.34rem;
    }

    .ty-information .information-list .list-item .item-right .item-right-content .right-main .main p {
        font-size: 0.24rem;
        line-height: 1.3;
    }

    .ty-information .information-list .list-item .item-left .left-main .year {
        font-size: 0.24rem;
    }

    .information-list {
        margin-bottom: 0.3rem;
    }

    /*新闻详情*/
    .ty-information {
        min-height: calc(100vh - 3.9rem);
    }

    .news-detail {
        padding-bottom: 0.4rem;
        min-height: calc(100vh - 3rem);
    }

    .news-detail .content .close {
        background: url(../images/icon_close_hover.png) no-repeat center/contain;
    }

    .news-detail .content .time {
        font-size: 0.28rem;
        height: 0.7rem;
    }

    .news-detail .content .page-fy>div {
        font-size: 0.3rem;
        line-height: 0.4rem;
    }

    /*业务领域*/
    .ty-banner {
        height: 4.6rem;
    }

    .business-article,
    .renewable-resources .business-article {
        padding: 0.4rem 0;
    }

    .business-banner>.container .title {
        font-size: 0.5rem;
    }

    .business-article .text {
        font-size: 0.26rem;
    }

    .ty-title {
        padding: 0.2rem 0;
    }

    .ty-title .zh {
        font-size: 0.4rem;
        left: -0.2rem;
    }

    .ty-title .en {
        font-size: 0.8rem;
    }

    .excellent-case .ty-title .zh {
        left: 0;
        margin-bottom: 0.3rem;
    }

    .excellent-case .ty-title .en {
        font-size: 0.8rem;
        left: -0.3rem;
    }

    .our-service {
        padding: 0.4rem 0;
    }

    .our-service .main .s-t-inno,
    .innovation-achievement .main .s-t-inno {
        padding-right: 0;
        border-right: 0;
        margin-bottom: 0.5rem;
    }

    .our-service .main .txt {
        max-width: 100%;
    }

    .our-service .main .p-s-inno,
    .innovation-achievement .main .p-s-inno {
        padding-left: 0;
    }

    .our-service .main ul li {
        width: 50%;
        float: left;
        font-size: 0.24rem;
    }

    .plan-advantage .list .list-item .number,
    .intelligent-service .main .list-item .number {
        font-size: 0.4rem;
        flex: 0 0 0.8rem;
        line-height: 0.4rem;
    }

    .plan-advantage .list .list-item .number:after,
    .intelligent-service .main .list-item .number:after {
        top: 0;
        transform: none;
    }

    .plan-advantage .list .list-item,
    .intelligent-service .main .list-item {
        padding: 0.3rem;
    }

    .garbage-service .list .ser-title {
        padding-right: 0;
        padding-left: 0.7rem;
    }

    .business-article .text .sub-title,
    .intelligent-clean .business-article .text .sub-title,
    .renewable-resources .business-article .text .sub-title,
    .resource-recycle .business-article .text .sub-title {
        font-size: 0.36rem !important;
        line-height: 1.2;
    }

    .garbage-service .list .ser-text,
    .garbage-service .list .ser-ul li p {
        font-size: 0.24rem;
    }

    .garbage-service .list .ser-ul li h4 {
        font-size: 0.28rem;
    }

    .garbage-service .list .ser-icon {
        height: 0.5rem;
        right: inherit;
        left: 0.2rem;
        top: -0.1rem;
    }

    .selected-case .more-btns {
        top: 0.2rem;
    }

    .selected-case .case-list .list-item {
        margin-bottom: 0.4rem;
    }

    .selected-case .case-list .list-item:last-child {
        margin-bottom: 0;
    }

    .selected-case .case-list .list-item .case-img {
        height: 4rem;
    }

    .selected-case .case-list .list-item .case-main .case-title {
        font-size: 0.3rem;
    }

    .selected-case .case-list .list-item .case-main .case-text,
    .intelligent-service .main .list-item .top p,
    .intelligent-service .main .list-item .manage-platform .manage-item .m-txt,
    .recovery-service .main .list-item .text .s-txt,
    .recovery-superiority .main .list-item .s-txt,
    .now-flow .sweep-cpde,
    .industry-chain .txt,
    .energy-advantage .left .txt {
        font-size: 0.24rem;
        line-height: 1.4;
    }

    .intelligent-service .main .list-item .manage-platform .manage-item .m-title {
        font-size: 0.28rem;
    }

    .recovery-service .main {
        margin: 0;
    }

    .recovery-service .main>div {
        margin-bottom: 0.4rem;
    }

    .recovery-service .main .list-item {
        height: auto;
        padding-bottom: 0.35rem;
    }

    .recovery-service,
    .recovery-superiority {
        padding: 0.5rem 0 0.1rem;
    }

    .renewable-resources .recovery-title {
        margin-bottom: 0.4rem;
    }

    .renewable-resources .recovery-title .zh {
        font-size: 0.4rem;
        font-weight: bold;
    }

    .recovery-superiority .main {
        padding-top: 0.4rem;
    }

    .recovery-superiority .main .list-item .icon {
        width: 1.8rem;
    }

    .now-flow {
        padding: 0.4rem 0;
    }

    .industry-chain .container {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }

    .industry-chain .title {
        font-size: 0.4rem;
        text-align: center;
        font-weight: bold;
        margin-bottom: 0.3rem;
    }

    .energy-advantage .left .title .zh {
        font-size: 0.4rem;
    }

    .energy-advantage .left .title::after {
        top: 0.6rem;
    }

    .ljfs-6 dd .txt,
    .ty-safe .handle-box .right .right-main .title-text p,
    .ty-safe .handle-box .right .right-main .text p,
    .zy-business .business-main .part .business-list .business-list-item .list-item-main .text p,
    .zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-text p,
    .ty-banner-content .ty-banner-main .text p {
        font-size: 0.24rem;
    }

    .ty-safe .handle-box .left {
        display: none;
    }

    .ty-safe .handle-box .right {
        padding: 0.4rem;
    }

    .ty-safe .handle-box .right .right-main {
        height: auto;
        padding-right: 0;
    }

    .ty-safe .handle-box .right .right-main .title h3 {
        font-size: 0.4rem;
    }

    .ty-safe .handle-box .right .right-main .sub-title h4 {
        font-size: 0.3rem;
    }

    .ty-safe .technology-box {
        padding: 0.4rem 0;
    }

    .ty-safe .technology-box .technology-list .technology-item .info-box .title h3,
    .zy-business .business-main .part .business-list .business-list-item .list-item-main .title h3 {
        font-size: 0.4rem;
    }

    .ty-safe .technology-box .technology-list .technology-item .info-box .title .title-bg,
    .zy-business .business-main .part .business-list .left-flex .list-item-main .title .title-bg {
        font-size: 0.7rem;
        left: 0;
        top: -0.1rem;
    }

    .ty-safe .technology-box .technology-list .technology-item .info-box .sub-title h4 {
        font-size: 0.3rem;
    }

    .zy-business .business-main .part .part-img {
        display: none;
    }

    .zy-business .business-main .part .business-list .business-list-item .p-r-08 {
        padding-right: 0;
    }

    .zy-business .business-main .part .business-list .business-list-item .p-l-12 {
        padding-left: 0;
    }

    .zy-business .business-main .part .business-list {
        height: auto;
        padding: 0.4rem 0;
    }

    .zy-business .business-main .part .business-list .business-list-item .list-item-main .title .num {
        font-size: 0.4rem;
        line-height: 0.48rem;
    }

    .zy-business .business-main .part .business-list .business-list-item .list-item-main .title .num:before {
        top: 0;
    }

    .ty-banner-content {
        padding: 0.5rem 0;
    }

    .ty-banner-content .ty-banner-main h3,
    .ty-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .left-box .left-main .title h3 {
        font-size: 0.4rem;
    }

    .ty-equipment .garbage .garbage-left .garbage-left-box,
    .ty-equipment .garbage {
        height: auto;
    }

    .ty-equipment .garbage {
        padding: 0.4rem 0;
        background-position: right bottom;
        background-size: 300% 2rem;
    }

    .ty-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .left-box .left-main .text p {
        font-size: 0.24rem;
        margin-bottom: 0.4rem;
    }

    .ty-equipment .garbage .garbage-right {
        margin: 0;
    }

    .ty-equipment .garbage .garbage-right .opction-box .swiper-container-opction {
        height: auto;
        padding-bottom: 0.6rem;
    }

    .ty-equipment .garbage .garbage-right .opction-box {
        padding: 0.4rem 0 0;
    }

    .ty-equipment .garbage .garbage-right .opction-box .swiper-container-opction .swiper-slide {
        width: auto;
        padding: 0.2rem;
    }

    .ty-equipment .garbage .garbage-right .opction-box .swiper-container-opction .swiper-slide-active:before {
        display: none;
    }

    .ty-equipment .garbage .garbage-right .opction-box .swiper-container-opction .swiper-slide .name {
        font-size: 0.3rem;
    }

    .ty-equipment .quality .quality-text p {
        font-size: 0.24rem;
    }

    .ty-equipment .quality .quality-list .list-item .list-item-main .top .num,
    .ty-equipment .quality .quality-list .list-item .list-item-main .top .title {
        font-size: 0.32rem;
    }

    .ty-equipment .quality .quality-list .list-item {
        margin-bottom: 0.4rem;
    }

    .ty-equipment .quality .quality-list .list-item:last-child {
        margin-bottom: 0;
    }

    .ty-equipment .quality .quality-list .list-item .list-item-main .bottom {
        height: auto;
        padding-bottom: 0.1rem;
    }

    .ty-platform .advantage .advantage-content .advantage-list .advantage-text {
        font-size: 0.28rem;
    }

    .ty-platform .advantage .advantage-content .advantage-tab .tab-item .item-title,
    .ty-platform .advantage .advantage-content .advantage-tab .tab-item .num {
        font-size: 0.3rem;
    }

    .ty-platform .advantage .advantage-content .advantage-list .solution {
        padding: 0.4rem 0.3rem;
    }

    .ty-platform .advantage .advantage-content .advantage-list .solution .solution-top .solution-opction .opction-btn {
        border-width: 2px;
    }

    .ty-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution .slide-main .list {
        width: 50%;
        padding: 0 0.1rem;
    }

    .ty-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution .slide-main .list .list-main li:before {
        width: 5px;
        height: 5px;
    }
}

.ml-2 {
    margin-left: 1.4rem !important;
}