.flx_btw, .culture .culture_list > div .culture_tit, .platform .platform_flx, .profile .profile_flx .profile_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flx_ctr, .news .news_flx .news_l .news_btn, .platform .platform_flx .platform_c1 .platform_c2 .platform_txt .platform_icon, .profile .profile_flx .profile_l a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .banner_point {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 58px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner .banner_point span {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: white;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 7px;
}
.banner .banner_point span.swiper-pagination-bullet-active {
  width: 75px;
  background-color: #fd0015;
}

.profile {
  padding: 8.54% 0 5.2%;
}
.profile .common_title {
  width: 33.59%;
}
.profile .profile_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.profile .profile_flx .profile_l {
  position: relative;
  width: 33.59%;
  padding-top: 15px;
}
.profile .profile_flx .profile_l .profile_l_tit {
  line-height: 1.3;
}
.profile .profile_flx .profile_l a {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 128px;
  height: 38px;
  border-radius: 50px;
  background: #e3e3e3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.profile .profile_flx .profile_l a:hover {
  color: white;
  background: #fd0015;
}
.profile .profile_flx .profile_l .profile_l_des {
  margin-top: 30px;
  line-height: 1.625;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.profile .profile_flx .profile_r {
  width: 60%;
}
.profile .profile_flx .profile_r > div {
  width: calc((100% - 26px) / 2);
}
.profile .profile_flx .profile_r > div .profile_r_tit {
  line-height: 1em;
  margin-bottom: 22px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.profile .profile_flx .profile_r > div .profile_r_tit:hover {
  color: #fd0015;
}
.profile .profile_flx .profile_r > div .profile_img {
  position: relative;
  height: 0;
  padding-bottom: 32.97%;
  overflow: hidden;
  display: block;
}
.profile .profile_flx .profile_r > div .profile_img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile .profile_flx .profile_r > div .profile_img:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.profile .profile_flx .profile_r > div .profile_r_des {
  color: #484848;
  margin: 20px 0 25px;
  line-height: 1.5em;
  height: 9em;
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.profile .profile_flx .profile_r > div .profile_r_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  background: #e4e0df;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 20px;
  display: none;
}
.profile .profile_flx .profile_r > div .profile_r_more a {
  color: #fd0015;
}
.profile .profile_flx .profile_r > div .profile_r_more img {
  margin-right: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.profile .profile_flx .profile_r > div .profile_r_more:hover img {
  margin-right: 16px;
}

.platform .platform_flx {
  height: 488px;
  margin: 50px 0 56px;
  color: white;
}
.platform .platform_flx .platform_c1 {
  width: 366px;
  height: 366px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: white;
}
.platform .platform_flx .platform_c1 .platform_c2 {
  height: 100%;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.platform .platform_flx .platform_c1 .platform_c2 .c2_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.platform .platform_flx .platform_c1 .platform_c2 .c2_bg img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.platform .platform_flx .platform_c1 .platform_c2 .platform_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
      display: flex;
    flex-direction: column;
    align-items: center;
}
.platform .platform_flx .platform_c1 .platform_c2 .platform_txt .platform_icon {
  height: 86px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
}
.platform .platform_flx .platform_c1 .platform_c2 .platform_txt .platform_tit {
  position: relative;
  z-index: 2;
  margin-top: 46px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  text-align: center;
}
.platform .platform_flx .platform_c1 .platform_c2 .platform_txt .platform_des {
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  max-height: 0;
  text-align: center;
  padding: 0 50px;
  opacity: 0;
  margin-top: 30px;
  width: 426px;
}
.platform .platform_flx .platform_c1:hover {
  width: 488px;
  height: 488px;
  padding: 30px;
  border: 1px solid #dfdfdf;
}
.platform .platform_flx .platform_c1:hover .platform_c2 {
  background: #fd0015;
}
.platform .platform_flx .platform_c1:hover .platform_c2 .c2_bg {
  opacity: 0;
}
.platform .platform_flx .platform_c1:hover .platform_c2 .platform_tit {
  margin-top: 26px;
}
.platform .platform_flx .platform_c1:hover .platform_c2 .platform_des {
  max-height: 150px;
  
  opacity: 1;
}

.culture .culture_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 44px;
}
.culture .culture_list > div {
  width: calc((100% - 45px) / 4);
}
.culture .culture_list > div .culture_img {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.culture .culture_list > div .culture_img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.culture .culture_list > div .culture_img:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.18);
}
.culture .culture_list > div .culture_img:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.culture .culture_list > div .culture_tit {
  height: 68px;
  color: white;
  padding: 0 20px;
  background: #eb2a2a;
}
.culture .culture_list > div:nth-child(2) .culture_tit {
  background: #ca0d0d;
}
.culture .culture_list > div:nth-child(3) .culture_tit {
  background: #ac0000;
}
.culture .culture_list > div:nth-child(4) .culture_tit {
  background: #910000;
}
.culture .culture_list > div .culture_des {
  color: #484848;
  margin-top: 20px;
  letter-spacing: 2px;
}
.culture .culture_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 34px;
  height: 80px;
  margin-top: 36px;
  background: #faf7ef;
}
.culture .culture_link a {
  color: #fd0015;
  margin-right: 40px;
  font-weight: bold;
}

.business {
  margin: 7.29% 0;
}
.business .bus1 {
  margin-top: 40px;
  margin-bottom: 45px;
}
.business .bus1 .swiper-slide {
  width: auto;
  cursor: pointer;
  line-height: 1;
  padding-bottom: 8px;
}
.business .bus1 .swiper-slide-thumb-active {
  color: #fd0015;
  border-bottom: 2px solid #fd0015;
}
.business .bus2 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.business .bus2 .swiper-slide .bus2_l {
  width: 44.9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.business .bus2 .swiper-slide .bus2_l .bus_repeat {
  -webkit-box-flex: 0;

  border-bottom: 1px solid #dddddd;
  padding: 3% 0;
}
.business .bus2 .swiper-slide .bus2_l .bus_repeat .bus_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "bold";
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.business .bus2 .swiper-slide .bus2_l .bus_repeat .bus_top img {
  margin-right: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.business .bus2 .swiper-slide .bus2_l .bus_repeat .bus_des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 30px;
}
.business .bus2 .swiper-slide .bus2_l .bus_repeat:hover .bus_top {
  color: #fd0015;
}
.business .bus2 .swiper-slide .bus2_l .bus_repeat:hover .bus_top img {
  margin-right: 12px;
}
.business .bus2 .swiper-slide .bus2_r {
  width: 49.6%;
}
.business .bus2 .swiper-slide .bus2_r .bus_img {
  position: relative;
  height: 0;
  padding-bottom: 57.9%;
  overflow: hidden;
  display: block;
}
.business .bus2 .swiper-slide .bus2_r .bus_img:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.business .bus2 .swiper-slide .bus2_r .bus_img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}

.news {
  padding-bottom: 6.77%;
}
.news .news_title {
  position: relative;
}
.news .news_title a {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #a4a4a4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "medium";
}
.news .news_title a:hover {
  color: #fd0015;
}
.news .news_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 56px;
}
.news .news_flx .news_l {
  width: 43.75%;
}
.news .news_flx .news_l .swiper-container{
    height: 100%;
}
.news .news_flx .news_l .swiper-slide .news_img {
  position: relative;
  height: 0;
  padding-bottom: 82%;
  overflow: hidden;
  display: block;
}
.news .news_flx .news_l .swiper-slide .news_img:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.news .news_flx .news_l .swiper-slide .news_img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .news_flx .news_l .swiper-slide .news_l_tit {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 22px;
  background: rgba(0, 0, 0, 0.8);
}
.news .news_flx .news_l .swiper-slide .news_l_tit a {
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: white;
}
.news .news_flx .news_l .news_btn {
  position: absolute;
  z-index: 2;
  height: 56px;
  bottom: 0;
  right: 36px;
}
.news .news_flx .news_l .news_btn svg {
  cursor: pointer;
}
.news .news_flx .news_l .news_btn .news_prev {
  margin-right: 24px;
}
.news .news_flx .news_l .news_btn .swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
.news .news_flx .news_r {
  width: calc(56.25% - 40px);
  background-image: url(../img/bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.news .news_flx .news_r .news_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #dddddd;
}
.news .news_flx .news_r .news_tab div {
  margin-right: 40px;
  line-height: 1;
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
  word-break: keep-all;
}
.news .news_flx .news_r .news_tab div:hover {
  color: #e10706;
}
.news .news_flx .news_r .news_tab .fnt_16 {
  color: #e10706;
}
.news .news_flx .news_r .news_tab .fnt_16::after {
  content: "";
  display: block;
  width: 100%;
  bottom: -1px;
  background: #e10706;
  height: 1px;
  position: absolute;
}
.news .news_flx .news_r .news_con {
  padding: 0 40px;
  margin-top: 7%;
}
.news .news_flx .news_r .news_con > div {
  display: none;
}
.news .news_flx .news_r .news_con > div .news_con_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
.news .news_flx .news_r .news_con > div .news_con_flx .news_time {
  color: #e10706;
  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;
  margin-right: 24px;
  font-family: "light";
}
.news .news_flx .news_r .news_con > div .news_con_flx .news_time div {
  line-height: 1;
}
.news .news_flx .news_r .news_con > div .news_con_flx .news_time .news_day {
  margin-bottom: 6px;
  font-weight: bold;
}
.news .news_flx .news_r .news_con > div .news_con_flx .news_tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news_flx .news_r .news_con > div .news_con_flx .news_tit a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #555555;
}
.news .news_flx .news_r .news_con > div .news_con_flx .news_tit a:hover {
  color: #e10706;
}
.news .news_flx .news_r .news_con > div:first-child {
  display: block;
}

