/*新闻中心*/
.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{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;
  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;
}


/*新闻中心--子标题*/
.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) / 4);
  height: 535px;
  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: 70px;
  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;
  margin-top:90px;
}

.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;
}


.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;
}

 .p_info{
        width: auto;
    padding: 0px;
    position: absolute;
    text-align: left;
    left: 50%;
    top: 50%;
    z-index: 9;
    display: flex;
    transform: translateX(-600px) translateY(-50%);
    align-items: center;
    }
    
    .p_info_fivebox{
        width: auto;
    padding-top: 0px;
    box-sizing: border-box;
    }

    .p_line{
padding: 0px;
    display: block;
    margin: 25px 0px;
    width: 48px;
    height: 3px;
    line-height: 3px;
    opacity: 0;
    border: none;
    transform: translate3d(0, 500%, 0);
    cursor: pointer;
    background-color: #183f8d;
    transition: transform 1.5s ease 3.5s, opacity 1.5s ease 3.5s;
    }


    .anim .p_line{
        transition: transform 1.5s ease 3.5s, opacity 1.5s ease 3.5s;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    }
    .p_summary{
            font-size: 46px;
    line-height: 1.2;
    width: 100%;
    margin: 0px;
    font-weight: bold;
    padding: 0px 0px;
    color: #000;
    letter-spacing: 3px;
    text-indent: 0px;
    opacity: 0;
    margin-top: 10px;
       transition: transform 1.5s ease 3.5s, opacity 1.5s ease 3.5s;
    transform: translate3d(0, 60%, 0);
    }


    .anim .p_summary{
       opacity: 1;
    transition: transform 1.5s ease 3.5s, opacity 1.5s ease 3.5s;
    transform: translate3d(0, 0, 0);  
    }
    .p_subtitle{
       padding: 0px;
    margin: 0px;
    width: 100%;
    color: #cb3a4c;
    line-height: 1.4;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    opacity: 0;
    text-transform: Uppercase;
    transform: translate3d(0, 50%, 0);
    cursor: pointer;
    transition: transform 1.5s ease 4.5s, opacity 1.5s ease 4.5s;
    }

      .anim .p_subtitle{
        transition: transform 1.5s ease 4.5s, opacity 1.5s ease 4.5s;
    opacity: 1;
    transform: translate3d(0, 0, 0);
      }




    .p_button{
width: 50px;
    height: 50px;
    position: relative;
    display: inline-block;
    opacity: 0;
    margin-top: 60px;
    transition: width 0.5s ease 4.5s, transform 1s ease 4.5s, opacity 1s ease 4.5s;
    transform: translate3d(0, -30%, 0);
    }
.anim .p_button{
    opacity: 1;
    transition: width 0.5s ease 4.5s, transform 1s ease 4.5s, opacity 1s ease 4.5s;
    transform: translate3d(0, 0, 0);
}

.p_button:hover .more-ssz{color: #fff;
    border: 1px dashed #cb3a4c;
    background:#cb3a4c;
}
    .more-ssz{
        position: absolute;
    top: 0%;
    left: 0%;
    padding: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
    border-radius: 60px;
    transition: all .5s ease 0s;
    border: 1px dashed #007aff;
    animation: ssz 16s infinite linear;
    }
.icon{
    margin: 0;
    width: 100%;
    height: 100%;
    fill: currentColor;
font-size:16px;
}
.p_info_fivebox img
{
        max-width: 300px;
    height: auto;
    color: #cb3a4c;
    letter-spacing: 4px;
    text-indent: 0px;
    margin: 0px;
    opacity: 0;
    transition: transform 1.5s ease 3s, opacity 1.5s ease 3s;
    transform: translate3d(0, -50%, 0);
}
.anim .p_info_fivebox img{
    opacity: 1;
    transition: transform 1.5s ease 3s, opacity 1.5s ease 3s;
    transform: translate3d(0, 0, 0);
}



 .p_info .p_button:hover .more-box {
    color: rgba(255, 255, 255, 1);
    position:relative;
    z-index: 9;
}
    @keyframes ssz {
    0% {
        transform: rotate(-360deg)
    }

    100% {
        transform: rotate( 0deg)
    }
}



 @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.2rem;
    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.5rem;
    opacity: 1;
  }

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

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

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

@keyframes myfourthfont {
  0%,
  50% {
    left: 9.5rem;
    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%;
  height: auto;
}
.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 {
  margin-left: 15px;
  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_right > div > a:first-child {
  margin-left: 0;
}
.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%}