.bg-grey{
    background: #F7F7F7;
}
.bg-blue{
    background: #031236;
}
.opacity{
    opacity: 0.3;
    display: none!important;
}
.source{
    font-size: .14rem;
    color: #999999;
    margin-top: .1rem;
}

.mask-amp-box .common-mask-content{
    width: 100%;
    height: 100%;
}
.mask-amp-box .img-box, .mask-amp-box .img-box img{
    box-shadow: none;
}
.mask-amp-box .img-box{
    margin-top: .52rem;
    width: 100%;
    height: calc(100% - 1.04rem);
}
.mask-amp-box .img-box img{
    max-width: 100%;
    max-height: 100%;
}
.mask-amp-box .close-btn{
    width: .5rem;
    height: .5rem;
    position: absolute;
    /*top: -0.08rem;*/
    /*right: -0.25rem;*/
    top: .2rem;
    right: .2rem;
    margin: 0;
    cursor: pointer;
}
.common-mask-content .icon-close{
    background-size: 100%;
}

.light-container{
    background: #fff;
    padding-top: 1.18rem;
}
.light-container .box{
    padding: .4rem 1.26rem .5rem;
}
.light-container .box:nth-of-type(odd){
    background: #F7F7F7;
}
.light-container h6{
    font-size: 0.2rem;
    font-weight: bold;
    color: #333333;
}
.light-container p{
    color: #333333;
}
.light-container img,
.light-container video{
    border-radius: 0.04rem;
    object-fit: cover;
}


/* title */
.custom-title-bg{
    width: max-content;
    transform:skewX(-20deg);
    padding: 0 .2rem;
    position: relative;
    margin-left: .1rem;
}
.custom-title-bg h3{
    transform: skewX(20deg);
    font-size: .2rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .32rem;
    margin-bottom: .3rem;
}

.custom-title-bg:before, .custom-title-bg:after{
    content: "";
    width: .01rem;
    height: 0.2rem;
    position: absolute;
    top: .06rem;
}
.custom-title-bg:before{
    left: -0.08rem;
}
.custom-title-bg:after{
    right: -0.08rem;
    background: #CCCCCC;
}

.custom-title-bg.green, .custom-title-bg.green:before, .custom-title-bg.green:after,
.custom-title-bg.red, .custom-title-bg.red:before, .custom-title-bg.red:after{
    background: #6EC451;
}
.custom-title-bg.green:before, .custom-title-bg.green:after,
.custom-title-bg.red:before, .custom-title-bg.red:after{
    width: .03rem;
    height: .32rem;
    top: 0;
}

.company-info{
    display: flex;
    padding: 0 1.26rem .28rem;
}
.company-info .img{
    width: 4.4rem;
    height: 3.3rem;
    border-radius: 0.08rem;
    margin-top: -0.5rem;
}


.company-content{
    margin-left: .6rem;
    margin-top: -0.5rem;
}
.company-content .content{
    margin-top: .41rem;
}
.company-content .company-name{
    font-size: 0.28rem;
    font-weight: bold;
    line-height: .4rem;
    color: #333333;
    /*padding-top: .06rem;*/
}
.company-content .content li{
    padding: .06rem 0;
    display: flex;
    /*align-items: center;*/
}
.company-content .content li strong{
    display: block;
    line-height: .26rem;
    font-weight: 500;
    margin-right: .45rem;
    min-width: 0.65rem;
    text-align: left;
}
.company-content .content li a,
.company-content .content li p{
    color: #333;
    line-height: .26rem;
    cursor: initial;
}
.company-content .content li .owner_b{
    cursor: pointer;
    color: #6EC451;
}
.company-content .content li .owner_b:hover{
    font-weight: bold;
}

