.contactBanner{
    width: 100%;
    height: 400px;
    background-image: url(../images/corporateBanner.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.contactBanner .tit{
    line-height: 400px;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    font-family: SourceHanSansSC-Bold;
    text-align: center;

    width: 100%;
    height: 400px;
    background-image: url(../images/Icon/bannerLayer.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}



.newsDetails{
    background-color: #FFFFFF;
} 
.newsDetails .buildBox{
    padding-top: 100px;
}
.buildBox .buildHead{
    margin-bottom: 40px;
}
.buildBox .buildHead span{
    width: 26px;
    height: 5px;
    background: #D40C1C;
    display: block;
}
.buildBox .buildHead p{
    font-size: 30px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #1A1A1A;
    margin-bottom: 18px;
}
.buildBox  .buildCover{
    width: 100%;
    height: 750px;
}
.buildBox  .buildCover img{
    width: 100%;
    height: 750px;
}

.buildBox .buildEsg{
    display: table;
    word-spacing:-1em;
    width: 100%;
    height: 350px;
    background-image: url(../images/corporateBg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.buildBox .buildEsg .item{
    width: 33.33%;
    height: 350px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.buildBox .buildEsg .item .esgHead{
    margin-top: 68px;
}
.buildBox .buildEsg .item .esgHead img{
    display: inline-block;
}
.buildBox .buildEsg .item .esgHead .esgHeadLeft{
    display: inline-block;
    text-align: left;
    margin-left: 10px;
}
.buildBox .buildEsg .item .esgHead .esgHeadLeft .esgHeadLeftTit{
    font-size: 22px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #1A1A1A;
}
.buildBox .buildEsg .item .esgHead .esgHeadLeft .esgHeadLeftSum{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #1A1A1A;
    margin-top: 10px;
}
.buildBox .buildEsg .item .esgDesc{
    width: 300px;
    margin: 0 auto;
    margin-top: 38px;
    font-size: 16px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 30px;
    text-align: justify;
    font-family: Source Han Sans CN;
}



.report{
    width: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
}
.report .buildHead{
    padding-top: 92px;
}
.report .buildHead span{
    width: 26px;
    height: 5px;
    background: #D40C1C;
    display: block;
}
.report  .buildHead p{
    font-size: 30px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #1A1A1A;
    margin-bottom: 18px;
}

.report .tabs{
    margin-top: 50px;
    border-bottom: 1px solid #F1F1F1;
    overflow: hidden;
    cursor: pointer;
}
.report .tabActive{
    color: #D40C1C;
    border-bottom: 1px solid #D40C1C;
}
.report .tabs .item{
    float: left;
    margin-right: 70px;
    padding-bottom: 18px;
}
.report .reportList{
    margin-top: 55px;
}
.report .reportList .item{
    width: 100%;
    height: 400px;
    background-color: #FAFAFA;
    border: 1px solid #E6E6E6;
    margin-bottom: 20px;
}

.report .reportList .item .head{
    width: 100%;
    height: 50px;
}
.report .reportList .item .head .left{
    width: 350px;
    height: 50px;
    background-image: url(../images/Icon/reportTit.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;

    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 50px;
    padding-left: 30px;
}
.report .reportList .item .head .right{
    display: table;
    margin-right: 20px;
    margin-top: 18px;
}
.report .reportList .item .head .right img{
    width: 16px;
    height: 16px;
    /*display: table-cell;*/
    display: inline-block;
    /*vertical-align: middle;*/
    vertical-align: top;
    margin-right: 10px;
}
.report .reportList .item .head .right p{
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    
    color: #D40C1C;
    display: table-cell;
    vertical-align: middle;
}

.report .reportImgs{
    margin-top: 30px;
    padding-left: 30px;
}

.report .reportImgs img{
    width: 205px;
    height: 290px;
    margin-right: 10px;
    /*object-fit: none;*/
}

.report .moreBtn{
    width: 140px;
    height: 50px;
    border: 1px solid #D40C1C;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 70px;
}