.enterNavsBox {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 10px;
}

.enterNavsBox .navsListBox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}

.enterNavsBox .navsListBox .navsList {
    padding: 8px 20px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}

.enterNavsBox .navsListBox .navsListActive {
    background-color: rgb(230, 1, 19);
    color: #fff !important;
}

.chairmanBox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 60px 0;
    justify-content: space-between;
}

.chairmanLeft {
    width: 564px;
    color: #121212;
}

.chairmanRight {
    width: 517px;
    height: 645px;
}

.groupInfoBox {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.groupList {}

.groupList .picBox {
    width: 70px;
    height: 70px;
}

.cultureBox {
    width: 100%;
}

.cultureList {
    width: 100%;
    margin: 0 auto;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cultureLeft {
    width: 600px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pc1 {
    width: 260px;
    height: 60px;
    background: linear-gradient(270deg, rgba(244, 2, 43, 0) 0%, rgba(237, 2, 31, 0.15) 51%, rgb(230, 1, 19) 100%);
    text-align: center;
    line-height: 60px;
    font-size: 36px;
    color: #121212;
    margin-bottom: 20px;
}

.cultureRight {
    width: 600px;
    height: 340px;
}

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

.ecologyBox {
    margin: 60px auto;
    width: 1200px;
    height: 717px;
}

/* 发展历程 */

.developmentTop {
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.developmentTop .buttonBox {
    width: 50px;
    height: 100%;
    text-align: center;
    line-height: 110px;
    color: #CDCDCD;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}
.el-step.is-horizontal .el-step__line{
    height: 1px;
}
.el-step__icon.is-text{
    border: none;
}
.el-step__icon{
    width: 26px;
}
.iconfontOne{
    margin-top: 1.5px;
    margin-left: 1px;
}
.developmentTop .content {
    width: calc(100% - 100px);
}

.developmentTop .content .el-step__title.is-wait {
    color: #242526 !important;
    font-weight: bold;
    font-size: 14px;
}

.el-step__title.is-process {
    font-weight: bold;
    font-size: 14px;
}

.el-step__title.is-finish {
    color: #242526;
    font-weight: bold;
    font-size: 14px;
}

.el-step__head.is-process {
    color: #CDCDCD;
    border-color: #CDCDCD;
}

.el-step__head.is-finish {
    color: rgb(230, 1, 19);
    border-color: rgb(230, 1, 19) !important;
}

.developmentContent {}

.developmentContent .title {
    color: #CDCDCD;
    font-size: 36px;
    margin-top: 40px;
    margin-bottom: 15px;
    text-align: center;
}

.developBox {
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.developBox .developLeft {
    width: 580px;
    /* height: 1724px; */
    /* background-color: bisque; */
}

.developBox .developContent {
    width: 1px;
    /* height: 1824px; */
    background-color: #F2F2F2;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    /* position: relative; */
}

.developBox .developContent .spotBox {
    margin: 115px 0;
    width: 20px;
    height: 24px;
    border-radius: 50%;
    /* border: 1px solid;
    border-color: #CDCDCD; */
    background-color: #fff;
    /* position: absolute; */
    /* left: -10px; */
    /* top: 115px; */
    /* bottom: 115px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.developBox .developContent .spotBox:nth-child(1){
    margin-top: 47px;
}

.developBox .developContent .spotBox .iconfont {
    font-size: 12px;
    color: #CDCDCD;
    cursor: pointer;
}

.developBox .developContent .spotBox:hover {
    border-color: rgb(230, 1, 19);
}

.developBox .developContent .spotBox:hover .iconfont {
    color: rgb(230, 1, 19);
}

.developBox .developRight {
    width: 580px;
    /* height: 1824px; */
    /* background-color: darkgray; */
}

.developLeft .infoBox {
    padding: 30px;
    width: 500px;
    height: 370px;
    border: 1px solid;
    border-color: #F2F2F2;
}
.developLeft .infoBoxLeft:nth-child(1){
    margin-top:278px
}
.infoBoxLeft{
    margin-top: 75px;
}
.infoBoxActive {
    border-color: rgb(230, 1, 19)!important;
}

.developLeft .infoBox:hover {
    border-color: rgb(230, 1, 19);
}

.developRight .infoBox {
    float: right;
}
.developRight .infoBoxRight:nth-child(1){
    margin-top: 30px;
}
.developRight .infoBoxRight{
    margin-top: 75px;
}

.infoBox .p1 {
    font-size: 21px;
    color: rgb(230, 1, 19);
    font-weight: bold;
}

.infoBox .p2 {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    padding: 10px 0 30px 0;
}

.infoBox .picBox {
    width: 470px;
    height: 266px;
}

.infoBox .picBox img {
    width: 100%;
    height: 100%;
}

/* 荣誉资质 */

.honorBox {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.honorList {
    width: 278px;
    height: 210px;
    margin: 10px;
    position: relative;
}

.honorList:hover .honorShow {
    opacity: 1;
}

.honorShow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 0, 0, 0.6);
    transition: all 1s;
    opacity: 0;
    text-align: center;
    line-height: 210px;
    color: #fff;
    font-size: 18px;
}

.careList {
    width: 360px;
    height: 388px;
    margin: 15px 20px;
    position: relative;
}

.careList .dateBox {
    position: absolute;
    top: 14px;
    left: -12px;
    width: 108px;
    height: 40px;
    background: rgb(230, 1, 19);
    border-radius: 5px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.careList .pContent {
    width: calc(100% - 20px);
    padding: 10px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 24px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.careShow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.212);
}

.partnerBox {
    width: 100%;
}

.partnerBox .pContent {
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.partnerTitle {
    display: flex;
    align-items: center;
    padding: 30px 0;
    font-size: 21px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: rgb(230, 1, 19);
    line-height: 24px;
}

.quan {
    width: 12px;
    height: 12px;
    border: 4px solid #CDCDCD;
    border-radius: 50%;
    margin-right: 10px;
}

.partnerPicBox {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.partnerPicList {
    width: 216px;
    height: 88px;
    margin: 9px;
    border: 2px solid #F2F2F2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partnerPicList:hover {
    box-shadow: 0 0 10px #CDCDCD;
}

.textBox {
    padding-left: 30px;
}

.textList {
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}

.partnerBox .contentBox {
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
}

.partnerBox .contentBox .contentList {
    width: 50%;
    line-height: 24px;
    font-size: 14px;
    color: #666666;
}

.partnerTwo {
    width: 100%;
    background-image: url('../image/qfdsjBj.png');
    padding: 52px 0;
    background-size: 100% 100%;
}

.positionBox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.positionList {
    width: 520px;
    height: 320px;
    padding: 20px;
    background-color: #F2F2F2;
    border: 10px #fff solid;
    margin: 10px;
    display: flex;
    flex-direction: column;
}

.positionList .pContent {
    font-size: 14px;
    color: #242526;
    line-height: 22px;
}

.positionList .buttonBox {
    width: 116px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 14px;
    background-color: rgb(230, 1, 19);
    margin-left: 75%;
    margin-top: 8px;
}
.videoIcon{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background-image: url('../image/bfIcon.png');
    background-size: 100% 100%;
}
.postitionTitle {
    font-size: 21px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: rgb(230, 1, 19);
    display: flex;
    align-items: center;
}

.graphicalBox {
    width: 100%;
    margin-left: 30px;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.graphicalBox .graphicalList {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 10px solid #F2F2F2;
    line-height: 110px;
    text-align: center;
    font-size: 21px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: rgb(230, 1, 19);
}

.graphicalBox .grphicalTetx {
    font-size: 21px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: rgb(230, 1, 19);
    padding: 0 33px;
}

/* 新闻中心 */

.dynamic_lift {
    width: 20%;
    float: left;
    border: 1px solid #F2F2F2;
}

.dynamic_lift li:nth-child(1) {
    margin-top: 3%;
}

.dynamic_lift li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding: 3% 8%;
}

.dynamic_lift li div {
    float: left;
}

.dyicon {
    float: right;
}

.dynamic_right {
    width: 70%;
    float: right;
}

/* .dynamic_right li:nth-child(1) {
    padding: 0;
} */

.dynamic_right li {
    padding: 2% 0;
    overflow: hidden;
}

.dynamic_img {
    width: 30%;
    float: left;
}

.dynamic_content {
    width: 65%;
    float: right;
}

.dynamic_content p {
    padding: 1% 0;
}

.dyactive {
    background-color: rgb(230, 1, 19);
    color: #fff;
}

.newsClass:hover {
    background-color: rgb(230, 1, 19);
    color: #fff;
    /* border-left: 2px solid rgb(230, 1, 19); */
}

.pagination {
    text-align: right;
    padding: 2%;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: rgb(230, 1, 19)!important;
}

.imgSpecialArea {
    width: 100%;
    overflow: hidden;
}

.imgSpecialArea li {
    width: 21%;
    float: left;
    margin-right: 2%;
    border: 1px solid #F2F2F2;
    padding: 1%;
}

.imgSpecialArea li:nth-child(4n) {
    margin-right: 0;
}

.imgSpecialArea li p {
    text-align: center;
    font-size: 18px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #242526;
    line-height: 40px;
}

.videos {
    width: 100%;
    height: 100%;
}

.Notice {
    width: 100%;
}

.Notice_left {
    width: 75%;
    float: left;
}

.Notice_left p {
    text-align: left;
    line-height: 30px;
}

.Notice_right {
    width: 20%;
    float: right;
    border: 3px solid #F2F2F2;
}

.fan {
    /* width: 100%; */
    /* height: 50px; */
    background: #F2F2F2;
    padding: 7% 30%;
}

.upper {
    margin: 0 5%;
    padding: 10% 0;
    border-bottom: 1px solid #F2F2F2;
}

.lower {
    margin: 0 5%;
    padding: 10% 0;
}

.upper p, .lower p {
    padding: 3% 0;
}
.recruitContent{
    height: 240px;
    overflow-y: scroll;
}
.recruitContent::-webkit-scrollbar{
    display: none;
}


.chairmanLeftJt {
  max-width: calc(100% - 630px);
  height: 339px;
  overflow: hidden;
  font-size: 14px;
  line-height: 25px;
  text-indent: 30px;
  position: relative;
}
.more_box {
  color: #13a0f1;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  padding-left: 10px;
}

.img_box {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.enter_text_box {
  font-size: 14px;
  line-height: 22px;
  color: #121212;
}
.enter_text_box p {
    text-indent: 28px;
}
.chairmanRight {
 width: 517px;
    height: 645px;
}