.company-data{
    margin: .3rem 0 .3rem;
}
.company-data:last-of-type{
    margin: .3rem 0 -0.2rem;
}
.company-data h3, .title-green{
    font-size: .24rem;
    color: #6EC451;
    line-height: .3rem;
    border-left: .03rem solid #6EC451;
    padding-left: .2rem;
    margin-bottom: .25rem;
}
.company-data .c-content{
    display: flex;
    flex-wrap: wrap;
}
.company-data .c-content li{
    margin: .15rem 0;
    width: 33.3%;
}
.company-data .c-content li .icon{
    display: block;
    width: .2rem;
    height: .2rem;
    background: url(/MapPowerStation/images/icon.png) no-repeat;
    background-size: 100%;
    margin-right: .1rem;
}
.company-data .c-content li .result{
    margin-top: .2rem;
    margin-left: .32rem;
}
.company-data .c-content li p{
    line-height: .36rem;
    word-break: break-all;
}
.company-data .c-content li p strong{
    font-weight: bold;
    margin-left: .2rem;
}
.title-green{
    font-size: .2rem;
    line-height: .2rem;
    margin-bottom: .2rem;
}

/* swiper */
.mySwiper{
    /*width: calc(100% - .4rem);*/
    width: 100%;
    padding: 0 .2rem;
    height: 2.7rem;
    margin-top: .35rem;
    margin-left: -0.2rem;
    position: relative;
    overflow: hidden;
}
.swiper-slide{
    cursor: pointer;
    position: relative;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev{
    width: .36rem;
    height: .36rem;
    background: rgba(110,196,81,.7);
    box-shadow: 0 .02rem .06rem 0 rgba(204, 204, 204, 0.36);
    border-radius: 50%;
    color: #fff;
}
.mySwiper .swiper-button-prev{
    left: 0;
}
.mySwiper .swiper-button-next{
    right: 0;
}
.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after{
    font-size: .18rem;
    font-weight: bold;
}
.mySwiper .swiper-button-next.swiper-button-disabled,
.mySwiper .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    color: #E6E6E6;
}

.sustainable-list{}
.sustainable-list .flexAlign{
    display: flex;
    align-items: center;
}
.sustainable-list li{
    margin-bottom: .6rem;
}
.sustainable-list li:last-of-type{
    margin-bottom: 0;
}
.sustainable-list li .l_mb{
    width: 0.88rem;
    height: 0.88rem;
    margin-right: .38rem;
    border-radius: 0;
}
.sustainable-list li h6{
    line-height: 0.28rem;
    margin-bottom: .14rem;
}
.sustainable-type{
    margin-bottom: .4rem;
}
.sustainable-type p{
    line-height: .24rem;
}
.sustainable-type .t-content{
    width: calc(100% - 1.26rem);
}
.sustainable-type .p-content .paragraph{
    margin-top: .3rem;
}
.sustainable-type .p-content .custom-title-bg h3{
     margin-bottom: .2rem;
}
.sustainable-type .p-content .paragraph p{
    margin: .05rem 0;
}

.sustainable-list .list-video{
    width: calc(33.3% - 0.36rem);
    margin: -0.3rem 0 .3rem;
}
.sustainable-list .list-video video{
    width: 100%;
}
.sustainable-list .list-source{
    margin-bottom: .6rem;
}


.img-list-box{
    flex-wrap: wrap;
}
.img-list-box li{
    width: calc(33.3% - .36rem);
    height: 2.7rem;
    position: relative;
    border-radius: 0.04rem;
    margin-right: .54rem;
    margin-top: .52rem;
    cursor: pointer;
}
.img-list-box li:nth-of-type(3n){
    margin-right: 0;
}
.img-list-box li:nth-of-type(-n+3){
    margin-top: 0!important;
}
.img-list-box li .l_img, .swiper-slide .s_img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s;
}
.img-list-box li .l_img:hover, .swiper-slide .s_img:hover{
    width: 102%;
    height: 102%;
}


/* 项目介绍 */
.intro-box{
    padding: .5rem 1.26rem .45rem;
    position: relative;
}
.see-jump{
    color: #fff;
    font-size: .14rem;
    line-height: .32rem;
    background: #6EC451;
    border-radius: .16rem;
    position: absolute;
    right: 1.26rem;
    top: .5rem;
    padding: 0 .13rem;
    display: flex;
    align-items: center;
}
.see-jump b{
    display: block;
    width: .16rem;
    height: .17rem;
    background: url(../images/icon-more-arrow.png) no-repeat;
    background-size: 100%;
    margin-left: .06rem;
    transition: .2s;
}
.see-jump:hover{
    box-shadow: 0 .03rem .24rem 0 rgba(0,0,0,0.1);
    transform: scale(1.1,1.1)
}
.infoBox{
    width: calc(55% - 0.5rem);
    margin-right: .4rem;
}
.infoSource .source{
    word-break: break-all;
    line-height: .26rem;
}
.swiperBox{
    width: 42%;
}

