/*新闻中心*/
.journalism {
  background-color: white;
}

.journalism > div {
  display: inline-block;
}

/*新闻中心 左侧*/
.journalism_left {
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 600px;
  height: 350px;
  float: left;
}
.journalism_left>a{width: 100%;height: 100%;
text-align: center;line-height: 327px;}
.journalism_left img {
  max-width: 100%;
  max-height: 100%;
  width:auto;
  height: auto;
}

.journalism_left p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 26px;
  text-align: left;
  font-size: 18px;
  padding: 14px 0 0 10px;
  color: white;
  background-color: black;
  background: rgba(0,0,0,0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*新闻中心右侧*/
.journalism_right {
  width: calc(3 * 189px);
  margin-left: calc(100% - 600px - 3 * 189px);
}

.journalism_right > div {
  font-size: 0;
  text-align: left;
}
.journalism_right > div a{
  text-align: center;
}
.journalism_right ul {
  text-align: left;
}

.journalism_right li {
  margin-top: 25px;
}
.journalism_right_title{
  line-height: 29px;
  overflow: hidden;
}


.journalism_right_title p:nth-child(1) {
  font-size: 16px;
  width: calc(100% - 150px);
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}

.journalism_right_title p:nth-child(2) {
  float: right;
  font-size: 12px;
  color: #999999;
  width: 140px;
  text-align: right;
  white-space: nowrap;
}

.journalism_right_text {
  display: none;
  font-size: 12px;
  color: #999999;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  margin-top:0;
}


/*新闻中心--子标题*/
.journalism_title {
  display: inline-block;
  width: 50%;
  height: 57px;
  line-height: 24px;
  font-size: 18px;
  padding: 17px 0;
  background-color: #EEEEEE;
}

/*新闻中心得底部*/
.journalism_footer {
  width: 100%;
  padding: 0;
}

.journalism_footer a {
  display: inline-block;
  width: 33.33%;
  margin-left:5px;
}
.journalism_footer a:first-child{margin-left:0;}
.journalism_footer a img{
  width: 100%;height: 100%;
}
.journalism_footer > div {
  width: 1200px;
  margin: 0 auto;
  background-color: #F7F7F7;
  display: flex;

}

.journalism_footer div a > div {
  position: relative;
  width: 100%;
  /**************2019.3.6****************/
  height: 174px;
  /**************修改人才招聘等信息高度****************/
  margin: 0 calc((1200px - 396px * 3) / 6);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.journalism_footer div a > div img{width: 100%;height: 100%;}



.journalism_footer div p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: white;
  background:rgba(0,0,0,0.5);
}

/*广告*/
.advertisement {
  background-color: #fff;
}

.advertisement img {
  width: 1200px; /*height: 260px;*/

  /**************2019.03.6x********************/
  height: 174px;

  /****************修改轮播图高度*****************/
  margin: 0 auto;
}

/*集团业务*/
#groups {
  width: 100%;
  background-image: url(f64206cb33ecbf954d2b18f82e5dec02.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
}

.groups li {
  position: relative;
  display: inline-block;
  width: calc((100% - 84px) / 6);
  height: 385px;
  margin: 0 7px;
  list-style: none; /*去掉li列表前的标记*/
}

.groups li a > img {
  width: 100%;
  height: 100%;
}

.groups li div {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 150px;
  background: rgba(17, 21, 110, 0.6);
}

.groups li div p:nth-child(1) {
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  line-height: 62px;
}

.groups li div img {
  height: 3px;
  width: 105px;
}

#groups .groups li div p:last-child {
  display: none;
}

/*查看详情按钮*/
.third_title { /*display: inline-block;*/
  width: 165px;
  height: 40px;
  margin: 260px auto 0 auto;
  padding-top: 8px;
  color: #1373AD;
  font-size: 16px;
  background-color: white;
}

/*去掉遮罩层*/
#groups .groups li:hover div {
  padding: 0;
  height: 0;
  opacity: 1;
}

