/* 飘窗样式 */
.float-window {
  position: absolute;


  left: 0;
  top: 0;


  width:320px;
 // height: 180px;



  z-index: 1000; 

  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

}
.floatfont{
  font-family: Source Han Serif CN;
  font-weight: bold;
  font-size: 22px;
  color: #07819D;
  line-height: 36px;
  width: 220px;
}
.closebox{
  width: 10px;
  height: 10px;
  background: url('../image/index-page/bayClose.png');
background-size:100% 100%;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1000;
}
/* @media  screen and (min-width:1025px){
}
@media  screen and (max-width:1024px) and (min-width:768px){
}
@media  screen and (max-width:599px) and (min-width:415px){
}
@media  screen and (max-width:399px) {
} */
@media  screen and (max-width:1024px) and (min-width:768px) {
    
}
@media  screen and (max-width:599px) and  (min-width:320px) {
    
}

/** start 修改 2020/01/18 **/
/* .figure-main-mini{
    padding: 0 30px;
} */

#figure .slider_box ul{
    padding: 0 30px;
    box-sizing: border-box;
}

.figure-main-mini #figure .slider_box li{
    width: calc((100% - 30px) / 4);            /** 2020/01/18 **/
    box-sizing: border-box;
}
/** end 修改 2020/01/18 **/

/** start 删除 2020/01/18 **/
/* .figure-main-mini #figure .slider_box ul{
    width: 1265px;                              
} */
/** end 删除 2020/01/18 **/

/* #figure .swiper-silde{
    margin: 30px 
} */

.figure-main-mini #figure .next{
    right:-30px;
}
.figure-main-mini #figure .pre{
    left:-30px;
}
.index-Bigswper{
    width: 100%;
    height: 468px;
    overflow: hidden;
    position: relative;
    margin-top: -1px;
    z-index: 50;
}
.index-Bigswper .sliderShowMax .swiper-slide img{
    width: 100%;
    height: 468px;
}
.index-Bigswper .swiper-pagination{
    text-align: center!important;
}
.index-Bigswper .sliderShowMax .swiper-button-prev{
    background:url(../image/index-page/left.png);
    height: 50px;
    width: 45px;
    background-size:21px 47px;
    background-repeat: no-repeat;
    margin-left:2%;
}
.index-Bigswper .sliderShowMax .swiper-button-next{
    background:url(../image/index-page/right.png);
    height: 50px;
    width: 45px;
    cursor: pointer;
    background-size:21px 47px;
    background-repeat: no-repeat;
    margin-left:8%;
}
/* .project-1BF-lunbo .sliderShowMax .swiper-pagination .swiper-pagination-bullet-active{
    background: #638DB5;
} */
.project-select{
    display: flex;
    height: 60px;
    align-items: center;
}
.project-select div.sea-text{
    font-size: 15px;
    margin-right: 10px;
}
.project-select div.sea-input{
    background: rgb(130,30,30);
    height: 35px;
    border-radius:50px ;
    display: flex;
    align-items: center;
    padding: 0 10px 0 20px;
}
.project-select div.sea-input input:not([type="image"]){
    width: 200px;
    border: none;
    outline: none;
    background: rgb(130,30,30);
    color: #ffffff;
}
.project-select div.sea-input input::placeholder{
    color: #ffffff;
    font-size: 15px;
}
.project-select div.sea-input img{
    cursor: pointer;
}

.project-time{
    background: url(../image/index-page/time.png) no-repeat;
    background-size: 100% 100%;
    height: 116px;
    display: flex;
    align-items: center;
    padding: 0 10px 0 10px;
}
.project-time .project-time-sizeYellow{
    color:#FDCDA7;
    font-size: 20px;
    margin:  0 10px 0 10px;
font-family:cursive;
}
.project-time .project-time-sizeYellow>span{
    color: #fff;
}
/* 挂历样式 */
.time-calendar{
    width: 40px;
    height: 60px;
    border-radius: 8px;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: rgb(130,30,30);
    margin-right: 5px;
    font-family:'Impact',fantasy;
    font-weight:bold;
}
.time-calendar::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    width: 40px;
    background: rgb(130,30,30);
    position: absolute;
    top:10px;
}