.intro-box .content:first-of-type{
    padding-top: 0;
}
.intro-box .content p{
    line-height: .26rem;
}

.box-media{
    margin-top: .32rem;
}
.box-media h4{
    font-weight: bold;
}
.list-news{
    /*margin-left: .32rem;*/
}
.list-news li{
    margin-top: .15rem;
}
.list-news h5{
    font-size: .14rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: .06rem;
}
.list-news p, .list-news a{
    display: contents;
    line-height: .24rem!important;
    font-size: .14rem;
}
.list-news a{
    color: #6EC451;
}

.swiperBox .mySwiper{
    margin-top: 0;
    height: 4.24rem;
}
.swiperBox .mySwiper .s_img{
    height: calc(100% - .5rem);
    top: 0;
    transform: translate(-50%, 0);
}
.swiperBox .source{
    font-size: .16rem;
    line-height: .2rem;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 40px;
    /*display: flex;*/
    /*align-items: center;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.intro-other .content{
    padding-top: .5rem;
}


/* 村镇案例 */
.town-container{
    /*padding-top: 1rem;*/
}
.town-container .company-content .content li{
    align-items: flex-start;
    padding: .06rem 0;
}
.town-container .company-content .content li strong{
    min-width: .9rem;
    line-height: .26rem;
}
.town-container .company-content .content li p,
.town-container .company-content .content li .p,
.paragraph{
    line-height: .26rem;
}

.town-container .company-data .c-content{
    /*width: 75%;*/
}
.town-container .company-data .c-content li{
    /*width: 33.3%;*/
}
.town-container .sustainable-type{
    margin-bottom: .2rem;
}

.map-container{
    width: 4.4rem;
    height: 3.3rem;
    margin-top: -0.5rem;
    position: relative;
}
.map-container iframe{
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0.08rem;
}


/* 图册 */
.container-album{
    padding: .6rem 1.2rem .4rem;
    position: relative;
}
.list-album{
    margin-top: .5rem;
}
.list-album h4{
    font-weight: 600;
    font-size: .18rem;
    color: #333333;
    margin-bottom: .3rem;
    margin-left: .06rem;
}
.list-album li, .list-album .videoBox{
    position: relative;
    /*width: 2.91rem;*/
    width: calc(20% - .12rem);
    height: 1.63rem;
    float: left;
    margin: .12rem .06rem 0;
    border-radius: .12rem;
    overflow: hidden;
    cursor: pointer;
}
.list-album .videoBox{
    width: calc(40% - .12rem);
    height: 3.38rem;
}
.list-album li .video,
.list-album li .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-album li .source{
    width: calc(100% - 0.36rem);
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: .16rem;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.01), rgba(0,0,0,0.5) 80%);
    /*background: rgba(0,0,0,.5);*/
    font-size: .11rem;
    color: #F0F0F0;
    padding: .03rem .18rem;
}

/* 搜索 */
.box-search{
    display: flex;
    align-items: center;
    position: absolute;
    right: 1.2rem;
    top: .8rem;
}
.input-icon{
    height: .4rem;
    display: flex;
    align-items: center;
    position: relative;
}
.input-icon .icon-search{
    width: .2rem;
    height: .2rem;
    background-image: url(/common/images/icons/sprite.png);
    background-position: 0 -3.45rem;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.1rem;
    margin-left: 0.1rem;
}
.input-icon .input{
    width: 2.2rem;
    line-height: 0.38rem;
    color: #262e3d;
    font-size: 0.14rem;
    border: .01rem solid #a4a9af;
    border-right: none;
    padding-left: 0.4rem;
    border-radius: 0.02rem 0 0 0.02rem;
}
.box-search .button{
    line-height: 0.4rem;
    min-width: 1rem;
    padding: 0 0.2rem;
    text-align: center;
    font-size: 0.16rem;
    color: #fff;
    background-color: #005596;
    cursor: pointer;
}














