@media only screen and (max-width: 1024px) {
  .layui-hide-pad {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  .layui-hide-pc {
    display: none !important;
  }
}

.headP {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 88px;
  z-index: 111;
  padding: 1.77% 4.32%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .headP {
    height: 0.88rem;
  }
}

.headP .planB {
  display: none;
}

.headP .headLeft {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.headP .headLeft .logoDiv {
  height: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.54);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.headP .headLeft .logoDiv .logo {
  width: 139px;
  margin-right: 0.4rem;
}

.headP .headLeft .navList {
  padding-left: 30px;
  height: 88px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.headP .headLeft .navList > div {
  padding: 0 33px;
  height: 88px;
  line-height: 88px;
  font-size: 16px;
  position: relative;
  white-space: nowrap;
  color: #FFFFFF;
}

@media only screen and (max-width: 1440px) {
  .headP .headLeft .navList > div {
    padding: 0 3%;
  }
}

.headP .headLeft .navList > div:hover {
  background-color: #004ea2;
}

.headP .headLeft .navList > div:hover .navSecond {
  display: block;
  opacity: 1;
  height: auto;
}

.headP .headLeft .navList > div a {
  color: #ffffff;
  white-space: nowrap;
}

.headP .headLeft .navList > div a:hover {
  color: #ffffff;
}

.headP .headLeft .navList > div .navSecond {
  opacity: 0;
  display: none;
  height: 0;
  width: max-content;
  position: absolute;
  top: 88px;
  left: 0;
  z-index: 11;
  background-color: #004ea2;
  padding: 15px 0;
}

.headP .headLeft .navList > div .navSecond li {
  line-height: 45px;
}

.headP .headLeft .navList > div .navSecond a {
  color: rgba(255, 255, 255, 0.8);
  padding: 0 33px;
  white-space: nowrap;
}

.headP .headLeft .navList > div .navSecond a:hover {
  color: #FFFFFF;
}

.headP .headRight {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.headP .headRight > div {
  margin-left: 50px;
  cursor: pointer;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .headP .headRight > div {
    margin-left: 0.5rem;
  }
}

.headP .headRight .lang {
  width: 120px;
  height: 28px;
  background-color: #FFFFFF;
  color: #004ea2;
  border-radius: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px;
}

.headP .headRight .lang img {
  width: 18px;
  margin-right: 15px;
}

.headP .headRight .lang2 {
  font-size: 0.38rem;
  color: #FFFFFF;
}

.headP .headRight .search {
  width: 21px;
  margin-left: 50px;
}

@media only screen and (max-width: 1024px) {
  .headP .headRight .search {
    margin-left: 0.5rem;
  }
}

.headP .headRight .erweima {
  width: 22px;
}

.headP .headRight .erweima .floatEwm {
  display: none;
  position: absolute;
  left: -45px;
  top: 45px;
  width: 110px;
  height: 110px;
  padding: 7px;
  background-color: #FFFFFF;
  border-radius: 4px;
}

.headP .headRight .erweima .floatEwm span {
  position: absolute;
  left: 48px;
  top: -13px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 13px solid #FFFFFF;
}

.headP .headRight .erweima:hover .floatEwm {
  display: block;
}

.headP .headRight .menu {
  width: 25px;
}

.headP .headRight .menu2 {
  width: 0.35rem;
}

.headP.active, .headP.fixed, .headP.static {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.14);
}

.headP.active .planA, .headP.fixed .planA, .headP.static .planA {
  display: none;
}

.headP.active .planB, .headP.fixed .planB, .headP.static .planB {
  display: block;
}

.headP.active .navList > div, .headP.fixed .navList > div, .headP.static .navList > div {
  color: #004ea2;
}

.headP.active .navList > div a, .headP.fixed .navList > div a, .headP.static .navList > div a {
  color: #004ea2;
}

.headP.active .navList > div a:hover, .headP.fixed .navList > div a:hover, .headP.static .navList > div a:hover {
  color: #FFFFFF;
}

.headP.active .navList > div:hover, .headP.fixed .navList > div:hover, .headP.static .navList > div:hover {
  color: #FFFFFF;
}

.headP.active .navList > div:hover a, .headP.fixed .navList > div:hover a, .headP.static .navList > div:hover a {
  color: #FFFFFF;
}

.headP.active .lang, .headP.fixed .lang, .headP.static .lang {
  color: #FFFFFF;
  background-color: #004ea2;
}

.headP.active .lang2, .headP.fixed .lang2, .headP.static .lang2 {
  color: #004ea2;
}

.headP.active .floatEwm, .headP.fixed .floatEwm, .headP.static .floatEwm {
  background-color: #004ea2 !important;
}

.headP.active .floatEwm span, .headP.fixed .floatEwm span, .headP.static .floatEwm span {
  position: absolute;
  left: 48px;
  top: -13px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 13px solid #004ea2 !important;
}

.headP.active .logoDiv, .headP.fixed .logoDiv, .headP.static .logoDiv {
  border-right: 1px solid #e2e2e2 !important;
}

.headP.noshadow {
  box-shadow: none;
}

.popMask {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 111;
  background-color: #f6f6f6;
}

.popMask .pop_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 88px;
  padding: 0 80px;
}

.popMask .pop_head .logo {
  width: 163px;
}

.popMask .pop_head .menu {
  width: 25px;
}

.popMask .title {
  padding: 0.2rem 80px 0;
  font-size: 0.3rem;
}

.popMask .des {
  padding: 0.1rem 80px 0;
  font-size: 0.14rem;
  color: #818181;
}

@media only screen and (max-width: 750px) {
  .popMask .des {
    font-size: 12px;
  }
}

.popMask .lunbo {
  padding: 0.5rem 80px;
  position: relative;
}

.popMask .lunbo .menuSwp .swiper-slide {
  height: 6.33rem;
  cursor: pointer;
}

.popMask .lunbo .menuSwp .swiper-slide .shadow {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.popMask .lunbo .menuSwp .swiper-slide .shadow img {
  width: 1.65rem;
}

.popMask .lunbo .menuSwp .swiper-slide .shadow .codeDemo {
  position: relative;
  width: 1.65rem;
  height: 1.65rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popMask .lunbo .menuSwp .swiper-slide .shadow .codeDemo .circleOut {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  height: 1.3rem;
  border: 1px dashed rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  animation: circle1 2s forwards;
}

.popMask .lunbo .menuSwp .swiper-slide .shadow .codeDemo .circleOut .circleIn {
  width: 1.3rem;
  height: 1.3rem;
  border: 1px dashed rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: circle2 2s forwards;
}

.popMask .lunbo .menuSwp .swiper-slide .shadow .codeDemo .circleOut .circleIn .circleNum {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  text-align: center;
  border: 1px dotted rgba(255, 255, 255, 0.67);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 11px 35px 0px rgba(0, 0, 0, 0.13);
  font-size: 0.6rem;
  color: #FFFFFF;
}

.popMask .lunbo .menuSwp .swiper-slide .shadow .text {
  font-size: 0.18rem;
  color: #FFFFFF;
}

@media only screen and (max-width: 750px) {
  .popMask .lunbo .menuSwp .swiper-slide .shadow .text {
    font-size: 18px;
  }
}

.popMask .lunbo .menuSwp .swiper-slide:hover .shadow {
  background-color: rgba(0, 78, 162, 0.78);
}

.popMask .lunbo .menuSwp .swiper-slide.active .shadow {
  background-color: rgba(0, 78, 162, 0.78);
}

.popMask .lunbo .swiper-next {
  background-image: url(../images/icon_swpnext.png);
  right: 55px;
}

.popMask .lunbo .swiper-prev {
  background-image: url(../images/icon_swpprev.png);
  left: 55px;
}

.popMask .lunbo .swiper-next, .popMask .lunbo .swiper-prev {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  box-shadow: 0rem 0.08rem 0.26rem 0rem rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  outline: none;
}

@media only screen and (max-width: 1024px) {
  .popMask .pop_head {
    height: 0.88rem;
    padding: 0 0.4rem;
  }
  .popMask .title {
    padding: 0 0.4rem;
  }
  .popMask .des {
    padding: 0 0.4rem;
  }
  .popMask .lunbo {
    padding: 0 0.4rem;
    margin-top: 0.4rem;
  }
  .popMask .lunbo .menuSwp .swiper-slide {
    height: 8rem;
  }
}

.menuMask {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0.88rem;
  bottom: 0;
  z-index: 20;
  background-color: #004ea2;
  padding: 0.28rem;
  color: #FFFFFF;
  overflow: scroll;
}

.menuMask .menuCont .menu_item .menu_one {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 1.25rem;
  height: 1.25rem;
  padding: 0 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menuMask .menuCont .menu_item .menu_one span {
  color: #ffffff;
  font-size: 0.36rem;
}

.menuMask .menuCont .menu_item .menu_one img.plus {
  width: 0.25rem;
}

.menuMask .menuCont .menu_item .menu_two {
  height: 0;
  opacity: 0;
  padding: 0 0.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.menuMask .menuCont .menu_item .menu_two.active {
  height: auto;
  opacity: 1;
}

.menuMask .menuCont .menu_item .menu_two a {
  display: block;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.3rem;
  color: #cee3ff;
}

.menuMask .menu_links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  z-index: 11;
  padding: 0.2rem 0;
}

.menuMask .menu_links .fd_link {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.2rem;
  border-radius: 6px;
  margin-right: 0.3rem;
  background-size: 80%;
}

.menuMask .menu_links .fd_link:nth-child(4n) {
  margin-right: 0;
}

.footCont {
  background-color: #004ea2;
  padding: 0.36rem 0.82rem 0.15rem;
  color: #FFFFFF;
}

.footCont .ftHead {
  height: 88px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footCont .ftHead .logo {
  width: 163px;
}

.footCont .ftHead .shakeDemo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footCont .ftHead .shakeDemo .fd_link {
  width: 52px;
  height: 52px;
  background-size: 70%;
}

.footCont .footCon {
  padding: 0.5rem 0 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footCont .footCon .linkGroup {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.footCont .footCon .linkGroup .linkDiv {
  width: 2.18rem;
}

.footCont .footCon .linkGroup .linkDiv .className {
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  color: #FFFFFF;
}

.footCont .footCon .linkGroup .linkDiv ul li {
  font-size: 14px;
  height: 36px;
}

.footCont .footCon .linkGroup .linkDiv ul li a {
  color: #d4d4d4;
}

.footCont .footCon .linkGroup .linkDiv ul li a:hover {
  color: #FFFFFF;
}

.footCont .copy {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  height: 70px;
  line-height: 70px;
  color: #FFFFFF;
  font-size: 14px;
}

.footCont .contactForm {
  width: 3.75rem;
}

.footCont .contactForm .lineone {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.footCont .contactForm .lineone input[type=text] {
  width: 1.8rem;
  border-radius: 6px;
  background-color: #83a2ce;
  border-color: #83a2ce;
}

.footCont .contactForm textarea {
  border-radius: 6px;
  background-color: #83a2ce;
  border-color: #83a2ce;
  margin-bottom: 10px;
  height: 1.22rem;
}

.footCont .contactForm button {
  width: 1.8rem;
  height: 0.48rem;
  background-color: #ffffff;
  border-radius: 0.06rem;
  color: #444444;
  font-size: 16px;
}

.footer_mb {
  width: 7.5rem;
  height: 1.26rem;
  background-color: #004ea2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer_mb .company {
  color: #d4d4d4;
  font-size: 0.24rem;
}

.footer_mb .copy {
  font-size: 0.24rem;
  color: #d4d4d4;
}
/*# sourceMappingURL=header.css.map */