/* 楼层1  简介中心/培训教室等 */
.project-1BF{
    display: flex;
    margin-top: 35px;
}
.project-1BF>div{
    /* background: yellowgreen; */
}
.project-1BF-lunbo{
    margin-right: 10px;
    width: calc(45% - 10px);
    height: 300px;
    overflow: hidden;
    position: relative;
}
.project-1BF-lunbo .sliderShowMax{
    height: 100%;
}
.project-1BF-lunbo .sliderShowMax .swiper-slide img{
    width: 100%;
    height: 300px;
}
.project-1BF-lunbo .swiper-pagination{
    text-align: right!important;
}
/* 
.project-1BF-lunbo .sliderShowMax .swiper-pagination .swiper-pagination-bullet-active{
    background: #638DB5;
} */
.project-1BF-lunbo .wrapper-size{
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(240,0,0,.5);
    font-size: 16px;
    color: #fff;
    padding:0 5%;
    display: flex;
    align-items: center;
    box-sizing: border-box;         /** 2020/01/20 **/
}
.project-1BF-muse{
    padding-left: 10px;
    width: calc(55% - 10px);
    height: 300px;
}
.project-1BF-muse>div:nth-child(1){
    display: flex;
}
.muse-nav-border{
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    width: 100%;
}
.project-1BF-muse-nav{
   display: flex;
   width: 100%;
   justify-content: space-between;
}
.project-1BF-muse-nav>div{
    color: #111;
    font-weight: bold;
}
.project-1BF-muse-nav > div{
    cursor: pointer;
}
.project-1BF-muse-nav > .activeNav{
    color: rgb(130,30,30);
}
.project-1BF-muse-nav .project-1BF-muse-nav-more{
    font-size: 12px !important;
    color: #929292;
    display: flex;
    align-items: flex-end;
    font-weight: 100 !important;
}

.project-1BF-nav-text1,
.project-1BF-nav-text2,
.project-1BF-nav-text3,
.project-1BF-nav-text4,
.project-1BF-nav-text5{
    padding: 20px 0 20px 0;
    display: none;
}
.project-1BF-nav-text1>p,
.project-1BF-nav-text2>p,
.project-1BF-nav-text3>p,
.project-1BF-nav-text4>p,
.project-1BF-nav-text5>p{
    font-size: 16px;
    line-height: 2rem;
    text-indent: 2em
}
.project-1BF-nav-text-btn{
    width: 100%;
    text-align: right;
}

/* 卡片x5 */
.project-2BF{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}
/** start 修改 2020/01/19/ **/
.project-2BF>.BF2-card-list{
    /*修改2020.4.15*/
    width: calc(24% - 16px);
    height: 60px;
    box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
    padding: 10px;
    display: flex;
    justify-content: center;
    transition: all .3s;
}
.hover-card{
    cursor: pointer;
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)!important;
}
.project-2BF .BF2-card-list>img{
    height: 100%;
}
.project-2BF .BF2-card-list>div:nth-child(2){
    width: calc(100% - 117px);
    text-align: center;
}
.project-2BF .BF2-card-list>div:nth-child(2)>div:nth-child(1){
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}
.project-2BF .BF2-card-list>div:nth-child(2)>div:nth-child(2)>button{
    font-size: 12px;
    color: rgb(130,30,30);
    border: 1px solid rgb(130,30,30);
    border-radius: 5px;
    padding: 2px 8px;
}
.project-2BF .BF2-card-list>div:nth-child(2)>div:nth-child(2)>button a{
    color: rgb(130,30,30);
}
/* bf3 */
.project-BF3{
    width: 100%;
    background: url(../image/index-page/BF3Bground.png) no-repeat;
    background-size: 100% 100%;
}
/** end 修改 2020/01/19/ **/

