@charset "UTF-8";
/*服务范围*/
/*$$
{
	"color":[
		{"val":"#ffffff","title":"按钮默认字体颜色"},
		{"val":"#333333","title":"默认字体颜色"},
		{"val":"#e4e4e9","title":"英文字体颜色"}
	],
	"background":[
		{"val":"#676767","title":"默认背景颜色"},
		{"val":"#e50100","title":"凸显的背景色"},
		{"val":"#eaeaea","title":"模块默认颜色"}	
	],
	"border":[]
}
$$*/
#ser_145 {
  padding: 80px 10px 80px;
  background: url("/static/images/NP44_bg.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}

#ser_145 .ser_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

#ser_145 .ser_box .serLe {
  width: 64%;
  display: flex;
  justify-content: flex-end;
}

#ser_145 .ser_box .serLe .serLeBox {
  width: 100%;
  height: 100%;
}

#ser_145 .ser_box .serLe .serLeBox .sUl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#ser_145 .ser_box .serLe .serLeBox .sUl .sli {
  width: calc((100% - 35px) / 2);
  margin-bottom: 35px;
  transition: 0.3s ease;
}

#ser_145 .ser_box .serLe .serLeBox .sUl .sli .sa {
  width: 100%;
  display: block;
  position: relative;
}

#ser_145 .ser_box .serLe .serLeBox .sUl .sli .sa .simgs {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#ser_145 .ser_box .serLe .serLeBox .sUl .sli .sa .simgs .simg {
  width: 100%;
  display: block;
  transition: 0.3s ease;
}

#ser_145 .ser_box .serLe .serLeBox .sUl .sli .sa .simgs::after {
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom: #e50100 12px solid;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 100%);
}

#ser_145 .ser_box .serLe .serLeBox .sUl .sli .sa .sTxt {
  height: 50px;
  line-height: 50px;
  background: #eaeaea;
  text-align: center;
  transition: 0.3s ease;
  position: relative;
}

#ser_145 .ser_box .serLe .serLeBox .sUl .sli .sa .sTxt .sTxtp {
  font-size: 16px;
  color: #333333;
  transition: 0.3s ease;
  position: relative;
  z-index: 3;
}

#ser_145 .ser_box .serLe .serLeBox .sUl .sli .sa .sTxt::after {
  width: 100%;
  height: 0%;
  content: '';
  background: rgba(202, 0, 0, 1);
  position: absolute;
  bottom: 0%;
  left: 0;
  transition: 0.3s ease;
}

#ser_145 .ser_box .serLe .serLeBox .sUl .sli:nth-child(n + 3) {
  margin-bottom: 0;
}

#ser_145 .ser_box .serLe .serLeBox .sUl .sli:hover {
  box-shadow: 0 0 15px 1px white;
}

#ser_145 .ser_box .serLe .serLeBox .sUl .sli:hover .sa .simgs .simg {
  transform: scale(1.1);
}

#ser_145 .ser_box .serLe .serLeBox .sUl .sli:hover .sa .simgs::after {
  opacity: 1;
  transition: 0.2s ease;
  transition-delay: 0.3s;
  transform: translate(-50%, 0%);
}

#ser_145 .ser_box .serLe .serLeBox .sUl .sli:hover .sa .sTxt {
  letter-spacing: 1px;
}

#ser_145 .ser_box .serLe .serLeBox .sUl .sli:hover .sa .sTxt .sTxtp {
  color: #ffffff;
}

#ser_145 .ser_box .serLe .serLeBox .sUl .sli:hover .sa .sTxt::after {
  height: 100%;
}

#ser_145 .ser_box .serLe .linMore {
  margin-top: 30px;
  display: none;
}

#ser_145 .ser_box .serLe .linMore .linMoreA {
  margin: 0 auto;
  width: calc((100% - 25px) / 2);
  height: 38px;
  line-height: 38px;
  color: #ffffff;
  position: relative;
  display: block;
  font-size: 14px;
  text-align: center;
  transition: 0.3s ease;
  opacity: 0.8;
}

#ser_145 .ser_box .serLe .linMore .linMoreA span {
  position: relative;
  z-index: 2;
}

#ser_145 .ser_box .serLe .linMore .linMoreA::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(202, 0, 0, 1);
  position: absolute;
  left: 0%;
  top: 0;
  border-radius: 0 19px 0 19px;
  transition: 0.3s ease;
}

#ser_145 .ser_box .serLe .linMore .linMoreA::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #f2807f;
  position: absolute;
  left: calc(50% + 5px);
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0 19px 0 19px;
  transition: 0.3s ease;
}

#ser_145 .ser_box .serLe .linMore .linMoreA:hover {
  opacity: 1;
}

#ser_145 .ser_box .serLe .linMore .linMoreA:hover:before {
  left: calc(50% - 0px);
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  opacity: 0;
}

#ser_145 .ser_box .serRi {
  flex: 1;
  width: 0;
  margin-left: 80px;
  padding: 0 20px 0 0;
  display: flex;
  justify-content: flex-start;
}

#ser_145 .ser_box .serRi .serRiBox {
  width: 100%;
  height: 100%;
}

#ser_145 .ser_box .serRi .serRiBox .atinfo {
  margin-bottom: 25px;
}

#ser_145 .ser_box .serRi .serRiBox .atinfo .at_tit {
  position: relative;
  padding-top: 20px;
  margin-bottom: 20px;
}

#ser_145 .ser_box .serRi .serRiBox .atinfo .at_tit .at_name {
  letter-spacing: 1px;
  font-size: 28px;
  color: #333333;
  position: relative;
  z-index: 2;
  font-weight: bold;
}

#ser_145 .ser_box .serRi .serRiBox .atinfo .at_tit .at_nade {
  font-size: 50px;
  color: #e4e4e9;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: math;
}

