.inner{
    width: 12rem;
    margin: 0 auto;
}
.w50{
    width: calc(50% - .4rem);
}

.green-main-container{
    /*background: #fff;*/
}

/* 走马灯 */
.marquee-container{
    position: fixed;
    top: 1.12rem;
    left: 0;
    right: 0;
    z-index: 10;
}
.marquee-container .bg{
    display: flex;
    align-items: center;
    background:rgba(0,0,0,.7);
}
.marquee-container .title{
    display: block;
    text-align: center;
    width: 2.2rem;
    line-height: .4rem;
    background: #DD3645;
    font-size: .16rem;
    color: #fff;
}
.str_wrap {
    display: block;
    overflow:hidden;
    width: calc(100% - 1.4rem);
    height: .4rem!important;
    font-size:.16rem;
    line-height:.4rem;
    position:relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space:nowrap;
}
.str_move {
    line-height: .4rem;
    white-space:nowrap;
    position:absolute;
    top:0;
    left:0;
    cursor:move;
    color: #fff;
    z-index: 1;
}
.str_move_clone {
    display:inline-block;
    vertical-align:top;
    position:absolute;
    left:100%;
    top:0;
}
.str_vertical .str_move_clone {
    left:0;
    top:100%;
}
.str_down .str_move_clone {
    left:0;
    bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
    white-space:normal;
    width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
    cursor:inherit;
}
.str_wrap img {
    max-width:none !important;
}

/* banner */
.green-main-banner,
.green-main-banner img,
.banner-content-calcHeight{
    width: 100%;
    height: calc(100% - .7rem);
}

.green-main-banner{
    position: relative;
}
.banner-content-calcHeight{
    position: absolute;
    top: .7rem;
    left: 0;
}

.green-main-banner .banner-content{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -64%);
    text-align: center;
}
.green-main-banner .banner-content h2{
    font-size: .58rem;
    line-height: .58rem;
    color: #fff;
}
.green-main-banner .banner-content h2 strong{
    font-weight: bold;
    font-size: inherit;
    font-family: Arial;
}
.green-main-banner .banner-content .banner-btn,
.green-main-banner .banner-content .banner-bg-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .56rem;
}
.green-main-banner .banner-content .banner-btn li{
    display: flex;
    align-items: center;
    min-width: 3.34rem;
    background: #011932;
}
.green-main-banner .banner-content .banner-btn li:last-of-type{
    margin-left: 1.64rem;
}
.green-main-banner .banner-content .banner-btn h3{
    width: 1.34rem;
    font-size: .24rem;
    font-weight: bold;
    color: #00E8A3;
    line-height: .68rem;
}
.green-main-banner .banner-content .banner-btn .securitiesBtn{
    cursor: pointer;
}
.green-main-banner .banner-content .banner-btn a{
    width: 2.6rem;
    display: block;
    font-size: .2rem;
    line-height: .68rem;
    color: #fff;
    padding: .08rem .18rem;
    text-align: center;
}
.green-main-banner .banner-content .banner-btn a:hover,
.green-main-banner .banner-content .banner-bg-btn li a:hover{
    background: #00E8A3;
    color: #011932;
}
.green-main-banner .banner-icon-arrow{
    position: absolute;
    bottom: .75rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1.79rem;
    height: .42rem;
    /*background: url(images/index/banner-arrow.png) no-repeat;*/
}

/* banner-全背景按钮 */
.green-main-banner .banner-content .banner-bg-btn li{
    background: #001931;
    border-radius: .02rem;
    margin-right: .5rem;
}
.green-main-banner .banner-content .banner-bg-btn li:last-of-type{
    margin-right: 0;
}
.green-main-banner .banner-content .banner-bg-btn li a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .2rem;
    color: #00E8A3;
    line-height: .68rem;
    padding: 0 .25rem;
}
.green-main-banner .banner-content .banner-bg-btn li a b{
    display: block;
    width: .24rem;
    height: .24rem;
    margin-right: .14rem;
}
.green-main-banner .banner-content .banner-bg-btn li a .icon-map{
    background: url(/Climate/images/icon-map-green.png) no-repeat;
}
.green-main-banner .banner-content .banner-bg-btn li a:hover .icon-map{
    background: url(/Climate/images/icon-map-blue.png) no-repeat;
}