/** start 修改 2020/01/18 **/
.project-BF3-main{
    /* width: 68%; */
    /* margin: 0 16% 0 16%; */
    /* padding: 20px 0 20px 0; */
    min-width: 1024px;
    max-width: 1280px;
    padding: 20px;
    margin: 0 auto;
    display: flex;
}
/** end 修改 2020/01/18 */

.project-BF3-main .project-BF3-left{
    width: 50%;
    margin-right: 10px;
    overflow: hidden;
}
.project-BF3-main .project-BF3-left .scrollNews{
    margin-top: 15px;
    overflow: hidden;
    height: 365px;
}
.project-BF3-main .project-BF3-right{
    width: calc(50% - 10px);
    margin-left: 10px;
    background: #fff;
    height: 405px;
    overflow: hidden;
    position: relative;
}
.project-BF3-right .sliderShowMax .swiper-slide img{
    width: 100%;
    height: 345px;
}
.project-BF3-right .swiper-pagination{
    text-align: right!important;
    bottom: 100px!important;
}

/* .project-BF3-right .sliderShowMax .swiper-pagination .swiper-pagination-bullet-active{
    background: rgb(130,30,30);
}
 */

.project-BF3-right .project-BF3-right-text{
    padding: 15px 10px 15px 10px;
}
.project-BF3-right .project-BF3-right-text>p:nth-child(1){
    font-size: 16px;
    margin-bottom: 10px;
}
.project-BF3-right .project-BF3-right-text>p:nth-child(2){
    font-size: 16px;
}
.project-BF3-right .project-BF3-right-text>p:nth-child(2)>span:nth-child(1){
    color: #DDDDDD;
}
.project-BF3-right .project-BF3-right-text>p:nth-child(2)>span:nth-child(2){
    float: right;
    cursor: pointer;
}
.project-BF3-right .project-BF3-right-text>p:nth-child(2)>span:nth-child(2)>a{
    color: rgb(130,30,30);
}
.project-BF3-NewList{
    display: flex;
    margin: 0 0 12px 0;
}
.BF3-NewList-guali{
    width: 60px;
    font-size: 12px;
    margin-right: 10px;
}
.BF3-NewList-guali>p{
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}
.BF3-NewList-guali>p:nth-child(1){
    background: rgb(130,30,30);
    color: #fff;
}
.BF3-NewList-guali>p:nth-child(2){
    background: #fff;
    color: rgb(130,30,30);
}
.BF3-NewList-text{
    font-size: 16px;
    width: calc(100% - 70px);
    line-height: 25px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.BF3-NewList-text>a{
    color: #111;
}
.BF3-NewList-text>a:hover{
    cursor: pointer;
    color: rgb(130,30,30);
}
/* 楼层4 地图 */
.project-BF4-map{
    display: flex;
    height: 654px;
    margin-top: 20px;

}
.project-BF4-map-left{
    width:40%
}
.project-BF4-map-right{
    width: 60%;
    margin-left: 20px;
    overflow: hidden;
}
.project-BF4-map-left-title{
    font-size: 18px!important;
    font-weight: bold!important;
    margin: 20px 0 20px 0!important;
}
.project-BF4-map-left-list{
    display: none;
    max-height: 535px;
    overflow-y: auto;
}
.project-BF4-map-left-list>p{
    font-size: 14px;
    margin-bottom: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer;
}
.project-BF4-map-left-list>p>a{
    font-size: 16px;
}
.project-BF4-map-left-list>p>a:hover{
    color: rgb(130,30,30);
}
.project-BF4-bigimage {
    min-width: 1024px;
    max-width: 1280px;
    overflow: hidden;
    margin: 20px auto;
}
.project-BF4-bigimage img{
    width: 100%;
}

/* 楼层3 BF3 在线获取干部培训方案/热门干部培训课程 */
.project-BF4{
    width: 100%;
    /*background: url(../image/index-page/BF4Bground.png) no-repeat;*/
    background-size: 100% 100%;
}
/** start 修改 2020/01/18 **/
/** start 修改 2020.4.15 **/
.project-BF4 > .BF-newmsg-title{
    min-width: 1024px;
    max-width: 1280px;
    padding: 20px;
    margin: 0 auto;
}
/** end 修改 2020.4.15  **/
.project-BF4-main{
    /* width: 68%;
    margin: 0 16% 0 16%;
    padding: 30px 0 30px 0; */
    min-width: 1024px;
    max-width: 1280px;
    padding: 20px 0px;
    margin: 0 auto;
    display: flex;
}
/** end 修改 2020/01/18 **/
/*2020.4.15修改*/
.project-BF4-main>div:nth-child(1){
    min-width: 286px;
   /* background: url("../image/xiu-img/20200415141628.jpg") no-repeat;*/
    background-size:100% 100% ;
    object-fit: cover;
    padding: 10px 0px;
}
/*2020.4.15start*/
.project-BF4-main>div:nth-child(1){
    width:100%;

}
.project-BF4-main>div:nth-child(1)>div{
    display: flex;
}
/*2020.4.16start*/
.project-BF4-main>div:nth-child(1)>div>div>.subjectText{
    font-size: 18px;
    font-weight: 600;
    color: #821E1E;
    margin-bottom: 20px;
}
.project-BF4-main>div:nth-child(1)>div>div>div>div>span{
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis; 
}
/*2020.4.16end*/
.project-BF4-main>div:nth-child(1)>div>div>div>div>span:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 190px;
}
.project-BF4-main>div:nth-child(1)>div>div>div>div:not(:nth-child(6)) {
    margin-bottom: 42px;
}
.project-BF4-main>div:nth-child(1)>div>div>div>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed rgb(130,30,30);
    margin-left: 20px;
}
/*修改2020.4.15start*/
.m-list-nav{
    display: flex;
}
.m-list-nav >div:nth-child(2){
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 220px;
    background: none;
    padding-left: 0;
}
.m-list-nav >div:nth-child(2)>input{
   width: 45%!important;
    height: 30px!important;
    border-radius: 3px;
    padding-left: 5px;
}
/**修改2020.4.15 end**/


