@import url(/common/css/plugin/base.css);
@import url(/common/css/plugin/sprite.css);
@import url(/common/css/plugin/common.css);


/* 公共容器 */
.inner{
    width: 1200px;
    margin: 0 auto;
}
.layout {
    margin: 0 auto;
    max-width: 1200px;
    box-sizing: border-box;
}
.reg-panel{
    padding: 48px 48px 56px;
    background: #fff;
    border-radius: 3px;
}
.reg-panel .uitab-wrap{
    margin-top: 30px;
}
.reg-panel .uitab-wrap .uitab-item.dn{
    display: none;
}
.reg-panel .uitab-wrap .uitab-item.current{
    display: block;
}
.green-main-container{
    background: #fff;
}

/* 详情页顶部导航 */
.wrap {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}
.wrap .breadcrumbs{
    color: #455338;
    background-color: #fff;
    padding: 20px;
    border-radius: 2px;
    position: relative;
}
.wrap .breadcrumbs a {
    color: #abb1a7;
}
.wrap .f20{
    font-size: 20px;
}

/* 边框阴影 */
.bs-02{
    background: #FFFFFF;
    box-shadow: 0 3px 24px 0 rgba(71,185,255,0.2);
    border-radius: 10px;
}

/* 公共loading样式 */
.pieDiv {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    color: white;
    font-size: 18px;
}
.pieSpan {
    margin-top: 30px;
    margin-left: 2px;
    width: 40px;
    height: 20px;
}
.loading {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    /*display: block!important;*/
    /*background-color: rgba(0,0,0,0.6);*/
    color: #000;
    /*text-shadow: 0px 0px 5px  #000;*/
}
.loading p {
    text-align: center;
    /*margin-top: 30%;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translateX(-50%) translateY(-50%);
}

/* 走马灯 */
.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_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 */
.bannerSwiper{
    width: 100%;
    height: 232px;
    position: relative;
}
.green-banner {
    display: block;
    height: 232px;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    margin-bottom: 1px;
}


/* 搜索 */
.complex {
    font-size: 0;
    line-height: 0;
}
.complex .input,
.complex .input-small,
.complex .input-mini,
.complex .input-icon {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #a4a9af;
    border-right: none;
    /*line-height: 54px;*/
    vertical-align: top;
}
.complex .input::-webkit-input-placeholder,
.complex .input-small::-webkit-input-placeholder,
.complex .input-mini::-webkit-input-placeholder,
.complex .input-icon::-webkit-input-placeholder {
    color: #b8bbc2;
}
.complex .input::-ms-input-placeholder,
.complex .input-small::-ms-input-placeholder,
.complex .input-mini::-ms-input-placeholder,
.complex .input-icon::-ms-input-placeholder {
    color: #b8bbc2;
}
.complex .input::-moz-placeholder,
.complex .input-small::-moz-placeholder,
.complex .input-mini::-moz-placeholder,
.complex .input-icon::-moz-placeholder {
    color: #b8bbc2;
}
.complex .input:focus,
.complex .input-small:focus,
.complex .input-mini:focus,
.complex .input-icon:focus {
    border: 1px solid #005596;
}
.complex .input-icon {
    display: block;
    overflow: hidden;
    border: none;
    min-width: 0;
}
.complex .button {
    float: right;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: none;
}

/* 筛选 */
.scree-panel-box{
    background: #f7f7f8;
    padding: 0 24px;
    border-bottom: 1px solid #e5e5e5;
}
.scree-panel-box .scree-group {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
}
.scree-panel-box .scree-group:last-child{
    border-bottom: none;
}
.scree-panel-box .scree-region.w50 {
    width: 50%;
}
.scree-panel-box .scree-region h6 {
    margin-bottom: 10px;
    color: #596477;
    font-size: 16px;
    line-height: 16px;
    margin-top: 4px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.scree-panel-box .scree-region .select{
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #c7c8ca;
    font-size: 16px;
    border-radius: 2px;
    margin-right: 15px;
    background-color: #fff;
    text-align: left;
    color: #acb1bb;
    padding-top: 0;
    padding-bottom: 0;
}
.scree-panel-box .scree-region .w250 {
    max-width: 250px;
}
.scree-panel-box .scree-region .w407 {
    max-width: 407px;
}

.scree-panel-box .scree-group .submit-btn {
    width: 304px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 700;
    color: #fff;
    background: #005596;
}

/* table */
.table-con .table-bar{
    margin-top: 18px;
    margin-bottom: 10px;
    color: #8d96a6;
}
.table-con .table-bar p,
.table-con .table-bar p span{
    font-size: 16px;
    line-height: 24px;
}
.table-con .table-bar p span{
    color: #596477;
}
.table-con .table-bar .full-nameBox{
    width: 90%;
}
.table-con .table-bar .sort-btn span{
    color: #262E3D;
    line-height: 24px;
    cursor: pointer;
    margin-left: 20px;
}
.table-con .table-bar .sort-btn span:hover{
    color: #02B484;
}

.table-con .table-main .table-list,
.table-box .common-table{
    border: none;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.table-con .table-main .table-list thead th,
.table-box .common-table thead th{
    line-height: 24px;
    text-align: center;
    color: #262e3d;
    background: #e9edf2;
    border: none;
    border-collapse: separate;
    border-spacing: 0;
    padding: 16px 20px;
    font-weight: normal;
}
.table-con .table-main .table-list tr td,
.table-box .common-table tr td{
    line-height: 24px;
    border-bottom: 1px solid #e6e8ea;
    text-align: center;
    padding: 9px 20px;
}

.table-con .table-main .table-list tr,
.table-box .common-table tr{
    cursor: pointer;
}

.table-con .table-main .table-list tr.even,
.table-box .common-table tbody tr:nth-of-type(2n),
.table-box .common-table tbody tr:hover{
    background: #f5f6f7;
}

.table-box .common-table .operate-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.table-box .common-table .operate-btn .line{
    display: block;
    width: 1px;
    height: 12px;
    background: #CCCCCC;
    margin: 0 13px;
}
.table-box .common-table .operate-btn .icon-edit{
    display: block;
    width: 13px;
    height: 14px;
    background: url(/CarbonTargetTool/images/icon-edit.png) no-repeat;
    background-size: 100%;
}
.table-box .common-table .operate-btn .icon-edit:hover{
    background: url(/CarbonTargetTool/images/icon-edit-hover.png) no-repeat;
    background-size: 100%;
}
.table-box .common-table .operate-btn .icon-del{
    display: block;
    width: 15px;
    height: 15px;
    background: url(/CarbonTargetTool/images/icon-del.png) no-repeat;
    background-size: 100%;
}
.table-box .common-table .operate-btn .icon-del:hover{
    background: url(/CarbonTargetTool/images/icon-del-hover.png) no-repeat;
    background-size: 100%;
}
.table-box .common-table .operate-btn .icon-see{
    display: block;
    width: 12px;
    height: 15px;
    background: url(/CarbonTargetTool/images/icon-see.png) no-repeat;
    background-size: 100%;
}
.table-box .common-table .operate-btn .icon-see:hover{
    background: url(/CarbonTargetTool/images/icon-see-hover.png) no-repeat;
    background-size: 100%;
}

.table-box{
    margin-top: 20px;
}
.data-sources{
    margin-top: 15px;
}
.data-sources p {
    font-size: 13px;
    line-height: 20px;
}

/* 分页 */
.pager-wrap{
    position: relative;
    height: 40px;
    margin: 56px 0 0;
}
.pager-wrap .select,
.pager-wrap .select-small,
.pager-wrap .select-mini,
.pager-wrap .select-small{
    line-height: 24px;
}
.pagination-wrap .pagination-tip {
    line-height: 24px;
    font-size: 16px;
    color: #8d96a6;
    margin-bottom: 5px;
}
.pagination-wrap .pagination .sizes {
    float: left;
    margin-top: -29px;
}
.pagination-wrap .pagination .pagers {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}
.pagination-wrap .pagination .pagers .pager,
.pagination-wrap .pagination .pagers .pager-split {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    border: 1px solid #e4e5e8;
    text-align: center;
    box-sizing: border-box;
    color: #8d96a6;
    font-size: 16px;
    border-radius: 2px;
}
.pagination-wrap .pagination .pagers .pager.active,
.pagination-wrap .pagination .pagers .pager:hover {
    color: #005596;
    border-color: #005596;
}
.pagination-wrap .pagination .pagers .pager-info {
    display: inline-block;
    vertical-align: middle;
    padding: 0 60px;
    font-size: 16px;
    color: #8d96a6;
    line-height: 40px;
}
.pagination-wrap .pagination .pagers .icon {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}
.pagination-wrap .pagination .pagers .icon.disabled {
    cursor: default;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    filter: alpha(opacity=30);
}
.pagination-wrap .pagination .page-jump {
    float: right;
}
.pagination-wrap .pagination .page-jump .button {
    width: 70px;
}
.pagination-wrap .pagination .page-jump .input,
.pagination-wrap .pagination .page-jump .input-small,
.pagination-wrap .pagination .page-jump .input-mini,
.pagination-wrap .pagination .page-jump .input-icon {
    width: 90px;
}


/* banner */
.green-main-banner{
    width: 100%;
    height: 100%;
    position: relative;
}
.green-main-banner img{
    width: 100%;
    height: 100%;
}
.banner-content-calcHeight{
    width: 100%;
    height: 100%;
    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;
}
.mini-index .banner-content-calcHeight{
    margin-top: 112px;
    height: calc(100% - 112px);
}

/* 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;
}


/* 弹窗-首页/co2 footer insblue */
.modal-mask{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: fixed;
    bottom: 0;
    z-index: 9999;
    display: none;
}
.modal-mask .modal-content{
    width: 50%;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 6px;
    padding-bottom: 58px;
    outline: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.modal-mask .close-btn{
    position: absolute;
    right: 15px;
    top: 7px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.modal-mask .logo{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F0F2F6;
    border-radius: 6px 6px 0 0;
    padding: 50px;
}
.modal-mask .blueMap-logo{
    display: flex;
    align-items: center;
    padding-right: 74px;
    margin-right: 74px;
    border-right: 1px solid rgba(0,0,0,.2);
}
.modal-mask .blueMap-logo h2{
    font-size: 26px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 6px;
}
.modal-mask .blueMap-logo h3{
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}
.modal-mask .logo .bluemap{
    width: 55px;
    margin-right: 14px;
}
.modal-mask .logo .insblue{
    height: 60px;
}
.modal-mask h6{
    color: #000;
    font-size: 22px;
    line-height: 24px;
    margin: 64px 0 20px;
}
.modal-mask p{
    line-height: 24px;
    font-size: 14px;
    color: #000;
}
.modal-mask .flex{
    display: flex;
    justify-content: center;
}
.modal-mask .flex a{
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    margin: 50px 50px 0;
}
.modal-mask .btn-br{
    border: 1px solid #005696;
    color: #005696;
}
.modal-mask .btn-bg{
    background: #005696;
    color: #fff;
}

/* 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: 20px;
    right: 20px;
    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;
}
.common-mask-content .btn{
    display: block;
    background: #005596;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    font-weight: bold;
    line-height: 40px;
    width: 120px;
    margin: 30px auto 0;
    text-align: center;
}


.common-msg-box{
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 15px 100px;
    border-radius: 4px;
    z-index: 9999;
}
.common-msg-box p{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.common-msg-box.success{
    background: #1AAF54;
}
.common-msg-box.error{
    background: #EA3E3D;
}