#ser_145 .ser_box .serRi .serRiBox .atinfo .at_slo {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 38px;
  letter-spacing: 2px;
}

#ser_145 .ser_box .serRi .serRiBox .atinfo .at_line {
  width: 20px;
  height: 6px;
  display: block;
  background: rgba(202, 0, 0, 1);
}

#ser_145 .ser_box .serRi .serRiBox .serDes {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}

#ser_145 .ser_box .serRi .serRiBox .serLz {
  margin-top: 35px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  cursor: pointer;
}

#ser_145 .ser_box .serRi .serRiBox .serLz .yezi {
  width: calc((100% - 25px) / 2);
  height: 38px;
  line-height: 38px;
  color: #ffffff;
  position: relative;
  display: block;
  font-size: 14px;
  text-align: center;
  transition: 0.3s ease;
  opacity: 0.8;
  margin-right: 25px;
  margin-bottom: 25px;
}

#ser_145 .ser_box .serRi .serRiBox .serLz .yezi span {
  position: relative;
  z-index: 2;
}

#ser_145 .ser_box .serRi .serRiBox .serLz .yezi a {
  color: #ffffff;
}

#ser_145 .ser_box .serRi .serRiBox .serLz .yezi:nth-child(2n) {
  margin-right: 0;
}

#ser_145 .ser_box .serRi .serRiBox .serLz .yezi:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #adadac;
  position: absolute;
  left: calc(50% + 5px);
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0 19px 0 19px;
  transition: 0.3s ease;
}

#ser_145 .ser_box .serRi .serRiBox .serLz .yezi::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #676767;
  position: absolute;
  left: 0%;
  top: 0;
  border-radius: 0 19px 0 19px;
  transition: 0.3s ease;
}

#ser_145 .ser_box .serRi .serRiBox .serLz .yezi:hover {
  opacity: 1;
}

#ser_145 .ser_box .serRi .serRiBox .serLz .yezi:hover:before {
  background: #ee7b79;
}

#ser_145 .ser_box .serRi .serRiBox .serLz .yezi:hover::after {
  background: rgba(202, 0, 0, 1);
}

#ser_145 .ser_box .serRi .serRiBox .linMore {
  margin-top: 45px;
}

#ser_145 .ser_box .serRi .serRiBox .linMore .linMoreA {
  width: calc((100% - 25px) / 2);
  height: 38px;
  line-height: 38px;
  color: #ffffff;
  position: relative;
  display: block;
  font-size: 14px;
  text-align: center;
  transition: 0.3s ease;
  opacity: 0.8;
}

#ser_145 .ser_box .serRi .serRiBox .linMore .linMoreA span {
  position: relative;
  z-index: 2;
}

#ser_145 .ser_box .serRi .serRiBox .linMore .linMoreA::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(202, 0, 0, 1);
  position: absolute;
  left: 0%;
  top: 0;
  border-radius: 0 19px 0 19px;
  transition: 0.3s ease;
}

#ser_145 .ser_box .serRi .serRiBox .linMore .linMoreA::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #f2807f;
  position: absolute;
  left: calc(50% + 5px);
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0 19px 0 19px;
  transition: 0.3s ease;
}

#ser_145 .ser_box .serRi .serRiBox .linMore .linMoreA:hover {
  opacity: 1;
}

#ser_145 .ser_box .serRi .serRiBox .linMore .linMoreA:hover:before {
  left: calc(50% - 0px);
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  opacity: 0;
}

#ser_145 .bgn {
  width: 100%;
  max-width: calc(((100% - 1200px) / 2) + 800px);
  height: 260px;
  background: url("/static/images/NP44_bg2.png") no-repeat center right;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 786px) {
  #ser_145 {
    padding: 50px 10px 50px;
  }
  #ser_145 .ser_box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #ser_145 .ser_box .serLe {
    width: 100%;
    margin-top: 10px;
  }
  #ser_145 .ser_box .serLe .serLeBox .sUl .sli {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }
  #ser_145 .ser_box .serLe .serLeBox .sUl .sli .sa .sTxt {
    height: 40px;
    line-height: 40px;
  }
  #ser_145 .ser_box .serLe .serLeBox .sUl .sli .sa .sTxt .sTxtp {
    font-size: 14px;
  }
  #ser_145 .ser_box .serLe .serLeBox .linMore {
    display: block;
  }
  #ser_145 .ser_box .serRi {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  #ser_145 .ser_box .serRi .serRiBox .atinfo {
    margin-bottom: 20px;
  }
  #ser_145 .ser_box .serRi .serRiBox .atinfo .at_tit {
    padding-top: 13px;
    margin-bottom: 10px;
  }
  #ser_145 .ser_box .serRi .serRiBox .atinfo .at_tit .at_name {
    font-size: 22px;
  }
  #ser_145 .ser_box .serRi .serRiBox .atinfo .at_tit .at_nade {
    font-size: 30px;
    font-weight: bold;
  }
  #ser_145 .ser_box .serRi .serRiBox .atinfo .at_slo {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #ser_145 .ser_box .serRi .serRiBox .atinfo .at_line {
    height: 4px;
    width: 15px;
  }
  #ser_145 .ser_box .serRi .serRiBox .serDes {
    font-size: 14px;
    line-height: 24px;
  }
  #ser_145 .ser_box .serRi .serRiBox .serLz {
    margin-top: 30px;
  }
  #ser_145 .ser_box .serRi .serRiBox .linMore {
    margin-top: 20px;
    display: none;
  }
  #ser_145 .ser_box .serRi .serRiBox .linMore .linMoreA {
    margin: 0 auto;
  }
  #ser_145 .bgn {
    display: none;
  }
}