.BF4-kechen{
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.BF4-kechen > div{
    width: calc(25% - (45px / 4));
    /* background: aqua; */
    box-sizing: border-box;
}
.BF4-kechen > div:not(:nth-child(4)):not(:nth-child(8)){
    margin-right: 15px;
}
.BF4-kechen > div > a >div:nth-child(1){
    width: 100%;
    height: 126px;
    overflow: hidden;
    position: relative;
}
.BF4-kechen > div > a > div:nth-child(1)>img:nth-child(1){
    width: 100%;
    height: 100%;
}
.BF4-kechen .BF4-kechen-hover{
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
}
.BF4-kechen > div > a{
    color: #111;
}
.BF4-kechen > div > a > div:nth-child(2){
    height: 30px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.BF4-kechen > div:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)){
    margin-top: 10px;
}

/* BF5 */
.project-BF5-main{
    display: flex;
    padding: 30px 0;
}
.project-BF5-main>div:nth-child(1){
    background: url(../image/index-page/tese.png)no-repeat;
    background-size: 100% 100%;
    width: 300px;
    height: 300px;
    border-radius: 10px;
    text-align: center;
}
.project-BF5-main>div:nth-child(1)>div:nth-child(1){
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    margin-top: 70px;
    margin-bottom: 5px;
}
.project-BF5-main>div:nth-child(1)>div:nth-child(2){
    font-size: 14px;
    color: #fff;
    margin-bottom: 50px;
}
.project-BF5-main>div:nth-child(1)>div:nth-child(3){
    font-size: 14px;

    width: 40%;
    border: 1px solid #fff;
    margin: 0 auto;
    padding: 5px 0;
    cursor: pointer;
}
.project-BF5-main>div:nth-child(1)>div:nth-child(3)>a{
    color: #fff;
}
.project-BF5-main>div:nth-child(2){
    width: calc(100% - 320px);
    margin-left: 20px;
    padding: 20px 0;
    display: flex;
}
.project-BF5-main>div:nth-child(2)>div{
    width: calc(100% / 3);
}
.project-BF5-main>div:nth-child(2)>div>div{
    display: flex;
    align-items: center;
}
.project-BF5-main>div:nth-child(2)>div>div:not(:nth-child(6)){
    margin-bottom: 16px;
}
.project-BF5-main>div:nth-child(2)>div>div>span:nth-child(1){
    display:inline-block;
    width: 20px;
    height: 20px;
    font-size: 14px;
    border-radius: 50%;
    background: #797979;
    text-align: center;
    color: #fff;
    margin-right: 8px;
    margin-left: 20px;
}
.project-BF5-main>div:nth-child(2)>div>div>span:nth-child(2){
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 190px;
}
.project-BF5-main>div:nth-child(2)>div>div>span:nth-child(2)>a{
    color: #111;;
    color: 13px;
}
.project-BF5-main>div:nth-child(2)>div>div>span:nth-child(2)>a:hover{
    color: rgb(130,30,30);
    cursor: pointer;
}
.project-BF5-main>div:nth-child(2)>div>div>img{
    margin-left: auto;
}

