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

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

/*新闻中心 左侧*/
.journalism_left {
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 600px;
  height: 335px;
}
.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: 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: 18px;
}

.journalism_right_title {overflow:hidden;line-height:29px}
.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;
  color: #999999;
  font-size:12px;
  width: 140px;
  text-align: right;
  white-space: nowrap;
}
.journalism_right_p {
  display: block;
}
.journalism_right_text {
  display: none;
  margin-top: 10px;
  font-size: 12px;
  color: #999999;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}



.ul_yincang>li:first-child>a>.journalism_right_text{display: block;}

/*新闻中心--子标题*/
.journalism_title {
  display: inline-block;
  width: 50%;
  height: 57px;
  line-height: 24px;
  font-size: 18px;
  padding: 17px 0;
  background-color: #EEEEEE;
}
.journalism_right_title p:nth-child(1):hover{color:#0082C7;}
/*新闻中心得底部*/
.journalism_footer {
  width: 100%;
  padding: 0;
}

.journalism_footer a {
  display: inline-block;
}

.journalism_footer > div {
  width: 1200px;
  margin: 0 auto;
  background-color: #F7F7F7;

}

.journalism_footer div a > div {
  position: relative;
  width: 396px;
  /**************2019.3.6****************/
  height: 140px;
  /**************修改人才招聘等信息高度****************/
  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: 170px;
  background-color: #11156e;
  opacity: 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: 58px;
}

#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: 14px;
  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;
}

.swiper-containersr{max-width: 1920px;margin:0 auto;overflow: hidden;}
.m-slickc2{margin-bottom: 40px;}
.groups img{max-width: 100%}
.m-slickc2 .slick-list{overflow:initial}
.m-slickc2,.m-slickc3{display: flex;justify-content: space-between}
.m-slickc2 .item,.m-slickc3 .item{float: left;width: 264px;}
.m-slickc2 .con{display:block;background-color:#fff;box-shadow:2px 2px 1px rgba(29,29,29,.1)}
.m-slickc2 .pic{height:168px;line-height:168px;overflow:hidden;position:relative;text-align:center}
.m-slickc2 .pic img{display:inline-block;vertical-align:middle;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s}
.m-slickc2 .pic:hover img{-webkit-transform:scale(1.08);-moz-transform:scale(1.08);-ms-transform:scale(1.08);-o-transform:scale(1.08);transform:scale(1.08)}
.m-slickc2 .txt{padding:14px 0}
.m-slickc2 .desc{font-size:9px;color:#5a5a5a;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align:center;text-transform:uppercase}
.m-slickc2 .tit{font-size:14px;color:#5a5a5a;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}



.m-slickc3 .con{display:block;background-color:#0082C7}
.m-slickc3 .pic{height:168px;line-height:168px;overflow:hidden;position:relative;text-align:center}
.m-slickc3 .pic img{display:inline-block;vertical-align:middle;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s}
.m-slickc3 .pic:hover img{-webkit-transform:scale(1.08);-moz-transform:scale(1.08);-ms-transform:scale(1.08);-o-transform:scale(1.08);transform:scale(1.08)}
.m-slickc3 .txt{padding:14px 0}
.m-slickc3 .desc{font-size:9px;color:#fff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align:center;text-transform:uppercase}
.m-slickc3 .tit{font-size:14px;color:#fff;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}



 @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:4.3rem;}

.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;justify-content: space-around;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%}
.journalism_footer a{display: block;margin-bottom: 0.2rem;border-radius: 10px;}
.journalism_footer div a > div{width: 100%;height:3rem;}
.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;height: auto;}
.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;}

}

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