/* #groups .groups li:hover div p:nth-child(1){    padding: 50px 0 0 0;} */
#groups .groups li:hover div p:last-child {
  display: block;
}

/*成员*/
#member {
  width: 100%;
  padding: 140px 0 0 0;
}

.member {
  text-align: left;
  background-color: #1967b7;
  height: 441px;
}

.member > img {
  width: 62.14%;
  height: 100%;
  vertical-align: top;
}

.member > div {
  position: relative;
  display: inline-block;
  text-align: center;
  height: 100%;
  padding: 50px 0 0 58px;
  width: 37.86%;
  background-image: url("500905809.png");
}

.member .ul_box {
  width: 100%;
  height: 350px;
  overflow: hidden;
  vertical-align: top;
}

.member ul {
  text-align: left;
  width: 100%;
  line-height: 36px;
  color: #fff;
  vertical-align: middle;
  transition: 0.4s;
}

.member ul li {
  font-size: 14px;
  height: 35px;
}

.member ul li a {
  font-size: 14px;
  color: #FFF
}

.member div > img {
  position: absolute;
  bottom: 10px;
  left: 250px;
}

.member div > img:nth-child(2) {
  left: 220px;
}

/*全球布局*/
.layout {
  width: 100%;
  min-width: 1200px;
}


.case-swiper{display: flex;}
.case-swiper .left {
    
    flex: 1 1 0%;
    overflow: hidden;
}

.case-swiper .left .swiper-case .swiper-slide .items {
    width: 100%;
    height: 330px;
    position: relative;
    box-sizing: border-box;
}
.case-swiper .left .swiper-case .swiper-slide .items img{
  width: 100%;height: 100%;object-fit: contain;
}

.case-swiper .left .swiper-case .swiper-slide .items .text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, rgb(0, 64, 152) 0%, rgba(0, 64, 152, 0.01) 100%);
    transition: 0.6s;
}

