body{
    background-color: #192024;
}
#container{
    width: 100%;
    height: auto;
    background-color: #192024;
    min-width: 1160px;
}
.main-container {
    width: 100%;
}
.main-wrapper {
    width: 1160px;
    margin: 0 auto;
    box-sizing: border-box;
}
.light-bg {
    background: #212A2E;
}
.main-container .main-title {
    width: 100%;
    position: relative;
    padding-top:64px;
    margin-bottom: 60px;
    text-align: center;
}
.main-container .main-title h4 {
    font-size:40px;
    font-weight:600;
    color:rgba(255,255,255,1);
    line-height:56px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.main-container .main-title .line{
    width:80px;
    height:2px;
    margin: 0 auto;
    background:rgba(24,194,156,1);
    margin-bottom:48px;
}
.main-container .desc-text {
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
}

.banner-container {
    position: relative;
}
.banner-img {
    width:100%;
    height: auto;
}
.banner-container h1 {
    position: absolute;
    font-size: 58px;
    color: #FFFFFF;
    line-height: 66px;
    top: 50%;
    left: calc((100% - 1160px)/2);
    margin-top: -98px;
    margin-left: 0;
}
.banner-container p {
    margin-bottom: 32px;
}

/* 最新动态*/
.container-news{
     /* width: 100%; */
     color:rgba(255,255,255,1);
     /* padding: 30px 380px 140px 380px; */
     box-sizing: border-box;
     max-height: 1100px;
    min-height: 900px;
}
.container-news .news-title{
    position: relative;
     width: auto;
     height: auto;
     text-align: center;
}
.container-news .news-title .title{
    display: inline-block;
    width: auto;
}
.container-news .news-title .title p{
    color: #FFFFFF;
    font-size: 40px;
    line-height: 56px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 80px;
}

.container-news .news-title .title .line{
    width:80px;
    height:2px;
    margin: 0 auto;
    background:rgba(24,194,156,1);
    margin-bottom:48px;
    margin-top: 20px;
}
.container-news .news-title .more-title{
    position: absolute;
    right: 0;
    top: 80px;
    line-height: 60px;
    font-weight: bold;
    cursor: pointer;    
}
.container-news .news-title .more-title a{
    color:#18C29C;
}
.container-news .news-container{
    width: 100%;
    height: auto;
}
.container-news .news-container .container-box{
    width: 32%;
    height: 531px;
    float:left;
    position: relative;
    margin-right: 2%;
    min-height:518px;
    background:rgba(46,57,63,1);
    box-shadow:0px 12px 24px 0px rgba(25,32,36,0.2);
    padding:240px 20px 32px 20px;
    box-sizing: border-box;
    display: block;
    transition: all 0.25s;
}
.container-news .news-container .container-box:nth-child(3){
    margin-right: 0;
}
.container-news .news-container .container-box:hover {
    background-color: #079E7C;
    transform: translate(0, -20px);
}
.container-news .news-container .container-box:hover button{
    border-color: rgba(255,255,255,0.7);
    color:rgba(255,255,255,1);
}
.container-news .news-container .container-box:hover .news-view{
    color:white;
}
.container-news .news-container .container-box:hover .arrow-detail {
    background: url("../image/arrow_detail_white.svg");
}
.container-news .news-container .container-box img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    /* max-width: 306px; */
    height: 220px;
}
.container-news .information{
    width: 100%;
    height:32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.container-news .information button{
    width:86px;
    height:100%;
    border-radius:4px;
    color: #18C29C;
    border:1px solid rgba(24,194,156,1);
    background: rgba(0,0,0,0);
}
.container-news .information .pub-time {
    color:rgba(255,255,255,0.3);
    line-height: 18px;
    font-size: 13px;
}
.container-news .information .pub-time i {
    margin-right: 6px;
}
.container-news .news-font-tit {
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:24px;
    font-size:16px;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.container-news .news-font-inc {
    color:rgba(255,255,255,0.7);
    line-height:22px;
    font-size:14px;
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.container-news .news-view{
    float:right;
    color:#18C29C;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.container-news .news-container .container-box:last-child{
    margin:0;
}
.container-news .more-news {
    display: none;
    text-align: center;
    padding: 40px 0 90px;
}
.container-news .more-news a {
    font-size: 16px;
    font-weight: 600;
    color: #18C29C;
    line-height: 22px;
    border-radius: 4px;
    border: 1px solid #18C29C;
    padding: 7px 20px;
    text-align: center;
    display: inline-block;
}

/**产业要素数据服务平台**/
.ifsp-container {
    padding-top: 48px;
    padding-bottom: 110px;
}
.ifsp-container .main-title {
    margin-bottom: 20px;
}
.ifsp-container .desc-text {
    padding: 0 138px;   
    margin-bottom: 70px; 
}
.product-main {
    background: #212A2E;
    display: flex;
    justify-content: space-between;
}
.product-list {
    width: 240px;
    border-right: 1px solid #2E393F;
}
.product-list li {
    padding: 40px;    
    color: #18C29C;
    border: 1px solid;
    border-image: linear-gradient(90deg, rgba(24, 194, 156, 0), rgba(24, 194, 156, 1), rgba(24, 194, 156, 0)) 1 1;
    border-image-slice: 0 0 100% 0;
    cursor: pointer;
}
.product-list li:last-child {
    border-image-slice: 0 0 0 0;
}
.product-list li i {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #18C29C;
    border-radius: 50%;
    margin: 0 auto 20px;
    box-sizing: border-box;
}
.product-list li .transfer-icon {
    background: url("../image/home/transfer_icon.png") no-repeat center center;
    background-size: 40px 40px;
}
.product-list .is-active .transfer-icon {
    background: url("../image/home/transfer_icon_hover.png") no-repeat center center;
    background-size: 40px 40px;
}
.product-list li .privacy-icon {
    background: url("../image/home/privacy_icon.png") no-repeat center center;
    background-size: 40px 40px;
}
.product-list .is-active .privacy-icon {
    background: url("../image/home/privacy_icon_hover.png") no-repeat center center;
    background-size: 40px 40px;
}
.product-list li .network-icon {
    background: url("../image/home/network_icon.png") no-repeat center center;
    background-size: 40px 40px;
}
.product-list .is-active .network-icon {
    background: url("../image/home/network_icon_hover.png") no-repeat center center;
    background-size: 40px 40px;
}
.product-list li .trusted-icon {
    background: url("../image/home/trusted_icon.png") no-repeat center center;
    background-size: 40px 40px;
}
.product-list .is-active .trusted-icon {
    background: url("../image/home/trusted_icon_hover.png") no-repeat center center;
    background-size: 40px 40px;
}
.product-list .name {
    text-align: center;
}
.product-list .is-active {
    background: #18C29C;    
    color: #FFFFFF;
}
.product-list .is-active i {
    border-color: #FFFFFF;
}
.product-info-container {
    width: calc(100% - 241px);
}
.product-info-container li {
    width: 100%;
    position: relative;
    padding: 70px 48px 20px 48px;
    box-sizing: border-box;
    display: none;
}
.product-info-container li.is-active {
    display: block;
}
.product-info-container h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.product-info-container .name {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
}
.product-info-container .to-detail {
    font-size: 14px;
    color: #18C29C;
    line-height: 22px;
    display: flex;
    align-items: center;
}
.arrow-detail {
    display: block;
    width: 16px;
    height: 16px;
    background: url("../image/arrow_detail.svg");
    margin-left: 10px;
}
.product-info-container .info-text {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 22px;
    min-height: 44px;
    margin-bottom: 32px;
}
.product-info-container .info-img {
    text-align: center;
}
.product-info-container .info-img img {
    max-width: 100%;
    max-height: 530px;
}
/*典型案例*/
.case-container {
    padding: 46px 0 110px;
}
.case-info-container {
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
}
.case-info-container li {
    width: 224px;
    height: 440px;
    padding: 40px 32px;
    position: relative;    
    box-sizing: border-box;
    transition: width 0.3s ease-in-out;
    overflow: hidden;
}
.case-info-container .info-container {
    position: absolute;
    left: 32px;
    top: 100px;
    z-index: 2;

}
.case-info-container li .info-content {
    opacity: 0;
    width: 608px; 
    box-sizing: border-box;
    transition: all .3s ease-in-out;
}
.case-info-container li .cover {
    opacity: 0;
    transition: opacity .3s ease-in-out;
    width: 100%;
    height: 440px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(0,69,54,0.64) 0%, rgba(9,57,58,0.8) 46%, #142A3F 100%);
}
.case-info-container .is-active {
    width: 672px;    
}
.case-info-container .is-active .info-content {
    opacity: 1;
}
.case-info-container .is-active .cover {
    opacity: 1;        
}
.case-info-container h5 {
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 32px;
    position: relative;
    z-index: 3;
}
.case-info-container h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 8px;
}
.info-text {
    min-height: 208px;    
    color: rgba(255,255,255,0.7);
    line-height: 24px;
    padding-bottom: 24px;
    box-sizing: border-box;
}
.case-info-container .btn-box {
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
.case-info-container .is-active .btn-box {
    pointer-events: auto;
}
.case-info-container .btn {
    display: block;
    width: calc(50% - 8px);
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
}
.case-info-container .to-detail {
    background: #18C29C;
    border: 1px solid #18C29C;
}
.to-list {
    background: transparent;
    border: 1px solid #FFFFFF;
}
.national-level {
    background: url("../image/home/bg_national.png");
    background-position: 100% 0;
    background-size: auto 100%;
}
.provincial-level {
    background: url("../image/home/bg_provincial.png");
    background-position: 100% 0;
    background-size: auto 100%;
}
.financial-system {
    background: url("../image/home/bg_financial.png");
    background-position: 100% 0;
    background-size: auto 100%;
}
/**重点实验室**/
.keylab-container {
    padding-top: 40px;
    padding-bottom: 110px;
}
.keylab-ul {
    display: flex;
    justify-content: space-between;    
}
.keylab-ul li {
    width: 32%;
}
.keylab-ul img {
    width: 100%;
}
.keylab-ul .lab-name {
    width: 100%;
    min-height: 100px;
    background: #2E393F;
    padding: 24px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    box-sizing: border-box;
}
.keylab-ul li:hover .lab-name {
    background: #079E7C;
}
/*
 * 合作伙伴 （模块五）
 * */
/* 合作伙伴 */
.container-partner{
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
}
.container-partner .web-partner{
    display: none;
}
.container-partner .container {
    position: relative;
    min-height: 152px;
    width: 100%;
}
.container-partner .container .partner-row {
    width:100%;    
    display: flex;
    padding-bottom: 70px;
    justify-content: space-between;
    align-items: center;
}

.container-partner .container .partner-row img {
    height: 48px;
}
/*==头尾样式==*/
#navbar-custom {
    width: 1160px !important;
}
#navbar-custom .nav-font {
    background: #192024;
}
#foot {
    min-width: 1160px;
}
/*===英文版===*/
.banner-container-en h1 {
    margin-top: -106px;
}
.banner-container-en p {
    margin-bottom: 2px;
}
.container-news-en .information button {
    width: 96px;
}
.ifsp-container-en .desc-text {
    padding: 0 10px;
}
.product-info-container-en .info-text {
    margin-bottom: 0;
}
.keylab-ul-en .lab-name {
    min-height: 144px;
}
.case-info-container-en .info-text {
    height: 220px;
    margin-bottom: 12px;
    overflow-y: scroll;
}
.case-info-container-en .info-text::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  z-index: 99;
}
.case-info-container-en .info-text::-webkit-scrollbar-track {
  border-radius: 0px;
  border: none;
}
.case-info-container-en .info-text::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(255,255,255,0.5);
}
.case-info-container-en .info-text::-webkit-scrollbar-corner {
  background: transparent;
}
/*==移动端==*/
@media  (max-width: 768px){
    /*==头尾样式==*/
    #navbar-custom {
        width: auto !important;
    }
    #foot {
        min-width: 0;
    }
    #container{
        min-width: 0;
    }
    .main-wrapper {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box;
    }
    .banner-container h1 {
        font-size: 24px;
        color: #FFFFFF;
        line-height: 36px;
        left: 30px;
        margin-top: -36px;
        margin-left: 0;
    }
    .banner-container p {
        margin-bottom: 0;
    }
    .banner-container-en h1 {
        margin-top: -54px;
    }
    .main-container .main-title {
        margin-bottom: 60px;
        padding-top: 10px;
        position: relative;
    }
    .main-container .main-title h4 {
        text-align: center;
        position: relative;
    }
    .main-container .main-title .line {
        margin:0 auto;
        position: relative;
    }
    /* 最新动态 */
    .container-news{
        padding-top:0;
        background-color: rgba(33, 42, 46, 1);
        margin-top:0;
        max-height: 2000px;
        min-height: auto;
    }
    .container-news .news-div{
        display: block;
        width:100%;
        margin-top:48px;
        text-align: center;
    }
    .container-news .news-div .news-href{
        color:#18C29C;
        font-size:16px;
        line-height:22px;
        color:rgba(24,194,156,1);
    }
    .container-news .news-title{
        text-align: center;
        position: relative;
    }
    .container-news .news-title .title{
        text-align: center;
        position: relative;
        padding-bottom: 60px;
    }
    .container-news .news-title .title .line{
        margin:0 auto;
        margin-top:20px;
    }
    .container-news .news-title .more-title{
        display: none;
    }
    .container-news .news-container{
        position: relative;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }
    .container-news .news-container .container-box{
        position: relative;
        padding:0;
        width: 100%;
        height: auto;
        min-height: 430px;
        margin-bottom: 24px;
        float:left; 
    }
    .container-news .news-container .container-box img{
        width:100%;
        position: static;
    }
    .container-news .news-container .container-box .information{
        padding: 16px 20px 0;
        box-sizing: border-box;
        height: 42px;
    }
    .container-news .news-container .container-box .news-font-tit{
        padding: 0 19px;
        box-sizing: border-box;
    }
    .container-news .news-container .container-box .news-font-inc{
        padding: 0 19px;
        box-sizing: border-box;
    }
    .container-news .news-container .container-box .news-view{
        padding: 0 20px 20px;
        font-size: 14px;
    }
    .container-news .news-container .container-box:hover{
        margin-top:0!important;
    }
    .container-news .more-news {
        display: block;
    }
    .product-main {
        background: none;
    }
    .product-list {
        display: none;
    }    
    .product-info-container {
        width: 100%;
    }
    .product-info-container li {
        padding: 40px 24px;
        display: block;
        background: #212A2E;
        margin-bottom: 24px;
    }
    .ifsp-container {
        padding-top: 90px;
    }
    .ifsp-container .desc-text {
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
        line-height: 22px;
    }
    .product-info-container .info-text {
        margin-bottom: 24px;
    }
    /* 典型案例 */
    .case-container {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .case-info-container {
        display: block;
    }
    .case-info-container li {
        width: 100%;
        height: auto;
        margin-bottom: 24px;
        box-sizing: border-box;
    }
    .case-info-container .is-active {
        width: 100%;
    }
    .case-info-container li .cover {
        opacity: 1;
        height: 100%;
    }    
    .case-info-container li .info-content {
        opacity: 1;
        width: 100%;
    }
    .case-info-container .info-container {
        position: relative;
        top: auto;
        left: auto;
    }
    /* 重点实验室 */
    .keylab-container {
        padding-top: 90px;
        padding-bottom: 66px;
    }
    .keylab-ul {
        display: block;
    }
    .keylab-ul li {
        width: 100%;
        padding-bottom: 24px;
    }
    /* 合作伙伴 */
    .container-partner{
        padding-top: 90px;
        padding-bottom: 70px;
    }
    .container-partner .container {
        display: none;
    }    
    .container-partner .web-partner{
       display: block;
    }
    .container-partner .web-partner .partner-row {
        width:100%;    
        display: flex;
        padding-bottom: 20px;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
    }
    .container-partner .web-partner .single-img {
        justify-content: center;
    }
    .container-partner .web-partner .partner-row img {
        height: 24px;
    }
    .pd-18 {
        padding-left: 18px;
        padding-right: 18px;
    }
    .pd-26 {
        padding-left: 26px;
        padding-right: 26px;
    }
    .pd-36 {
        padding-left: 36px;
        padding-right: 36px;
    }
    .pd-48 {
        padding-left: 48px;
        padding-right: 48px;
    }
    .pd-64 {
        padding-left: 64px;
        padding-right: 64px;
    }
}
@media screen and (max-width: 768px) {
    .mobile-header {
        width: 100%;
        height: 66px;
    }
}