.sec1 {
  overflow: hidden;
  background-color: #F5F2F2;
}
.sec1 .warp {
  width: 1200px;
  margin: 0 auto;
  padding-top: 230px;
  padding-bottom: 100px;
}
.sec1 .warp .main {
  margin-top: 40px;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 20px 0px rgba(12, 0, 0, 0.06);
}
.sec1 .warp .main.aos-animate {
  transition-delay: 0.3s;
}
.sec1 .warp .main.aos-animate .bg {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}
.sec1 .warp .main .left {
  position: relative;
  width: 800px;
  z-index: 10;
}
.sec1 .warp .main .left .swiper{
  height: 100%;
}
.sec1 .warp .main .left .swiper .swiper-slide{
  height: auto;
}
.sec1 .warp .main .left .swiper .swiper-slide .img,.sec1 .warp .main .left .swiper .swiper-slide .img a,.sec1 .warp .main .left .swiper .swiper-slide .img a img{
  width: 100%;
  height: 100%;
}
.sec1 .warp .main .left .swiper-slide-active .text h4,
.sec1 .warp .main .left .swiper-slide-active .text p {
  opacity: 1;
  transform: translateY(0);
}
.sec1 .warp .main .left .swiper-slide-active .text p {
  transition-delay: 0.3s;
}
.sec1 .warp .main .left .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 98px 30px 40px;
}
.sec1 .warp .main .left .text h4 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
  transition: all 1s;
  transform: translateY(20px);
  opacity: 0;
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sec1 .warp .main .left .text p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.5;
  transition: all 1s;
  transform: translateY(20px);
  opacity: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sec1 .warp .main .right {
  flex: 1;
  background-color: #fff;
  z-index: 10;
  position: relative;
}
.sec1 .warp .main .right .item {
  padding: 30px;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
  cursor: pointer;
  display: block;
}
.sec1 .warp .main .right .item::after {
  width: calc(100% + 20px);
  height: 100%;
  background-color: #9C0C18;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.7s;
}
/* .sec1 .warp .main .right .item:hover::after, */
.sec1 .warp .main .right .item.active::after {
  transform: scaleX(1);
}
/* .sec1 .warp .main .right .item:hover .time, */
.sec1 .warp .main .right .item.active .time,
/* .sec1 .warp .main .right .item:hover .text, */
.sec1 .warp .main .right .item.active .text {
  color: #fff;
}
.sec1 .warp .main .right .item .time {
  color: #999;
  font-size: 12px;
  position: relative;
  z-index: 1;
  transition: all 0.7s;
}
.sec1 .warp .main .right .item .text {
  color: #111;
  font-size: 18px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
  transition: all 0.7s;
}
.sec1 .warp .main .bg {
  width: calc(50vw + 340px);
  /* width: 1300px; */
  height: 500px;
  position: absolute;
  top: -70px;
  left: 260px;
  z-index: 1;
  background: linear-gradient(90deg, #C8161D, #EBA011);
  transition: all 1s;
  opacity: 0;
  transform: translateY(30px);
}
.sec2 {
  background-image: linear-gradient(#F5F2F2 0%, #fff 30%, #fff);
}
.sec2 .warp {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 73px;
}
.sec2 .warp .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.sec2 .warp .top .tab {
  display: flex;
}
.sec2 .warp .top .tab .prev,
.sec2 .warp .top .tab .next {
  width: 40px;
  cursor: pointer;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.7s;
  position: relative;
}
.sec2 .warp .top .tab .prev::before,
.sec2 .warp .top .tab .next::before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid #C8161D;
  position: absolute;
  z-index: -1;
}
.sec2 .warp .top .tab .prev::after,
.sec2 .warp .top .tab .next::after {
  content: '';
  display: block;
  height: 100%;
  opacity: 0;
  width: 100%;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.7s;
  top: 0;
  background: linear-gradient(45deg, #C8161D, #EBA011);
}
.sec2 .warp .top .tab .prev:hover,
.sec2 .warp .top .tab .next:hover {
  border-color: transparent;
}
.sec2 .warp .top .tab .prev:hover::after,
.sec2 .warp .top .tab .next:hover::after {
  opacity: 1;
}
.sec2 .warp .top .tab .prev:hover span,
.sec2 .warp .top .tab .next:hover span {
  color: #fff;
}
.sec2 .warp .top .tab .prev span,
.sec2 .warp .top .tab .next span {
  color: #9C0C18;
  transition: all 0.7s;
}
.sec2 .warp .top .tab .prev {
  margin-right: 15px;
}
.sec2 .warp .top .tab .prev span {
  display: inline-block;
  transform: rotate(180deg);
}
.sec2 .warp .main.aos-animate {
  transition-delay: 0.6s;
}
.sec2 .warp .main .swiper {
  /* width: 2060px; */
  width: 100%;
}
.sec2 .warp .main .swiper .item:hover .img img {
  transform: scale(1.1);
}
.sec2 .warp .main .swiper .item:hover .text {
  color: #9C0C18;
}
.sec2 .warp .main .swiper .item .img {
  overflow: hidden;
  height: 230px;
}
.sec2 .warp .main .swiper .item .img img {
  transition: all 1.5s;
  width: 100%;
  height: 100%;
}
.sec2 .warp .main .swiper .item .text {
  color: #353745;
  font-size: 18px;
  line-height: 28px;
  margin: 30px 0 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.7s;
  font-weight: 700;
}
.sec2 .warp .main .swiper .item .time {
  font-size: 12px;
  line-height: 28px;
  color: #353745;
  display: flex;
  align-items: center;
}
.sec2 .warp .main .swiper .item .time::before {
  content: '';
  width: 40px;
  height: 1px;
  display: block;
  margin-right: 10px;
  background-color: #C8161D;
}
.sec3 .warp {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding-top: 50px;
  position: relative;
}
.sec3 .warp .left {
  width: 775px;
  margin-right: 40px;
  z-index: 10;
  position: relative;
}
.sec3 .warp .left .list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 80px;
}
.sec3 .warp .left .list.aos-animate {
  transition-delay: 0.3s;
}
.sec3 .warp .left .list .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 6px 6px 30px 0px rgba(44, 44, 55, 0.08);
  width: calc(50% - 12px);
  height: 141px;
  background: #FFFFFF;
  margin: 0 0 40px;
  padding: 30px 36px 30px 24px;
  position: relative;
}
.sec3 .warp .left .list .item:nth-child(2n-1).aos-animate {
  transition-delay: 0.1s;
}
.sec3 .warp .left .list .item:nth-child(2n).aos-animate {
  transition-delay: 0.2s;
}
.sec3 .warp .left .list .item:after {
  content: "";
  width: 5px;
  height: 100%;
  background: #C8161D;
  position: absolute;
  top: 0;
  left: 0;
}
.sec3 .warp .left .list .item:nth-child(2n):after {
  background: #EBA011;
}
.sec3 .warp .left .list .item .icon {
  display: block;
  width: 160px;
  opacity: 0.1;
  position: absolute;
  right: 0;
  bottom: -30px;
  z-index: 1;
}
.sec3 .warp .left .list .item h5 {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transition: 0.4s ease;
}
.sec3 .warp .left .list .item{
  overflow: hidden;
}
.sec3 .warp .left .list .item .line_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.sec3 .warp .left .list .item .line_flex .time {
  font-weight: 500;
  font-size: 12px;
  color: #888888;
  transition: 0.4s ease;
}
.sec3 .warp .left .list .item .line_flex .line {
  flex: 1;
  margin-left: 30px;
  height: 1px;
  background: #E6E6E6;
  transition: 0.4s ease;
}
.sec3 .warp .left .list .item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #C8161D, #EBA011);
  z-index: 1;
  transition: 1s ease;
  transform: translateX(-100%);
}
.sec3 .warp .left .list .item:hover:before {
  transform: translateX(0);
}
.sec3 .warp .left .list .item:hover h5 {
  color: #FFFFFF;
}
.sec3 .warp .left .list .item:hover .line_flex .time {
  color: #fff;
}
.sec3 .warp .left .list .item:hover .line_flex .line {
  background: #fff;
}
.sec3 .warp .right {
  width: 380px;
  z-index: 10;
  position: relative;
}
.sec3 .warp .right .list {
  width: 100%;
  box-shadow: 6px 6px 30px 0px rgba(44, 44, 55, 0.08);
  margin-top: 40px;
}
.sec3 .warp .right .list.aos-animate {
  transition-delay: 0.3s;
}
.sec3 .warp .right .list .item {
  width: 100%;
  padding: 29px 0 29px 40px;
  background: #fff;
  height: inherit;
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 1;
}
.sec3 .warp .right .list .item:hover:after {
  transform: translateX(0);
}
.sec3 .warp .right .list .item:hover .yellow .line {
  background: #fff;
}
.sec3 .warp .right .list .item:hover .yellow .iconfont,
.sec3 .warp .right .list .item:hover .yellow .time {
  color: #fff;
}
.sec3 .warp .right .list .item:hover .p1 {
  color: #fff;
}
.sec3 .warp .right .list .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #C8161D, #EBA011);
  z-index: -1;
  transition: 1s ease;
  transform: translateX(-100%);
}
.sec3 .warp .right .list .item:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
}
.sec3 .warp .right .list .item .yellow {
  display: flex;
  align-items: center;
  margin: 0 0 13px;
  transform: translateX(-40px);
}
.sec3 .warp .right .list .item .yellow .line {
  width: 30px;
  height: 1px;
  background: #EBA011;
  transition: 0.4s ease;
}
.sec3 .warp .right .list .item .yellow .iconfont {
  font-size: 14px;
  color: #EBA011;
  margin: 0 10px;
  transition: 0.4s ease;
}
.sec3 .warp .right .list .item .yellow .time {
  font-weight: 400;
  font-size: 14px;
  color: #EBA011;
  transition: 0.4s ease;
}
.sec3 .warp .right .list .item .p1 {
  font-weight: bold;
  font-size: 15px;
  color: #111111;
  transition: 0.4s ease;
}
.sec3 .warp .bg {
  width: calc(50vw + 460px);
  /* width: 1440px; */
  position: absolute;
  right: 140px;
  height: 100%;
  top: 0;
  background: #F5F2F2;
}
.news_title {
  font-size: 26px;
  width: fit-content;
  position: relative;
  display: flex;
}
@media screen and (max-width: 1920px) {
  .sec1 .warp {
    width: 62.5vw;
    padding-top: 11.97916667vw;
    padding-bottom: 5.20833333vw;
  }
  .sec1 .warp .main {
    margin-top: 2.08333333vw;
    box-shadow: 0.20833333vw 0.20833333vw 1.04166667vw 0px rgba(12, 0, 0, 0.06);
  }
  .sec1 .warp .main .left {
    width: 41.66666667vw;
  }
  .sec1 .warp .main .left .text {
    padding: 0 5.10416667vw 1.5625vw 2.08333333vw;
  }
  .sec1 .warp .main .left .text h4 {
    font-size: 0.9375vw;
    line-height: 1.25vw;
    margin-bottom: 0.625vw;
    transform: translateY(1.04166667vw);
  }
  .sec1 .warp .main .left .text p {
    font-size: 0.72916667vw;
    line-height: 1.04166667vw;
    transform: translateY(1.04166667vw);
  }
  .sec1 .warp .main .right .item {
    padding: 1.5625vw;
    border-bottom: 0.05208333vw solid #E6E6E6;
  }
  .sec1 .warp .main .right .item::after {
    width: calc(100% + 1.04166667vw);
  }
  .sec1 .warp .main .right .item .time {
    font-size: 0.625vw;
  }
  .sec1 .warp .main .right .item .text {
    font-size: 0.9375vw;
    margin-top: 0.52083333vw;
  }
  .sec1 .warp .main .bg {
    width: calc(50vw + 17.70833333vw);
    /* width: 1300px; */
    height: 26.04166667vw;
    top: -3.64583333vw;
    left: 13.54166667vw;
    transform: translateY(1.5625vw);
  }
  .sec2 .warp {
    width: 62.5vw;
    padding-bottom: 3.80208333vw;
  }
  .sec2 .warp .top {
    margin-bottom: 2.08333333vw;
  }
  .sec2 .warp .top .tab .prev,
  .sec2 .warp .top .tab .next {
    width: 2.08333333vw;
    height: 2.08333333vw;
  }
  .sec2 .warp .top .tab .prev::before,
  .sec2 .warp .top .tab .next::before {
    border: 0.05208333vw solid #C8161D;
  }
  .sec2 .warp .top .tab .prev {
    margin-right: 0.78125vw;
  }
  .sec2 .warp .main .swiper .item .img {
    height: 11.97916667vw;
  }
  .sec2 .warp .main .swiper .item .text {
    font-size: 0.9375vw;
    line-height: 1.45833333vw;
    margin: 1.5625vw 0 2.08333333vw;
  }
  .sec2 .warp .main .swiper .item .time {
    font-size: 0.625vw;
    line-height: 1.45833333vw;
  }
  .sec2 .warp .main .swiper .item .time::before {
    width: 2.08333333vw;
    height: 0.05208333vw;
    margin-right: 0.52083333vw;
  }
  .sec3 .warp {
    width: 62.5vw;
    padding-top: 2.60416667vw;
  }
  .sec3 .warp .left {
    width: 40.36458333vw;
    margin-right: 2.08333333vw;
  }
  .sec3 .warp .left .list {
    margin-top: 2.08333333vw;
    padding-bottom: 4.16666667vw;
  }
  .sec3 .warp .left .list .item {
    box-shadow: 0.3125vw 0.3125vw 1.5625vw 0px rgba(44, 44, 55, 0.08);
    width: calc(50% - 0.625vw);
    height: 7.34375vw;
    margin: 0 0 2.08333333vw;
    padding: 1.5625vw 1.875vw 1.5625vw 1.25vw;
  }
  .sec3 .warp .left .list .item:after {
    width: 0.26041667vw;
  }
  .sec3 .warp .left .list .item .icon {
    width: 8.33333333vw;
    bottom: -1.5625vw;
  }
  .sec3 .warp .left .list .item h5 {
    font-size: 0.83333333vw;
    line-height: 1.25vw;
  }
  .sec3 .warp .left .list .item .line_flex .time {
    font-size: 0.625vw;
  }
  .sec3 .warp .left .list .item .line_flex .line {
    margin-left: 1.5625vw;
    height: 0.05208333vw;
  }
  .sec3 .warp .right {
    width: 19.79166667vw;
  }
  .sec3 .warp .right .list {
    box-shadow: 0.3125vw 0.3125vw 1.5625vw 0px rgba(44, 44, 55, 0.08);
    margin-top: 2.08333333vw;
  }
  .sec3 .warp .right .list .item {
    padding: 1.51041667vw 0 1.51041667vw 2.08333333vw;
  }
  .sec3 .warp .right .list .item .yellow {
    margin: 0 0 0.67708333vw;
    transform: translateX(-2.08333333vw);
  }
  .sec3 .warp .right .list .item .yellow .line {
    width: 1.5625vw;
    height: 0.05208333vw;
  }
  .sec3 .warp .right .list .item .yellow .iconfont {
    font-size: 0.72916667vw;
    margin: 0 0.52083333vw;
  }
  .sec3 .warp .right .list .item .yellow .time {
    font-size: 0.72916667vw;
  }
  .sec3 .warp .right .list .item .p1 {
    font-size: 0.78125vw;
  }
  .sec3 .warp .bg {
    width: calc(50vw + 23.95833333vw);
    right: 7.29166667vw;
  }
  .news_title {
    font-size: 1.35416667vw;
  }
  .news_title .img{
    width: 1.71875vw;
  }
}