.case-swiper .left .swiper-case .swiper-slide .items .pos-text {
    position: absolute;
    bottom: 18px;
    box-sizing: border-box;
    width: 100%;
    padding: 0px 20px;
    transition: 0.6s;
}
.case-swiper .left .swiper-case .swiper-slide .items .pos-text p {
    font-size: 18px;
    font-family: "Noto Sans SC";
    font-weight: 400;
    color: rgb(255, 255, 255);
    line-height: 30px;
    letter-spacing: 1px;
    overflow: hidden;
    text-align: left;
}
/*.case-swiper .left .swiper-case .swiper-slide{width: 49%;margin-right: 1%;}*/
.case-swiper .left .swiper-case .swiper-slide .items .pos-text p.t1 {
  
    overflow: hidden;
    transition: 0.6s;
}
.case-swiper .left .swiper-case .swiper-slide .items:hover .text {
    height: 100%;
    transition: 0.6s;
}
.case-swiper .left .swiper-case .swiper-slide .items:hover .pos-text {
    bottom: 30px;
}
.case-swiper .left .swiper-case .swiper-slide .items:hover .pos-text p.t1 {
    opacity: 0;
}
.case-swiper .left .swiper-case .swiper-slide .items .pos-text p.t2 {
    opacity: 0;
    max-height: 0rem;
    transition: 0.6s;
}
.case-swiper .left .swiper-case .swiper-slide .items:hover .pos-text p.t2 {
    opacity: 1;
    max-height: 350px;
}
.case-swiper .left .swiper-case .swiper-slide .items .pos-text .more {
    width: 100%;
    position: relative;
    height: 30px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.case-swiper .left .swiper-case .swiper-slide .items .pos-text .more .border {
    height: 1px;
    opacity: 0.5;
    width: 100%;
    display: block;
    background: rgb(220, 220, 220);
    transition: 0.6s;
}
.case-swiper .right {
    width: 110px;
    margin-left: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: column;
}
.case-swiper .right .prev,.case-swiper .right .next {
    width: 110px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 46px;
    box-sizing: border-box;
    margin-top: 40px;
    cursor: pointer;
    color: rgb(0, 64, 152);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 64, 152);
    border-image: initial;
    border-radius: 5px;
    transition: 0.6s;
}
.case-swiper .right .prev .iconfont,.case-swiper .right .next .iconfont {
    font-weight: bold;
    font-size: 25px;
    font-style: normal;
}
.logo-box{margin-top:50px;padding-top:50px;border-top:1px solid #ccc;}
.logo-box  .logo_view {
    display: flex;
    flex-wrap: wrap;
}
.logo-box  .logo_view .logo_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18%;
    height: 55px;
    margin-bottom: 2.5%;
    margin-right: 2.5%;
}
.logo-box .logo_view .logo_item:last-child{margin-right: 0;}
.logo-box .logo_view .logo_item img {
    display: block;
    width: 90%;
    height: 100%;
    object-fit: scale-down;
    filter: grayscale(100%);
    opacity: 0.5;
    transform: scale(1);
    transition: 0.5s;
}
.logo-box  .logo_view .logo_item:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.08);
    transition: 0.5s;
}
 @media screen and (max-width:1199px) and (min-width:751px){
  .journalism_right_title p:nth-child(2){padding-right:15px;}
 }

 @media screen and (max-width:750px){

 @keyframes myfirstfont {
    0%,42.5% {
        left: 6.05rem;
        opacity: 0;
    }

    42.5%,57.5% {
        left: 0;
        opacity: 1;
    }

    57.5%,60% {
        left: 0;
        opacity: 1;
    }

    60%,65% {
        left: 0;
        opacity: 0;
    }

    60%,100% {
        left: 0;
        opacity: 0;
    }
}


@keyframes mysecondfont {
    0%,45% {
        left: 7.20rem;
        opacity: 0;
    }

    45%,57.5% {
        left: 1.25rem;
        opacity: 1;
    }

    57.5%,60% {
        left: 1.25rem;
        opacity: 1;
    }

    60%,65% {
        left: 1.25rem;
        opacity: 0;
    }

    60%,100% {
        left: 1.25rem;
        opacity: 0;
    }
}

@keyframes mythirdfont {
    0%,47.5% {
        left: 8.35rem;
        opacity: 0;
    }

    47.5%,57.5% {
        left: 2.50rem;
        opacity: 1;
    }

    57.5%,60% {
        left: 2.50rem;
        opacity: 1;
    }

    60%,65% {
        left: 2.50rem;
        opacity: 0;
    }

    60%,100% {
        left: 2.50rem;
        opacity: 0;
    }
}

@keyframes myfourthfont {
    0%,50% {
        left: 9.50rem;
        opacity: 0;
    }

    50%,57.5% {
        left: 3.75rem;
        opacity: 1;
    }

    57.5%,60% {
        left: 3.75rem;
        opacity: 1;
    }

    60%,65% {
        left: 3.75rem;
        opacity: 0;
    }

    60%,100% {
        left: 3.75rem;
        opacity: 0;
    }
}

  body{min-width: 100%;}
  .tbbanner{padding-top:0;height:5rem;}
.moreli{font-size:0}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:0;z-index:1}
.zhuantibanner{display:none}
.groups li div p:nth-child(1){margin-top:0}
#groups .groups li div p:last-child{display:none !important}
.ovri{overflow: inherit;}
   
   header #header_font {
    width: 5.76rem !important;
    height: 1.31rem !important;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    animation: indexmove 10s linear infinite;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;}
header .font_line{
    width: 4.9rem !important;
    height: 0.6rem !important;
    font-size: 0.6rem !important;
    line-height: 0.6rem !important;
    position: absolute;
    margin-top:0.5rem !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    overflow: hidden;}
   header>#header_font p:nth-child(1){font-size: 0.58rem !important;width: auto !important;height: auto !important;line-height: inherit !important;
    margin-top:0.5rem !important;}
   header>#header_font p:nth-child(2){font-size: 0.36rem !important;width: auto !important;height: auto !important;
    line-height: inherit !important;margin-top:0 !important;}
  header .font_line>li{width: 1.15rem !important;
    height: 100% !important;
    font-size: 0.56rem !important;
    position: absolute;
    font-weight: bold;}
