.hBaner {
  width: 100%;
  height: 10rem;
}

.hBannerText {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.hBannerTit {
  height: 1.09rem;
  box-sizing: border-box;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.6rem;
  color: #FFFFFF;
  background: linear-gradient(90deg, #7E1818 0%, rgba(0, 0, 0, 0) 100%);
  padding: 0.4rem;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: .49rem;
}

.hBannerTit::after {
  content: '';
  width: 0.14rem;
  height: 100%;
  background: #73191B;
  position: absolute;
  left: -.22rem;
  top: 0;
}

.hBannerTxt {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.7rem;
  color: #FFFFFF;
  margin-bottom: .4rem;
}

.hBannerMore {
  width: 3.91rem;
  height: 0.78rem;
  background: #FFFFFF;
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.01rem solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.26rem;
  color: #000000;
}

.hBannerMore img {
  width: .2rem !important;
  height: .2rem !important;
  margin-left: .2rem;
  filter: brightness(0);
}

.hbannerPagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: .3rem !important;
}

.hbannerPagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: #868A90;
  opacity: 1 !important;
  margin: 0 .14rem !important;
}

.hbannerPagination .swiper-pagination-bullet-active {
  background: #fff;
  background-clip: content-box;
  padding: .06rem;
  border: .01rem solid #fff;
}

.hResultBox {
  width: 15.5rem;
  margin: 0 auto;
  padding: .7rem 0 .6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.homeTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.4rem;
  color: #333333;
  text-align: center;
}

.hResultMore {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .2rem;
}

.hResultMore img {
  width: .11rem;
  margin-left: .07rem;
}

.selectBox {
  display: flex;
  margin-top: .53rem;
}

.selectITem {
  width: 4rem;
  height: 0.5rem;
  background: #FFFFFF;
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.01rem solid #CCCCCC;
  display: flex;
  align-items: center;
  margin-right: .3rem;
  padding: 0 .17rem 0 .12rem;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.selectITem input {
  width: 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  cursor: pointer;
}

.selectITem input::-webkit-input-placeholder {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
}

.selectITem img {
  width: .16rem;
  height: .09rem;
  cursor: pointer;
}

.optionBox {
  position: absolute;
  left: 0;
  top: calc(100% + .01rem);
  width: 100%;
  max-height: 2.4rem;
  background: #fff;
  overflow-y: scroll;
  display: none;
  z-index: 10;
  box-shadow: 0 .02rem .12rem 0 rgba(0, 0, 0, 0.1)
}

.optionBox::-webkit-scrollbar {
  width: .03rem;
  background: transparent;
}

.optionBox::-webkit-scrollbar-thumb {
  width: .03rem;
  background: #333;
}

.optionITem {
  padding: 0 .15rem;
  height: .4rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: .4rem;
}

.optionITem:hover {
  background: #0A2F60;
  color: #fff;
}

.hResultBtn {
  width: 2.6rem;
  height: 0.5rem;
  background: #0A2F60;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
}

.hResultSwiper {
  margin-bottom: .6rem !important;
}

.hResultSwiper .swiper-slide {
  padding: 0 .18rem !important;
  box-sizing: border-box;
}

.hResultImg {
  height: 3.33rem;
  margin-bottom: .32rem;
  position: relative;
}

.hResultMask {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -100%;
  width: 100%;
  height: 100%;
  background: #0A2F60;
  padding: 0 .18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: all .3s;
}

.hResultImg:hover .hResultMask {
  top: 0;
}

.maskItem {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.maskItemTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: .2rem;
}

.maskItemImg {
  display: flex;
}

.maskItemImg img {
  width: .51rem;
  height: .51rem;
  margin: 0 .09rem;
}

.hResultTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  text-align: center;
  margin-bottom: .2rem;
}

.hResultView {
  width: fit-content;
  height: 0.44rem;
  padding: 0 .28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #0A2F60;
  margin: 0 auto;
  border: 0.01rem solid #0A2F60;
}

.hResultSwiperBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
}

.hResultPrev,
.hResultPagination,
.hResultNext {
  position: static !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}

.hResultPrev,
.hResultNext {
  width: .26rem !important;
  height: .26rem !important;
}

.hResultPrev::after,
.hResultNext::after {
  display: none;
}

.hResultPagination {
  width: fit-content !important;
  margin: 0 .32rem !important;
}

.hResultPagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background: #CCCCCC;
  opacity: 1 !important;
  margin: 0 .12rem !important;
}

.hResultPagination .swiper-pagination-bullet-active {
  background: #385A7F;
}

.hVideo {
  width: 100%;
  height: 10.8rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.hVideoBox {
  padding: .8rem 0 2.22rem;
}

.hVideoBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hVideoBox .homeTit {
  color: #fff;
}

.hVideoSwiper {
  width: 100%;
  height: 5.63rem;
  margin-top: 1.63rem !important;
}

.hVideoSwiper .swiper-slide {
  transition: all .5s !important;
}

.hVideoSwiper .swiper-slide video {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}

.hVideoSwiper .swiper-slide-active {
  transform: scale(1) !important;
  z-index: 1;
}

.hVideoSwiper .swiper-slide-prev {
  transform: translateX(60%) scale(.72) !important;
}

.hVideoSwiper .swiper-slide-next {
  transform: translateX(-60%) scale(.72) !important;
}

.play {
  width: 1.72rem !important;
  height: 1.72rem !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: none;
}

.hVideoSwiper .swiper-slide-active .play {
  display: block;
}

.hVideoPrev,
.hVideoNext {
  width: .26rem !important;
  height: .26rem !important;
}

.hVideoPrev::after,
.hVideoNext::after {
  display: none;
}

.hVideoPrev img,
.hVideoNext img {
  filter: brightness(0) invert(1);
}

.hNewsBox {
  padding: .8rem 0 .9rem;
}

.hNewsList {
  display: flex;
  margin-top: .6rem;
}

.hNewsItem {
  width: 5rem;
  height: 5.96rem;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  margin-right: .5rem;
  transition: all .3s;
}

.hNewsItem:nth-child(3n) {
  margin-right: 0;
}

.hNewsItem:hover {
  box-shadow: 0rem 0rem 0.16rem 0.01rem rgba(0, 0, 0, 0.1);
}

.hNewsImg {
  width: 100%;
  height: 3.6rem;
  overflow: hidden;
}

.hNewsText {
  width: 100%;
  height: 2.36rem;
  padding: .3rem .24rem .35rem;
  box-sizing: border-box;
}

.hNewsTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.34rem;
  margin-bottom: .15rem;
}

.hNewsTxt {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.26rem;
  margin-bottom: .15rem;
}

.hNewsB {
  display: flex;
  justify-content: space-between;
}

.hNewsDate {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
}

.hNewsBtn {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
}

.hNewsBtn {
  display: flex;
  align-items: center;
}

.hNewsBtn img {
  width: .12rem;
  margin-left: .07rem;
}

.hNewsMore {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .59rem;
}

.hNewsMore img {
  width: .11rem;
  margin-left: .07rem;
}

.hFirend{
  background: rgba(136, 136, 136, .05);
}

.hFirendBox{
  padding: .8rem 0;
}

.hFirend .homeTit{
  font-weight: 400;
}

.hFirendList{
  display: flex;
  margin-top: .6rem;  
}

.hFirendList a{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.36rem;
  margin-right: .97rem;
  position: relative;
}

.hFirendList a:last-child{
  margin-right: 0;
}

.hFirendList a:hover{
  color: #0A2F60;
}

.hFirendList a::after{
  content: '';
  width: .01rem;
  height: 0.26rem;
  background: #B5B5B5;
  position: absolute;
  top: 50%;
  right: -.49rem;
  transform: translateY(-50%);
}

.hFirendList a:last-child::after{
  display: none;
}