/* 公共样式背景 */
.ink-blue-container{
    background: #011932;
    text-align: center;
    padding: .54rem 0 .64rem;
    position: relative;
    /*margin-top: -0.75rem;*/
}
.ink-blue-container h3,
.ink-blue-container p{
    font-size: .4rem;
    line-height: .4rem;
    color: #fff;
}
.ink-blue-container p{
    font-size: .22rem;
    margin: .26rem 0 .50rem;
}

.ink-blue-container .btn{
    display: flex;
    justify-content: center;
}
.ink-blue-container .btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.92rem;
    height: .46rem;
    line-height: .46rem;
    border: .02rem solid #00e8a3;
    color: #00e8a3;
    font-size: .18rem;
    margin: 0 .5rem;
    padding: 0 .15rem;
}
.ink-blue-container .btn a:hover{
    background: #00e8a3;
    color: #011932;
}
.ink-blue-container .btn a b{
    display: block;
    width: .55rem;
    height: .63rem;
    margin-right: .2rem;
}
.ink-blue-container .btn a:first-of-type b{
    background: url(../images/index/icon/icon-FAQ.png) no-repeat;
}
.ink-blue-container .btn a:last-of-type b{
    background: url(../images/index/icon/icon-download.png) no-repeat;
}


.bg-grey{
    background: #F7F7F7;
}
.research-brand-container .title{
    padding: .6rem 0 .3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.research-brand-container h3{
    font-size: .34rem;
    line-height: .34rem;
    color: #333;
    padding: .5rem 0;
}
.research-brand-container .see-btn{
    font-size: .16rem;
}
.research-brand ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.research-brand li h4{
    font-size: .2rem;
    font-weight: bold;
    color: #333;
    line-height: .25rem;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: .29rem 0 .1rem;
}
.research-brand li p{
    font-size: .14rem;
    line-height: .24rem;
    color: #596477;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: .72rem;
}

.research-container{
    padding-bottom: .28rem;
}
.research-container li{
    width: calc(20% - .24rem);
    margin-left: .3rem;
    transition: 1s;
}
.research-container li:first-of-type{
    margin-left: 0;
}
.research-container li:hover{
    transform: scale(1.05);
}
.research-container li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
}
.research-container li img{
    width: 100%;
    height: 4.6rem;
    box-shadow: .03rem .05rem .2rem -0.05rem rgba(0, 0, 0, 0.3);
    -webkit-border-radius: .05rem;
    -moz-border-radius: .05rem;
    border-radius: .05rem;
    object-fit: contain;
}
.research-container li h4,
.research-container li p{
    display: none;
}

.more-see-btn{
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .12rem;
    color: #fff;
    line-height: .34rem;
    background: #011932;
    border-radius: .5rem;
    margin: .3rem auto .34rem;
}
.more-see-btn:hover{
    color: #011932!important;
    background: #00e8a3;
}
.more-see-btn b{
    display: block;
    width: .14rem;
    height: .14rem;
    background: url("../images/index/icon/icon-more-right.png") no-repeat;
    background-size: 100%;
    margin-right: .09rem;
}

/* 按钮 */
.more-content{
    /*padding: .3rem 0 0 .8rem;*/
}
.green-supply-btn{
    margin-top: .7rem;
    padding: .36rem 0;
    background: linear-gradient(90deg, rgba(0,232,163,0.1), #fff);
}
.green-supply-btn .innerContainer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.green-supply-btn .text{
    font-size: .24rem;
    font-weight: 600;
    color: #011932;
}
.green-supply-btn .btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.green-supply-btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: .48rem;
    background: #00E8A3;
    border-radius: .04rem;
    padding: 0 .48rem;
    font-size: .18rem;
    color: #011932;
    font-weight: 400;
    margin-left: .6rem;
    position: relative;
}

.green-supply-btn a b{
    display: block;
    width: .2rem;
    height: .23rem;
    margin-right: .2rem;
    background-size: 100%!important;
}
.green-supply-btn a:first-of-type b{
    background: url(../images/index/icon/icon-blue-FAQ.png) no-repeat;
}
.green-supply-btn a:last-of-type b{
    background: url(../images/index/icon/icon-blue-download.png) no-repeat;
}
.green-supply-btn a:hover{
    color: #00e8a3;
    background: #011932;
}
.green-supply-btn a:first-of-type:hover b{
    background: url(../images/common/icon-green-FAQ.png) no-repeat;
}
.green-supply-btn a:last-of-type:hover b{
    background: url(../images/common/icon-green-download.png) no-repeat;
}