* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  height: 100%;
  width: 100%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.row {
  margin: 0;
  padding: 0;
}



footer {
  padding-bottom: 28px;
  background: #0068d3;
}
footer .foot {
  color: #fff;
  padding-top: 64px;
}
footer .foot .top .left {
  color: var(--cn-fs-com-1920-x-1080-default-nero, #FFF);
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
footer .foot .top .left .footer-logo {
  margin-bottom: 21.71px;
  margin-top: 16px;
}
footer .foot .top .left .img {
  justify-content: flex-start !important;
}
footer .foot .top .left .img img {
  width: 150px;
  margin-left: 10px;
}
footer .foot .top .left p {
  margin-bottom: 4px;
  line-height: 18px;
  /* 150% */
}
footer .foot .top .right .list {
  width: 128px;
}
footer .foot .top .right .list .title {
  color: var(--cn-fs-com-1920-x-1080-default-nero, #FFF);
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 157.143% */
}
footer .foot .top .right .list ul {
  margin-top: 1.5vw;
}
footer .foot .top .right .list ul li {
  margin-bottom: 1vw;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 400;
}
footer .foot .top .right .list ul li a {
  font-size: 14px;
  color: white;
}
footer .foot .bottom {
  margin-top: 55px;
  display: flow-root;
}
footer .foot .bottom .language {
  text-align: right;
  color: var(--cn-fs-com-nero, #FFF);
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
}
footer .foot .bottom .line {
  height: 1px;
  background: #FFF;
  margin-top: 16px;
  margin-bottom: 20px;
}
footer .foot .bottom .content .bottom-left, footer .foot .bottom .content .bottom-right {
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .foot .bottom .content .bottom-left a, footer .foot .bottom .content .bottom-right a {
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

.return-top {
  width: 43px;
  height: 43px;
  padding: 13px 13.5px 14px 13.5px;
  position: fixed;
  top: 570px;
  background: #fff;
  right: 57px;
  z-index: 10;
  border-radius: 50px;
  cursor: pointer;
  display: none;
}
.return-top img {
  vertical-align: top;
}

.pheader {
  display: none;
  position: fixed;
  top: 0;
  height: 60px;
  width: 100%;
  left: 0;
  z-index: 1002;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.pheader .search {
  position: absolute;
  right: 80px;
  width: 140px;
  top: 50%;
  transform: translateY(-50%);
}
.pheader .search input {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #D9D9D9;
  width: 0;
  background: transparent;
  color: white;
  transition: all 600ms;
  outline: none;
}
.pheader .search .move {
  width: 100%;
}
.pheader .search .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.pheader .menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #000;
}
.pheader .menu a {
  margin-left: 20px;
  transform: translateY(2px);
}
.pheader .menu a img {
  width: 120px;
  object-fit: contain;
}
.pheader .menu .navbox {
  margin-right: 20px;
}
.pheader .menu .navbox .line {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 8px 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.pheader .menu .activeBox .line:nth-child(1) {
  transform: rotate(45deg) translateY(14px);
}
.pheader .menu .activeBox .line:nth-child(2) {
  transform: translateX(30px);
  opacity: 0;
}
.pheader .menu .activeBox .line:nth-child(3) {
  transform: rotate(-45deg) translateY(-14px);
}

.menuList {
  position: fixed;
  left: 0;
  top: 59px;
  width: 100%;
  z-index: 1001;
  background: white;
  display: none;
  height: calc(100vh - 59px);
}
.menuList .lan {
  padding: 1rem;
  display: flex;
  justify-content: flex-end;
}
.menuList .lan a {
  color: #646464;
  margin-left: 10px;
}
.menuList .lan .active {
  font-weight: bolder;
  color: #000000;
}
.menuList .item {
  padding: 1rem;
  background-color: #ededed;
  border-bottom: 1px solid #dadada;
}
.menuList .item a {
  color: #000;
  display: block;
  position: relative;
  text-transform: uppercase;
}
.menuList .item a img {
  position: absolute;
  right: 0;
  width: 20px;
  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 {
  width: 100%;
  display: block;
}
.menuList .item .tb img {
  width: 30px;
  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 a {
  font-size: 14px;
  margin-top: 15px;
}

.activeList {
  transform: translateY(0);
}

@media (min-width: 1400px) {
  .container {
    max-width: 1440px;
    padding: 0;
    margin: 0 auto;
  }
}
#top-box {
  height: 36px;
  background: #242627;
}
#top-box > .language-box {
  height: 100%;
  padding: 0;
  color: #fff;
}
#top-box > .language-box .left {
  margin-left: 1.458vw;
}
#top-box > .language-box .left .ml-lg-2 {
  color: #FFF;
  margin-left: 12px !important;
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#top-box > .language-box .left img {
  vertical-align: center;
}
#top-box > .language-box .right select {
  margin-left: 12px;
  border: none;
  outline: none;
  color: #FFF;
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
  background: transparent;
}
#top-box > .language-box .right select option {
  background: #fff;
  color: #000;
}



@media (max-width: 1400px) {
  nav .navigation > .navbar .collapse .form-control {
    width: auto;
  }
}
@media (max-width: 1000px) {
  nav {
    display: none;
  }

  .header2 {
    display: none;
  }

  .pheader {
    display: flex;
  }

  .return-top {
    right: 20px;
    top: auto;
    bottom: 30px;
  }

  footer .foot {
    padding-top: 20px;
  }
  footer .foot .right {
    display: none !important;
  }
  footer .foot .bottom {
    margin-top: 0;
  }

  footer .foot .top .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  footer .foot .bottom .content {
    flex-wrap: wrap;
    justify-content: center !important;
  }

  footer .foot .bottom .content .bottom-left {
    margin-bottom: 20px;
    text-align: center;
    line-height: 28px;
  }

  main .section4 .container .right > div {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}

footer .foot .top .left .img img:nth-of-type(2){
    width: 150px;
    margin-left: 0;
    margin-top: 10px;
}
nav .navigation > .navbar .collapse .form-control{
    display: none;
}
/*# sourceMappingURL=nav.css.map */
