.banner {
  width: 100%;
  height: auto;
  position: relative;
}

.banner .di {
  width: 100%;
  height: auto;
}

.banner .banner_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.banner .banner_c .yidong {
  display: none;
  width: 100%;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner .banner_c .yidong p {
  margin-top: 30px;
  font-size: 25px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
}

.banner .banner_c .neirong {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3% 0;
  padding-top: 60px;
}

.banner .banner_c .neirong .neirong1 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner .banner_c .neirong .neirong1 .dl-btn{
  display: none;
} 

.banner .banner_c .neirong .neirong1 .neirong1_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.banner .banner_c .neirong .neirong1 .neirong1_1 .neirong_logo {
  width: 100px;
  height: 100px;
  background: url(../img/t_logo_sprite.svg);
  -webkit-animation: 500ms steps(30) both;
  animation: 500ms steps(30) both;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation-name: t-logo-play;
  animation-name: t-logo-play;
}

@-webkit-keyframes t-logo-play {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 0%;
  }
}

@keyframes t-logo-play {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 0%;
  }
}


.banner .banner_c .neirong .neirong1 .neirong1_1 p {
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0 0px 0;
  color: #000;
}

.banner .banner_c .neirong .neirong1 .neirong1_1 span {
  color: #999;
  font-size: 16px;
}

.banner .banner_c .neirong .neirong1 a {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.banner .banner_c .neirong .neirong1 a .des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid transparent;
}

.banner .banner_c .neirong .neirong1 a .des img {
  margin-right: 10px;
}

.banner .banner_c .neirong .neirong1 a .img1 {
  display: none;
}

.banner .banner_c .neirong .neirong1 a .img2 {
  display: block;
}

.banner .banner_c .neirong .neirong1 a:hover .des {
  border-bottom: 4px solid #3c7cf3;
}

.banner .banner_c .neirong .neirong1 a:hover .img1 {
  display: none;
}

.banner .banner_c .neirong .neirong1 a:hover .img2 {
  display: block;
}

.banner .banner_c .neirong .neirong1 a img {
  margin-bottom: 0px;
  width: auto;
  max-width: 350px;
}