/* BF6 现场基地教学  */
.project-BF6{
    width: 100%;
    background: url(../image/index-page/BF6Bground.png) no-repeat;
    background-size: 100% 100%;
}

/** start 删除 2020/01/18 */
/* .project-BF6-main-mini{
    padding: 0 40px;
} */
/** end 删除 2020/01/18 */

/** start 新增 2020/01/18 */
.project-BF6-main-mini #slider{
    height: 480px;
}
#slider .slider-texts>p:nth-child(2)>span{
    margin-right: 15px !important;
}
.project-BF6-main-mini #slider .swiper-wrapper{
    padding: 0 30px;
}
/** end 新增 2020/01/18 */

.project-BF6-main-mini #slider .swiper-wrapper li {
    width: calc((100% - 90px) / 4) !important;        /** 2020/01/18 **/
}
.project-BF6-main-mini #slider .next{
    right: -32px !important;
}
.project-BF6-main-mini #slider .pre{
    left: -32px !important;
}
/** start 修改 2020/01/18 **/
/* .project-BF6-main-mini #slider .slider_box ul{
    width: 1236px !important;
} */

/** end 修改 2020/01/18 **/

/** start 修改 2020/01/18 **/
.project-BF64-main{
     /* width: 68%; */
    /* margin: 0 16% 0 16%; */
    /* padding: 20px 0 20px 0; */
    min-width: 1024px;
    max-width: 1280px;
    padding: 20px;
    margin: 0 auto;
}
/** end 修改 2020/01/18 **/

