﻿.w {
  width: 14.48rem;
  margin: 0 auto;
}
.header_con {
  position: relative;
  z-index: 1;
  height: 6.85rem;
}
.header_con .banner_con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.85rem;
  z-index: -1;
}
.header_con .banner_con img:nth-child(1) {
  height: 6.85rem;
  width: 100%;
}
.header_con .banner_con .tips {
  position: absolute;
  left: 50%;
  transform: translateX(-75%);
  top: 24%;
  width: 11.18rem;
  height: 2.68rem;
}
.header_con .banner_con .btnBox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-266%);
  top: 72.1%;
  width: 2.64rem;
  height: 0.51rem;
  background: linear-gradient(93deg, #ff7200, #ff4200, #cd281f);
  box-shadow: 0px 0px 13px 0px rgba(81, 100, 118, 0.43);
  opacity: 0.97;
  border-radius: 0.26rem;
}
.header_con .banner_con .btnBox p {
  width: 1.28rem;
  font-size: 0.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
.header_con .banner_con .btnBox p::after {
  content: " ";
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  width: 0.19rem;
  height: 0.19rem;
  display: inline-block;
  background-size: 100% 100%;
  margin-left: 0.15rem;
  transform: translateY(0.03rem);
}
.contenr {
  min-height: 5rem;
  width: 100%;
}
.contenr .tabs {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.97rem;
  background: #ffffff;
  box-shadow: 0px 1px 6px 0px rgba(153, 153, 153, 0.28);
}
.contenr .tabs .contenr_tabs {
  display: flex;
  justify-content: space-between;
  font-size: 0.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.contenr .tabs .contenr_tabs li {
  width: 2.76rem;
  height: 0.52rem;
  text-align: center;
  line-height: 0.52rem;
}
.contenr .tabs .contenr_tabs li:first-child{
  display: none;
}
.contenr .tabs .contenr_tabs li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  width: 100%;
  height: 100%;
}
.contenr .tabs .contenr_tabs .active {
  background: #dd2c17;
  box-shadow: 0px 0px 10px 0px rgba(221, 44, 23, 0.51);
  border-radius: 0.24rem;
  color:#fff;
}
.contenr .tabs .contenr_tabs .active a {
  color: #fff;
}
.contenr .fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}
.contenr .company {
  width: 14.4rem;
  margin: 0 auto;
}
.contenr .company .title_box {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 0.73rem;
}
.contenr .company .title_box p{
  font-size: 0.22rem;
  font-family: Microsoft YaHei;
  font-weight: 300;
  text-align: center;
  color: #000000;
  margin-top: 0.08rem;
}
.contenr .company .title_box .title {
  font-size: 0.42rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #393939;
}
.contenr .company .title_box .company_des {
  width: 2.82rem;
  height: 0.18rem;
  margin-top: 0.16rem;
}
.contenr .company .title_box .company_news {
  width: 1.35rem;
  height: 0.18rem;
  margin-top: 0.16rem;
}
.contenr .company .my_swiper_box {
  width: 100%;
  margin-top: 0.59rem;
  display: flex;
  padding: 0.5rem 0.4rem .2rem;
  /*å…ˆåŽ»æŽ‰é»˜è®¤æ ·å¼*/
}
.contenr .company .my_swiper_box a {
  display: block;
}
.contenr .company .my_swiper_box .swiper-button-prev:after {
  display: none;
}
.contenr .company .my_swiper_box .swiper-button-next:after {
  display: none;
}
.contenr .company .my_swiper_box .swiper-pagination {
  width: 1.94rem;
  top: unset;
  bottom: 0.2rem;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  background: #DD2C17;
  height: 0.02rem;
}
.contenr .company .my_swiper_box .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #DD2C17;
}
.contenr .company .my_swiper_box .swiper-pagination .swiper-pagination-progressbar-fill::after {
  content: ' ';
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 50%;
  width: 0.12rem;
  height: 0.12rem;
  background-color: #DD2C17;
  transform: scaleX(1) scaleY(1) translateY(-50%);
}
.contenr .company .my_swiper_box .swiper-pagination::before {
  content: attr(data-content-before);
  display: flex;
  position: absolute;
  left: -0.25rem;
  top: 50%;
  transform: translateY(-50%);
  color: #DD2C17;
  font-size: 0.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.contenr .company .my_swiper_box .swiper-pagination::after {
  content: attr(data-content-after);
  display: flex;
  position: absolute;
  right: -0.3rem;
  top: 50%;
  transform: translateY(-50%);
  color: #DD2C17;
  font-size: 0.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.contenr .company .my_swiper_box .pre_btn {
  background: url(../images/reft.png) no-repeat;
  width: 0.16rem;
  height: 0.18rem;
  outline: none;
  background-size: 100% 100%;
}
.contenr .company .my_swiper_box .next_btn {
  background: url(../images/right.png) no-repeat;
  width: 0.16rem;
  height: 0.18rem;
  right: -0.01rem !important;
  outline: none;
  background-size: 100% 100%;
}
.contenr .company .my_swiper_box .item {
  width: 3.06rem;
  height: 4.56rem;
  box-shadow: 0px -0.01rem 0.13rem 0px rgba(130, 130, 130, 0.23);
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
  margin-right: 0.75rem;
  border: 1px solid #fff;
}
.contenr .company .my_swiper_box .item .btn {
  display: none;
  position: absolute;
  width: 1.26rem;
  height: 0.42rem;
  background: #dd2c17;
  right: 0.9rem;
  bottom: 0.82rem;
  border-radius: 21px;
  z-index: 10;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  /* line-height: 0.42rem; */
  text-align: center;
}
.contenr .company .my_swiper_box .item .headBox {
  width: 3.06rem;
  height: 2.54rem;
  overflow: hidden;
  z-index: -1;
}
.contenr .company .my_swiper_box .item .headBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contenr .company .my_swiper_box .item .foot_box {
  max-width: 3.06rem;
  height: 2.52rem;
  background: #fff;
  border-radius: 0.1rem;
  z-index: 1;
  transform: translateY(-0.5rem);
  padding: 0.3rem 0.31rem 0.34rem 0.29rem;
}
.contenr .company .my_swiper_box .item .foot_box .title {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 0.28rem;
}
.contenr .company .my_swiper_box .item .foot_box .context {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 0.24rem;
  margin-top: 0.2rem;
}
.contenr .company .my_swiper_box .item .foot_box .time {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 0.2rem;
}
.contenr .company .my_swiper_box .item .hover_bg {
display: none;
    position: absolute;
    left: 0;
    top: 0;
    /* background: #ffffff; */
    width: 100%;
    transform: scale(1.2);
    height: 100%;
    opacity: 0.5;
}
.contenr .company .my_swiper_box .active {
  border: 0px solid #f4f4f4;
  box-shadow: 0px 0px 13px 0px rgba(222, 65, 46, 0.49);
}
.contenr .company .my_swiper_box .active .hover_bg {
  display: block;
}
.contenr .company .my_swiper_box .active .btn {
  display: block;
}
.contenr .company .news_box {
  width: 100%;
  margin-top: 1rem;
  padding-bottom: 0.6rem;
}
.contenr .company .news_box .news_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
  justify-content: space-between;
}
.contenr .company .news_box .news_list a {
  display: block;
  max-width: 100%;
}
.contenr .company .news_box .news_list .news_item {
  margin-bottom: 0.35rem;
  position: relative;
  display: flex;
  padding: 0.16rem;
  width: 7.01rem;
  height: 1.81rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(174, 161, 160, 0.35);
  border-radius: 10px;
}
.contenr .company .news_box .news_list .news_item .hover_bg1 {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 7.01rem;
  height: 1.81rem;
}
.contenr .company .news_box .news_list .news_item:hover {
  box-shadow: 0px 0px 0.13rem 0px rgba(222, 65, 46, 0.49);
}
.contenr .company .news_box .news_list .news_item:hover .hover_bg1 {
  display: block;
}
.contenr .company .news_box .news_list .news_item:hover .default {
  display: none !important;
}
.contenr .company .news_box .news_list .news_item:hover .active {
  display: block !important;
}
.contenr .company .news_box .news_list .news_item .left_box {
  width: 2.29rem;
  border-radius: .1rem;
  height: 1.52rem;
  text-align: center;
  font-size: 0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  z-index: 10;
  flex-shrink: 0;
}
.contenr .company .news_box .news_list .news_item .left_box img {
  width: 100%;
  height: 100%;
  border-radius: .1rem;
  vertical-align: middle;
}
.contenr .company .news_box .news_list .news_item .right_box {
  margin-left: 0.19rem;
  z-index: 10;
  flex-grow: 1;
  width: calc(4.58rem - 0.42rem - 0.38rem - 0.19rem);
}
.contenr .company .news_box .news_list .news_item .right_box .news_title {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.contenr .company .news_box .news_list .news_item .right_box .news_des {
  width: 3.42rem;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #848484;
  line-height: 0.24rem;
  margin-top: 0.12rem;
  min-height: .48rem;
}
.contenr .company .news_box .news_list .news_item .right_box .time_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 0.3rem;
}
.contenr .company .news_box .news_list .news_item .right_box .time_box .arr_o {
  width: 0.14rem;
  height: 0.14rem;
}
.contenr .company .news_box .news_list .news_item .right_box .time_box .default {
  display: block;
}
.contenr .company .news_box .news_list .news_item .right_box .time_box .active {
  display: none;
}
.contenr .company .news_box .m-pages {
  display: flex;
  justify-content: center;
}
.contenr .company .news_box .m-pages a {
  font-size: 0.14rem;
  color: #666;
  line-height: 0.48rem;
  border: 0.01rem solid #dedede;
  border-left: none;
  padding: 0 0.2rem;
}
.contenr .company .news_box .m-pages a.current,
.contenr .company .news_box .m-pages a:hover {
  color: #fff;
  background-color: #e42919;
  border-color: #E42919;
}
.contenr .company .news_box .m-pages a.pageprv {
  border-left: 0.01rem solid #dedede;
}
.contenr .company .news_box .news_btn {
  display: block;
  margin: 0 auto;
  width: 1.26rem;
  height: 0.42rem;
  background: #FFFFFF;
  border: 0.02rem solid #DD2C17;
  border-radius: 0.21rem;
  text-align: center;
  line-height: 0.38rem;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 750px) {
  .w {
    width: 100%;
  }
  .area {
    max-width: 100%;
    padding: 0 0.2rem;
  }
  body {
    max-width: 750px;
    min-width: 320px;
    padding: 0;
    margin: 0 auto;
  }
  .header_con {
    height: 9.4rem;
  }
  .header_con .index-banner {
    height: 9.4rem !important;
  }
  .header_con .index-banner .swiper-container .swiper-wrapper .swiper-slide .m-text {
    width: 100%;
    align-items: center;
  }
  .header_con .index-banner .swiper-container .swiper-wrapper .swiper-slide .m-text .pic-text {
    max-width: 80%;
    margin-bottom: 0;
  }
  .header_con .index-banner .swiper-container .swiper-wrapper .swiper-slide .m-text .pic-text img {
    margin-left: 0;
  }
  .header_con .index-banner .swiper-container .swiper-wrapper .swiper-slide .m-text .m-fill-btn {
    font-size: 0.26rem;
    width: 2.25rem;
    height: 0.82rem;
    line-height: 0.82rem;
    border-radius: 0.41rem;
    font-weight: 200;
    margin-top: 0.7rem;
  }
  .contenr .tabs {
    width: 100vw;
    padding: 0 0.2rem;
  }
  .contenr .tabs .contenr_tabs {
    width: 100%;
  }
  .contenr .company {
    width: 100%;
  }
  .contenr .company .news_box .news_list {
    width: 100%;
    padding: 0 0.2rem;
  }
  .contenr .company .news_box .news_list .news_item {
    /* width: 100%; */
    margin-top: 0.1rem;
    height: auto;
    overflow: hidden;
    align-items: center;
  }
  .contenr .company .news_box .news_list .news_item .right_box {
    /* width: calc(100% - 0.99rem); */
  }
  .contenr .company .news_box .news_list .news_item .right_box .news_title {
    font-size: 0.26rem;
    width: 100%;
  }
  .contenr .company .news_box .news_list .news_item .right_box .news_des {
    width: 100%;
    line-height: 0.38rem;
    font-size: 0.24rem;
  }
  .contenr .company .news_box .news_list .news_item .right_box .time_box {
    width: 100%;
    font-size: 0.24rem;
  }
  .contenr .company .swiper-pagination {
    display: none;
  }
  .contenr .company .swiper {
    height: 6.1rem;
  }
  .contenr .company .my_swiper_box .next_btn,
  .contenr .company .my_swiper_box .pre_btn {
    width: 0.3rem;
    height: 0.4rem;
  }
  .contenr .company .my_swiper_box .swiper-pagination {
    bottom: 0.1rem;
  }
  .contenr .company .my_swiper_box .next_btn {
    right: 0.2rem !important;
  }
  .contenr .company .my_swiper_box .item {
    margin: 0 auto;
    transform: scale(1.2);
  }
  .contenr .company .my_swiper_box .item .foot_box .title {
    font-size: 0.22rem;
  }
  .contenr .company .my_swiper_box .item .foot_box .context {
    font-size: 0.2rem;
  }
  .contenr .company .my_swiper_box .item .foot_box .time {
    font-size: 0.2rem;
  }
  .contenr .company .my_swiper_box .item .hover_bg {
    display: none;
  }
  .contenr .company .my_swiper_box .item .btn {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  .swiper-backface-hidden .swiper-slide {
    margin-right: 56px!important;
  }
}