.swiper_indexBanner {
  position: relative;
  width: 100%;
}
.swiper_indexBanner .swiper-slide .item .img-box {
  padding-bottom: 49.42708333%;
}
.swiper_indexBanner .swiper-slide .item .img-box video {
  object-fit: cover;
}
.swiper_indexBanner .swiper-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0.1rem;
  left: 50%!important;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.swiper_indexBanner .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cccac9;
  opacity: 1;
  transition: all 0.5s;
}
.swiper_indexBanner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007aff;
}
.index_pro ul {
  display: flex;
}
.index_pro ul li {
  width: 25%;
}
.index_pro ul li .item {
  position: relative;
  overflow: hidden;
  padding: 0.5rem 0 0.1rem;
}
.index_pro ul li .item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #d21a26;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-101%);
  transition: all 0.5s ease-in-out;
}
.index_pro ul li .item .tit {
  position: relative;
  z-index: 3;
  padding-left: 0.5rem;
}
.index_pro ul li .item .tit p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.28rem;
  color: #5f5f5f;
  letter-spacing: 2px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  transition: all 0.5s;
}
.index_pro ul li .item .img-box {
  padding-bottom: 54.16666667%;
}
.index_pro ul li .item:hover::before {
  transform: translateX(0%);
}
.index_pro ul li .item:hover .tit p {
  color: #fff;
}
.index_news .index_news_titBox {
  padding: 0.58rem 0;
  background-image: url(../img/index_news_titBox_bg.jpg);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_news .index_news_titBox .tit {
  margin-bottom: 0.25rem;
}
.index_news .index_news_titBox .tit p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.4rem;
  color: #ffffff;
  letter-spacing: 3px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.index_news .index_news_titBox .subtit p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #fcaaaa;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.index_news .index_news_main .tabTitBox ul {
  display: flex;
  align-items: center;
}
.index_news .index_news_main .tabTitBox ul li {
  cursor: pointer;
  width: 33.33333%;
}
.index_news .index_news_main .tabTitBox ul li .item {
  padding: 0.2rem;
  background-color: #ab271f;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_news .index_news_main .tabTitBox ul li .item p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.index_news .index_news_main .tabTitBox ul .active .item {
  background-color: #790d06;
}
.index_news .index_news_main .tabList > ul > li:not(:first-child) {
  display: none;
}
.index_news .index_news_main .tabList > ul > li .listItem {
  padding: 0.5rem 0.4rem;
}
.index_news .index_news_main .tabList > ul > li .listItem > ul {
  display: flex;
  margin: 0 -0.15rem;
}
.index_news .index_news_main .tabList > ul > li .listItem > ul > li {
  width: 33.333%;
  padding: 0 0.15rem;
}
.index_news .index_news_main .tabList > ul > li .listItem > ul > li .item {
  padding: 0.44rem 0.2rem 0.24rem 0.2rem;
  background-color: #f2f2f2;
}
.index_news .index_news_main .tabList > ul > li .listItem > ul > li .item .time {
  margin-bottom: 0.13rem;
}
.index_news .index_news_main .tabList > ul > li .listItem > ul > li .item .time p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #595959;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.index_news .index_news_main .tabList > ul > li .listItem > ul > li .item .tit {
  padding-bottom: 0.29rem;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 0.2rem;
  position: relative;
}
.index_news .index_news_main .tabList > ul > li .listItem > ul > li .item .tit::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #afafaf;
  width: 0;
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index_news .index_news_main .tabList > ul > li .listItem > ul > li .item .tit p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.24rem;
  color: #202020;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.index_news .index_news_main .tabList > ul > li .listItem > ul > li .item .intro {
  margin-bottom: 0.33rem;
}
.index_news .index_news_main .tabList > ul > li .listItem > ul > li .item .intro p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #777777;
  line-height: 0.26rem;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.index_news .index_news_main .tabList > ul > li .listItem > ul > li .item .img-box {
  padding-bottom: 66.6061706%;
}
.index_news .index_news_main .tabList > ul > li .listItem > ul > li .item:hover .tit::before {
  width: 100%;
}
.index_news .index_news_main .tabList > ul > li .listItem > ul > li .item:hover img {
  transform: scale(1.1);
}
.index_about {
  display: flex;
}
.index_about > div {
  width: 50%;
}
.index_about > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_about .index_about_r {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 1.4rem 1.54rem;
  padding: 5vw;
  background-image: url(../img/index_about_r_bg.jpg);
  background-size: cover;
}
.index_about .index_about_r .tit {
  margin-bottom: 0.24rem;
}
.index_about .index_about_r .tit p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.4rem;
  color: #333333;
  line-height: 0.7rem;
  letter-spacing: 3px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.index_about .index_about_r .intro {
  margin-bottom: 0.34rem;
}
.index_about .index_about_r .intro p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.4rem;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.index_about .index_about_r .more {
  width: 1.16rem;
  height: 0.35rem;
  background: #404040;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_about .index_about_r .more span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.4rem;
  letter-spacing: 1px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  color: #fff;
}
.index_picList1 {
  display: flex;
  /*height: 7.85rem;*/
  width: 100%;
  overflow: hidden;
}
.index_picList1 > div {
  position: relative;
  overflow: hidden;
}
.index_picList1 > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.index_picList1 > div img:hover {
  transform: scale(1.05);
}
.index_picList1 .pic1 {
  width: 26.19791667%;
}
.index_picList1 .pic2 {
  width: 36.875%;
}
.index_picList1 .index_picListr {
  width: 36.92708333%;
}
.index_picList1 .index_picListr > div {
  overflow: hidden;
  position: relative;
  height: 50%;
}
.index_picList2 {
  height: 8.62rem;
  width: 100%;
  overflow: hidden;
  display: flex;
}
.index_picList2 .index_picList2_l {
  width: 44.53125%;
}
.index_picList2 > div {
  position: relative;
  overflow: hidden;
}
.index_picList2 > div > div {
  overflow: hidden;
  position: relative;
  height: 50%;
}
.index_picList2 > div > div .titBox {
  position: absolute;
  bottom: 0.45rem;
  left: 0.45rem;
}
.index_picList2 > div > div .titBox .tit {
  margin-bottom: 0.16rem;
}
.index_picList2 > div > div .titBox .tit p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.32rem;
  color: #ffffff;
  line-height: 0.32rem;
  letter-spacing: 2px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.index_picList2 > div > div .titBox .intro p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 0.2rem;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.index_picList2 > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.index_picList2 > div img:hover {
  transform: scale(1.05);
}
.index_picList2 .index_picList2_r {
  width: 55.46875%;
  height: 100%;
}
.index_picList2 .index_picList2_r > div {
  height: 100%;
}
.index_picList2 .index_picList2_r > div .titBox {
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
}
.index_picList3 {
  width: 100%;
}
.index_picList3 img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 1024px) {
.index_pro{
  height: auto;
  overflow: hidden;
}
.index_pro ul {
  display: block;
  height: auto;
  overflow: hidden;
}
.index_pro ul li {
  width: 50%;
  float: left;
}
.index_news .index_news_titBox .subtit p{
  font-size: 0.24rem;
}
.index_news .index_news_main .tabTitBox ul li .item p{
  font-size: 0.24rem;
}
.index_news .index_news_main .tabList > ul > li .listItem > ul{
  display: block;
  height: auto;
  overflow: hidden;
}
.index_news .index_news_main .tabList > ul > li .listItem > ul > li{
  width: 100%;
  margin-bottom: .3rem;
}
.index_news .index_news_main .tabList > ul > li .listItem > ul > li .item .time p{
  font-size: 0.24rem;
}
.index_about{
  display: block;
}
.index_about > div{
  width: 100%;
}
.index_about .index_about_r{
  padding: 0.5rem;
}
.index_about .index_about_r .tit p{
  font-size: 0.4rem;
}
.index_about .index_about_r .intro p{
  font-size: 0.24rem;
}
.index_about .index_about_r .more{
  width: 30%;
}
.index_about .index_about_r .more span{
  font-size: 0.24rem;
}
.index_picList1{
  display: block;
  height: auto;
  overflow: hidden;
}
.index_picList1 .pic1{
  width: 41.25%;
  float: left;
  height: 4.9rem;
  overflow: hidden;
}
.index_picList1 .pic2{
width: 58.75%;
height: 4.9rem;
    float: left;
    
}
.index_picList1 .index_picListr{
  width: 100%;
}
.index_picList2 > div > div .titBox .intro p{
  font-size: 0.24rem;
  line-height: .3rem;
}
.index_picList3 img {
  width: 100%;
  object-fit: cover;
  height: 4rem;
}
}
