/* Banner */

@media screen and (min-width: 1921px) {
  .mb-story,
  .mb-filed,
  .mb-digital {
    display: none;
  }
}

@media screen and (max-width: 1920px) {
  .mb-story,
  .mb-filed,
  .mb-digital {
    display: none;
  }
}

@media screen and (max-width: 1600px) {
  .mb-story,
  .mb-filed,
  .mb-digital {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .mb-story,
  .mb-filed,
  .mb-digital {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .mb-story,
  .mb-filed,
  .mb-digital {
    display: none;
  }
}

.swiper-slide video {
  display: block;
  width: 100%;
  height: 18.6875rem;
  object-fit: cover;
}

/* video::-webkit-media-controls {
  display: none !important;
} */

.index-banner .banner-slide {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.banner-container .swiper-pagination-bullets {
  bottom: 70px;
}

.banner-container .swiper-pagination-bullet {
  width: 2.5rem;
  height: 0.1875rem;
  background: #fff;
  border-radius: 0;
  opacity: 1;
}

.banner-container .swiper-pagination-bullet-active {
  background: #bd1144;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .banner-container .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
  }
  .banner-container .swiper-pagination-bullets {
    bottom: 2px;
  }
}

@media screen and (max-width: 768px) {
  .index-banner {
    margin-top: 62px;
  }
}

/* Banner */
.research-story {
  max-width: 1198px;
  margin: -50px auto 60px;
  z-index: 99999;
  position: relative;
}
.research-story h2 {
  padding: 36px 0 20px;
  font-size: 30px;
  /* font-weight: bold; */
  color: #E60012;
}
.research-story .sub-title {
  padding-bottom: 42px;
  text-align: center;
}
.research-story .sub-title img{
  width: 200px;
}
.story-box {
  position: relative;
  top: 0;
  float: left;
  width: 23.5%;
  text-align: center;
  cursor: pointer;
}
.pc-story {
  display: block;
}
.mob-story {
  display: none;
}
.story-router {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 3px 16px 0px rgba(114, 114, 114, 0.2);
}
.story-content .story-box:nth-of-type(2),
.story-content .story-box:nth-of-type(3),
.story-content .story-box:nth-of-type(4) {
  margin-left: 2%;
}
.story-item-img {
  overflow: hidden;
  text-align: center;
}
.story-box {
  transition: all 0.5s;
}
.story-box:hover {
  top: -12px;
}
.story-box:hover .story-item-text {
  border-bottom: 5px solid #ea0a2a;
}

.story-box:hover .story-item-text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-bottom: 7px solid #e20020;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.story-router:hover img {
  transform: scale(1.2);
}
.research-story img {
  width: 100%;
  transition: all 0.8s;
}

.research-story .story-item-img {
  width: 100%;
}

.research-story .story-item-text {
  position: relative;
  padding: 0 6.93%;
  font-size: 14px;
  color: #444444;
  line-height: 24px;
  border-bottom: 5px solid #b5b5b6;
  background-color: #fff;
}
.research-story .story-item-text .time {
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #E81A2A;
}
.research-story .story-item-text .info {
  /* height: 48px; */
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 400;
  color: #666;
  margin-bottom: 10px;
}
.research-story .story-item-text .item-konw {
  margin-bottom: 30px;
  line-height: 30px;
}
.research-story .story-item-text .item-konw-icon{
  width: 16px;
  margin-top: -3px;
}
.research-story .story-item-text .item-konw-icon.active{
  display: none;
}
.research-story .story-item-text .item-konw a {
  text-decoration: none;
  color: #999999;
}
.research-story .story-box:hover .info {
  color: #333333;
}
.research-story .story-box:hover a {
  color: #E81A2A;
}
.research-story .story-box:hover .item-konw-icon {
  display: none;
}
.research-story .story-box:hover .item-konw-icon.active {
  display: inline-block;
}

/* propaganda */
.propaganda{
  max-width: 1198px;
  margin: 0 auto 40px;
  padding-bottom: 10px;
  border-bottom: 4px solid #E7000A;
}
.propaganda h2{
  padding: 30px 0;
  font-size: 30px;
  /* font-weight: bold; */
  /* color: #E60012; */
}
.propaganda .row{
  margin-left: 0;
  margin-right: 0;
}
.propaganda-video{
  padding-left: 0;
  padding-right: 30px;
}
.propaganda-video video{
  width: 100%;
  height: 450px;
}
.propaganda-text{
  background-color: #E4E4E5;
  font-size: 14px;
  height:450px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.propaganda-text .subTitle{
  color:#E60012;
  font-size: 20px;
  font-weight: bold;
}
.propaganda-text p{
  margin-bottom: 15px;
}
/* Story */
.story {
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 60px;
}

.story .story-edition {
  max-width: 1200px;
  margin: 0 auto;
}
.story .story-edition .contain .item-animation {
  border-right: 1px solid #fff;
}
.story .story-edition .contain .item-animation img {
  width: 58px;
}
.story .story-edition .contain .item-animation svg {
  width: 54px;
  height: 54px;
  display: none;
  margin: 0 auto;
}
.story .story-edition .contain .item-animation {
  border-right: 1px solid #fff;
}
.story .story-edition .contain .item-animation:last-of-type {
  border-right: none;
}
.contain {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

h2 {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 1.125rem;
  letter-spacing: 8px;
}

.story h2 {
  padding: 24px 0 35px 0;
  font-size: 30px;
  font-weight: 400;
  color: #595757;
}
.story p {
  max-width: 1198px;
  margin-bottom: 36px;
  text-align: center;
  font-size: 16px;
  color: #595757;
}
.story .left,
.story .center,
.story .right {
  flex: 1;
  height: 340px;
  position: relative;
  transition: all 0.4s;
  transform-style: preserve-3d;
}

.story .story-item {
  position: absolute;
  top: 0;
  left: 0;
  height: 340px;
  text-align: center;
  background: #f2f2f3;
  padding: 0 34px 0 25px;
  border-bottom: 5px solid #b5b5b6;
}
.story .animation-active {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  border-bottom: 5px solid #e10020;
  display: none;
  transition: 0.5s;
}
.story .animation-active {
  width: 25%;
  left: 0;
  bottom: 0;
}
.story .animation-active::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-bottom: 7px solid #e20020;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.story .contain .item-animation .story-item {
  position: relative;
  padding-top: 44px;
}
.story .contain .item-animation .story-item.active {
  background-color: #ea0a2a;
  border-bottom-color: #ea0a2a;
}
.story .contain .item-animation .story-item.active .text {
  color: #fff;
}
.story .contain .item-animation .story-item.active h5 {
  color: #fff;
}
.story .contain .item-animation .story-item.active h6 {
  color: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
}
.story .story-item h5 {
  text-align: center;
  margin: 10px 0 12px 0;
  font-size: 20px;
  font-weight: 400;
  color: #e10020;
}
.story .story-item h6 {
  width: 30%;
  margin:15px auto 12px;
  font-size: 14px;
  color: #e10020;
  border-left:1px solid #e10020;
  border-right:1px solid #e10020;
}
.story .story-item .text {
  position: relative;
  width: 100%;
  min-height: 54px;
  max-height: 54px;
  padding: 0;
  font-size: 14px;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #595757;
  line-height: 27px;
}

.story .story-transition {
  height: 364px;
  display: block;
  animation: storyscale 0.5s linear;
}

.story .story-item .link {
  width: 93px;
  /*height: 30px;*/
  border: 1px solid #ea0a2a;
  margin: 44px auto;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #ea0a2a;
  border-radius: 1px;
  background: #fbfbfb;
}

.story .story-item .link a {
  text-decoration: none;
  color: #ea0a2a;
}

@media screen and (max-width: 768px) {
  .banner-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  .mb-story {
    display: block;
    background-color: #f4f5f5;
    padding: 0 20px;
    height: 475px;
  }

  .mb-story h2 {
    line-height: 64px;
    height: 64px;
    margin: 0;
  }

  .mb-story h2 span {
    display: inline-block;
    text-align: center;
    line-height: 64px;
    font-size: 1.5rem;
    height: 75%;
    padding-left: 10px;
    border-bottom: 2px solid #ea0029;
  }

  .mb-story .story-item {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: center;
  }

  .mb-story .story-item img {
    width: 4rem;
  }

  .mb-story .story-item .text {
    margin-top: 5px;
    font-size: 1rem;
  }
  .research-story {
    margin-bottom: 0;
    background: #f7f8f8;
  }
  .life {
    height: 150px;
  }
  .story-box {
    height: 260px;
  }
}

.story .story-item .triangle {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -5px;
  left: 50%;
  margin-left: -3px;
  border-bottom: 8px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.story .story-item.active .triangle {
  display: block;
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .research-story,
  .story p,
  .story .story-edition {
    width: 972px;
  }
  .story .story-item h6 {
    width: 38%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .research-story,
  .story p,
  .story .story-edition {
    width: 749px;
  }
  .research-story .story-item-text .item-konw {
    margin-bottom: 20px;
  }
  .story .contain .item-animation .story-item {
    padding-top: 30px;
  }
  .story .story-item {
    height: 320px;
  }
  .story .story-item h6 {
    width: 54%;
  }
  .story .story-item .link {
    margin: 28px auto;
  }
}
/* Srory */
/* triangle */

/* Srory */

/* innovate */
.innovate {
  /* background-color: #f4f5f5; */
  padding-top: 32px;
  /* height: 375px; */
}

.innovate .innovate-main {
  margin: 0 auto;
}
.mob-innovate-item-content {
  display: none;
}
.innovate .innovate-main .innovate-main-item {
  position: relative;
  height: 332px;
  background: #ffffff;
  border-radius: 3px;
  margin-bottom: 40px;
  border: 1px solid #adaeae;
  border-radius: 3px;
  transition: 0.1s;
}

.innovate .innovate-main .innovate-main-box {
  float: left;
  width: 23.33%;
  height: 332px;
  margin-bottom: 36px;
  margin-right: 2.16%;
}
.innovate .innovate-main .innovate-main-box:last-of-type {
  margin-right: 0;
}
.innovate .innovate-main .innovate-main-box:hover .innovate-main-item {
  margin-top: -9px;
  border: 2px solid #e20020;
  box-shadow: 1px 5px 20px 2px rgba(0, 0, 0, 0.3);
}

.innovate .innovate-main .innovate-item-content .innovate-main-box:hover img {
  display: none;
}
.innovate .innovate-main .innovate-item-content .innovate-main-box:hover svg {
  display: block;
}

.innovate
.innovate-main
.innovate-item-content
.innovate-main-box:hover
.triangle {
  display: block;
}

.innovate .innovate-main .innovate-main-item .triangle {
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-bottom: 7px solid #e20020;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  display: none;
}

.innovate .innovate-main .innovate-item-img img {
  display: block;
  margin: 0 auto;
}
.innovate .innovate-main .innovate-item-content .innovate-main-box img {
  width: 58px;
}
.innovate .innovate-main .innovate-item-content .innovate-main-box svg {
  width: 58px;
  display: block;
  margin: 0 auto;
}
.innovate .innovate-main .innovate-item-content .innovate-main-box svg {
  display: none;
}
.innovate .innovate-main .innovate-main-item .innovate-item-img {
  width: 100%;
  height: 107px;
  margin-bottom: 24px;
  padding-top: 42px;
  overflow: hidden;
}

.innovate .innovate-main .innovate-main-item h5 {
  text-align: center;
  font-size: 20px;
  max-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 400;
  color: #ea0a2a;
  margin: 0 0 25px 0;
}

.innovate .innovate-main .innovate-main-item .innovate-item-text {
  width: 80%;
  max-height: 50px;
  margin: 0 auto 39px;
  font-size: 14px;
  font-weight: 400;
  color: #595757;
  line-height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.innovate .innovate-main .innovate-main-item .know {
  width: 83px;
  height: 35px;
  margin: 0 auto;
  border-radius: 1px;
  background-color: #e20020;
  text-align: center;
  text-decoration: none;
  line-height: 35px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}
.innovate .innovate-main h2 {
  font-size: 30px;
  font-weight: 400;
  color: #595757;
  margin-bottom: 30px;
}
/* innovate */

@media screen and (max-width: 768px) {
  .pc-filed {
    display: none;
  }

  .mb-filed {
    display: block;
    background-color: #f4f5f5;
    margin-bottom: 20px;
  }

  .mb-filed h2 {
    line-height: 64px;
    height: 64px;
    margin: 0;
  }

  .mb-filed h2 span {
    display: inline-block;
    text-align: center;
    line-height: 64px;
    font-size: 1.5rem;
    height: 75%;
    padding-left: 10px;
    border-bottom: 2px solid #ea0029;
  }

  .mb-filed .content .mb-filed-item {
    height: 48px;
    line-height: 2rem;
    text-align: center;
    font-size: 1.3rem;
    color: #ea0029;
    padding-bottom: -10px;
  }

  .mb-filed .content .mb-filed-item .active {
    display: inline-block;
    border-bottom: 1px solid #ea0029;
  }
  .innovate .innovate-main .innovate-main-box:hover .innovate-main-item {
    margin-top: 0;
    border: 1px solid #adaeae;
    box-shadow: none;
  }
  .innovate .innovate-main .innovate-main-box:hover .triangle {
    display: none !important;
  }
  .innovate .innovate-main .innovate-main-box:hover svg {
    display: none !important;
  }
  .innovate .innovate-main .innovate-main-box:hover .triangle {
    display: none !important;
  }
}

/* data */
/* anmiale */

.swiper-slide .move {
  animation: move linear 1s;
  animation-fill-mode: forwards;
}

.swiper-slide .moveright {
  animation: moveright linear 1s;
  animation-fill-mode: forwards;
}

@keyframes move {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* anmiale */

@media screen and (max-width: 768px) {
  body {
    background: #f1f2f6;
  }
  .banner-container .swiper-pagination-bullet-active {
    background: #e10020;
  }
  .research-story h2 {
    font-size: 20px;
    height: 66px;
    line-height: 66px;
    padding: 0;
    font-weight: 500;
    color: #313333;
    letter-spacing: 0;
  }
  .research-story .story-item-text .time {
    font-size: 14px;
    font-weight: 500;
    color: #2f2f2f;
    margin: 0;
    padding: 10px 0 4px 0;
  }
  .research-story .story-box:nth-of-type(2),
  .research-story .story-box:nth-of-type(3) {
    margin: 0 auto;
    margin-bottom: 1.92rem;
  }
  .research-story .story-item-text .item-konw {
    border: none;
    font-size: 12px;
    font-weight: 500;
    color: #e10020;
    margin: 0;
    width: 100%;
    text-align: right;
    height: 36px;
  }
  .research-story .story-item-text .info {
    font-size: 12px;
    color: #585858;
    font-weight: 400;
    line-height: 18px;
    height: auto;
  }
  .mob-arrow-right {
    display: inline-block;
  }
  .research-story .story-item-text .item-konw:hover {
    background: transparent;
  }
  .research-story .story-item-text .item-konw:hover a {
    color: #e10020;
  }
  .story-box {
    height: auto;
    width: 92%;
    margin: 0 auto;
    float: none;
    margin-bottom: 1.92rem;
  }
  .story-box:hover {
    top: 0;
  }
  .story-box:hover .story-item-text {
    border-bottom: none;
  }
  .story-box:hover .story-item-text::after {
    display: none;
  }
  .story-router:hover img {
    transform: scale(1);
  }
  .research-story .story-item-text {
    border-bottom: none;
  }
  .life {
    width: 100%;
    height: 150px;
    background-image: url("../img/index/mob-life-center.png") !important;
    background-size: cover;
  }
  .life .life-text {
    width: 100px;
    margin: 25px 0 0 0;
    width: 100%;
  }

  .life .life-text .know a {
    width: 11.52rem;
    line-height: 3.52rem;
    font-size: 2.24rem;
  }
  .life .life-text .title {
    line-height: 20px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 12px;
  }
  .life .life-text p {
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
  }
  .life .life-text p:first-of-type {
    margin-bottom: 0;
  }
  .story h2 {
    font-size: 20px;
    color: #313333;
    padding: 25px 0 15px 0;
    letter-spacing: 0;
  }
  .story p {
    color: #595757;
    font-size: 12px;
    font-weight: 400;
    width: 68%;
    margin: 0 auto 20px auto;
    line-height: 20px;
  }
  .story .story-edition {
    background: #f1f2f6;
  }
  .story .story-item {
    padding: 0 4.48rem;
  }
  .innovate {
    padding-top: 0;
  }
  .pc-story {
    display: none;
  }
  .mob-story {
    display: block;
    background-color: #f1f2f6;
    margin-bottom: 0;
    padding-bottom: 9.6rem;
  }
  .story-box:hover {
    top: 0;
  }
  .story .story-edition .contain .item-animation {
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(159, 159, 159, 0.46);
  }

  .mob-story .swiper-slide {
    height: auto;
  }
  .swiper-wrapper .swiper-slide .text {
    opacity: 1;
  }
  .swiper-wrapper .swiper-slide.banner-slide .text {
    opacity: 0;
    z-index: 10;
  }
  .story-box:hover .story-item-text {
    border-bottom: none;
  }
  .story .story-item .link {
    margin: 0 auto;
    background: #e10020;
    font-size: 13px;
    font-weight: 500;
    width: 100px;
  }
  .story .story-item .link a {
    color: #fff;
  }
  .story .center,
  .story .left,
  .story .right {
    height: auto;
  }
  .innovate .innovate-main .innovate-item-content .innovate-main-box img,
  .story .story-edition .contain .item-animation img {
    width: 40px;
  }
  .story .story-item h5 {
    color: #e10020;
    font-size: 15px;
    font-weight: 500;
    margin: 16px 0 13px 0;
  }
  .story .story-item h6 {
    font-size: 13px;
    width: 36%;
  }
  .story .story-item .text {
    -webkit-line-clamp: 10;
    font-size: 13px;
    font-weight: 400;
    color: #898989;
    line-height: 18px;
    height: 100px;
    max-height: 100px;
  }
  /* .contain {
    background: #f1f2f6;
  } */
  .swiper-wrapper .swiper-slide .position-insert1 {
    width: 60%;
  }
  .swiper-wrapper .swiper-slide .text1 {
    width: 60%;
  }
  .swiper-wrapper .swiper-slide .position-insert2 {
    width: 92%;
    height: 110px;
    left: auto;
    right: 15px;
    bottom: 17%;
  }
  .swiper-wrapper .swiper-slide .text2 {
    width: 92%;
    height: 110px;
    left: auto;
    right: 15px;
    bottom: 17%;
    padding: 0 5px 0 16px;
  }
  .swiper-wrapper .swiper-slide .position-insert3 {
    width: 92%;
    height: 110px;
    left: 15px;
    right: auto;
    top: auto;
    bottom: 8%;
  }
  .swiper-wrapper .swiper-slide .text3 {
    width: 92%;
    height: 110px;
    left: 15px;
    right: auto;
    bottom: 8%;
    top: auto;
    padding: 0 5px 0 16px;
  }
  .swiper-wrapper .swiper-slide .position-insert4 {
    width: 92%;
    height: 110px;
    left: auto;
    right: 15px;
    bottom: 17%;
  }
  .swiper-wrapper .swiper-slide .text4 {
    width: 92%;
    height: 110px;
    left: auto;
    right: 15px;
    bottom: 17%;
    padding: 0 5px 0 16px;
  }
  .swiper-wrapper .swiper-slide .position-insert5 {
    width: 80%;
    height: 110px;
    left: auto;
    right: 15px;
    bottom: 17%;
  }
  .swiper-wrapper .swiper-slide .text5 {
    width: 80%;
    height: 110px;
    left: auto;
    right: 15px;
    bottom: 17%;
    padding: 0 5px 0 16px;
  }
  .swiper-slide .text span:first-of-type {
    padding: 13px 0 8px 0;
  }

  .swiper-slide .triangle {
    border-left: 8px solid #fff;
    border-right: none;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 15px;
    left: 0;
    right: auto;
  }
  .swiper-slide .text span {
    font-size: 15px;
    font-weight: 800;
    -webkit-line-clamp: 5;
  }
  span:focus {
    outline: none;
  }
  .swiper-slide .text span:nth-child(2) {
    padding-bottom: 3px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .swiper-slide .text span:nth-child(2),
  .swiper-slide .text span:nth-child(3) {
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .swiper-slide .text .link {
    font-size: 10px;
    font-weight: 500;
  }
  .story .animation-active::after,
  .story-box:hover .story-item-text::after {
    display: none;
  }
  .swiper-wrapper .story-box:hover .story-item-text::after {
    display: none;
  }
  .story-router:hover img {
    transform: scale(1);
  }
  .story .contain .item-animation .story-item {
    border-bottom: none;
    background-color: #fff;
  }
}
.cls-2 {
  fill: #fff;
  opacity: 1;
  stroke-dasharray: 30, 30;
  stroke-dashoffset: 0;
  stroke-width: 1;
  stroke-miterlimit: 3;
}
.cls-1 {
  fill: #fff;
}
.cls-3 {
  fill: #ffff;
}
/* welfare */
.welfare-story {
  max-width: 1198px;
  margin: 0px auto 60px;
}
.welfare-story h2 {
  padding: 36px 0 20px;
  font-size: 32px;
  /* font-weight: bold; */
  color: #E81728;
  position: relative;
  text-align: center;

}
.welfare-story .welfare-story-more{
  position: absolute;
  top: 40px;
  right: 0;
  color: #999;
  font-size: 12px;
  cursor: pointer;
}
.welfare-story .welfare-story-more-text{
  font-size: 16px;
  vertical-align: middle;
  letter-spacing: 3px;
}
.welfare-story-more>i{
  display: inline-block;
  height: 8px;
  width: 17px;
  background-size: cover;
}
.welfare-story .sub-title {
  font-size: 14px;
  padding-bottom: 40px;
  text-align: center;
  color: #6A6969;
}
/* .welfare .sub-title img{
  width: 140px;
} */
.welfare-story-item{
  float: left;
  width: 25%;
  padding: 60px 3px 10px;
  position: relative;
  text-align: center;
}
/* .welfare-item .welfare-item-content{
  width: 240px;
  height: 240px;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
} */
.welfare-story-item .welfare-story-item-img{
  width: 292px;
  height: 240px;
  position: relative;
  top: -10px;
}
.welfare-story-item .welfare-story-more{
  width: calc(100% - 6px);
  height: calc(100% - 70px);
  background-color: rgba(209,14,24,0.8);
  position: absolute;
  cursor: pointer;
  display: none;
  left: 50%;
  top: 50px;
  transform: translate(-50%, 0%);
  line-height: 220px;
}
.welfare-story-item .welfare-story-more a{
  color: #ffffff;
  position: absolute;
  top: 80%;
  left: 35%;
}
.welfare-story-item .welfare-story-more p{
  color: #ffffff;
  font-size: 16px;
}
.welfare-story-item:hover .welfare-story-more{
  display: block;
}
.welfare-story-item .line{
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 90%;
  height: 1px;
  background-color: #F1F1F2;
  display: none;
}
.welfare-story-item::before{
  content: '';
  display: block;
  width: 90%;
  height: 1px;
  background-color: #F1F1F2;
  position: absolute;
  left: 5%;
  top: 0;
}
.welfare-story-item::after{
  content: '';
  display: block;
  width: 1px;
  height: 90%;
  /* background-color: #F1F1F2; */
  position: absolute;
  top: 5%;
  right: 0;
}
.welfare-story-item:nth-child(3)::after,
.welfare-story-item:nth-child(6)::after{
  display: none;
}
.welfare-story-item:nth-child(1) .line,
.welfare-story-item:nth-child(2) .line,
.welfare-story-item:nth-child(3) .line{
  display: none;
}
.welfare-story-item-konw {
  margin-bottom: 30px;
  line-height: 30px;
}
.welfare-story-item-konw-icon{
  width: 16px !important;
  margin-top: -3px;
  filter: brightness(100);
}
.welfare-story-item-konw-icon.active{
  display: none;
}
.welfare-story-item-konw a {
  text-decoration: none;
  color: #999999;
}
/* welfare */
.name_1 {
  line-height: 1.25em;
  font-size: 3.6em;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: -7px 7px 5px rgb(0 0 0 / 30%);
  position: absolute;
  top: 10%;
  right: 10%;
  width: 18%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition-delay: 0.1s;
  display: none;
}
.name_2 {
  line-height: 1.25em;
  font-size: 3.6em;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: -7px 7px 5px rgb(0 0 0 / 30%);
  position: absolute;
  top: 10%;
  left: 10%;
  width: 18%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition-delay: 0.1s;
  display: none;
}
.name-active {
}
.tab-swtich-container .tab-item {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  width: 24.8%;
  background-color: rgb(184, 184, 184);
  transition: all 0.3s;
  cursor: pointer;
  float: left;
  margin-right: 0.26%;
}
.tab-swtich-container .tab-item.tab-three {
  width: 33%;
  margin-right: 0.5%;
}
.tab-swtich-container .tab-item:last-child {
  margin-right: 0;
}
/* @media screen and (max-width: 1600px) {
  .tab-swtich-container {
    margin-top: -30px;
  }
} */
@media screen and (max-width: 1440px) {
  .tab-swtich-container .tab-item {
    line-height: 48px;
  }
  /* .tab-swtich-container {
    margin-top: -29px;
  } */
}
@media screen and (max-width: 1280px) {
  .tab-swtich-container .tab-item {
    line-height: 36px;
  }
  .tab-swtich-container {
    margin-top: -22px;
  }
}
@media screen and (max-width: 992px) {
  .tab-swtich-container .tab-item {
    line-height: 32px;
  }
  .tab-swtich-container {
    margin-top: -18px;
  }
}
@media screen and (max-width: 768px) {
  .tab-swtich-container {
    margin-top: 0;
  }
  .tab-swtich-container .tab-item {
    font-size: 14px;
    line-height: 33px;
  }
}
.tab-swtich-container .tab-item.active {
  background-color: rgb(197, 37, 36);
}
.welfare-story-title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  width: calc(100% - 6px);
  background-color: rgb(184, 184, 184);
  transition: all 0.3s;
  cursor: pointer;
  float: left;
  margin-right: 0.26%;
  position: absolute;
  top: 0px;
}
.welfare-story-item:hover .welfare-story-title{
  background-color: rgb(197, 37, 36);
  line-height: 70px;
  transform: translateY(-20px);
  font-weight: bold;
}
.welfare-story-title::after {
  content: '';
  width: 0px;
  height: 0px;
  border-left: 16px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -10px;
  display: none;
}
.welfare-story-item:hover .welfare-story-title::after {
  display: block;
}
.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
  display: block;
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUp {
  0% {
      opacity: 0;
      transform: translate3d(0,30%,0)
  }

  to {
      opacity: 1;
      transform: none
  }
}