.banner .banner_c .neirong .neirong1 a p {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.banner .banner_c .neirong .neirong3 {
  margin-top: 30px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

.banner .banner_c .neirong2 {
  padding: 3% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner .banner_c .neirong2 .p {
  width: auto;
  margin-bottom: 30px;
}

.banner .banner_c .neirong2 .miaoshu {
  width: auto;
  height: auto;
  margin-bottom: 25px;
}

.banner .banner_c .neirong2 .miaoshu ul {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.banner .banner_c .neirong2 .miaoshu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.banner .banner_c .neirong2 .miaoshu ul li i {
  margin-right: 20px;
  width: 5px;
  height: 5px;
  background-color: #666;
  border-radius: 50%;
}

.banner .banner_c .neirong2 .miaoshu ul li p {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}

.banner .banner_c .neirong2 .miaoshu ul li p a {
  font-size: 16px;
  color: #3c7cf3;
}

.banner .banner_c .neirong2 .dl-btn {
  width: 280px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  background-color: #3c7cf3;
  border: 1px solid #3c7cf3;
  margin-bottom: 40px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.banner .banner_c .neirong2 .dl-btn:hover {
  background-color: #fff;
  color: #3c7cf3;
}

.banner .banner_c .neirong2 h3 {
  margin: 40px auto;
  margin-top: 15px;
  font-size: 28px;
  color: #000;
}

.banner .banner_c .neirong2 p {
  font-size: 16px;
  color: #999;
  margin-bottom: 30px;
}

.banner .banner_c .neirong2 .banben {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner .banner_c .neirong2 .banben .pc {
  margin-right: 20px;
  width: 160px;
  height: 50px;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 25px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.banner .banner_c .neirong2 .banben .pc:hover {
  border: 1px solid #3c7cf3;
}

.banner .banner_c .neirong2 .banben .pc:hover .des span {
  color: #3c7cf3;
}

.banner .banner_c .neirong2 .banben .pc:hover .img1 {
  display: none;
}

.banner .banner_c .neirong2 .banben .pc:hover .img2 {
  display: block;
}

.banner .banner_c .neirong2 .banben .pc img {
  margin-right: 10px;
  width: auto;
}

.banner .banner_c .neirong2 .banben .pc .img1 {
  display: block;
}

.banner .banner_c .neirong2 .banben .pc .img2 {
  display: none;
}

.banner .banner_c .neirong2 .banben .pc .des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner .banner_c .neirong2 .banben .pc .des span {
  font-size: 14px;
  color: #999;
}

.con {
  margin-bottom: 30px;
  width: 100%;
  /* height: 850px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-content: center;
  background-color: #F9F9FB;
}

.con .con_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2% 0;
}

.con .con_c .con_c_title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.con .con_c .con_c_title img {
  width: auto;
}

.con .con_c .con_c_title span {
  font-size: 14px;
  color: #999;
}

.con .con_c .con_c_list {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.con .con_c .con_c_list .list {
  margin-bottom: 2%;
  width: 31%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 31%;
}

.con .con_c .con_c_list .list .list-content {
  padding: 15px;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.con .con_c .con_c_list .list .list-content:hover {
  -webkit-box-shadow: 0 0 10px rgba(38, 162, 224, 0.5);
  box-shadow: 0 0 10px rgba(38, 162, 224, 0.5);
}

.con .con_c .con_c_list .list img {
  margin-right: 20px;
  width: 1.5rem;
}

.con .con_c .con_c_list .list .des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.con .con_c .con_c_list .list .des p {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
}

.con .con_c .con_c_list .list .des span {
  font-size: 14px;
  color: #666;
}

.con .con_c .video {
  margin-top: 60px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.con .con_c .video img {
  width: auto;
}

.home-news {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* background: #f9f9fb; */
}

.home-news .con_c {
  padding: 2% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-news .con_c .title {
  margin-bottom: 20px;
  margin-top: 40px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-news .con_c .title img {
  width: auto;
}
.home-news .con_c .home-newslist {
  width: 100%;
  overflow: hidden;
}
.home-news .con_c .home-newslist .home-news1 {
  margin-bottom: 30px;
  display: flex;
  background: #F9F9FB;
  border-radius: 15px;
  position: relative;
  height: 200px;
}

.home-news .con_c .home-newslist .home-news1 .img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 3.3333rem;
  border-radius: 15px;
  overflow: hidden;
}
.home-news .con_c .home-newslist .home-news1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

@media (max-width: 765px) {
  .home-news .con_c .home-newslist .home-news1 .img {
    /* height: 153px; */
  }
}
.home-news .con_c .home-newslist .home-news1 .des {
  display: flex;
  flex: 1;
  flex-direction: column;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 2%;
  overflow: hidden;
  margin-right: 3.3333rem;
}

.home-news .con_c .home-newslist .home-news1 .des .excerpt,
.home-news .con_c .home-newslist .home-news1 .des .time {
  font-size: 14px;
  color: #999;
}

.home-news .con_c .home-newslist .home-news1 .des .excerpt {
  flex: 1;
  margin: 0.2rem 0;
  overflow: hidden;
}

.home-news .con_c .home-newslist .home-news1 .des .excerpt:hover,
.home-news .con_c .home-newslist .home-news1 .des .time:hover {
  color: #2196f3;
}

.home-news .con_c .home-newslist .home-news1 .des .des-title {
  font-size: 0.32rem;
  color: #000000;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.home-news .con_c .home-newslist .home-news1 .des .des-title:hover {
  color: #2196f3;
}

.home-news .con_c .more {
  margin-bottom: 40px;
  margin-top: 30px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-news .con_c .more a {
  display: block;
  width: 130px;
  height: 50px;
  line-height: 45px;
  border-radius: 25px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #3c7cf3;
}
.banner .banner_c .neirong .neirong1 a .des {
  padding-bottom: 20px;
}

.banner .banner_c .neirong .neirong1 a.dl-btn {
  width: 280px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  background-color: #3c7cf3;
  border: 1px solid #3c7cf3;
  margin-bottom: 40px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
