/*头部导航*/
/*$$
{"color":[
	{"val":"#ffffff","title":"导航默认字体颜色"},
	{"val":"#052959","title":"中英文切换的默认字体颜色"}
],
"background":[
	{"val":"#ff7c44","title":"模块选中的色"},
	{"val":"#052959","title":"模块背景色"},
	{"val":"#ffffff","title":"下拉模块背景色"}
],
"border":[]}
$$*/

#head_144 {
  height: 80px;
}

#head_144 .head_Pc {
  width: 100%;
  background: #052959;
  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: #052959;
  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: #ffffff;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

#head_144 .head_Pc .headPcBox .pcMenu .menuUl .menuLi .menua span {
  font-size: 16px;
  position: relative;
  z-index: 3;
}

#head_144 .head_Pc .headPcBox .pcMenu .menuUl .menuLi .menua::after {
  width: 100%;
  height: 100%;
  content: '';
  background: #ff7c44;
  position: absolute;
  left: 0;
  top: 100%;
  transition: 0.3s ease;
}

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

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

#head_144 .head_Pc .headPcBox .pcMenu .menuUl .menuLi .mChd .mChd_ul .mChd_li {
  width: 100%;
  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: #ff7c44;
  color: #ffffff;
}

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

#head_144 .head_Pc .headPcBox .pcMenu .menuUl .menuLi.act .menua::after, #head_144 .head_Pc .headPcBox .pcMenu .menuUl .menuLi:hover .menua::after {
  top: 0;
}

#head_144 .head_Pc .headPcBox .langChange {
  width: 85px;
  height: 35px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  border-radius: 35px;
}

#head_144 .head_Pc .headPcBox .langChange .lang {
  font-size: 15px;
  line-height: 26px;
  display: block;
  width: 100%;
  text-align: center;
  color: #052959;
  display: none;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0 5px;
}

#head_144 .head_Pc .headPcBox .langChange .lang .qiu {
  width: 28px;
  height: 28px;
  background: #ff7c44;
  border-radius: 50%;
  display: block;
  opacity: 0.8;
  transition: 0.3s ease;
}

#head_144 .head_Pc .headPcBox .langChange .lang span {
  flex: 1;
  width: 0;
  text-align: center;
}

#head_144 .head_Pc .headPcBox .langChange .lang.act {
  display: flex;
}

#head_144 .head_Pc .headPcBox .langChange .lang:hover .qiu {
  opacity: 1;
}

#head_144 .head_Wap {
  display: block;
  width: 100%;
  height: 50px;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 56;
  background: #052959;
  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: #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-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;*/
/*  mask-composite: intersect;*/
/*}*/

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

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

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

#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/HD24_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/HD24_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: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 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(../img/HD24_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(../img/HD24_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;
  }
}