@media screen and (max-width: 1024px) {
  .sec1 .warp{
    width: 90%;
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .news_title{
    font-size:24px;
  }
  .news_title .img {
    width: 30px;
  }
  .sec1 .warp .main .right .item .text{
    font-size: 16px;
  }
  .sec1 .warp .main .left{
    width: 100%;
  }
  .sec1 .warp .main .left .img img{
    width: 100%;
  }
  .sec1 .warp .main .left .text h4{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    transform: translateY(20px);
  }
  .sec1 .warp .main .left .text p{
    font-size: 12px;
    line-height: 1.6;
    transform: translateY(20px);
  }

  .sec1 .warp .main .right{
    padding: 20px;
    display: none;
  }
  .sec1 .warp .main .left .text{
    padding: 0 20px 20px;
  }
  .sec2 .warp{
    width: 90%;
  }
  .sec2 .warp .main .swiper .item .img {
    height: 240px;
  }
  .sec2 .warp .top .tab .prev, .sec2 .warp .top .tab .next{
    width: 30px;
    height: 30px;
  }
  .sec2 .warp .main .swiper .item .text{
    font-size:14px;
    line-height: 1.6;
    margin: 20px 0 10px;
  }
  .sec2 .warp .main .swiper .item .time{
    font-size: 12px;
    line-height: 1.6;
  }
  .sec2 .warp .main .swiper .item .time::before{
    width: 20px;
    height: 1px;
  }
  .sec2 .warp .top .tab .prev::before, .sec2 .warp .top .tab .next::before,
  .sec2 .warp .top .tab .prev::after, .sec2 .warp .top .tab .next::after{
    z-index: 1;
  }
  .sec2 .warp .top .tab .prev span, .sec2 .warp .top .tab .next span{
    position: relative;
    z-index: 2;
  }
  .sec2 .warp .top .tab .prev{
    margin-right: 10px;
  }
  .sec2 .warp{
    padding-bottom: 30px;
  }
  .sec1 .warp .main .bg {
    width: calc(50vw + 31.708333vw);
    z-index: 1;
    opacity: 1;
    height: 58.041667vw;
  }
  .sec3 .warp{
    width: 90%;
    padding-top: 30px;
    flex-direction: column;
    padding-bottom: 60px;
  }
  .sec3 .warp .bg {
    width: calc(50vw + 37.958333vw);
  }
  .sec3 .warp .left {
    width:100%;
    margin-right: 0;
  }
  .sec3 .warp .right{
    width: 28vw;
  }
  .sec3 .warp .left .list .item h5{
    font-size: 14px;
    line-height: 1.6;
    height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .sec3 .warp .left .list .item .line_flex .time {
    font-size: 12px;
  }
  .sec3 .warp .left .list .item .line_flex{
    margin-top: 10px;
  }
  .sec3 .warp .left .list .item{
    height: auto;
    width: 49%;
    margin-bottom: 20px;
    padding: 20px;
  }
  .sec3 .warp .right .list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow:none;
  }
  .sec3 .warp .right .list .item{
    padding: 20px;
    width: 49%;
    margin-bottom: 20px;
    box-shadow: 0.3125vw 0.3125vw 1.5625vw 0px rgba(44, 44, 55, 0.08);
  }
  .sec3 .warp .right .list .item:not(:last-child){
    border: none;    
  }
  .sec3 .warp .right .list .item .p1{
    font-size: 14px;
    line-height: 1.6;
  }
  .sec3 .warp .right .list .item .yellow .time{
    font-size: 12px;
  }
  .sec3 .warp .right .list .item .yellow .iconfont {
    font-size: 12px;
    margin: 0 5px;
  }
  .sec3 .warp .right .list .item .yellow{
    margin-bottom: 10px;
  }
  .sec3 .warp .left .list .item .icon {
    width: 16.333333vw;
  }
  .sec3 .warp .right{
    width: 100%;
  }
  .sec3 .warp .left .list .item:after{
    width: 3px;
  }
  .sec3 .warp .right .list .item .yellow .line{
    width: 15px;
    height: 1px;
  }
  .sec3 .warp .right .list .item .yellow{
    transform: translateX(-20px);
  }
  .sec3 .warp .left .list{
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .sec3 .warp .right .list{
    margin-top: 20px;
  }
  .sec1 .warp .main {
    margin-top: 20px;
  }
  .sec2 .warp .top{
    margin-bottom: 20px;
  }
}


@media screen and (max-width: 540px) {
  .support_class .item{
    font-size: 12px;
  }
  .sec3 .warp .left .list .item{
    width: 100%;
  }
  .sec3 .warp .left .list .item .icon {
    width: 180px;
    bottom: -30px;
  }
  .sec3 .warp .right .list .item{
    width: 100%;
  }
}