.pcshow {
  display: none;
}

.pcDynamics {
  max-width: 1200px;
  margin: 0 auto;
}

.telshow {
  display: block;
}

#newso {
  font-size: 22px;
  font-weight: bold;
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 4px;
}

.service-content p {
  font-size: 16px;
  color: black;
  line-height: 33px;
}

.newsdate {
  font-size: 16px;
  font-weight: 400;
  color: #A0A0A0;
}

.num a {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
}

.num a:hover {
  color: #Fff;
  background-color: #35A2E8;
}

.cback {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 10px 10px 10px 40px;
}

.cback h4 {
  color: #4A4F6A;
  font-size: 16px;
  transform: translateY(11px);
  transition: transform 500ms 0s cubic-bezier(0.2, 0, 0, 1), opacity 500ms 0s cubic-bezier(0.2, 0, 0, 1);
}

.cback span {
  opacity: 0;
  color: #858BA9;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  transform: translateY(6px);
  transition: transform 500ms 0s cubic-bezier(0.2, 0, 0, 1), opacity 500ms 0s cubic-bezier(0.2, 0, 0, 1)
}

.cback div {
  top: 18px;
  left: 0;
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  overflow: hidden;
  position: absolute;
  border-radius: 50%;
  transform: scale(1);
  background-color: #E9E7F2;
  transition: transform 400ms 0s cubic-bezier(0.2, 0, 0, 1.6);
}

.cback div::after {
  top: 0;
  left: 0;
  content: '';
  width: 60px;
  height: 30px;
  position: absolute;
  background-position: 0 0;
  background-image: url('../image/back.svg');
  transition: transform 400ms 0s cubic-bezier(0.2, 0, 0, 1);
}

.cback:hover h4 {
  color: #171922;
}

.cback:hover span {
  opacity: 1;
  transform: translateY(-16px);
}

.cback:hover h4 {
  transform: translateY(-30px);
  opacity: 0;
}

.cback:hover div {
  transform: scale(1.1);
  background-color: white;
  box-shadow: 0 2px 10px 0 rgba(185, 182, 198, 0.00), 0 1px 3px 0 rgba(175, 172, 189, 0.25);
}

.cback:hover div::after {
  transform: translateX(-30px);
}




.telDynamics {
  display: none;
}

.corporateDynamics .moduleBody ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.corporateDynamics .moduleBody ul li {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 5.2rem;
  background: #F8F9FD;
}

.corporateDynamics .moduleBody ul li:not(:first-of-type) .cdcontent .title .right {
  display: none
}

.corporateDynamics .moduleBody ul li .cdcontent {
  padding: 36px 20px;
}

.corporateDynamics .moduleBody ul li>div {
  flex: 1;
  width: 50%;
}

.corporateDynamics .moduleBody ul li .simg {
  padding-left: 0.05rem;
  background-repeat: no-repeat;
  background-position: center;
}

.corporateDynamics .moduleBody ul li .simg img {
  width: 100%;
  height: 100%;
  padding: 36px 10px;
  object-fit: cover;
}

.corporateDynamics .moduleBody ul li .cdcontent img {
  width: 1.04rem;
}

.corporateDynamics .moduleBody ul li .title {
  height: 20px;
  line-height: 20px;
  margin-bottom: 40px;
}

.corporateDynamics .moduleBody ul li .content {
  font-size: 16px;
  color: #323232;
  line-height: 35px;
  margin-bottom: 50px;
  text-indent: 2em;
}

.corporateDynamics .moduleBody ul li .more {
  display: flex;
  justify-content: space-between;
}

.corporateDynamics .moduleBody ul li .more span {
  font-size: 16px;
  color: #A0A0A0;
}

.corporateDynamics .moduleBody ul li .more img:nth-of-type(1) {
  margin-right: 0.2rem;
  margin-top: -0.05rem;
}

.corporateDynamics .moduleBody ul li .more img:nth-of-type(2) {
  margin-left: 0.1rem;
  margin-top: 0.05rem;
}

