
/*头部文件*/
/*$$
{
	"color":[
		{"val":"#333333","title":"默认字体颜色"},
		{"val":"#075c37","title":"选中字体颜色"}
	],
	"background":[
		{"val":"#ffffff","title":"默认背景颜色"},
		{"val":"#075c37","title":"凸显的背景色"}
	],
	"border":[
		
	]
}
$$*/


#head_144 {
  height: 80px;
}

#head_144 .head_Pc {
  width: 100%;
  background: #ffffff;
  padding: 0 10px;
  box-sizing: border-box;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

#head_144 .head_Pc .headPcBox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

#head_144 .head_Pc .headPcBox .logos {
  display: block;
}

#head_144 .head_Pc .headPcBox .logos img {
  height: 30px;
  display: block;
}

#head_144 .head_Pc .headPcBox .pcMenu {
  padding: 0 30px 0 40px;
  flex: 1;
  width: 0;
  height: 100%;
}

#head_144 .head_Pc .headPcBox .pcMenu .menuUl {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#head_144 .head_Pc .headPcBox .pcMenu .menuUl .menuLi {
  width: calc(100% / 8);
  height: 100%;
  position: relative;
}

#head_144 .head_Pc .headPcBox .pcMenu .menuUl .menuLi .menua {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 80px;
  color: #333333;
}

#head_144 .head_Pc .headPcBox .pcMenu .menuUl .menuLi .menua span {
  font-size: 16px;
}

#head_144 .head_Pc .headPcBox .pcMenu .menuUl .menuLi .mChd {
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  transform: translate(-50%, 0);
  background: #ffffff;
  width: 100%;
  display: none;
}

#head_144 .head_Pc .headPcBox .pcMenu .menuUl .menuLi .mChd .mChd_ul {
  width: 100%;
  border-top: #075c37 2px solid;
  padding-top: 5px;
}

#head_144 .head_Pc .headPcBox .pcMenu .menuUl .menuLi .mChd .mChd_ul .mChd_li {
  margin-bottom: 5px;
}

#head_144 .head_Pc .headPcBox .pcMenu .menuUl .menuLi .mChd .mChd_ul .mChd_li .mChd_lia {
  display: block;
  padding: 8px 5px;
  box-sizing: border-box;
  line-height: 22px;
  text-align: center;
  color: #333333;
}

#head_144 .head_Pc .headPcBox .pcMenu .menuUl .menuLi .mChd .mChd_ul .mChd_li .mChd_lia span {
  font-size: 14px;
}

#head_144 .head_Pc .headPcBox .pcMenu .menuUl .menuLi .mChd .mChd_ul .mChd_li:hover .mChd_lia {
  background: #075c37;
  color: #ffffff;
}

#head_144 .head_Pc .headPcBox .pcMenu .menuUl .menuLi.act .menua, #head_144 .head_Pc .headPcBox .pcMenu .menuUl .menuLi:hover .menua {
  color: #075c37;
}

#head_144 .head_Pc .headPcBox .langChange {
  width: 115px;
  height: 30px;
  background: #075c37;
  border: #075c37 2px solid;
  display: flex;
  justify-content: space-between;
}

#head_144 .head_Pc .headPcBox .langChange .lang {
  font-size: 16px;
  line-height: 26px;
  display: block;
  width: 50%;
  text-align: center;
  background: #ffffff;
  color: #666666;
}

#head_144 .head_Pc .headPcBox .langChange .lang.act {
  background: #075c37;
  color: #ffffff;
}

#head_144 .head_Wap {
  display: block;
  width: 100%;
  height: 50px;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 56;
  background: #ffffff;
  overflow: hidden;
  transition: 0.3s ease;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

#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: #333333;
  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-item .menu-title {
  color: #333333;
}

#head_144 .menu .menu-list .menu-item .dropdown_menu .nav-font {
  color: #333333;
}

#bananer_144 {
  width: 100%;
}

#bananer_144 .pcBanSwiper {
  width: 100%;
  position: relative;
}

#bananer_144 .pcBanSwiper .swiper-slide a {
  height: 38vw;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#bananer_144 .pcBanSwiper .swiper-slide.swiper-slide-active a {
  -webkit-mask: url(/static/images/ban_sprite.png);
  mask: url(/static/images/ban_sprite.png);
  -webkit-mask-size: 7400% 100%;
  mask-size: 7400% 100%;
  -webkit-animation: mask-play 1.4s steps(73) forwards;
  animation: mask-play 1.4s steps(73) forwards;
}

#bananer_144 .pcBanSwiper .swiper-pagination {
  bottom: 25px;
}

#bananer_144 .pcBanSwiper .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
  width: 80px;
  height: 4px;
  border-radius: 0;
}

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

#bananer_144 .pcBanSwiper .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: 5%;
  width: 81px;
  height: 81px;
  margin-top: -40px;
  background: url(/static/images/HD23_01.png) 50% 50% no-repeat;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 0;
}

#bananer_144 .pcBanSwiper .slider-btn-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: 5%;
  width: 81px;
  height: 81px;
  margin-top: -40px;
  opacity: 0;
  background: url(/static/images/HD23_02.png) 50% 50% no-repeat;
  transition: all 0.3s ease;
  cursor: pointer;
}

#bananer_144 .pcBanSwiper:hover .slider-btn-prev {
  left: 10%;
  opacity: 1;
}

#bananer_144 .pcBanSwiper:hover .slider-btn-next {
  right: 10%;
  opacity: 1;
}

@keyframes mask-play {
  from {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@media (max-width: 1200px) {
  #bananer_144 .pcBanSwiper .patgin {
    margin-left: 0;
    transform: translate(-50%, 0);
    height: 40px;
    padding: 6px 5px;
  }
  #bananer_144 .pcBanSwiper .patgin .patgin_i {
    height: 30px;
    line-height: 30px;
    width: 55px;
    font-size: 14px;
  }
}

@media (max-width: 786px) {
  #head_144 {
    height: 50px;
  }
  #head_144 .head_Pc {
    display: none;
  }
  #head_144 .head_Wap {
    top: 0%;
  }
  #bananer_144 .pcBanSwiper .swiper-slide a {
    height: 55vw;
  }
  #bananer_144 .pcBanSwiper .slider-btn-prev {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: 5%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(/static/images/HD23_01.png) no-repeat center center;
    background-size: 40% auto;
    transition: all 0.3s ease;
    cursor: pointer;
    opacity: 0;
  }
  #bananer_144 .pcBanSwiper .slider-btn-next {
    position: absolute;
    z-index: 30;
    top: 50%;
    right: 5%;
    width: 40px;
    height: 40px;
    opacity: 0;
    background: url(/static/images/HD23_02.png) no-repeat center center;
    background-size: 40% auto;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  #bananer_144 .pcBanSwiper .swiper-pagination {
    bottom: 10px;
  }
  #bananer_144 .pcBanSwiper .swiper-pagination .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
    width: 12px;
    height: 2px;
    border-radius: 0%;
  }
  #bananer_144 .pcBanSwiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #b93936;
  }
}
