

/*新闻中心*/
/*$$
{
	"color":[
		{"val":"#ffffff","title":"默认字体颜色/选中的字体颜色"},
		{"val":"#333333","title":"二级菜单默认字体颜色"}
	],
	"background":[
		{"val":"#173c8b","title":"默认背景颜色"},
		{"val":"#ffcc00","title":"凸显的背景色"},

		{"val":"#ff7c44","title":"轮播图指示器的背景颜色"}
	],
	"border":[
		
	]
}
$$*/






#head_144 .head_Pc {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  height: 70px;
  position: fixed;
  top: 30px;
  left: 0;
  z-index: 80;
  transition: 0.3s ease;
}

#head_144 .head_Pc .headPcBox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  background: rgba(39, 172, 56, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  border-radius: 40px;
  padding: 0 35px;
  transition: 0.3s ease;
}

#head_144 .head_Pc .headPcBox .logos {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

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

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

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

#head_144 .head_Pc .headPcBox .pcMenu .menuUl .menuLi {
  width: 110px;
  height: 100%;
  position: relative;
}

#head_144 .head_Pc .headPcBox .pcMenu .menuUl .menuLi .menua {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#head_144 .head_Pc .headPcBox .pcMenu .menuUl .menuLi .menua span {
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  padding: 0 15px;
  border-radius: 30px;
  position: relative;
  z-index: 3;
  display: block;
  white-space: nowrap;
}

#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: rgba(39, 172, 56, 1);
  color: #ffffff;
}

#head_144 .head_Pc .headPcBox .pcMenu .menuUl .menuLi.act .menua span, #head_144 .head_Pc .headPcBox .pcMenu .menuUl .menuLi:hover .menua span {
  background: #ffcc00;
  color: #333333;
}

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

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

#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_Pc.hideNav {
  top: 0;
  background: rgba(39, 172, 56, 1);
}

#head_144 .head_Pc.hideNav .headPcBox {
  padding: 0 0;
  background: none;
}

#head_144 .head_Wap {
  display: block;
  width: 100%;
  height: 50px;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 56;
  background: rgba(39, 172, 56, 1);
  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;
  min-height: 600px;
  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/HD25_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/HD25_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 .swiper-slide a {
    min-height: 500px;
  }
  #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: 860px) {
  #head_144 {
    height: 50px;
  }
  #head_144 .head_Pc {
    display: none;
  }
  #head_144 .head_Wap {
    top: 0%;
  }
  #bananer_144 .pcBanSwiper .swiper-slide a {
    height: 55vw;
    min-height: auto;
  }
  #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/HD25_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/HD25_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;
  }
}