.corporateDynamics .moduleBody ul li .more div:nth-of-type(2) {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.corporateDynamics .moduleBody ul li .more div:nth-of-type(1) {
  width: 70px;
  height: 23px;
  line-height: 23px;
  border-radius: 4px;
  text-align: left;
  padding-left: 6px;
  color: #fff;
  font-size: 14px;
  position: relative;
  background: #0075C1;
}

.corporateDynamics .moduleBody ul li .more:hover {
  cursor: pointer;
}

.corporateDynamics .moduleBody ul li .cdcontent .content:hover {
  cursor: pointer;
}


}
.corporateDynamics .moduleBody ul li .more a {
  color: #fff;
}
.mbt a {
  color: #fff;
}
.corporateDynamics ul li .more .mbt:hover {
  background: #fff!important;
  border: 1px solid #0075C1;
}
.corporateDynamics ul li .more .mbt:hover a {
  color: #0075C1!important;
}
.corporateDynamics .moduleBody ul li .more div:nth-of-type(1)::before {
  content: "";
  height: 8px;
  width: 8px;
  top: 50%;
  margin-top: -4px;
  left: 45px;
  border-width: 1.5px 1.5px 0 0;
  border-color: #fff;
  border-style: solid;
  transform: matrix(0.8, 0.5, -0.8, 0.5, 0, 0);
  position: absolute;
}
.corporateDynamics .moduleBody ul li .more div:nth-of-type(1)::after {
  content: "";
  height: 8px;
  width: 8px;
  top: 50%;
  margin-top: -4px;
  left: 54px;
  border-width: 1.5px 1.5px 0 0;
  border-color: #fff;
  border-style: solid;
  transform: matrix(0.8, 0.5, -0.8, 0.5, 0, 0);
  position: absolute;
}
.corporateDynamics ul li .more .mbt:hover a::before {
  content: "";
  height: 8px;
  width: 8px;
  top: 50%;
  margin-top: -4px;
  left: 45px;
  border-width: 1.5px 1.5px 0 0;
  border-color: #0075C1;
  border-style: solid;
  transform: matrix(0.8, 0.5, -0.8, 0.5, 0, 0);
  position: absolute;
}
.corporateDynamics ul li .more .mbt:hover a::after {
  content: "";
  height: 8px;
  width: 8px;
  top: 50%;
  margin-top: -4px;
  left: 54px;
  border-width: 1.5px 1.5px 0 0;
  border-color: #0075C1;
  border-style: solid;
  transform: matrix(0.8, 0.5, -0.8, 0.5, 0, 0);
  position: absolute;
}
.corporateDynamics .moduleBody ul li .cdcontent .title .t1 {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #323232;
}
.corporateDynamics .moduleBody ul li .cdcontent .title .t1:hover {
  cursor: pointer;
  color: #0075C1;
}
.corporateDynamics .moduleBody ul li .cdcontent .title .right {
  float: right;
  width: 50px;
  height: 24px;
  line-height: 23px;
  text-align: center;
  padding: 0;
  border-radius: 4px;
  background-color: #c51f1f;
  color: #fff;
  font-size: 18px;
}
.corporateDynamics .moduleBody ul li .corder {
  display: inline-block;
  width: 2.6rem;
  height: 2.08rem;
  color: #fff;
  text-align: center;
  line-height: 2.08rem;
}
.corporateDynamics .moduleBody ul li:nth-of-type(2n+1) .corder {
  background: #0075C1;
  position: relative;
}
.corporateDynamics .moduleBody ul li:nth-of-type(2n) .corder {
  background: #69ABD6;
  position: relative;
}
.corporateDynamics .moduleBody ul li .corder {
  margin-right: 0.9375rem;
}
.corporateDynamics .moduleBody ul li .corder::before {
  content: '';
  width: 2px;
  margin-left: -2px;
  left: 50%;
  height: 1.5625rem;
  position: absolute;
  margin-top: -1.5625rem;
}
.corporateDynamics .moduleBody ul li:nth-of-type(2n+1) .corder::before {
  border-left: 2px solid #0075C1;
}
.corporateDynamics .moduleBody ul li:nth-of-type(2n) .corder::before {
  border-left: 2px solid #69ABD6;
}
.corporateDynamics .moduleBody ul li .corder::after {
  content: '';
  width: 0.52rem;
  height: 0.26rem;
  left: 50%;
  margin-left: -0.3rem;
  border-radius: 0 0 5px 5px;
  margin-top: -1.82rem;
  position: absolute;
}
.corporateDynamics .moduleBody ul li:nth-of-type(2n+1) .corder::after {
  background-color: #0075C1;
}
.corporateDynamics .moduleBody ul li:nth-of-type(2n) .corder::after {
  background: #69ABD6;
}
.unshow {
  display: none;
}
.upshow {
  display: block;
}
.change-page {
  display: flex;
  flex-direction: row;
  
  
  justify-content: center;
}
.news-prev {
  margin-right: 1.46rem;
}
.change-page .news-prev div,
.change-page .news-next div {
  display: flex;
  flex-direction: column;
}
.change-page .news-prev :hover,
.change-page .news-next :hover {
  background-color: #0075C1;
  border-radius: 10px;
}
.change-page .news-prev :hover span,
.change-page .news-next :hover span {
  color: #fff!important;
}
.change-page .news-prev div span:nth-of-type(1),
.change-page .news-next div span:nth-of-type(1) {
  white-space: pre-wrap;
  word-wrap: break-word;
  margin-bottom: 0.2rem;
  font-size: 16px;
  font-weight: 400;
  color: #323232
}
.change-page .news-prev div span:nth-of-type(2),
.change-page .news-next div span:nth-of-type(2) {
  font-size: 15px;
  font-weight: 400;
  color: #A0A0A0;
}
.showInfo {
  display: none;
}
.change-page .news-prev a,
.change-page .news-next a {
  background: #F8F9FD;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.8rem 0.88rem;
  min-width: 20rem;
}
.change-page .news-prev span:nth-of-type(1),
.change-page .news-next span:nth-of-type(1) {
  white-space: nowrap;
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}
.service-ul li {
  margin: 20px 0;
  padding-bottom: 20px;
}
.service-ul li:last-child {
  border-bottom: none;
}
.service-ul li:first-child {
  margin-top: 20px;
}
.changeord {
  order: 2;
}
.topimg {
  position: relative;
}
.topimg i {
  color: #fff;
  position: absolute;
  float: right;
  right: 0;
  bottom: 0;
  margin-bottom: 20px;
  margin-right: 20px;
}
.topimg i:nth-of-type(2) {
  display: none;
}
.topimg i:hover {
  cursor: pointer;
}
#newso {
  font-size: 22px;
}
@media only screen and (max-width:768px) {
  .change-page .news-prev span:nth-of-type(1),
  .change-page .news-next span:nth-of-type(1) {
    font-size: 14px;
  }
  
  .change-page .news-prev div span:nth-of-type(1),
  .change-page .news-next div span:nth-of-type(1) {
    font-size: 14px;
  }
  
  .change-page .news-prev div span:nth-of-type(2),
  .change-page .news-next div span:nth-of-type(2) {
    font-size: 13px;
  }
  
  .corporateDynamics .moduleBody ul li .cdcontent .title .t1 {
    font-size: 16px;
  }
  
  .telpage {
    display: none!important;
  }
  
  .am-pagination span:nth-of-type(1) a:nth-of-type(1) {
    
  }
  
  .am-pagination span:nth-of-type(3) a:nth-of-type(2) {
    
  }
  
  .corporateDynamics .moduleBody ul li .content {
    font-size: 14px;
    line-height: 2.5rem;
    margin-bottom: 20px;
  }
  
  .cback div::after {
    transform: translateX(-30px);
    background-color: white;
    background-color: white;
    box-shadow: 0 2px 10px 0 rgba(185, 182, 198, 0.00), 0 1px 3px 0 rgba(175, 172, 189, 0.25);
  }
  
  
  .topvideo {
    height: auto;
  }
  
  .pcDynamics {
    display: none;
  }
  
  .telDynamics {
    display: block;
  }
  
  .telDynamics ul li {
    display: flex;
    flex-direction: column!important;
    width: 100%!important;
    padding: 0 3.2rem;
    margin-bottom: 2rem!important;
  }
  
  #newsi {
    padding: 0;
  }
  
  .telDynamics ul li .simg {
    order: 1!important;
    margin-bottom: 2.5rem;
  }
  
  .telDynamics ul li>div {
    width: 100%!important;
  }
  
  .telDynamics .cdcontent {
    order: 2;
    padding: 0 0 2rem!important;
  }
  
  .telDynamics ul li .title {
    margin-bottom: 1.8rem!important;
  }
  
  .corporateDynamics .moduleBody ul li .cdcontent .title .right {
    width: 4.5rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 14px;
  }
  
  .num a {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
  }
  
  .change-page {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
  .change-page .news-prev {
    margin-right: 0;
    margin-bottom: 1.75rem;
  }
  
  .change-page .news-next {
    margin-bottom: 1.75rem;
  }
}