
/*头部内容*/
/*$$
{
	"color":[
		{"val":"#ffffff","title":"默认字体颜色"}
	],
	"background":[
		{"val":"#313131","title":"默认背景颜色"},
		{"val":"#b93936","title":"鼠标选中的背景颜色"}
	],
	"border":[
	
	]
}
$$*/

#head_144 {
  width: 100%;
  height: 75px;
  background: #313131;
}

#head_144 .head_Pc {
  display: block;
  width: 100%;
  height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 55;
  transition: 0.3s ease;
  background: #313131;
}

#head_144 .head_Pc .hPcB {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

#head_144 .head_Pc .hPcB .logo {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

#head_144 .head_Pc .hPcB .logo .img {
  display: block;
  height: 50%;
}

#head_144 .head_Pc .hPcB .pul {
  display: flex;
  justify-content: flex-start;
  height: 100%;
  align-items: flex-end;
  align-content: flex-end;
  width: calc(100% - 200px);
  max-width: 800px;
}

#head_144 .head_Pc .hPcB .pul > li {
  width: calc(100% / 7);
  height: 58px;
  position: relative;
}

#head_144 .head_Pc .hPcB .pul > li > a {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: block;
}

#head_144 .head_Pc .hPcB .pul > li > a > span {
  font-size: 16px;
  color: #ffffff;
  line-height: 58px;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
}

#head_144 .head_Pc .hPcB .pul > li > a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -20px;
  left: 50%;
  background: #b93936;
  opacity: 0;
  transition: 0.3s ease;
  transform: translate(-50%, 0%);
  border-radius: 20px 20px 0 0;
}

#head_144 .head_Pc .hPcB .pul > li .child {
  position: absolute;
  top: 100%;
  width: 100%;
  min-width: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #313131;
  padding: 10px 0;
  display: none;
}

#head_144 .head_Pc .hPcB .pul > li .child .child_ul li {
  width: 100%;
  min-width: 100px;
}

#head_144 .head_Pc .hPcB .pul > li .child .child_ul li a {
  text-align: center;
  width: 100%;
  line-height: 24px;
  padding: 10px 10px;
  display: block;
  font-size: 14px;
}

#head_144 .head_Pc .hPcB .pul > li .child .child_ul li a span {
  color: #ffffff;
}

#head_144 .head_Pc .hPcB .pul > li .child .child_ul li:hover a {
  background: #b93936;
}

#head_144 .head_Pc .hPcB .pul > li:hover:hover > a::after {
  opacity: 1;
  bottom: 0;
}

#head_144 .head_Wap {
  display: block;
  width: 100%;
  height: 50px;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 56;
  background: #313131;
  overflow: hidden;
  transition: 0.3s ease;
}

#head_144 .head_Wap .WapNav {
  width: 100%;
  height: 100%;
}

#head_144 .head_Wap .WapNav .header {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0 10px;
  box-sizing: border-box;
}

#head_144 .head_Wap .WapNav .header .logo {
  height: 100%;
}

#head_144 .head_Wap .WapNav .header .logo a {
  display: flex;
  align-items: center;
  align-content: center;
  height: 100%;
}

#head_144 .head_Wap .WapNav .header .logo a img {
  display: block;
  height: 50%;
}

#head_144 .head_Wap .WapNav .header .headri {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

#head_144 .head_Wap .WapNav .header .headri .navBtn {
  width: 40px;
  height: 50px;
  cursor: pointer;
  position: relative;
}

#head_144 .head_Wap .WapNav .header .headri .navBtn .navBtnBox {
  width: 30px;
  height: 50px;
  float: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

#head_144 .head_Wap .WapNav .header .headri .navBtn .navBtnBox .span_0 {
  width: 24px;
  background: #ffffff;
  height: 3px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  display: block;
  /* margin-bottom: 7px; */
  position: absolute;
  top: 50%;
  transform-origin: 50% 50%;
}

#head_144 .head_Wap .WapNav .header .headri .navBtn .navBtnBox .span_0.span_1 {
  transform: translate(0, -8px);
}

#head_144 .head_Wap .WapNav .header .headri .navBtn .navBtnBox .span_0.span_3 {
  transform: translate(0, 8px);
}

#head_144 .head_Wap .WapNav .header .headri .navBtn.cur .span_1 {
  transform: rotate(-45deg) translate(0, -50%);
}

#head_144 .head_Wap .WapNav .header .headri .navBtn.cur .span_2 {
  opacity: 0;
}

#head_144 .head_Wap .WapNav .header .headri .navBtn.cur .span_3 {
  transform: rotate(45deg) translate(0, -50%);
}

#head_144 .menu .menu-list .menu-title {
  color: #333333;
}

#bananer_144 {
  width: 100%;
}

#bananer_144 .pcBanSwiper {
  width: 100%;
}

#bananer_144 .pcBanSwiper .swiper-slide a img {
  width: 100%;
  display: block;
}

#bananer_144 .pcBanSwiper .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
}

#bananer_144 .pcBanSwiper .swiper-pagination-bullet-active {
  background: #b93936;
}

@media (max-width: 786px) {
  #head_144 {
    height: 50px;
  }
  #head_144 .head_Pc {
    top: -100%;
  }
  #head_144 .head_Wap {
    top: 0%;
  }
  #bananer_144 .pcBanSwiper .swiper-slide a img {
    height: 60vw;
    object-fit: cover;
  }
}