header>.font_line>li:nth-child(1){
    opacity: 0;
    animation: myfirstfont 10s infinite !important;
}
header>.font_line>li:nth-child(2){
    opacity: 0;
    animation: mysecondfont 10s infinite !important;
}
header>.font_line>li:nth-child(3){
    opacity: 0;
    animation: mythirdfont 10s infinite !important;
}
header>.font_line>li:nth-child(4){
    opacity: 0;
    animation: myfourthfont 10s infinite !important;
}
.journalism{background:rgba(147,147,147,0.1) !important;padding:0.2rem 0;width: 100%;}
.journalism_left{display: none !important}
.journalism_right{float: none;width: 100%;margin-left:0;background:#fff;position: relative;}
.journalism_right>div{display: flex;padding-left:0.4rem;width:100%;padding-right: 0.4rem;border-bottom: 0.01rem solid #ccc;}
.journalism_right>div>a{   
    font-size: 0.26rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    line-height: 0.28rem;
    padding: 0.285rem 0;
    background:none !important;
    white-space: nowrap;
    font-family: MicrosoftYaHei !important;
    font-weight: 400;}
.journalism_title{width: auto;height: auto;}
.journalism_right .title_bg{color: #333;border-bottom: 0.05rem solid rgba(24, 102, 182, 1);padding-bottom: 0.235rem;}
.journalism_right li:nth-child(n+4){display: none}
.journalism_right_title p:nth-child(1){font-size: 0.27rem;width: 5rem;}
.journalism_right_title p:nth-child(2) span{display: none}
.journalism_right_title p:nth-child(2){font-size: 0.24rem;width: auto;margin-right: 0.2rem;margin-top:0;}
.journalism_right_p{display: block !important;font-size: 0.25rem;margin-top:0.2rem;overflow: hidden;
    text-overflow: ellipsis;white-space: nowrap;height: auto}
.journalism_right li{padding: 0.3rem 0.15rem 0.2rem 0.3rem;    
  border-bottom: 0.01rem solid #ccc;margin-top:0;}    
.moreli{position: absolute;right:0.2rem;top:0.3rem; }
.moreli a img{width:0.25rem;}
.moreli a{display: none !important;}
.moreli a.isshowa{display: block !important;}
.journalism_footer{padding:0.2rem;}
.journalism_footer > div{width: 100%;flex-wrap:wrap}
.journalism_footer a{display: block;margin-bottom: 0.2rem;border-radius: 10px;width:100% !important;margin-left:0 !important}
.journalism_footer div a > div{width: 100%;height:auto;}
.zhuantibanner{padding:0.2rem;padding-bottom: 0.5rem;width: 100%;padding-top:0;margin:0;}
.swiper-containerzhuanti{height: auto;}
.zhuantibanner img{height: auto !important;border-radius: 10px;}
#groups{padding-top:0;background:none;padding-bottom: 0.2rem}
.twoLevel_title{width: 100%;margin-bottom: 0}
.twoLevel_title > p.title_bgText{display: none}
.twoLevel_title div{position: static;}
.twoLevel_title div p{font-size: 0.32rem;margin:0.22rem 0;line-height: 0.5rem}
.twoLevel_title img{display: none;}
.groups{width: 100%;display: flex;flex-wrap: wrap;padding:0 0.2rem;justify-content: space-between;}
.groups li{width: 31%;margin:0;height: 3rem;margin-bottom: 0.2rem}
.groups li div{top:inherit;bottom: 0;height: 0.5rem;font-size: 0.3rem;padding-top:0;}
.groups li div p:nth-child(1){height: 100%;font-size: 0.3rem;line-height: 0.5rem}
.groups li div img{display: none;}
#layout{min-width: 100%;padding-top:0.2rem;padding-bottom: 0.4rem}
.layout img{width: 100%;height: auto;}
   header > div.publubo{padding-top:50px}

}

.ul-proc3 .con img{max-width: 100%}