/* BF7 */
.project-BF7-main{
    padding: 30px 0;
}
.project-BF7-main>div:nth-child(2){
    margin: 30px 0 30px 0;
    background: url(../image/index-page/fengcai.png) no-repeat;
    background-size: 100% 100%;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px 0 10px;
}
.project-BF7-main>div:nth-child(2) .yellow-size{
    color: #FDF4C7;
    font-size: 16px;
    margin: 0 10px;
}
.project-BF7-main>div:nth-child(2) .size-H{
    color: #fff;
    font-size: 25px;
    margin: 0 10px;
}.project-BF7-main>div:nth-child(2) .ckgd>a{
    color: #fff;
}
.project-BF7-main>div:nth-child(2) .ckgd{
    font-size: 14px;
    color: #fff;
    width: 80px;
    border: 1px solid #fff;
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
    margin-left: 10px;
}
.project-BF7-user-jianjie{
    display: flex;
}
.project-BF7-user-jianjie>div:nth-child(1){
    width: calc(50% - 20px);
    margin-right: 20px;
    height: 400px;
    overflow: hidden;
}
.project-BF7-user-jianjie>div:nth-child(1)>img{
    width: 100%;
    height: 100%;
}
.project-BF7-user-jianjie>div:nth-child(2){
    width: calc(50% - 20px);
    margin-left: 20px;
    height: 400px;
    position: relative;
}
.project-BF7-user-jianjie>div:nth-child(2) #photoName{
    font-size: 18px;
    color: rgb(130,30,30);
    font-weight: 600;
}
.project-BF7-user-jianjie>div:nth-child(2) #photoPosition{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #DDDDDD;
    font-size: 16px;
}
.project-BF7-user-jianjie>div:nth-child(2) #photoInfo{
    padding-top: 10px;
    font-size: 16px;
    /* color: #848484; */
    line-height: 2rem;
    text-indent: 2em;
}
.project-BF7-user-jianjie>div:nth-child(2) img{
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.project-BF7-user-jianjie>div:nth-child(2) .photoButton>a{
    color: rgb(130,30,30);
}
.project-BF7-user-jianjie>div:nth-child(2) .photoButton{
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(130,30,30);
    border: 1px solid rgb(130,30,30);
    width: 100px;
    font-size: 12px;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    left: calc(100% - 102px);
    cursor: pointer;
}
.project-BF8{
    width: 100%;
    min-width: 1064px;                                              /** 2020/01/19 **/
    background: url(../image/index-page/BF8Bground.png) no-repeat;
    background-size: 100% 100%;
}
/** start 修改 2020/01/19 **/
.project-BF8-main{
    /* width: 68%; */
    /* margin: 0 16% 0 16%; */
    /* padding: 20px 0 20px 0; */
    min-width: 1024px;
    max-width: 1280px;
    padding: 20px;
    margin: 0 auto;
}
/** end 修改 2020/01/19 **/

.project-BF8-btns{
    width: 100%;
    display: flex;
}
.project-BF8-btns .active-btn{
    border: 1px solid rgb(130,30,30);
    width: 100px;
    border-radius: 5px;
    background: rgb(130,30,30);
    color: #fff;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.project-BF8-btn{
    border: 1px solid rgb(130,30,30);
    width: 100px;
    border-radius: 5px;
    background: #fff;
    font-size: 16px;
    color: rgb(130,30,30);
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 25px 15px 25px 0;
    cursor: pointer;
}
.project-BF8-Newmsg{
    display: flex;
}
.active-Newmsg1{
    display: block;
}
.active-Newmsg2{
    display: none;
}
.project-BF8-Newmsg-img{
    width: 30%;
    height: 250px;
}
.project-BF8-Newmsg-img img{
    width: 100%;
    height: 100%;
}
.project-BF8-Newmsg-list{
    width: calc(70% - 20px);
    margin-left: 20px;
    font-size: 14px;
    color: #4C4C4C;
}
.project-BF8-Newmsg-list>div>span:nth-child(1){
    color: rgb(130,30,30);
}
.project-BF8-Newmsg-list>div{
    display: flex;
}
.project-BF8-Newmsg-list>div:not(:nth-child(9)){
    margin-bottom: 8px;
}
.BF8-Newmsg-title{
    color: rgb(130,30,30);
    width: 85px;
    white-space: nowrap;
}
.project-BF8-Newmsg-list>div>a{
    color: #111;
}
.BF8-Newmsg-text{
    max-width: 650px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer;
    font-size: 16px;
}
.BF8-Newmsg-text:hover{
    color: rgb(130,30,30);
}
.BF8-Newmsg-tiem{
   margin-left: auto;
   width: 100px;
   text-align: right;
}
.project-BF8-Newmsg-pagesize{
    text-align: right;
    height: 100px;
}

/* BF9 */
.project-BF9-main{
    padding: 30px 0px;
}
.project-BF9-imgList{
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}
.project-BF9-imgList>div{
    width: calc((100% - 30px) / 4) ;
    background: #F4F4F4;
}
.project-BF9-imgList>div:not(:nth-child(4)){
    /* margin-right: 10%; */
}
.project-BF9-imgList-img{
    border-radius: 5px 5px 0 0;
    height: 190px;
}
.project-BF9-imgList-img:hover img{
    transform: scale(1.1);
    border-radius: 10px;
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.project-BF9-imgList-img img{
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.project-BF9-imgList-text{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-weight: 600;
}
.project-BF9-imgList-text span{
    color: #4C4C4C;
    font-size: 14px;
}

/* 左右两侧广告 nav */
.project-flex-nav-list1>a,
.project-flex-nav-list2>a{
    color: #6E6E6E;
}
.project-flex-nav-list1>a:hover,
.project-flex-nav-list2>a:hover{
    box-sizing: border-box;
    border: 1px dashed  rgb(130,30,30);
    margin-bottom: 4px;
}
.project-flex-nav-list1>.red,
.project-flex-nav-list2>.red{
    color: rgb(130,30,30);
}

.sideMenu{
    left: -200px;
    transition: all .3s;
}
.sideMenu::after{
    position: absolute;
    content: " ";
    width: 30px;
    height: 112px;
    top: 50%;
    right: -30px;
    transition: all .3s;
    transform: translateY(-50%);
    background-color: #cccccc;
    background-image: url(../image/side-open.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}
.sideMenu.active{
    left: 0;
}
.sideMenu.active::after{
    background-image: url(../image/side-close.gif);
}


.project-flex-nav-left{
    background: #FAFAFA;
    width: 200px;                   /** 2020/01/18 **/
    position: fixed;
    top: 50px;
    border-radius: 5px 5px 0 0;
  left:-200px;
    z-index: 99;                    /** 2020/01/18 **/
    border-radius: 12px 12px 0 0    /** 2020/01/18 **/
}

.project-flex-nav-left-label{
    background: rgb(130,30,30);
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
}
.project-flex-nav-left-x{
    position: absolute;
    top: 10px;
    right: 4%;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.project-flex-nav-left-x>img{
    width: 100%;
    height: 100%;
}
.nav-left-x-min{
    display: block;
}
.nav-left-x-max{
    display: none;
}
.project-flex-nav-left-mian{
    overflow: hidden;
    height: auto;
}
.project-flex-nav-left-title{
    display: flex;
    align-items: center;
    height: 40px;
}
.nav-con1:hover,
.nav-con:hover,
.company:hover ~ .nav-con1,
.project-flex-nav-left-title:hover ~ .nav-con{
    display: block;
}
.project-flex-nav-left-title>div:nth-child(1){
    height:18px;
    width: 5px;
    background: rgb(130,30,30);
    margin: 0 8px 0 8px;
}
.project-flex-nav-left-title>div:nth-child(2){
    font-weight: 600;
}
.nav-con1,
.nav-con{
    display: none;
}
.project-flex-nav-list1{
    display: flex;
    flex-wrap: wrap;
}
.project-flex-nav-list2{
    display: flex;
    flex-wrap: wrap;
}
.project-flex-nav-list1>a{
    width: 33.33%;
    margin-bottom: 6px;
    text-align: center;
}
.project-flex-nav-list2>a{
    width: calc(100% / 2);
    margin-bottom: 6px;
    text-align: center;
}
.project-flex-nav-left-bottom{
    background: rgb(130,30,30);
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.project-flex-nav-left-bottom .bottom-search{
    display: flex;
    align-items: center;
    height: 20px;
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.project-flex-nav-left-bottom .bottom-search>input{
    width: calc(100% - 32px);
    font-size: 12px;
    padding: 0 5px;
}
.project-flex-nav-left-bottom .bottom-search .input-img{
    width: 16px;
    height: 16px;
}

/* .project-flex-nav-left-bottom>span{
    color: #fff;
    font-size: 16px;
    margin-left: 5px;
    cursor: pointer;
} */
.project-flex-nav-right{
    position: fixed;
    top: 100px;
    width: 60px;
    display: none;
}
.project-flex-nav-right>div{
    width: 100%;
    height: 60px;
    margin-bottom: 2px;
}
.project-flex-nav-right>div>a>img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
/*2020.4.15*/
.m-new-s >img{
    vertical-align: middle;
}
.m-new-s >span{
    vertical-align: middle;
}


.m-new-s
{
height:27px;
}

.renwu-main .renwu-img{
    width:100%; 
    height:100%;
    /* object-fit:cover; */
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
}