.inner{
    width: 1200px;
    margin: 0 auto;
}
#common_header{
    position: absolute!important;
    width: 100%;
}
#common_header .site-nav-box .nav a:hover {
    color: #00e8a3!important;
}
.mini-index #common_header .site-actions{
    background: rgba(0,0,0,.5)!important;
}
.mini-index #common_header .site-nav-box{
    background-color: rgba(0,0,0,.4)!important;
}
.green-main-container{
    background: #fff;
}

/* 走马灯 */
.marquee-container{
    background:rgba(0,0,0,.7);
    position: fixed;
    top: 112px;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
}
.marquee-container .title{
    display: block;
    text-align: center;
    width: 140px;
    line-height: 40px;
    background: #DD3645;
    font-size: 16px;
    color: #fff;
}
.str_wrap {
    display: block;
    overflow:hidden;
    width: calc(100% - 140px);
    font-size:16px;
    line-height:40px;
    position:relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space:nowrap;
}
/*.str_wrap.str_active {
    background:#f1f1f1;
}*/
.str_move {
    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{
    width: 100%;
    height: 100%;
    position: relative;
}
.green-main-banner img{
    width: 100%;
    height: 100%;
}
.banner-content-calcHeight{
    margin-top: 112px;
    width: 100%;
    height: calc(100% - 112px);
    position: absolute;
    top: 0;
    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: 58px;
    line-height: 58px;
    color: #fff;
}
.green-main-banner .banner-content h2 strong{
    font-weight: bold;
}
.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: 56px;
}
.green-main-banner .banner-content .banner-btn li{
    display: flex;
    align-items: center;
    min-width: 334px;
    background: #011932;
}
.green-main-banner .banner-content .banner-btn li:last-of-type{
    margin-left: 164px;
}
.green-main-banner .banner-content .banner-btn h3{
    width: 134px;
    font-size: 24px;
    font-weight: bold;
    color: #00E8A3;
    line-height: 68px;
}
.green-main-banner .banner-content .banner-btn .securitiesBtn{
    cursor: pointer;
}
.green-main-banner .banner-content .banner-btn a{
    width: 240px;
    display: block;
    font-size: 20px;
    line-height: 68px;
    color: #fff;
}
.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: 75px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 179px;
    height: 42px;
    background: url(/GreenSupplyChain/images/banner-arrow.png) no-repeat;
}

/* banner-全背景按钮 */
.green-main-banner .banner-content .banner-bg-btn li{
    background: #001931;
    border-radius: 2px;
    margin-right: 50px;
}
.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: 20px;
    color: #00E8A3;
    line-height: 68px;
    padding: 0 25px;
}
.green-main-banner .banner-content .banner-bg-btn li a b{
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 14px;
}
.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: 54px 0 64px;
    position: relative;
    margin-top: -75px;
}
.ink-blue-container h3,
.ink-blue-container p{
    font-size: 40px;
    line-height: 40px;
    color: #fff;
}
.ink-blue-container p{
    font-size: 22px;
    line-height: 22px;
    margin: 26px 0 50px;
}

.research-brand-container{
    background: #fff;
    /*padding-bottom: 72px;*/
}
.bg-grey{
    background: #F7F7F7;
}
.research-brand-container .title{
    padding: 60px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.research-brand-container h3{
    font-size: 34px;
    line-height: 34px;
    color: #333;
    padding: 50px 0;
}
.research-brand-container .see-btn{
    font-size: 16px;
}
.research-brand ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.research-brand li h4{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 25px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 29px 0 10px;
}
.research-brand li p{
    font-size: 14px;
    line-height: 24px;
    color: #596477;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 96px;
}

.research-container{
    padding-bottom: 28px;
}
.research-container li{
    width: 230px;
}
.research-container li img{
    max-width: 100%;
    max-height: 310px;
    box-shadow: 3px 5px 20px -5px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    object-fit: contain;
}

.more-see-btn{
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    line-height: 34px;
    background: #011932;
    border-radius: 50px;
    margin: 30px auto 34px;
}
.more-see-btn:hover{
    color: #011932!important;
    background: #00e8a3;
}
.more-see-btn b{
    display: block;
    width: 14px;
    height: 14px;
    background: url("/GreenSupplyChain/images/icon-more-right.png") no-repeat;
    margin-right: 9px;
}

/* alert */
.common-mask-container{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.common-mask-container .common-mask-content{
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    border-radius: 8px;
    padding: 40px 40px 30px;
}
.common-mask-content .icon-close{
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px;
    background: url(/GreenSecurities/images/icon-close.png) no-repeat;
}
.common-mask-content .auto{
    height: 500px;
    overflow-y: auto;
}
.common-mask-content h2{
    text-align: center;
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 20px;
}
.common-mask-content p,
.common-mask-content span{
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    text-indent: 2em;
}
.common-mask-content span{
    font-size: 14px;
    color: #999999;
    display: block;
}
.common-mask-content span:first-of-type{
    text-indent: 0;
    margin-top: 20px;
}

















