body [aos] {
  -webkit-transition-duration: 2.5s;
  transition-duration: 2.5s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hasBg {
  box-shadow: 1px 1px 6px 0px rgba(18, 36, 64, 0.14);
  background: white;
  padding: 1.0416666667vw 10.4166666667vw;
}

.hasBg .logo img:nth-child(1) {
  opacity: 0;
}

.hasBg .logo img:nth-child(2) {
  opacity: 1;
}

.hasBg .links .item a {
  color: #666;
}

.hasBg .links .item a::after {
  background: #09BFF7;
}

.hasBg .links .item a:hover {
  color: #09BFF7;
}

.hasBg .links .on a {
  color: #09BFF7;
}

.hasBg .btns a {
  background: #0AC0F7;
  color: white;
}

.hasBg .btns a:hover {
  background: #000;
  color: white;
}

.pheader {
  display: none;
  position: fixed;
  top: 0;
  height: 60px;
  width: 100%;
  left: 0;
  z-index: 100;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.pheader .menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

.pheader .menu .l {
  display: flex;
  align-items: center;
}

.pheader .menu .l a {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.pheader .menu .l a img {
  height: 30px;
  object-fit: contain;
}

.pheader .menu .l a p {
  margin-left: 10px;
  font-size: 14px;
}

.pheader .menu .navbox {
  margin-right: 20px;
  transition: all 600ms;
}

.pheader .menu .navbox .line {
  width: 30px;
  height: 1px;
  background-color: #000;
  margin: 8px 0;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.pheader .menu .activeBox {
  transform: translateX(10px);
}

.pheader .menu .activeBox .line:nth-child(1) {
  transform: rotate(45deg) translateY(12px);
}

.pheader .menu .activeBox .line:nth-child(2) {
  transform: translateX(30px);
  opacity: 0;
}

.pheader .menu .activeBox .line:nth-child(3) {
  transform: rotate(-45deg) translateY(-12px);
}

.dialog_notice{
  position: fixed;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  font-size: 20px;
  padding: 15px 20px;
  background: #003066;
  color:white;
  border-radius: 5px;
  z-index: 10;
  display: none;
}
.menuList {
  position: fixed;
  left: 0;
  top: 59px;
  width: 100%;
  z-index: 1001;
  background: #ececec;
  display: none;
  height: calc(100vh - 59px);
  overflow: hidden;
  overflow-y: scroll;
}

.menuList .lan {
  padding: 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.menuList .lan a {
  color: #646464;
  margin-left: 10px;
}

.menuList .lan .active {
  font-weight: bolder;
  color: #000000;
}

.menuList .item {
  padding: 1rem;
  background: #ececec;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.menuList .item a {
  color: #000;
  display: block;
  position: relative;
  text-transform: capitalize;
}

.menuList .item a .jt {
  position: absolute;
  right: 0;
  width: 5px;
  transition: all 600ms;
  top: 5px;
}

.menuList .item a .icon2 {
  position: static;
  width: auto;
  margin-right: 10px;
}

.menuList .item a .rotate {
  transform: rotate(90deg);
}

.menuList .item .tb {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menuList .item .tb a {
  display: block;
}

.menuList .item .tb .jt {
  width: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 600ms;
}

.menuList .item .tb .rotate {
  transform: translateY(-50%) rotate(90deg);
}

.menuList .item .types_top {
  display: none;
}

.menuList .item .types_top .san {
  margin: 30px 0;
}

.menuList .item .types_top .san a {
  line-height: 30px;
  opacity: .5;
}

.menuList .item .types_top .dis {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.menuList .item .types_top .dis .list {
  font-size: 14px;
  margin-top: 15px;
}

.menuList .item .types_top .dis .list.on {
  color: #005CB9;
}

.menuList .item .types_top .types_three {
  margin: 30px 0 0 0;
}

.menuList .item .types_top .types_three .matter {
  display: none;
}

.menuList .item .types_top .types_three .matter.on {
  display: block;
  animation: yAnimate .6s ease forwards;
}

.menuList .item .types_top .types_three .matter .headline {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 20px;
}

.menuList .item .types_top .types_three .matter .background .item {
  padding: 0 0 20px;
}

.menuList .item .types_top .types_three .matter .background .item:last-child {
  border: none;
}

.menuList .item .types_top .types_three .matter .background .item:not(:last-child) {
  margin: 0 0 5px;
}

.menuList .item .types_top .types_three .matter .background .item .img {
  width: 100%;
  margin: 0 auto 20px;
  height: auto;
  display: block;
}

.menuList .item .types_top .types_three .matter .background .item .img img {
  width: 100%;
}

.menuList .item .types_top .types_three .matter .background .item .border {
  border-radius: 10px;
}

.menuList .item .types_top .types_three .matter .background .item .border .p1 {
  font-size: 18px;
  margin: 0 0 10px;
  color: #000;
}

.menuList .item .types_top .types_three .matter .background .item .border .p2 {
  font-size: 13px;
  line-height: 25px;
  margin: 0 0 10px;
  color: #000;
}

.menuList .item .types_top .types_three .matter .background .item .border .end .more {
  margin: 20px 0 0;
  width: fit-content;
  height: 38px;
  white-space: nowrap;
  padding: 0 25px;
  border-radius: 20px;
  background: #005CB9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.menuList .item .types_top .types_three .accessories .other {
  display: flex;
  align-items: center;
  margin: 38px 0 0 0;
}

.menuList .item .types_top .types_three .accessories .other span {
  display: none;
}

.menuList .item .types_top .types_three .accessories .other .more {
  margin: 0 auto 30px;
  width: fit-content;
  height: 38px;
  white-space: nowrap;
  padding: 0 25px;
  border-radius: 20px;
  background: #005CB9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.menuList .item .types_top .types_three .accessories .joke .item {
  width: 100%;
  padding: 0 22px 30px 22px;
}

.menuList .item .types_top .types_three .accessories .joke .item:not(:last-child) {
  margin: 0 0 30px;
}

.menuList .item .types_top .types_three .accessories .joke .item .p1 {
  color: #005CB9;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin: 0 0 20px;
}

.menuList .item .types_top .types_three .accessories .joke .item .img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.menuList .item .types_top .types_three .accessories .joke .item .img img {
  object-fit: contain;
  transition: .6s;
}

.menuList .item .types_top .types_three .accessories .joke .item .p2 {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 10px;
}

.menuList .item .types_top .types_three .accessories .joke .item .p3 {
  color: #666;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 20px;
}

.menuList .item .types_top .types_three .accessories .joke .item .line {
  height: 1px;
  width: 100%;
  background: #D9D9D9;
  margin: 0 0 25px;
}

.menuList .item .types_top .types_three .accessories .joke .item .flex .flex_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.menuList .item .types_top .types_three .accessories .joke .item .flex .flex_list:not(:last-child) {
  margin: 0 0 20px;
}

.menuList .item .types_top .types_three .accessories .joke .item .flex .flex_list .pic {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menuList .item .types_top .types_three .accessories .joke .item .flex .flex_list .pic img {
  width: 100%;
  object-fit: contain;
}

.menuList .item .types_top .types_three .accessories .joke .item .flex .flex_list p {
  width: 150px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.activeList {
  transform: translateY(0);
}

@keyframes move-forever {
  0% {
    transform: translate(-90px);
  }

  100% {
    transform: translate(85px);
  }
}

.head {
  width: 100%;
  height: 5.2083333333vw;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 10.4166666667vw;
  display: flex!important;
  align-items: center;
  justify-content: space-between;
  transition: .6s;
  z-index: 999;
  pointer-events: none;
}

.head.on {
  background: rgba(255, 255, 255, 0.9);
}

.head.on .logo img:first-child {
  opacity: 0;
}

.head.on .logo img:nth-child(2) {
  opacity: 1;
}

.head.on ul li a {
  color: #000;
}

.head.on .r .more_contact {
  background: #005CB9;
  color: #fff;
}

.head.on .r .head_search path,
.head.on .r .lag path {
  stroke: #000;
}

.head.on .r .head_search p,
.head.on .r .lag p {
  color: #000;
}

.head.hide {
  transform: translateY(-100%);
}

.head .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.125vw;
}

.head .logo img {
  transition: .6s ease;
}

.head .logo img:first-child {
  filter: brightness(10) grayscale(1);
}

.head .logo img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.head ul {
  display: flex;
  gap: 0 2.0833333333vw;
}

.head ul li.position {
  position: relative;
}

.head ul li.hover>a {
  color: #1A5495 !important;
}

.head ul li.hover .hide,
.head ul li.hover .hide3 {
  clip-path: inset(0 0 0 0);
}

.head ul li.hover .hide2 {
  pointer-events: auto;
}

.head ul li.hover .hide2 .joke {
  transform: translateY(0);
  opacity: 1;
}

.head ul li>a {
  height: 5.2083333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8333333333vw;
  font-weight: 500;
  line-height: 1.1666666667vw;
  color: #fff;
  transition: .6s;
}

.head ul li .hide {
  position: absolute;
  top: 5.15625vw;
  left: 0;
  width: 100vw;
  background: #FBFBFB;
  display: flex!important;
  clip-path: inset(0 0 100%);
  transition: 1s;
}

.head ul li .hide .hide_l {
  height: 35.78125vw;
  width: 23.5416666667vw;
  background: #F4F4F4;
  display: flex;
  justify-content: center;
  padding: 3.4375vw 0 0 0;
}

.head ul li .hide .hide_l>div {
  width: 7.8125vw;
}

.head ul li .hide .hide_l .list {
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  gap: 0 0.5208333333vw;
}

.head ul li .hide .hide_l .list.on .p1 {
  font-size: 5vw;
  color: #005CB9;
  line-height: 4.1666666667vw;
}

.head ul li .hide .hide_l .list.on p {
  font-size: 1.25vw;
  color: #005CB9;
}

.head ul li .hide .hide_l .list:not(:last-child) {
  margin: 0 0 3.125vw;
}

.head ul li .hide .hide_l .list .p1,
.head ul li .hide .hide_l .list p {
  color: #000;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 500;
  transition: .4s ease;
  line-height: 1.0416666667vw;
}

.head ul li .hide .hide_r {
  width: 100%;
  padding: 3.28125vw 2.5208333333vw 3.1770833333vw 5.2083333333vw;
}

.head ul li .hide .hide_r .matter {
  display: none;
}

.head ul li .hide .hide_r .matter.on {
  display: block;
  animation: yAnimate .6s ease forwards;
}

.head ul li .hide .hide_r .matter .headline {
  color: #000;
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 0.78125vw;
}

.head ul li .hide .hide_r .matter .background {
  width: 100%;
  height: 26.1458333333vw;
  border-radius: 1.25vw;
  background: #F4F4F4;
  padding: 0 4.0625vw 2.7604166667vw 4.1666666667vw;
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
}

.head ul li .hide .hide_r .matter .background::-webkit-scrollbar {
  height: 0.4166666667vw;
}

.head ul li .hide .hide_r .matter .background::-webkit-scrollbar-track {
  background: rgba(0, 92, 185, 0.1);
  border-radius: 0.2083333333vw;
}

.head ul li .hide .hide_r .matter .background::-webkit-scrollbar-thumb {
  background: #005CB9;
  border-radius: 0.2083333333vw;
  transition: background 0.3s ease;
}

.head ul li .hide .hide_r .matter .background::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 92, 185, 0.8);
}

.head ul li .hide .hide_r .matter .background .item {
  width: 21.6145833333vw;
  margin-left: 1vw;
  margin-right: 1vw;
}

.head ul li .hide .hide_r .matter .background .item:hover .img img {
  transform: scale(1.03);
}

.head ul li .hide .hide_r .matter .background .item .img {
  width: 18.75vw;
  height: 15.625vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.head ul li .hide .hide_r .matter .background .item .img img {
  object-fit: contain;
  transition: .6s;
  width: 100%;
  height: auto;
}

.head ul li .hide .hide_r .matter .background .item .border {
  width: 21.6145833333vw;
  height: 13.4895833333vw;
  border-radius: 1.25vw;
  background: #FFF;
  padding: 4.21875vw 2.2395833333vw 1.0416666667vw 2.0833333333vw;
  margin-top: -5.7291666667vw;
}

.head ul li .hide .hide_r .matter .background .item .border .p1 {
  color: #000;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.head ul li .hide .hide_r .matter .background .item .border .p2 {
  color: #666;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.head ul li .hide .hide_r .matter .background .item .border .end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 1.4583333333vw 0 0 0;
}

.head ul li .hide .hide_r .matter .background .item .border .end .more {
  width: 8.3333333333vw;
  height: 1.875vw;
  border-radius: 1.3020833333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #005CB9;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.head ul li .hide_t .hide_l>div {
  width: 11.9791666667vw;
}

.head ul li .hide_t .hide_l .list.on p {
  font-size: 1.6666666667vw;
}

.head ul li .hide_t .hide_l .list p {
  line-height: unset;
}

.head ul li .hide_t .hide_r .matter .background {
  height: auto;
  padding: 1.71875vw 2.2395833333vw 1.0416666667vw 2.2395833333vw;
}

.head ul li .hide_t .hide_r .matter .background .item {
  width: 20.3125vw;
}

.head ul li .hide_t .hide_r .matter .background .item .img {
  width: 100%;
  height: 12.5vw;
}

.head ul li .hide_t .hide_r .matter .background .item .img img {
  width: 100%;
  height: 100%;
  border-radius: 1.25vw;
}

.head ul li .hide_t .hide_r .matter .background .item .border {
  background: transparent;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 1.0416666667vw 0 0 0;
}

.head ul li .hide2 {
  position: absolute;
  top: 5.2083333333vw;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.head ul li .hide2 .joke {
  width: fit-content;
    padding: 15px 20px;
    background: #FBFBFB;
    transform: translateY(1.04167vw);
    opacity: 0;
    transition: 1s;
    position: relative;
    top: 0;
    border-radius: 0px 0px 20px 20px;
    background: #FBFBFB;
}

.head ul li .hide2 .joke a {
  color: #000;
    text-align: center;
    font-size: .72917vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    white-space: nowrap;
    transition: .6s ease;
    cursor: pointer;
}

.head ul li .hide2 .joke a:hover {
  color: #005CB9;
}

.head ul li .hide2 .joke a:not(:last-child) {
  margin: 0 0 0.8333333333vw;
}

.head ul li .hide2 .joke a.on {
  color: #005CB9;
}

.head ul li .hide2 .joke .amazon {
    position: relative
}

.head ul li .hide2 .joke .amazon .third_menu {
    position: absolute;
    left: 100%;
    top: 0;
    padding-left: 25px;
    width: fit-content;
    display: none
}

.head ul li .hide2 .joke .amazon .third_menu .nr {
    border-radius: 20px;
    background: #005CB9;
    padding: 10px;
    margin-top: -1.97917vw;
    animation-duration: 1s
}

.head ul li .hide2 .joke .amazon .third_menu .nr a {
    color: white;
    padding: 2px 40px;
    border-radius: 20px
}

.head ul li .hide2 .joke .amazon .third_menu .nr a:hover {
    background: #fff;
    color: #005CB9
}

.head ul li .hide2 .joke .amazon:hover .third_menu {
    display: block
}

.head ul li .hide3 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 5.15625vw;
  padding: 3.125vw 10.9375vw 3.75vw 10.9375vw;
  background: #FBFBFB;
  clip-path: inset(0 0 100%);
  transition: 1s;
}

.head ul li .hide3 .other {
  display: flex;
  align-items: center;
  margin: 1.9791666667vw 0 0 0;
}

.head ul li .hide3 .other span {
  width: 100%;
  height: 0.0520833333vw;
  background: #D9D9D9;
}

.head ul li .hide3 .other .more {
  width: fit-content;
  padding: 0 1.7708333333vw;
  height: 1.9791666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.0416666667vw;
  background: #005CB9;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  white-space: nowrap;
}

.head ul li .hide3 .joke {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.head ul li .hide3 .joke .item {
  width: 100%;
  padding: 0 1.1458333333vw;
}

.head ul li .hide3 .joke .item:not(:last-child) {
  border-right: 0.0520833333vw solid #D9D9D9;
}

.head ul li .hide3 .joke .item .p1 {
  color: #005CB9;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.head ul li .hide3 .joke .item .img {
  height: 8.75vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.6666666667vw;
}

.head ul li .hide3 .joke .item .img:hover img {
  transform: scale(1.05);
}

.head ul li .hide3 .joke .item .img img {
  object-fit: contain;
  transition: .6s;
}

.head ul li .hide3 .joke .item .p2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 4.53125vw;
  color: #000;
  text-align: center;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 1.4583333333vw;
}

.head ul li .hide3 .joke .item .p3 {
  color: #666;
  text-align: center;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 2.6041666667vw;
}

.head ul li .hide3 .joke .item .line {
  height: 0.0520833333vw;
  width: 100%;
  background: #D9D9D9;
  margin: 0 0 1.3020833333vw;
}

.head ul li .hide3 .joke .item .flex .flex_list {
  display: flex;
  align-items: center;
  gap: 0 0.8333333333vw;
}

.head ul li .hide3 .joke .item .flex .flex_list:not(:last-child) {
  margin: 0 0 1.0416666667vw;
}

.head ul li .hide3 .joke .item .flex .flex_list .pic {
  width: 2.7083333333vw;
  height: 2.7083333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.head ul li .hide3 .joke .item .flex .flex_list .pic img {
  width: 100%;
  object-fit: contain;
}

.head ul li .hide3 .joke .item .flex .flex_list p {
  flex: 1;
  color: #000;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.head .r {
  display: flex;
  align-items: center;
}

.head .r .more_contact {
  width: 5.5208333333vw;
  padding: 0.2604166667vw 0 0.3645833333vw 0;
  border-radius: 1.0416666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8333333333vw;
  font-weight: 500;
  color: #005CB9;
  margin: 0 2.5vw 0 1.0416666667vw;
  transform: translateX(1vw);
  background: #fff;
  transition: .6s;
}

.head .r .head_search {
  width: 1.1458333333vw;
  height: 1.1458333333vw;
  margin: 0 1.3541666667vw 0 0;
  cursor: pointer;
}

.head .r .head_search svg {
  width: 100%;
  height: 100%;
}

.head .r .head_search svg path {
  transition: .6s;
}

.head .r .lag {
  display: flex;
  align-items: center;
  gap: 0 0.2083333333vw;
}

.head .r .lag svg {
  width: 1.25vw;
  height: 1.25vw;
}

.head .r .lag svg path {
  transition: .6s;
}

.head .r .lag p {
  font-size: 0.7291666667vw;
  font-weight: 500;
  color: #fff;
  transition: .6s ease;
  font-family: "Montserrat","PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif;
}

header.active .head {
  background: #fff;
}

header.active .head .logo img:first-child {
  opacity: 0;
}

header.active .head .logo img:nth-child(2) {
  opacity: 1;
}

header.active .head ul li a {
  color: #000;
}

header.active .head .r .more_contact {
  background: #005CB9;
  color: #fff;
}

header.active .head .r .head_search path,
header.active .head .r .lag path {
  stroke: #000;
}

header.active .head .r .head_search p,
header.active .head .r .lag p {
  color: #000;
}

.head.hover_on {
  background: #fff;
}

.head.hover_on .logo img:first-child {
  opacity: 0;
}

.head.hover_on .logo img:nth-child(2) {
  opacity: 1;
}

.head.hover_on ul li a {
  color: #000;
}

.head.hover_on .r .more_contact {
  background: #005CB9;
  color: #fff;
}

.head.hover_on .r .head_search path,
.head.hover_on .r .lag path {
  stroke: #000;
}

.head.hover_on .r .head_search p,
.head.hover_on .r .lag p {
  color: #000;
}

.foot {
  background: #005CB9;
  padding: 4.1666666667vw 10.4166666667vw 1.1979166667vw 10.4166666667vw;
  position: relative;
}

.foot .waterBox {
  z-index: 10;
  pointer-events: none;
  width: 100%;
  height: 4.1666666667vw;
  position: absolute;
  top: -3.5416666667vw;
  left: 0;
}

.foot .waterBox svg {
  width: 100%;
  height: 4.0625vw;
  max-height: 100vh;
  margin: 0;
  display: block;
}

.foot .waterBox .water .parallax>use {
  transition: fill .5s ease-in-out;
  animation: 5s linear 1s infinite move-forever;
  fill: #005CB9;
}

.foot .top {
  display: flex;
  justify-content: space-between;
}

.foot .top .l .subscribe .p1 {
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.75vw;
  color: #fff;
  margin: 0 0 0.625vw;
}

.foot .top .l .subscribe .p2 {
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 1.1458333333vw;
  margin: 0 0 0.625vw;
  color: #fff;
}

.foot .top .l .subscribe form {
  display: flex;
  width: 19.6875vw;
  justify-content: space-between;
}

.foot .top .l .subscribe form input {
  width: 13.75vw;
  height: 2.0833333333vw;
  background: #FFFFFF;
  border: none;
  border-radius: 0.4166666667vw;
  padding: 0 0.78125vw;
}

.foot .top .l .subscribe form button {
  width: 5.5208333333vw;
  height: 2.0833333333vw;
  border-radius: 0.4166666667vw;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7291666667vw;
  font-weight: 400;
  line-height: 0.9895833333vw;
  color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
}

.foot .top .l .become {
  margin: 1.6666666667vw 0 0 0;
}

.foot .top .l .become .p1 {
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.71875vw;
  color: #fff;
  margin: 0 0 0.625vw;
}

.foot .top .l .become .p2 {
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 1.1458333333vw;
  color: #fff;
}

.foot .top .l .become .more {
  margin: 0.625vw 0 0 0;
  width: 6.25vw;
  height: 2.0833333333vw;
  border-radius: 0.4166666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7291666667vw;
  font-weight: 400;
  color: #fff;
  background: #000;
}

.foot .top .l .foo_img {
  margin: 3.125vw 0 0 0;
  width: 13.0729166667vw;
}

.foot .top .l .foo_img img {
  width: 100%;
}

.foot .top .r {
  display: flex;
  gap: 0 5.15625vw;
}

.foot .top .r .item>a {
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.5104166667vw;
  color: #fff;
  margin: 0 0 1.6666666667vw;
  display: block;
  width: fit-content;
  text-transform: capitalize;
}

.foot .top .r .item .level {
  margin: 0 0 1.7708333333vw;
}

.foot .top .r .item .level a {
  font-size: 0.7291666667vw;
  font-weight: 400;
  line-height: 0.8854166667vw;
  color: #fff;
  display: block;
  width: fit-content;
}

.foot .top .r .item .level a:not(:last-child) {
  margin: 0 0 1.0416666667vw;
}

.foot .links {
  border-top: .05208vw solid rgba(255, 255, 255, 0.5);
    padding: 1.66667vw 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot .links p,
.foot .links a {
  font-size: 0.7291666667vw;
  font-weight: 500;
  line-height: 0.9895833333vw;
  color: #fff;
}

.foot .links a {
  text-decoration: underline;
}

.foot .links .links_r {
  font-size: 0.8333333333vw;
  font-weight: 500;
  line-height: 1.1458333333vw;
  color: #fff;
}
.foot .media {
    margin: 3.85417vw 0 1.09375vw 0;
    display: flex;
    justify-content: flex-end
}

.foot .media a {
    display: flex;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}

.foot .media a:not(:last-child) {
    margin-right: .625vw
}

.foot .media a img {
    max-width: 100%;
    object-fit: contain;
    transition: all 600ms
}

.foot .media a:hover img {
    transform: scale(1.05)
}
.second_menu {
    padding: 1.04167vw 10.41667vw;
    background: linear-gradient(270deg, #005CB9 0%, #003066 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    width: 100%;
    margin-top: 5.15625vw;
    position: sticky;
    top: 0;
    z-index: 10
}

.second_menu .goTop {
    color: white;
    font-size: .72917vw;
    display: flex;
    align-items: center;
    cursor: pointer
}

.second_menu .goTop svg {
    width: .83333vw;
    display: block;
    height: auto;
    margin-left: .83333vw
}

.second_menu .r {
    display: flex;
    align-items: center
}

.second_menu .r .links {
    display: flex
}

.second_menu .r .links a {
    font-size: .83333vw;
    margin: 0 1.04167vw;
    color: #fff;
}

.second_menu .r .links a:last-child {
    margin-right: 3.48958vw
}

.second_menu .r .submit {
    border-radius: 1.04167vw;
    background: #FFF;
    padding: .52083vw 1.04167vw;
    color: #005CB9;
    transition: all 600ms;
    font-size: .83333vw;
    display: block
}

.second_menu .r .submit:hover {
    background: #000;
    color: white
}

.second_menu .r .btn2 {
    margin-left: 2.08333vw;
    position: relative
}

.second_menu .r .btn2 .chose {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    padding-top: 1.04167vw;
    display: none
}

.second_menu .r .btn2 .chose .nr {
    border-radius: .72917vw;
    background: #FFF;
    width: 8.59375vw;
    text-align: center;
    padding: .52083vw 0
}

.second_menu .r .btn2 .chose .nr a {
    color: #000;
    font-size: .83333vw;
    display: block;
    transition: all 600ms
}

.second_menu .r .btn2 .chose .nr a:hover {
    color: #005CB9
}

.second_menu .r .btn2 .chose .nr a:not(:last-child) {
    margin-bottom: .52083vw
}

.second_menu .r .btn2:hover .chose {
    display: block
}
.btn_box {
    position: fixed;
    right: 3.125vw;
    bottom: 3.125vw;
    z-index: 10;
    cursor: pointer;
    transition: all 600ms
}

.btn_box .btn1 {
    width: 3.33333vw;
    height: 3.33333vw;
    border-radius: 50%;
    background: #005CB9;
    position: relative
}

.btn_box .btn1 span {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1.30208vw;
    height: .15625vw;
    border-radius: 4px;
    background: #FFF;
    transform: translateX(-50%)
}

.btn_box .btn1 span:nth-child(1) {
    top: 1.25vw
}

.btn_box .btn1 span:nth-child(2) {
    top: 1.61458vw
}

.btn_box .btn1 span:nth-child(3) {
    top: 1.97917vw
}

.btn_box .btn2 {
    width: 2.5vw;
    height: 2.5vw;
    background: #005CB9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 600ms
}

.btn_box .btn2 img {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.btn_box .btn3 {
    width: 2.5vw;
    height: 2.5vw;
    background: #005CB9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 600ms
}

.btn_box .btn3 img {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.btn_box .btn3 .code {
    position: absolute;
    left: 0;
    top: 0;
    display: none
}

.btn_box .btn3 .code .nr {
    background: url(../images/code_bg.svg) no-repeat;
    background-size: 100% 100%;
    width: 5.63927vw;
    height: 5.41667vw;
    padding: .3125vw;
    margin-left: -6.25vw;
    margin-top: -2.60417vw
}

.btn_box .btn3 .code .nr img {
    width: 4.74885vw;
    height: 4.74885vw;
    border-radius: 6px
}

.btn_box .btn3:hover .code {
    display: block
}

.btn_box .btn4 {
    width: 2.5vw;
    height: 2.5vw;
    background: #005CB9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 600ms
}

.btn_box .btn4 img {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.btn_box.open .btn2 {
    left: -3.54167vw;
    top: .83333vw;
    transform: scale(1)
}

.btn_box.open .btn3 {
    left: -2.8125vw;
    top: -2.8125vw;
    transform: scale(1)
}

.btn_box.open .btn4 {
    left: .83333vw;
    top: -3.54167vw;
    transform: scale(1)
}
@media screen and (max-width: 1024px) {
  .header {
    display: none;
  }

  .pheader {
    display: flex;
  }

  .btn_box {
    right: 15px;
    bottom: 15px;
  }
  .btn_box .btn1 {
    width: 48px;
    height: 48px;
  }
  .btn_box .btn1 span {
    width: 25px;
    height: 3px;
  }
  .btn_box .btn1 span:nth-child(1) {
    top: 16px;
  }
  .btn_box .btn1 span:nth-child(2) {
    top: 23px;
  }
  .btn_box .btn1 span:nth-child(3) {
    top: 30px;
  }
  .btn_box .btn2, .btn_box .btn3, .btn_box .btn4 {
    width: 32px;
    height: 32px;
  }
  .btn_box .btn2 .code .nr, .btn_box .btn3 .code .nr, .btn_box .btn4 .code .nr {
    width: 100px;
    height: 100px;
    padding: 5px;
    margin-left: -110px;
    margin-top: -60px;
  }
  .btn_box .btn2 .code .nr img, .btn_box .btn3 .code .nr img, .btn_box .btn4 .code .nr img {
    width: 100%;
    height: auto;
    margin-left: -1px;
  }
  .btn_box.open .btn2 {
    left: -56px;
    top: 16px;
    transform: scale(1);
  }
  .btn_box.open .btn3 {
    left: -40px;
    top: -30px;
    transform: scale(1);
  }
  .btn_box.open .btn4 {
    left: 6px;
    top: -50px;
    transform: scale(1);
  }

  .right_contact {
    right: 10px;
    bottom: 10px;
  }

  .right_contact .ic img {
    width: 30px;
  }

  .right_contact .box {
    right: 10px;
    bottom: 50px;
    width: 300px;
    border-radius: 12px;
    padding: 15px;
  }

  .right_contact .box .close {
    right: 15px;
    top: 0;
  }

  .right_contact .box .close svg {
    width: 25px;
  }

  .right_contact .box .info .item:not(:last-child) {
    margin-bottom: 7px;
  }

  .right_contact .box .info .item .icon img {
    width: 21px;
  }

  .right_contact .box .info .item p {
    width: calc(100% - 30px);
    font-size: 16px;
  }

  .right_contact .box .codes {
    margin-top: 30px;
  }

  .right_contact .box .codes .item {
    margin: 0;
  }

  .right_contact .box .codes .item .pic img {
    width: 120px;
    height: 120px;
  }

  .right_contact .box .codes .item p {
    font-size: 12px;
    margin-top: 6px;
  }

  .foot {
    padding: 70px 5% 50px 5%;
  }

  .foot .top {
    flex-direction: column;
  }

  .foot .top .l .subscribe .p1 {
    font-size: 18px;
    line-height: unset;
    margin: 0 0 5px;
  }

  .foot .top .l .subscribe .p2 {
    font-size: 13px;
    line-height: unset;
  }

  .foot .top .l .subscribe form {
    width: 100%;
    gap: 0 15px;
    margin: 15px 0 0 0;
  }

  .foot .top .l .subscribe form input {
    width: 90%;
    height: 38px;
    border-radius: 10px;
  }

  .foot .top .l .subscribe form button {
    width: 101px;
    height: 38px;
    border-radius: 10px;
    font-size: 13px;
  }

  .foot .top .l .become {
    margin: 15px 0 0 0;
  }

  .foot .top .l .become .p1 {
    font-size: 18px;
    line-height: unset;
    margin: 0 0 5px;
  }

  .foot .top .l .become .p2 {
    font-size: 13px;
    line-height: unset;
  }

  .foot .top .l .become .more {
    width: 101px;
    height: 38px;
    border-radius: 10px;
    font-size: 13px;
    margin: 15px 0 0 0;
  }

  .foot .top .l .foo_img {
    width: 150px;
    margin: 25px 0 0 0;
  }

  .foot .top .r {
    display: none;
  }

  .foot .links {
    margin: 30px 0 0 0;
    flex-direction: column;
    align-items: unset;
    padding: 15px 0 0 0;
  }

  .foot .links p,
  .foot .links a,
  .foot .links .links_r {
    font-size: 13px;
    line-height: 25px;
  }
    .foot .media {
        margin: 15px 0
    }

    .foot .media a:not(:last-child) {
        margin-right: 8px
    }
  .second_menu {
    padding: 10px 5px;
    margin-top: 60px;
    position: static;
    flex-direction: column;
    align-items: flex-start;
  }
  .second_menu .goTop {
    font-size: 12px;
    margin-left: 8px;
}

.second_menu .goTop svg {
  width: 15px;
  margin-left: 5px;
}
.second_menu .r {
  /* flex-wrap: wrap; */
  justify-content: space-between;
}
/* .second_menu .r .links{
  margin: 10px 0;
} */
.second_menu .r .links a {
  font-size: 12px;
  margin: 0 8px;
}


.second_menu .r .submit {
  border-radius:15px;
  padding:5px 10px;
  font-size: 12px;
}

.second_menu .r .btn2 {
  margin-left:8px;
}

.second_menu .r .btn2 .chose {
  padding-top: 10px;
}

.second_menu .r .btn2 .chose .nr {
  border-radius: 15px;
  background: #FFF;
  width: 120px;
  padding: 10px 0;
}

.second_menu .r .btn2 .chose .nr a {
  font-size: 14px;
}

.second_menu .r .btn2 .chose .nr a:not(:last-child) {
  margin-bottom: 10px;
}

  .head {
    display: none!important;
  }
}

/*# sourceMappingURL=header.css.map */