@charset "utf-8";
.banner {
  position: relative;
}
.banner .ban-swiper .swiper-slide {
  overflow: hidden;
}
.banner .ban-swiper .swiper-slide .picBox {
  overflow: hidden;
  text-align: center;
}
.ban-swiper .swiper-slide .picBox img {
  width: 1920px;
  object-fit: cover;
}
.ban-swiper .swiper-slide .videoBox {
  width: 100%;
  height: 100%;
}
.ban-swiper .swiper-slide .videoBox video {
  width: 100%;
  object-fit: cover;
}
.ban-swiper .textBox {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}
.ban-swiper .textBox .cont {
  transform: translateY(200px);
  opacity: 0;
  transition: all 1.5s;
}
.ban-swiper .swiper-slide-active .textBox .cont {
  opacity: 1;
  transform: translateY(0);
}
.ban-swiper .textBox .tit1 {
  font-size: 0.58rem;
  font-weight: bold;
  color: #ffffff;
}
.ban-swiper .textBox .tit2 {
  font-size: 0.24rem;
  color: #ffffff;
  margin-top: 0.2rem;
}
.ban-swiper .textBox .tit3 {
  font-size: 0.3rem;
  color: #ffffff;
  margin-top: 0.64rem;
}
.ban-swiper .textBox .tit4 {
  margin-top: 1.4rem;
}
.ban-swiper .textBox .tit4 .more .txt {
  color: #fff;
}
.ban-swiper .textBox .tit4 .more .arr {
  width: 54px;
  height: 54px;
  margin-right: 20px;
}
.ban-swiper .textBox .tit4 .more .arr::before {
  border-width: 3px;
  left: 20px;
}
.banner .ban-swiper .ban-page {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  text-align: right;
  z-index: 10;
}
.ban-swiper .ban-page .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  opacity: 1;
  background: rgba(255, 255, 255, 1);
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
}
.ban-swiper .ban-page .swiper-pagination-bullet-active {
  background: #fdcc2c;
}
.ban-swiper .ban-move {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 50px;
  -webkit-animation: moveupdown 1.5s linear infinite;
  animation: moveupdown 1.5s linear infinite;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 4;
}
.ban-swiper .ban-move .top {
  width: 14px;
  height: 27px;
  border: 2px solid #ffffff;
  border-radius: 30px;
  position: relative;
}
.ban-swiper .ban-move .top::before {
  content: "\20";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 6px;
  background: #ffffff;
  top: 4px;
  transform: translateX(-50%);
}
.ban-swiper .ban-move .bot {
  width: 14px;
  height: 14px;
  position: relative;
  margin-top: 4px;
}
.ban-swiper .ban-move .bot::before {
  content: "\20";
  position: absolute;
  left: 3px;
  top: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.ban-swiper .ban-move .bot::after {
  content: "\20";
  position: absolute;
  left: 3px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 1900px) {
  .ban-swiper .swiper-slide .picBox img {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .banner .ban-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .banner .ban-swiper .swiper-slide .picBox img {
    width: 100%;
    object-fit: cover;
  }
  .banner .swiper-slide-active .picBox img {
    -webkit-animation: scale 3s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: scale 3s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.m-title {
  display: flex;
  align-items: center;
}
.m-title .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid #d81618;
  padding-left: 30px;
  margin-left: 20px;
}
.m-title .txt .txt1 {
  font-family: Arial;
  font-size: 22px;
  color: #d81618;
  line-height: 1;
}
.m-title .txt .txt2 {
  font-size: 42px;
  font-weight: bold;
  color: #000;
  position: relative;
}
.m-title .txt .txt2::before {
  content: "\20";
  position: absolute;
  right: 0;
  top: 2px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 4px solid #d81618;
  transform: translateX(50%);
}

@media screen and (max-width: 1200px) {
  .m-title .pic img {
    height: 1rem;
  }
  .m-title .txt {
    padding-left: 0.2rem;
    margin-left: 0.2rem;
  }
  .m-title .txt .txt1 {
    font-size: 0.28rem;
  }
  .m-title .txt .txt2 {
    font-size: 0.4rem;
  }
  .m-title .txt .txt2::before {
    width: 0.3rem;
    height: 0.3rem;
    border-width: 3px;
  }
}

.section1 {
  display: flex;
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: calc(100% - 38px);
}
.section1 .cont {
  display: flex;
  align-items: center;
  background: #d81618;
  padding-left: 1.2rem;
  border-top-right-radius: 30px;
}
.section1 .a1 {
  display: flex;
  align-items: center;
}
.section1 .a1 .b1 {
  font-size: 70px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1;
  margin-right: 35px;
}
.section1 .a1 .b2 {
  font-size: 28px;
  color: #ffffff;
  line-height: 1.2;
  text-align: justify;
  border-right: 1px solid #ffffff;
  padding-right: 50px;
  margin-right: 46px;
}
.section1 .a2 {
  width: 333px;
  margin-right: 12px;
}
.section1 .a2 a {
  display: block;
  transition: all 0.3s;
}
.section1 .a2 .tit {
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.section1 .a3 .hotnews-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 150px;
  cursor: pointer;
}
.section1 .a3 .hotnews-next .line {
  width: 28px;
  height: 2px;
  margin-top: 2px;
  background: #ffffff;
  position: relative;
  transition: all 0.4s linear;
}
.section1 .a3 .hotnews-next .line::before {
  content: "\20";
  position: absolute;
  right: 0;
  top: -4px;
  width: 10px;
  height: 2px;
  background: #ffffff;
  transition: all 0.4s linear;
  transform: rotate(45deg);
}
.section1 .a3 .hotnews-next:hover .line {
  width: 40px;
}

@media screen and (max-width: 1200px) {
  .section1 {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 4vw;
  }
  .section1 .cont {
    padding-left: 0;
    flex-wrap: wrap;
    width: 92%;
    margin: 0 auto;
    padding: 0.5rem 0.3rem;
  }
  .section1 .a1 {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .section1 .a1 .b1 {
    font-size: 0.72rem;
    margin-right: 0.3rem;
  }
  .section1 .a1 .b2 {
    font-size: 0.36rem;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  .section1 .a2 {
    width: 80%;
    margin-right: 0;
  }
  .section1 .a2 .tit {
    font-size: 0.32rem;
    line-height: 1.6;
  }
  .section1 .a3 {
    width: 20%;
    height: auto;
  }
  .section1 .a3 .hotnews-next {
    width: 100%;
    height: auto;
  }
}

.section2 {
  background: url(../images/pic01.png) no-repeat left bottom;
  background-size: 100% auto;
  padding: 1.24rem 0 1.94rem 0;
}
.section2 .cont {
  display: flex;
  justify-content: space-between;
}
.section2 .a1 {
  width: 43.45%;
  padding-top: 0.5rem;
}
.section2 .a1 .b2 {
  font-size: 26px;
  color: #191919;
  margin-top: 0.8rem;
}
.section2 .a1 .b3 {
  font-size: 16px;
  color: #666666;
  line-height: 27px;
  margin-top: 0.42rem;
  text-align: justify;
}
.section2 .a1 .b4 {
  margin-top: 0.55rem;
}
.section2 .a2 {
  width: 41.666%;
}
.section2 .a2 ul {
  display: flex;
  flex-wrap: wrap;
}
.section2 .a2 ul li {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.9rem;
}
.section2 .a2 .top {
  display: flex;
  align-items: baseline;
}
.section2 .a2 .top .top1 {
  font-size: 1rem;
  line-height: 1;
  font-weight: 100;
  color: #000000;
}
.section2 .a2 .top .top2 {
  font-size: 20px;
  font-weight: bold;
  color: #d81618;
  transform: translateY(-10px);
}
.section2 .a2 .bot {
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}

@media screen and (max-width: 1200px) {
  .section2 {
    padding: 0.8rem 0;
  }
  .section2 .cont {
    flex-wrap: wrap;
  }
  .section2 .a1 {
    width: 100%;
    padding-top: 0;
  }
  .section2 .a1 .b2 {
    font-size: 0.36rem;
    margin-top: 0.5rem;
  }
  .section2 .a1 .b3 {
    font-size: 0.28rem;
    line-height: 1.8;
  }
  .section2 .a2 {
    width: 100%;
    margin-top: 0.6rem;
  }
  .section2 .a2 ul li {
    margin-bottom: 0.8rem;
  }
  .section2 .a2 .top .top2 {
    font-size: 0.28rem;
    transform: translateY(-0.08rem);
  }
}

.section3 {
  background: #ececf2;
  padding: 1.3rem 0 0 0;
}
.section3 .a1 .cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.section3 .a1 .b2 .slide-hd {
  display: flex;
}
.section3 .a1 .b2 .slide-hd .item {
  margin-right: 0.25rem;
}
.section3 .a1 .b2 .slide-hd .item:last-child {
  margin-right: 0;
}
.section3 .a1 .b2 .slide-hd .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1.8rem;
  padding: 0 15px;
  height: 0.6rem;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #d81618;
  color: #d81618;
  transition: all 0.4s;
}
.section3 .a1 .b2 .slide-hd .item.on a,
.section3 .a1 .b2 .slide-hd .item a:hover {
  border-color: #004492;
  color: #004492;
  font-weight: bold;
}
.section3 .a2 .slide-bd {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 4;
  padding-top: 1.1rem;
}
.section3 .a2 .slide-bd .item {
  display: none;
  animation: fadeInUp 1s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-animation: fadeInUp 1s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.section3 .a2 .slide-bd .b1 {
  font-size: 0.4rem;
  font-weight: bold;
  color: #202020;
}
.section3 .a2 .slide-bd .b2 {
  width: 43.45%;
  margin-top: 0.66rem;
  font-size: 16px;
  color: #696969;
  line-height: 27px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.section3 .a2 .slide-bd .b3 {
  margin-top: 0.6rem;
}
.section3 .a2 .series-swiper .swiper-slide {
  overflow: hidden;
}
.section3 .a2 .series-swiper .picBox img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .section3 {
    padding: 0.8rem 0 0 0;
  }
  .section3 .a1 .cont {
    display: block;
  }
  .section3 .a1 .b2 {
    margin-top: 0.6rem;
  }
  .section3 .a1 .b2 .slide-hd {
    justify-content: center;
  }
  .section3 .a2 .slide-bd {
    position: relative;
    left: auto;
    top: auto;
    padding-top: 0.6rem;
  }
  .section3 .a2 .slide-bd .b2 {
    width: 100%;
    font-size: 0.28rem;
    line-height: 1.8;
    margin-top: 0.4rem;
  }
  .section3 .a2 .slide-bd .b3 {
    margin-top: 0.5rem;
  }
}

.section4 {
  padding: 0.7rem 0 0 0;
  background: url(../images/pic05.png) no-repeat left 4.5rem top;
}
.section4 .a1 .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section4 .a1 .b2 {
  display: flex;
}
.section4 .a1 .b2 .pro-prev,
.section4 .a1 .b2 .pro-next {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid #d81618;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.section4 .a1 .b2 .pro-prev {
  margin-right: 16px;
}
.section4 .a1 .b2 .line {
  width: 28px;
  height: 2px;
  margin-top: 4px;
  background: #d81618;
  transition: all 0.4s;
  position: relative;
}
.section4 .a1 .b2 .line::before {
  content: "\20";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #d81618;
  transition: all 0.4s;
}
.section4 .a1 .b2 .pro-prev .line::before {
  left: 0;
  top: -4px;
  transform: rotate(135deg);
}
.section4 .a1 .b2 .pro-next .line::before {
  right: 0;
  top: -4px;
  transform: rotate(45deg);
}
.section4 .a1 .b2 .pro-prev:hover,
.section4 .a1 .b2 .pro-next:hover {
  border-color: #004492;
}
.section4 .a1 .b2 .pro-prev:hover .line,
.section4 .a1 .b2 .pro-next:hover .line,
.section4 .a1 .b2 .pro-prev:hover .line::before,
.section4 .a1 .b2 .pro-next:hover .line::before {
  background: #004492;
}
.section4 .a1 .b2 .swiper-button-disabled {
  opacity: 0.4;
}
.section4 .a2 {
  margin-top: 30px;
}
.section4 .a2 .pro-swiper .swiper-slide {
  height: auto;
}
.section4 .a2 .pro-swiper .swiper-slide a {
  display: block;
  height: 100%;
  padding-top: 42px;
  transition: all 0.5s;
}
.section4 .a2 .pro-swiper .swiper-slide .cnt {
  height: 100%;
  background: #f4f3f9;
  position: relative;
  padding: 40px 26px 26px 26px;
}
.section4 .a2 .pro-swiper .swiper-slide .tit {
  font-size: 0.4rem;
  color: #383535;
  transition: all 0.5s;
}
.section4 .a2 .pro-swiper .swiper-slide .pic {
  margin-top: 0.4rem;
}
.section4 .a2 .pro-swiper .swiper-slide .pic img {
  width: 100%;
}
.section4 .a2 .pro-swiper .swiper-slide .b-tit {
  width: 82.61%;
  background: #d81618;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.5s;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.28rem 0.6rem;
  border-top-right-radius: 30px;
}
.section4 .a2 .pro-swiper .swiper-slide .b-tit .txt {
  font-size: 20px;
  color: #ffffff;
}
.section4 .a2 .pro-swiper .swiper-slide .b-tit .arr {
  width: 27px;
  height: 2px;
  background: #ffffff;
  position: relative;
  z-index: 4;
  transition: all 0.4s;
  margin-left: 24px;
  margin-top: 4px;
}
.section4 .a2 .pro-swiper .swiper-slide .b-tit .arr::before {
  content: "\20";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #ffffff;
  top: -4px;
  right: 0;
  transform: rotate(45deg);
  transition: all 0.4s;
}
.section4 .a2 .pro-swiper .swiper-slide a:hover {
  padding-top: 0;
}
.section4 .a2 .pro-swiper .swiper-slide a:hover .tit {
  opacity: 0;
}
.section4 .a2 .pro-swiper .swiper-slide a:hover .b-tit {
  transform: translateY(0);
}

@media screen and (max-width: 1200px) {
  .section4 .a1 .b2 {
    display: none;
  }
  .section4 .a2 {
    margin-top: 0.6rem;
  }
  .section4 .a2 .pro-swiper .swiper-slide .cnt {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 0.3rem 0.4rem 0.3rem;
  }
  .section4 .a2 .pro-swiper .swiper-slide a {
    padding-top: 0;
  }
  .section4 .a2 .pro-swiper .swiper-slide a:hover .tit {
    opacity: 1;
  }
  .section4 .a2 .pro-swiper .swiper-slide .b-tit {
    display: none;
  }
  .section4 .a2 .pro-swiper .swiper-slide .tit {
    text-align: center;
    font-size: 0.32rem;
    margin-top: 0.2rem;
  }
}

.section5 {
  padding: 1.05rem 0;
  background: url(../images/pic08.jpg) no-repeat left bottom;
  overflow: hidden;
}
.section5 .cont {
  display: flex;
  justify-content: space-between;
}
.section5 .a1 {
  width: 34.52%;
  background: url(../images/pic07.jpg) no-repeat left bottom #f1f1f6;
  background-size: 100% auto;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.2rem 0.3rem 0 0.3rem;
}
.section5 .a1 .b2 {
  margin-top: 1rem;
}
.section5 .a1 .b2 .slide-hd {
  display: flex;
}
.section5 .a1 .b2 .slide-hd .item {
  margin-right: 0.25rem;
}
.section5 .a1 .b2 .slide-hd .item:last-child {
  margin-right: 0;
}
.section5 .a1 .b2 .slide-hd .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.3rem;
  height: 0.6rem;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #d81618;
  color: #d81618;
  transition: all 0.4s;
}
.section5 .a1 .b2 .slide-hd .item.on a,
.section5 .a1 .b2 .slide-hd .item a:hover {
  border-color: #004492;
  color: #004492;
  font-weight: bold;
}
.section5 .a2 {
  width: 62.5%;
  padding-bottom: 24px;
}
.section5 .a2 .item {
  animation: fadeInUp 1s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-animation: fadeInUp 1s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.section5 .a2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section5 .a2 ul li {
  width: 48%;
  margin-bottom: 20px;
}
.section5 .a2 a {
  display: block;
  position: relative;
}
.section5 .a2 a::before {
  content: "\20";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  background: #d81618;
  transition: all 0.5s;
}
.section5 .a2 a:hover::before {
  width: 100%;
}
.section5 .a2 .picBox {
  overflow: hidden;
}
.section5 .a2 .picBox img {
  width: 100%;
  transition: all 0.4s;
}
.section5 .a2 a:hover .picBox img {
  transform: scale(1.1);
}
.section5 .a2 .textBox {
  border: 1px solid #dbdbdb;
  padding: 0.4rem 0.3rem;
}
.section5 .a2 .textBox .tit {
  color: #000000;
  transition: all 0.3s;
  line-height: 1.8;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.section5 .a2 a:hover .textBox .tit {
  color: #d81618;
  font-weight: bold;
}
.section5 .a2 .textBox .tip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #c9c9c9;
  margin-top: 0.4rem;
  padding-top: 0.4rem;
}
.section5 .a2 .textBox .tip .date {
  font-size: 16px;
  color: #767676;
}
.section5 .a2 .textBox .tip .date span {
  color: #c2c2c2;
  font-size: 20px;
  margin-right: 16px;
  vertical-align: middle;
}
.section5 .a2 .textBox .tip .line {
  opacity: 0;
  width: 27px;
  height: 2px;
  background: #d81618;
  position: relative;
  z-index: 4;
  transition: all 0.4s;
  margin-left: 24px;
  margin-top: 4px;
}
.section5 .a2 .textBox .tip .line::before {
  content: "\20";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #d81618;
  top: -4px;
  right: 0;
  transform: rotate(45deg);
  transition: all 0.4s;
}
.section5 .a2 a:hover .textBox .tip .line {
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .section5 {
    padding: 0.8rem 0 0.4rem 0;
    background: none;
  }
  .section5 .cont {
    flex-wrap: wrap;
  }
  .section5 .a1 {
    width: 100%;
    background: none;
    display: block;
    padding: 0;
  }
  .section5 .a1 .b2 {
    margin-top: 0.6rem;
  }
  .section5 .a1 .b2 .slide-hd {
    justify-content: center;
  }
  .section5 .a2 {
    width: 100%;
    margin-top: 0.5rem;
    padding-bottom: 0;
  }
  .section5 .a2 ul li {
    margin-bottom: 4vw;
    background: #ffffff;
  }
  .section5 .a2 .textBox {
    padding: 0.2rem;
  }
  .section5 .a2 .textBox .tit {
    font-size: 0.28rem;
  }
  .section5 .a2 .textBox .tip {
    margin-top: 0.2rem;
    padding-top: 0.2rem;
  }
  .section5 .a2 .textBox .tip .date {
    font-size: 0.24rem;
  }
  .section5 .a2 .textBox .tip .date span {
    margin-right: 0.2rem;
    font-size: 0.4rem;
  }
  .section5 .a2 .textBox .tip .line {
    display: none;
  }
}

.section6 {
  background: #e6e8ee;
  padding: 1.06rem 0 0.97rem 0;
}
.section6 .a1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section6 .a1 ul::after {
  content: "\20";
  width: 32.73%;
}
.section6 .a1 ul li {
  width: 32.73%;
  border-radius: 20px;
  background: url(../images/pic10.png) no-repeat center #ffffff;
  background-size: cover;
  padding: 0.3rem 0.4rem 0.4rem 0.4rem;
}
.section6 .a1 ul li .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section6 .a1 ul li .top .tit {
  font-size: 0.25rem;
  color: #1c1728;
  font-weight: bold;
}
.section6 .a1 ul li .top .tip {
  font-size: 20px;
  color: #1c1728;
}
.section6 .a1 ul li .bot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1.28rem;
}
.section6 .a1 ul li .bot a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 34px;
  background: #d81618;
  position: relative;
}
.section6 .a1 ul li .bot a::before {
  content: "\20";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 50px;
  background: url(../images/pic11.png) no-repeat center;
  transform: translateX(100%);
}
.section6 .a1 ul li .bot .line {
  width: 27px;
  height: 2px;
  background: #ffffff;
  position: relative;
  z-index: 4;
  transition: all 0.4s;
  margin-top: 4px;
}
.section6 .a1 ul li .bot .line::before {
  content: "\20";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #ffffff;
  top: -4px;
  right: 0;
  transform: rotate(45deg);
  transition: all 0.4s;
}
.section6 .a1 ul li .bot a:hover .line {
  width: 38px;
}

@media screen and (max-width: 1200px) {
  .section6 {
    padding: 0.8rem 0 0.4rem 0;
  }
  .section6 .a1 ul li {
    width: 100%;
    margin-bottom: 4vw;
  }
  .section6 .a1 ul li .top .tit {
    font-size: 0.4rem;
  }
  .section6 .a1 ul li .top .tip {
    font-size: 0.36rem;
  }
  .section6 .a1 ul li .bot {
    margin-top: 0.6rem;
  }
  .section6 .a1 ul li .bot .pic img {
    width: 2rem;
  }
}