@media only screen and (max-width: 1600px) {
  .platform .platform_flx .platform_c1 {
    width: 300px;
    height: 300px;
    display: block;
    color: white;
  }
  .platform .platform_flx .platform_c1:hover {
    width: 430px;
    height: 430px;
  }
  .platform .platform_flx .platform_c1 .platform_c2 .platform_txt .platform_des{
      margin-top: 15px;
      width:368px;
  }
  
  .platform .platform_flx .platform_c1 .platform_c2 .platform_txt .platform_tit {
    margin-top: 10px;
  }
  .platform .platform_flx {
    height: 430px;
  }
  .business .bus2 .swiper-slide .bus2_l .bus_repeat .bus_top {
    margin-bottom: 5px;
  }
  .news .news_flx .news_r .news_con > div .news_con_flx {
    margin-bottom: 22px;
  }
  .culture .culture_list > div .culture_des {
    margin-top: 15px;
  }
  .news .news_flx .news_r .news_con > div .news_con_flx .news_time .news_day {
    margin-bottom: 6px;
  }
  .news .news_flx .news_r .news_tab div{
      margin-right: 25px;
  }
  .news .news_flx .news_r{
          width: calc(56.25% - 20px);
  }
}
@media only screen and (max-width: 1200px) {
    .news .news_flx .news_r .news_con{
        padding: 0 20px;
    }
    .news .news_flx .news_r .news_tab div{
        margin-right: 15px;
    }
  .platform .platform_flx .platform_c1 {
    width: 220px;
    height: 220px;
  }
  .platform .platform_flx .platform_c1:hover {
    width: 310px;
    height: 310px;
    padding: 20px;
  }
  .platform .platform_flx .platform_c1 .platform_c2 .platform_txt .platform_des {
    padding: 0 30px;
    width:268px;
    font-size: 14px;
  }
  .platform .platform_flx .platform_c1 .platform_c2 .platform_txt .platform_icon {
    height: 40px;
  }
  .platform_icon img {
    height: 40px;
  }
  .platform .platform_flx {
    height: 310px;
  }
  .business .bus2 .swiper-slide .bus2_l .bus_repeat .bus_des {
    -webkit-line-clamp: 1;
  }
  .business .bus2 .swiper-slide .bus2_l .bus_repeat {
    padding-top: 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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news_l > div {
    height: 100%;
  }
  .news .news_flx .news_l .swiper-slide .news_img {
    height: 100%;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
    .banner img {
  width: 100% !important;
  height: auto !important;
}
  .profile .profile_flx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
  }
  .profile .profile_flx .profile_l {
    width: 100%;
  }
  .profile .profile_flx .profile_r {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .profile .profile_flx .profile_l .profile_l_des {
    margin-top: 10px;
  }
  .profile .profile_flx .profile_l a {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .profile .profile_flx .profile_r > div .profile_r_des {
    margin: 10px 0 20px;
  }
  .profile .profile_flx .profile_r > div .profile_r_tit {
    margin-bottom: 15px;
  }
  .platform .platform_flx {
    height: auto;
    -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;
  }
  .platform .platform_flx .platform_c1 {
    margin-bottom: 20px;
  }
  .culture .culture_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
  .culture .culture_list > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .culture .culture_list > div .culture_des {
    margin-top: 10px;
    padding-left: 20px;
  }
  .culture .culture_link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
        height: auto;
  }
  .culture .culture_link a {
    margin-right: 0px;
    flex: 0 0 33.33%;
  }
  .business .bus2 .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .business .bus2 .swiper-slide .bus2_l {
    width: 100%;
  }
  .business .bus2 .swiper-slide .bus2_r {
    width: 100%;
  }
  .business .bus2 .swiper-slide .bus2_l .bus_repeat {
    padding: 20px 0;
  }
  .business .bus1 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .news .news_flx {
    margin-top: 30px;
    display: block;
  }
  .news .news_flx .news_l {
    width: 100%;
    height: 250px;
  }
  .news .news_flx .news_r {
    width: 100%;
    padding: 20px;
  }
  .news .news_flx .news_r .news_tab div {
    margin-right: 16px;
        font-size: 12px;
  }
  .news .news_flx .news_r .news_con {
    padding: 0;
  }
  .banner .banner_point {
    bottom: 20px;
  }
  .banner .banner_point span.swiper-pagination-bullet-active {
    width: 35px;
  }
  .profile .profile_flx .profile_r > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .culture .culture_list > div .culture_tit{
      height: 40px;
  }
}
