.bannerBox {
    width: 100%;
    
}

.bannerBox img {
    width: 100%;
    height: 100%;
}

.introduceBox {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.plateTitle {
    font-size: 36px;
    font-weight: 400;
    color: #666666;
    line-height: 54px;
}

.plateContent {
    width: 100%;
    margin-top: 60px;
}

.plateContent .content {
    float: left;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
    width: 570px;
}

.plateContent .video {
    float: right;
    width: 600px;
    height: 340px;
    border: solid 1px #ccc;
}

.platePic {
    width: 100%;
    margin-top: 33px;
    display: flex;
    justify-content: space-around;
}

.platePic .picList {
    width: 235px;
    height: 308px;
    position: relative;
}

.platePic .picList img {
    width: 100%;
    height: 100%;
}

.platePic .picList .picListText {
    position: absolute;
    padding: 40px 30px;
    width: calc(100% - 60px);
    height: calc(100% - 80px);
    top: 0;
    left: 0;
    color: #121212;
    cursor: pointer;
}

.platePic .picList .picListText:hover {
    background-color: rgba(255, 0, 0, 0.466);
    color: #fff;
}
.platePic .picList .picListText:hover p:nth-child(1){
    color: #fff !important;
    font-weight: bold;
}
.platePic .picList .picListText:hover p:nth-child(2){
    color:#fff !important;
    font-weight: bold;
}

.dynamicBox {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.dynamicBox .content {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.dynamicBox .content .newsBanner {
    width: 600px;
    height: 340px;
    position: relative;
}
.dynamicBox .content .newsBanner .textBox{
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.3);
    line-height: 40px;
    text-align: center;
    color: #fff;
    position: absolute;
    left:0;
    bottom:0;
    z-index: 99;
    font-size: 18px;
}
.el-carousel__indicators--horizontal{
    bottom: 40px!important;
}
.dynamicBox .content .newsBanner img {
    width: 100%;
    height: 100%;
}

#news {
    height: 360px;
    overflow: hidden;
}

.dynamicBox .content .newsBox {
    width: 564px;
    transition: 'margin-top' 2s;
}

.dynamicBox .content .newsBox .newsList {
    width: calc(100% - 20px);
    height: 120px;
    padding: 0 10px;
    cursor: pointer;
}

.p1 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    color: #666666;
}
.p2{
    padding-top: 20px;
}

.dynamicBox .content .newsBox .newsList:hover {
    background-color: #ECECEC;
}

.dynamicBox .content .newsBox .newsList:hover .p2 {
    color: #E60113!important;
}

.industryBox {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.industryListBox {
    width: 1200px;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}

.industryList {
    width: 286px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 6px;
}

.industryList .pic {
    width: 290px;
    height: 256px;
}

.industryList .pic img {
    width: 100%;
    height: 100%;
}

.p3 {
    color: #121212;
    font-size: 18px;
    padding: 20px 0;
}

.bigdataBox {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.numberBox {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.numberList {
    margin-right: 100px;
}

.p4 {
    display: flex;
    align-items: center;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
}

.span1 {
    color: #242526;
    font-size: 16px;
    display: inline-block;
    width: 20px;
    padding-left: 20px;
}

.bigdataContent {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 434px;
}

.bigdataContent .content {
    width: 380px;
    height: 320px;
    position: relative;
}

.bigdataContent .content img {
    width: 100%;
    height: 100%;
}

.bigdataContent .content .contentText {
    position: absolute;
    right: 0;
    bottom: -110px;
    width: 360px;
    height: 170px;
    background-color: #fff;
    cursor: pointer;
}

.p5 {
    padding: 24px 24px 0 24px;
    color: #121212;
    font-size: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.arrowBox {
    width: 24px;
    height: 24px;
    border: #CDCDCD 1px solid;
    text-align: center;
    line-height: 24px;
    float: right;
    margin-right: 24px;
}

.contentText:hover .p5 {
    color: #E60113!important;
}

.contentText:hover .arrowBox {
    background-color: #E60113!important;
    color: #fff!important;
    border: none;
}

.contentText:hover .arrowBox i {
    color: #fff!important;
}

.companyBox {
    margin-top: 60px;
    width: 100%;
    border: #E60113 1px solid;
    height: auto;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.el-collapse {
    width: 100%;
    border-radius: 4px;
}

.el-collapse-item__header {
    /* background-color: transparent; */
    border-radius: 4px;
}

.span2 {
    color: #CDCDCD;
    font-size: 14px;
    padding: 0 20px;
}

.el-collapse-item__header .el-icon-arrow-right:before {
    display: none;
}